/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #d1eeee url(images/bg.jpg) repeat-x top center;
	font: normal 76%/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #666;	
}

#skipnav {
	position:absolute;
	left:-999em;
}

.clearing { clear:both; height:0; }

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #208585;
/*	font-style: italic; */
	font-size: 2em;
	line-height: 1.1em;
/*	font-weight: normal; */
	letter-spacing: -0.025em;
	
	margin: 10px 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #208585;
	font-size: 1.6em;
	letter-spacing: -0.025em;
	line-height: 1.1em;
/*	margin: 0.8em 0; */	
/*	margin: 10px 0; */
	margin: 20px 0 0px 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #208585;
	font-size: 1.2em;
	letter-spacing: -0.025em;
	line-height: 1.1em;
/*	margin: 0.8em 0; */	
	margin: 10px 0;
}
a {
	color:#203a85;
	text-decoration: underline;
}
p {		
/*	margin: 15px 10px 10px 10px; */
	margin: 15px 0 10px 0;
}
.smalltxt {
	font-size: 0.9em;
}
a:hover {
	color: #0c1530;
}

#wrapper {
	margin: 0 auto 40px auto;
	width: 784px;
	background: transparent url(images/page_bg.gif) top center repeat-y;
}
#page-holder {
	background: transparent url(images/page_bg_top.gif) top left no-repeat;
/*	background-color: #0000ff; */
}
#page {
/*	width: 770px; */
	margin: 0 auto;
	width: 750px;
	height: 850px; /* for IE */
	min-height: 850px; /* for not-IE */

	background: transparent url(images/pagebody_bg.jpg) left top repeat-y;
	padding-bottom: 30px;
}
html>body #page {
	height: auto; /* for not-IE */
}

#footer {
/*	background: transparent url(images/footer_bg.gif) top center no-repeat; */
}
#topnav {
	padding: 10px 0 0 0;
	text-align: right;
	font-size: 0.9em;
	color:#666;
	background-color: #fff;
}
#topnav a {
	background: transparent url(images/arrow.gif) center left no-repeat;
	color:#666;
	padding-left: 7px;
}

#topnav a:visited {
	color:#666;
	background: transparent;
}

#topnav a:hover {
	color:#333;
}
#header {
	height: 205px;
	color: #fff;
	background: transparent url(images/header_bg.jpg) top left no-repeat;
}
#headerlogo {
	border: 0;
	margin: 0 0 0 6px;
	float: left;
/*	display: inline; */
}
#headerimg {
	width: 374px;
	margin: 46px 1px 0 28px;
	float: right;
}
#headerbar {
/* grey bar below header */
	color: #fff;
	background-color: #666;
	text-align: right;	
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}
#headerbar p {
	margin: 0;
	padding: 6px 10px 6px 0;
	font-size: 0.9em;
}

#col1 {	
	/* removed 40px margin and instead increased width to give nav text room to expand when font size increased */
/*	margin: -68px 40px 0 30px; */

	margin: -68px 30px 0 11px;
	width: 169px;
/*	width: 209px; */
/*	width: 199px; */

/*	width: 189px; */ 
	float: left;
/*	background-color: #ffcc00; */
}
#col2 {
	margin: 40px 0 0 0;
	float: left;
	width: 510px;
/*	background-color: #ffcc66; */
}
#col2 img{
	float: left;
	border: 1px solid #666;
	margin: 10px 10px 10px 0;
}

#sidenav {
/*	background: transparent url(images/sidenav_bg.gif) repeat-y center left; */
	background: transparent url(images/sidenav_bg.gif) repeat-y 0px top;
	margin: 0 0 15px 0;
/*	margin: 0 0 300px 0; */  /* margin increased to temporalily push endorsements down */
}
#sidenav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
	border: 0;
}
#sidenav li {
	padding: 0;
	margin-bottom: 1px;
	border: 0;
}
#sidenav li a {
	background: transparent url(images/menuitem_bg1.jpg) left center no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	border: 0;
	margin: 0;
	height: 2.5em;
	line-height: 2.5em;
}
#sidenav li a:hover {
	background: transparent url(images/menuitem_bg2.jpg) left center no-repeat;
/*	color: #208585; */
}
/* higlight the the active menu item */
#sidenav li.active a {
	background: transparent url(images/menuitem_bg2.jpg) left center no-repeat;
/*	color: #208585; */
}
.alt {
	display: none;
}
#promobox1 {
	background: transparent url(images/promobox_bg.gif) left bottom repeat-x;
	/* set 20px margin cos simpler than setting width to 169px and applying box model hack 
	margin: 0 20px 15px 0; */
	margin: 0 0 15px 0;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
}
#promobox1 img {
	margin: 5px;
	border: 0;
}
#promobox1 p {
	margin: 0;
	pading: 0;
	border: 0;
}
#endorsements {
	background: transparent url(images/endorse_bg.gif) left top repeat-x;
	text-align: center;
	/* set 20px margin cos than setting width to 169px and applying box model hack */
	margin: 40px 0 0 0;
	padding: 10px;
	border: 1px solid #ccc;
}
#endorsements p {
	text-align: left;
	font-size: 0.8em;
	line-height: 1.3em;
	margin: 5px 0 0 0;
}