body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	letter-spacing: 1px;
	color:#333333;
	background:url(../images/background-gradient.gif) repeat-x 0px 0px;
	background-color:#bcad97;
	/*background-color:#b4a296;*/
}



/* ========= Typography =============*/

#main_column a:link, 
#main_column a:visited{
	/*color:#b77046;*/
	color:#6b311e;
	font-weight:bold;
}
#main_column a:hover, 
#main_column a:active{
	text-decoration:none;
}



h1{
	font-size:28px;
	background: url(../images/heading-graphic2.gif) no-repeat 0px 0px;
	display: block;
	height: 50px;
	color:#6b311e;
	padding: 15px 0px 0px 50px;
	margin: 0px -50px 0px -48px;
}
h1.too_long{
	font-size:22px;
	background: url(../images/heading-graphic2.gif) no-repeat 0px 0px;
	display: block;
	height: 50px;
	color:#6b311e;
	padding: 15px 0px 0px 50px;
	margin: 0px -135px 0px -48px;
}

h2{
	color:#205372;
	font-size:18px;
	margin:0px 0px 10px 0px;
	padding:0px;
}
h2.posttitle a:link, h2.posttitle a:visited{
	color:#205372 !important;
	font-size:18px;
	text-decoration:underline;
	line-height:normal;
	font-style:normal;
}
h2.posttitle a:hover, h2.posttitle a:active{
	color:#205372 !important;
	font-size:18px;
	background-color:#e0e0e6;
	text-decoration:none !important;
	font-style:normal;
}



h3{}
p{
	line-height:17px;
}
#main_column ul{
	margin-left:35px;
	list-style-image:url(../images/bullet-arrow.gif);
	padding-left:0px;
}

#main_column ul li{
	padding-left:0px;
	margin-bottom:7px;
}
#main_column ul ul{
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
}
#footer-sitemap{
	float:left;
	width:150px;
	display: block;
	margin: 4px 0px 0px 10px;
	color:#FFFFFF;
}
#footer-sitemap a:link,
#footer-sitemap a:visited{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}
#footer-sitemap a:hover,
#footer-sitemap a:active{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

#copyright{
	color:#CCCCCC;
	font-size:11px;
	float:right;
	width:225px;
	display: block;
	text-align: right;
	margin: 4px 10px 0px 0px;
}
/* ========= END Typography =============*/


/*==============  Form styles ===========================*/

#submit-form{
	width: 400px;
}

form{
	margin-top:20px;
}


form p{
	width:255px;
	margin: 0px;
	_margin-left:5px;
	padding: 8px 0px 8px 0px;
	padding-left: 140px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
	height: 1%;
	line-height: normal;
	clear: left;
}
form label{
	font-weight: bold;
	float: left;
	margin-bottom:2px;
	margin-left: -130px; /*width of left column*/
	width: 125px; /*width of labels. Should be smaller than left column (130px) to create some right margin*/
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}

form input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 200px;
	padding: 3px;
}
form input{
	width: 200px;
	padding: 3px;
}
form textarea{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 250px;
	padding: 3px;
}

fieldset legend{
	color:#205372;
	font-size:14px;
	font-weight: bold;
}
fieldset{
	background-color: #fbf8ee;
	margin:30px 0px;
	padding:0px;
	width:420px;
}

/** html fieldset{
	width:400px;
}*/

#submitBtn{
	margin: 10px;
	float:right;
	width:80px;
}
.required{
	color:#990000;
	font-size: 14px;
}
p.required_p{
	margin:0px;
	border:none;
	padding:10px;
}

/* controls the unordered list and the zebra striping effect in conjunction with zebra-stripe.js */
#main_column ul.stripelists  {
	margin:0px;
	padding:0px;
}	
#main_column ul.stripelists li {
	padding:8px 10px; 
	border: 1px solid #fff; 
	display:block;
	margin:0px;
}
#main_column ul.stripelists li.lm_over {
	border: 1px solid #CCCCCC;
	cursor:pointer;
	cursor:hand;
}
#main_column ul.stripelists a {
	/*color:#5579b1;*/
}
ul.stripelists h2{
	margin:0px;
	padding:0px;
}

/* end zebra striping controls */



/* ========= Structural elements =============*/
#wrapper{
	margin: 0px auto;
	padding:0px;
	width:848px;
	position:relative;
	display:block;
	text-align: left;
	
}

#shadows{
	background:url(../images/container-shadows3.png) repeat-y 0px 0px;
	float:left;
	width:836px;
	padding-left:12px;
}

/* \*/
* html #shadows{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/container-shadows3.png', sizingMethod='scale'); 
}
/* */

#borders{
	background:url(../images/wrapper-borders.gif) repeat-y -1px 0px;
	float:left;
	width:812px;
	padding-left: 12px;
}
#header{
	width: 800px;
	float: left;
}

#logo_container{
	background:url(../images/logo.jpg) no-repeat 0px 0px;
	float: left;
	width: 180px;
	height: 179px;
}
#masthead{
	background:url(../images/masthead.jpg) no-repeat 0px 0px;
	width: 620px;
	height: 85px;
	float: left;
}
#contact-home{
	float: right;
	width: 150px;
	margin: 8px 4px 0px 0px;
	text-align: right;
	color: #FFFFFF;
}

#header_rotators{
	float: left;
	width: 620px;
	height: 94px;
	background-color:#FFFFFF;
}


#content_wrapper{
	background:url(../images/content-background-strip.gif) repeat-y 0px 0px;
	width: 800px;
	float: left;
	background-color:#FFFFFF;
}
#left_column{
	
	width: 200px;
	float: left;
}

#main_column{
	width: 500px;
	_width: 490px;
	float: left;
	_padding-top:10px;
	padding-left: 50px;
	position: relative;
	padding-right: 50px;
	letter-spacing:normal;
}
#right_column{
	width: 168px;
	float: right;
	margin: 15px 0px 10px 15px;
	
}
#footer{
	width: 800px;
	float: left;
	clear: both;
	height: 24px;
	background: url(../images/footer-strip.gif) repeat-x 0px 0px;
	display: block;
	margin-top: 25px;
}
.teaser{
	display:block;
	width:168px;
	background:url(../images/teaser-background.gif) no-repeat left bottom;
	margin: 25px 0px 0px 15px;
	padding-bottom: 5px;
}
.teaser h2{
	background:url(../images/left-column-heading.gif) no-repeat 0px 0px;
	padding:7px 0px 0px 35px;
	color:#725442;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0.1em;
	font-weight: bold;
	width:133px;
	height:25px;
}
.teaser p{
	color:#5d4e48;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(../images/double-arrows.gif) no-repeat 0px 5px;
	padding-left: 20px;
	margin: 0px 0px 5px 15px;
}
.teaser a{
	padding-left: 115px;
	display: block;
}

.teaser-ca{
	display:block;
	width:168px;
	margin: 25px 0px 0px 15px;
	background: url(../images/campus-location-teaser.jpg) no-repeat 0px 0px;
	height: 150px;
}
.teaser-ca h2{
	padding:7px 0px 0px 60px;
	color:#725442;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0.2em;
	font-weight: bold;
	width:100px;
	height:20px;
}
.teaser-ca p{
	color:#5d4e48;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(../images/double-arrows.gif) no-repeat 0px 5px;
	padding-left: 20px;
	margin: 0px 0px 3px 55px;
	padding-top: 0px;
}
.teaser-ca a{
	display: block;
	padding-left: 115px;
}

.content-box{
	width:auto;
	border:1px solid #d6d1c1;
	background-color:#fbf8ee;
	margin:10px 0px 20px 0px;
	padding:0px;
}
.content-box h3{
	color:#63615a;
	text-transform:uppercase;
	font-size:14px;
	height:17px;
	margin:0px;
	padding:5px 0px 5px 10px;
	display:block;
	background:url(../images/content-box-header-strip.jpg) repeat 0px 0px;
}
 .content-box p{
 	margin:10px;
 }
 
 .image_box{
 	width:168px;
	background:url(../images/right-pic-bottom2.gif) no-repeat left bottom;
 }
 .image_box p{
	font-size:11px;
	color:#63615a;
	line-height: normal;
	padding: 12px 0px 12px 12px;
	margin: 0px;
 }
 
 .image_box img{
	text-align:center;
 
 }

#contact-home a:link,
#contact-home a:visited{
	color:#FFFFFF;
	font-size:9px;
	text-decoration:underline;
	text-align:right;
}

#contact-home a:hover,
#contact-home a:active{
	text-decoration:none;
}
/* ========= END Structural Elements =============*/



/* ========= START top navigation =============*/
#nav{
	background:url(../images/nav-bar.jpg) no-repeat 0px 0px;
	width: 800px;
	height: 45px;
	z-index:5;
	clear:left;
	_position:relative;
}
#nav ul{
	list-style:none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 750px;
	display: block;
	height: 30px;
}
ul#navList, #navList {
 z-index:15;
}

#nav ul li{
	float: left;
	_position:relative;
}

#nav ul li a{
	padding: 8px 10px 0px 10px;
	_float:left;
	display: block;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	height: 23px;
}

#nav ul li a:hover{
	background:url(../images/nav-active-color.jpg) repeat-x 0px 0px;
}


/* END top navigation */

#about ul li#mn1 a,
#campus_locator ul li#mn2 a,
#resume ul li#mn3 a,
#contact ul li#mn4 a{
background:url(../images/nav-active-color.jpg) repeat-x 0px 0px;
}
#about ul li#mn1 li a:link,
#about ul li#mn1 li a:visited{
	background-image:none;
	_background-color: #fbf8ee;
}
#about ul li#mn1 li a:hover,
#about ul li#mn1 li a:active{
	background:url(../images/nav-active-color.jpg) repeat-x 0px 0px;
}


/*===========Employee Center category drop-down navigation=======*/
#navList li li a {
	display: block;
	font-weight: normal;
	color: #333;
	_width:16em;
	padding: 9px 10px 0px 11px;
	/*height:30px;*/
	background-color: #fbf8ee;
	border-bottom:1px dashed #836f66;
}

#navList li li a:hover {
	padding: 9px 10px 0px 11px;
	/*height:30px;*/
	color:#FFFFFF;
	_width:16em;
	font-weight:bold;
	background:url(../images/nav-active-color.jpg) 0px 0px;
}


#navList li.dropdown-bar{
	background: url(../images/drop-down-bar.gif);
	height:20px;
	width:16em;
	_padding: -4px 0px -4px 0px;
}

#navList li ul { /*position the drop-down in IE*/
	display: none;
	position: absolute;
/*	top: 205px;
	left: 253px;*/
	top: 100%;
  	left: 0;
	font-weight: normal;
	padding: 0px;
	margin:0px;
	width:16em;
	z-index:2;
}

#navList li>ul {
	top: auto;
	left: auto;
}

#navList li li{
	display: block;
	float: none;
	width:16em;
	border: 0px;
	color:#333;
	_margin:0px 0px -3px 0px; /*takes gaps out of drop-down list in IE*/
}

#navList li:hover ul, #navList li.over ul{ display: block; z-index:20;}
