/**********************************
Basic whitespace reset
**********************************/
* { padding:0; margin:0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, address {
    margin: 0;
    padding: 0;
}
ul,ol,dl,dt,img {
	margin: 0;
	padding: 0;
	border: 0;
}
p {
    padding: 5px 0;
}
dt {
    font-weight: bold;
}
dd {
    padding-left: 15px;
}
#pagetitle {
    font: normal 1.6em "Arial" sans serif;
    color: #036;
    background: #eee;
    padding-left: 275px !important;
    padding-left: 265px;
    border-bottom: 2px solid #666;
    border-top: 1px solid orange;
    padding-top: 3px;
    padding-bottom: 3px;
}
h3, .links h4 {
    font: normal 1.4em "Arial" sans serif;
    color: #c60;
    background: #eee;
    border-top: 1px solid orange;
    border-bottom: 1px solid #ccc;
	margin-left: -6px;
	padding-left: 6px;
}
.links h4 {
    font-size: 1em;
    background: none;
}
h4 {
    font: normal 1.3em "Arial" sans serif;
    color: #036;
}
h5 {
    font: normal 1.2em "Arial" sans serif;
    color: #666;
}
h6 {
   font: normal 1.1em "Arial" sans serif;
   color:#666;
}
h3,h4,h5,h6{
    margin: 3px 0;;
}
#oth_content ul {
    margin-left: 1.5em;
}
/* Self-clearing floats from http://www.positioniseverything.net/easyclearing.html */

.cf:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.cf {display: inline-block;}

/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
/* End hide from IE-mac */

/*  Putting these things on `html' also fixes some obscure display issues
    in Opera
*/
html, body {
    margin: 0; padding: 0;
    background: #036;
}
/* IE centering hack */
* { text-align: left; }
body { text-align: center; }
/* End IE hack */

body {
    /* Shortcut property notation, with a fallback */
    font: normal 0.9em "Trebuchet MS",sans-serif;
}
#hdg{
    margin-left: 25px;
    font: normal 2.3em "Trebuchet MS" sans serif;
    color: #666;
}
#main, #footer {
    margin: 0 auto; /* Only auto on H dimension */
    width: 750px;
}
#main {
    background: #fff;
    border-top: 4px solid #c60;
    border-bottom: 4px solid #c60;
    border-left: 3px double #ccc;
    border-right: 3px double #ccc;
}
#nav1, #statement {
    padding-left: 275px !important;
    padding-left: 265px;
}
#statement {
    background: #ccc;
    line-height: 1.3em;
    color: #666;
}
#mainimg {
    border: 5px solid #666;
    height: 165px;
    width: 225px;
    background: #fff;
    float: left;
    margin-left: 20px;
    display: inline;
}



/***Main Nav****/
#nav1 {
    
}
#nav1 li {
    display: inline;
    list-style-type: none;
    font: bold 1em "Trebuchet MS";
	font-variant: small-caps;
    padding: 3px 0;
    margin: 0;
}
#nav1 a,#nav1 a:hover{
    color: #036;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
#nav1 a:hover {
    color: #666;
}
/***End Main Nav****/



/***Main Content area****/
#sidemenu, #oth_content {
    margin-top: 10px;
}
#sidemenu {
    float: left;
    display: inline;
    margin-left: 20px;
    width: 235px;
    _width: 225px;
}
#oth_content {
    float: right;
    display: inline;
    width: 455px;
    margin-right: 20px;
}
#content {
	margin: 20px;
}

.foto {
	padding: .2em;
	border: 1px solid #666;
	margin: .4em .5em;
}
/***End Main Content area****/




/**** Subnav ***/
#subnav li {
    list-style-type: none;
    padding: 3px 0 !important;
    padding: 1px 0;
}
a.subnavli {
    _height: 1%;
    display: block;
    text-decoration: none;
}
a.subnavli span {
    display: block;
}

a.subnavli:hover, a.subnavli:hover b.rtop, a.subnavli:hover b.artop {
    background: #eec;
}
.bigtxt {
    font-size: 1.45em;
    font-weight: lighter;
	color: #666;
}
.smtxt {
    font-size: .8em;
    color: #666;
}

.ow {
    padding: 5px;
}

.links {
    margin-top: 20px;
}
.links li {
    list-style-type: none;
}
.links a, .links a:hover {
    _height: 1%;
    display: block;
    border-bottom: 1px dotted #ccc;
    text-decoration: none;
    color: #666;
}
.links a:hover {
    color: #c60;
}
/**** End-Subnav ***/

/**** Form ***/
label {
	float: left;
}
input,select, textarea {
	display: block;
	margin: 5px 0;
	margin-left: 110px;
}
#err {
	color: red;
}
/**** Table ****/
table {
	border-collapse: collapse;
	width: 100%;	
}
td,th {
	font: normal .8em "Trebuchet MS";
	vertical-align: top;
	border: 1px #ccc solid;
	padding: 0 3px;
	text-align: center;
}

th {
	background: #eee;
	font-weight: bold;
}
/**** Nice Photo ***/
.nicepic {
	text-align: center;
}
.nicepic img {
	border: 1px solid #ccc;
	padding: 3px;
	margin-top: 5px;
}
.nicepic p {
	font: normal .75em "Arial";
	color: #666;
	margin: 0; padding: 0;
	text-align: center;
}

/**** Footer ***/
#footer p {
    font-size: .8em;
    color: #ccc;
    text-align: center;
}
#footer a {
	color: #ccc;
}
/**** Footer ***/


/**** Jobs ****/
.job_brief {
	margin: .5em 35px .5em 0px;
	padding: 5px;
}

.job_brief_position {
	font-size: 1.2em; 
	background-color: #FAE0A7;
	border-bottom: 1px solid #4a4a4a;
}

.job_brief_company {
	font-size: 1.12em;
}

.job_brief_contact {
}

.form_error {
	border: 1px solid #ff5555;
	margin: 5px auto 5px auto;
	width: 300px;
	padding: 5px 18px;
	text-align: center;
	color: #ff2222;
	background: #eaeaea;
}
/***** /Jobs ******/


/***** Alumni list *****/
.alum_record {
	margin: 2px 25px .6em .4em;
	border-bottom: 1px solid #eaeaea;
}
.alum_name {
	margin-top: .3em;
	font-size: 1.1em;
}
.alum_school {
}
.alum_company {
}
.alum_contact {
}