body{
	width: 962px;
	margin: 20px auto 0 auto;	
	font-family: verdana;
font-size: 85%;
	
}
/* global styles */
h1{
	font-size: 135%;
}

h2{
	font-size: 125%;
}

.clear{
	clear: both;
}

ol{
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0 20px;
}

ol li{
	margin: 5px 0;
}

/* header */
div#header_container{
	background: url('../images/background.gif') no-repeat top left;
	height: 96px;
	border: 1px solid black;
	border-bottom: 0;
	}
	
div#header{
	background: #000 url("../images/big_e.gif") no-repeat 70% 0;
	color: white;
	height: 87px;
	z-index: 0;
	
}

div#contact-us{
	position: relative;
	text-align:right;
	right: 18px;
	bottom: 30px;
}

/* left-bar */
div#left_bar
{
	border-left: 1px solid black;
	width: 244px;
	padding: 0;
	float: left;	
	border-bottom: 1px solid black;
}

div#left_bar button{
margin: 0 0 0 10px;
}


/* left nav */

ul.nav{
	text-align: right;
	margin: 0 0 12px 0;
	
}	

ul.nav li.nav_heading{
	font-weight: bold;
	margin: 0 0 3px 0;
	font-size: 93%;	
}

ul.nav li{	
	line-height: 77%;
	padding: 0 15px 0 0;
	margin: 0 0 3px 0;
}

ul.nav li a{
	text-decoration: none;	
	color: black;
	font-size: 77%;
}

ul.nav li a:hover{
	text-decoration: underline;
	font-weight: bold;
	font-size: 77%;
	
}

#currentPage{
	font-weight: bold;
	text-decoration: underline;
}

/* main area */
div#content_container {
	float: left;
	width: 710px;
	min-height: 567px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 0 2px 0 2px;
}

div#content{
	background: url('../images/home_bg.jpg') no-repeat 0 0;
	margin: 17px 0 17px 13px;
	height: 533px;
}

div#content p{
	padding: 30px 0 0 25px;
	font-size: 93%;
	line-height: 138.5%;
	}

div#content_internal ul li{
  list-style-type: disc;
  list-style-position: inside;
}

.welcome{
	margin: 70px 0 0 25px;
}

#page_title_image{
	margin: 40px 0 0 0;
}

/* internal content */
div#content_internal{
	margin: 17px 0 17px 17px;
}

div#content_internal h2{
	color: #231f20;
	font-size: 108%;
	font-weight: lighter;
	font-family: Helvetica, Arial, sans-serif;
	}

div#content_internal h2.inline-title{
	float: left;
	font-size: 100%;
	font-weight: bold;
}

div#content_internal h2.subtitle{
	font-size: 100%;
	font-weight: bold;
}

div#content_internal .topic_image{
		margin: 15px 0;
		}
	
div#content_internal p{
		font-size: 93%;
		width: 681px;
		color: #636467;
		line-height: 138.5%;
		margin-bottom: 13px;
	}
form.inline_form input, form.inline_form label{
	float: left;
	margin: 5px 0;
}

form.inline_form label{
	font-weight:bold;
	width:85px;
}

form.inline_form input{
	margin-right: 15px;
}

form.inline_form label.small_label{
	width: 60px !important;
}

form.inline_form label.check_label{
	width: 70px !important;
}
form#mailer{
	font-size: 85%;
}

form.block_form input{
	float: left;
	margin: 3px 0;
}

form.block_form label{
	float: left;
	width: 135px;
	margin: 3px 0;
	font-weight: bold;
}

form.block_form label.small_label{
	width: 60px !important;
	margin: 0 3px !important;
}
/* unique boxes */

div.form_descriptor{
        float:left; 
        width:25%;
}

div.form_descriptor p{
	width: auto !important;
}

span.test_author{
	font-weight: bold;
}


div.options{
	float: left;
	font-size: 90%;
	margin: 0 10px 10px 0;
}

div.nav_tools{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	padding: 0 0 3px 0;
}
div#social_network{
	font-size: 10px;
	margin: 25px 0 0 25px;
	}
	
div#newsletter{
	font-size: 9px;
	margin: 10px 15px 0 0;
	text-align: right;
}

div#newsletter input{
background-color: #ccc;
}
	
div#social_network h2, div#newsletter h2{
	font-size: 9px; 
	font-weight: normal;
	margin: 5px 0;
	}
	
div#blog h2{
	font-weight: bold;
	font-size: 138%;
	margin: 20px 0 5px 0;
}

div#blog h3{
	font-weight: bold;
	font-size: 90%;
	margin: 0 0 10px 0;
	color: #999;
}

div#blog ul{
	margin: 5px 0 10px 0;
	font-size: 85%;
}

div#blog ul li {
	margin: 10px;
}
/* Footer */
div#footer{
clear:both;
	font-size: 70%;
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: right;
	}

