@charset "utf-8";
body  {
	font: 85% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}

p {
	margin-top:0px;
	margin-bottom:15px;
}

#news_latest p, #news_more p {
	padding-bottom: 8px;
	margin-top:0px;
	margin-bottom:7px;
	border-bottom: 1px solid #DEDEDE;
}


h1 {	
	font: 225% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #888;
	line-height: 20pt;
	padding: 0;
	margin: 0 0 15px 0;
}

#section h1 {	
	font: 225% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #edd9e1;
	line-height: 20pt;
	padding: 0;
	margin: 0 0 15px 0;
}

h2 {
	font: 190% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #888;
	line-height: 22pt;
	padding: 0;
	margin: 0 0 15px 0;
}

h3 {	
	font: 150% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 16pt;
	color: #333;
	padding: 0;
	margin: 0 0 15px 0;
}

h3.emp {	
	font: 150% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 18pt;
	color: #888;
	padding: 0;
	margin: 0 0 15px 0;
}


hr {
	border-top: 1px solid #CCC;
	margin: 10px 0 20px 0;
}

#subnav ul, #subnav2 ul {
	margin: 0 0 0 -32px;
}

#subnav li, #subnav2 li{
	list-style-image:url(/images/bullet_subnav.gif);
	line-height: 15px;
	margin-bottom: 20px;
}


#col1 ul, #col2 ul, #col3 ul, #content ul, #content ul, #content_wide ul {
	margin-top: -5px;
	}	

#col1 ul li, #col2 ul li, #col3 ul li, #content ul li, #content ul li, #content_wide ul li {
	margin-left: -24px;
	list-style-image:url(/images/bullet.gif);
	padding: 0 0 10px 0;
	}


#col1 ol li, #col2 ol li, #col3 ol li, #content ol li, #content ol li, #content_wide ol li{
	margin-left: -10px;
	padding: 0 0 10px 0;
	}

	

a, a:link, a:visited {
	color: #960037;
	text-decoration: none;
}

a:hover {
	color: #408e9e;
	text-decoration: none;
}


#footer a, #footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #666666;
	text-decoration: underline;
}

#home_on, #about_on, #ap_on, #get_on, #news_on, #careers_on, #contact_on {
	visibility:hidden;
	background-position: 0 37px;
	position: absolute; 
	z-index: 300;
}

#home_on {
	background-image: url(/images/nav_home.jpg);
	width: 94px;
	height: 37px;
}

#about_on {
	background-image: url(/images/nav_about.jpg);
	width: 117px;
	height: 37px;
	left: 94px;
}

#ap_on {
	background-image: url(/images/nav_ap.jpg);
	width: 221px;
	height: 37px;
	left: 211px;
}

#get_on {
	background-image: url(/images/nav_get.jpg);
	width: 142px;
	height: 37px;
	left: 432px;
}
#news_on {
	background-image: url(/images/nav_news.jpg);
	width: 89px;
	height: 37px;
	left: 574px;
}

#careers_on {
	background-image: url(/images/nav_careers.jpg);
	width: 108px;
	height: 37px;
	left: 663px;
}

#contact_on {
	background-image: url(/images/nav_contact.jpg);
	width: 129px;
	height: 37px;
	left: 771px;
}

.home #home_on, .about #about_on, .ap #ap_on, .get #get_on, .news #news_on, .careers #careers_on, .contact #contact_on {
	visibility: visible;
}


#container { 
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
	width: 900px;
	height: 80px
}

#search {
	position: relative;
	top: -75px;
	left: 600px;
	width: 350px;
	height: 80px;
	padding: 30px 0 0 0;
	margin: 0 0 -100px 0;
}

#flash { 
	width: 900px;
	height: 268px;
}

#navbar { 
	position: relative;
	top: 0;
	left: 0;
	z-index: 200;
	width: 900px;
	height: 37px;
	margin-bottom: 8px;
}

#section { 
	background-image: url(/images/bg_section.jpg);
	background-repeat:no-repeat;
	position: relative;
	width: 900px;
	height: 14px;
	padding: 7px 20px 37px 28px;
	margin: -8px 0 5px 0;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.home #col1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 280px;
	background-image:url(/images/home_box.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 20px 30px 20px 20px; /* padding keeps the content of the div away from the edges */
}

.home #col2 { 
	background-image:url(/images/home_box.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 298px 0 302px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 20px 20px 20px 20px;
	width: 260px;
	height: 280px;
} 

.home #col3 {
	float: right; /* since this element is floated, a width must be given */
	width: 255px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 280px;
	background-image:url(/images/home_box.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 20px; /* padding keeps the content of the div away from the edges */
}

#creditfooter {
	display: none;
}

#subnav2 {
	float: left;
	width: 120px;
	padding: 0 20px 0 20px;
	margin: 20px 0 20px 0;
	}

#subnav {
	background-image: url(/images/bg_subnav.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	width: 150px;
	padding: 15px 10px 0 20px;
	margin: 15px 0 0 0;
	}

#subnav_bottom {
	position: relative;
	left: -20px;
	background-image:url(/images/bg_subnav_bottom.jpg);
	background-position:bottom;
	width: 180px;
	height: 10px;
}
	
#content2 {
	float: right;
	width: 680px;
	min-height: 300px;
	padding: 0 0 0 25px;
	margin: 20px 0 20px 0;
	border-left: 1px solid #ccc;
}

#content {
	float: right;
	width: 700px;
	min-height: 300px;
	padding: 0 0 0 20px;
	margin: 15px 0 20px 0;
}

#photo {
	float: right;
	width: 225px;
	min-height: 425px;
	padding: 0 0 0 25px;
	margin: 0 25px 20px 20px;
	border-left: 1px solid #ccc;
}

#content_wide {
	padding: 20px;
}


#rightcol {
	float: right;
	width: 150px;
	padding: 0 0 0 20px;
	margin: 60px 0 0 20px;
	border-left: 1px solid #CCCCCC;
}

#emp_photo {
	float: left;
	text-align: left;
	width: 188px;
	padding: 0 20px 0 0;
	margin: 0;
}

/* Hack for all other browsers besides IE */
html>body #emp_bio { 
	float: right;
	width: 467px;
	background: #FFFFFF;
	margin: 0 auto; 
	padding: 0 0 0 20px;
	text-align: left; 
	border-left: 1px solid #CCCCCC;
}

#emp_bio { 
	float: right;
	width: 490px;
	background: #FFFFFF;
	margin: 0 auto; 
	padding: 0 0 0 20px;
	text-align: left; 
	border-left: 1px solid #CCCCCC;
}


#emp_callout {
	float: right;
	width: 200px;
	border-left: 1px solid #CCC;
	padding: 0 0 0 20px;
	margin: 0 0 20px 20px;
}


#news_headline {
	float: left;
	text-align: left;
	width: 478px;
	padding: 0 20px 0 0;
	margin: 0;
	border-right: 1px solid #CCCCCC;
}

#content img, #news_headline img {
	float: left;
	margin: 0 15px 10px 0;
}

#news_latest { 
	float: right;
	width: 180px;
	background: #FFFFFF;
	margin: 0 auto; 
	padding: 0 0 0 20px;
	text-align: left; 
}

#news_more {
	padding: 0;
	margin: 0;
	clear: both;
}

#current_partners {
	float: right;
	width: 375px;
	padding: 0 0 0 20px;
	margin: 25px 0 0 20px;
	border-left: 1px solid #CCCCCC;
}


#partners { 
	width: 375px;
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
} 

#partners img {
	margin: 0 15px 15px 0;
}

#partners h3 {
	margin-bottom: 5px;
}

#afa, #afaef {
	visibility: hidden;
	float: right;
	width: 300px;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	border-left: 1px solid #CCCCCC;
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
} 
#footer p {
	font-size: 80%;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

