@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0px;
	background:#DCDDC4 url(images/header_background_tile.gif) repeat-x top;
	color:#4A4A44;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	}
	
a {
	text-decoration:none;
	color:#A3480B;
	}

a:hover {text-decoration:underline;}

a:visited {
	text-decoration:none;
	color:#A3480B;
	}

a:link img, a:visited img, a:hover img, a:active {border:none}

h1 {
	font-size:1.5em;
	font-weight:normal;
	}
	
h2 {
	font-size:1.2em;
	font-weight:bold;
	}
	
p {
	font-size:0.8em;
	line-height:1.6em;
	}
	

	
#container {
	margin: 0 auto;
	width: 1023px;
	min-height:100%;
	height: auto !important;
	height: 100%;
	padding-bottom:50px;
	margin: 0 auto 0em; /* the bottom margin is the negative value of the footer's height */
	}
	

#header {
	width:100%;
	height:409px;
	margin:0px;
	}
	
#nav {
	width:1023px;
	height:169px;
	position:absolute;
	top:265px;
	z-index: 101;
	}

#nav-buttons {
	width:711px;
	position:absolute;
	top:297px;
	padding-left:312px;
	float:right;
	}
	
#nav-buttons ul{
	list-style:none;
	padding:0;
	margin:0;
	}
#nav-buttons li{
	float:left;
	margin:0em 0em 0em 0em;
	border:none;
	}	

#nav-buttons li a{
	text-decoration:none;
	}

#nav2_study {
	width:300px;
	position:absolute;
	top:321px;
	padding-left:378px;
	float:left;
	}
	
#nav2_study ul{
	list-style:none;
	padding:0;
	margin:0;
	}
	
#nav2_study li{
	float:left;
	margin:-1px 0em 0em 0em;
	border:none;
	}	

#nav2_study li a{
	text-decoration:none;
	}

#nav2_about {
	width:200px;
	position:absolute;
	top:325px;
	padding-left:305px;
	float:left;
	}
	
#nav2_about ul{
	list-style:none;
	padding:0;
	margin:0;
	}
	
#nav2_about li{
	float:left;
	margin:1px 0em 0em 0em;
	border:none;
	}	

#nav2_about li a{
	text-decoration:none;
	}

#nav2_faq li a{
	text-decoration:none;
	}

#nav2_faq {
	width:200px;
	position:absolute;
	top:325px;
	padding-left:831px;
	float:left;
	}
	
#nav2_faq ul{
	list-style:none;
	padding:0;
	margin:0;
	}
	
#nav2_faq li{
	float:left;
	margin:1px 0em 0em 0em;
	border:none;
	}	

#nav2_faq li a{
	text-decoration:none;
	}



#banner {
	float:left;
	width:393px;
	padding-top:10px;
	padding-bottom:50px;
	}

#content {
	/* width:482px; */
	margin-left:476px;
	margin-top:30px;
	}
	
#push {
	height:85px;
	}
	
#footer {
	height:85px;
	background:url(images/footer_background_tile.gif) repeat-x bottom;
	width:100%;
	clear:both;
	}
	
#footer-content {
	width:100%;
	text-align:center;
	font-size:x-small;
	color:#FFFFFF;
	padding-top:30px;
	}
	
#footer-content a{
	text-decoration:underline;
	color:#FFFFFF;
	}
	
#footer-content a:visited a:hover{
	text-decoration:underline;
	color:#FFFFFF;
	}

.top {
	font-size:0.8em;
	text-transform:uppercase;
	}
	
#logo  {
	width:194px;
	position:absolute;
	top:265px;
	padding-left:72px;
	overflow:visible;
	}