* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #545454;
	background: White url(images/gray_bg.gif) repeat-y left top;
	font: 100%/1.5em Helvetica, Arial, Geneva, sans-serif;
}

ul 
{
	margin: 10px 0 10px 20px;
	list-style-image: url(images/bullet.gif);
	line-height:18px;
}
li { padding: 0 0 12px 5px; }

h1 {
	font: bold 1.5em Helvetica, Arial, Geneva, sans-serif;
	color: #5F5F5F;
	margin-bottom: 15px;
	display: block;
}

h2, h2 a {
	font-size: 1.0em;
	color: #ff8f01;
	margin-bottom: 5px;
	font-style: normal;
	display: block;
}

p {
	margin-bottom: 1.5em;
}

a 
{
	color:#2437E1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	vertical-align: bottom;
	border-style: none;
}

.divider
{
	height:1px;
	width:90%;
	margin:40px auto;
	background-color: #10a0d7;
}
	

/* ------------------ */

#container {
	width: 840px;
	margin:0px auto;
	background: White url(images/gray_side.gif) repeat-y left top;
	min-height:740px;
}

#header
{
	width:100%;
	height:130px;
	background:none;
}

a#logo 
{
	padding:20px 0 0 5px;
	float:left;
	display: block;
}

#tagline
{
	float:right;
	padding:52px 120px 0 0;
	color:#5F5F5F;
	font-size:16px;
}

#menu_bar {
	width: 180px;
	float: left;
}

#menu_bar ul#navigation 
{
	list-style-type: none;
	list-style-image:none;
	margin:0;
	font: bold 1.5em Helvetica, Arial, Geneva, sans-serif;
	float:right;
}

#menu_bar li { padding:0; list-style-type:none;}

#menu_bar a 
{
width:120px;
line-height:30px;
display: block;
padding-right: 10px;
background-color: #2d2d2d;
margin-bottom:3px;
text-align:right;
	color: #fff;
	text-decoration: none;
	font-size:13px;
	font-weight:bold;
}

#menu_bar a:hover, #menu_bar ul#navigation a.current {
	background-color: #ff8f01;
}


#main {
	width: 635px;
	float: right;
	min-height:500px;
}

.focus 
{
	height:190px;
	margin: 0 0 25px 25px;
	font-size:32px;
	color: White;
	line-height:55px;
	background: url(images/home.png) no-repeat;
	padding:70px 0 0 25px;	
}

.intro
{
	margin: 0 0 35px 25px;
	font-size:1.1em;
	line-height:28px;
	text-align:justify;
}

.newsletter
{
	margin: 0 0 25px -25px;
	height:180px;
	background:url(images/rewrite.png) no-repeat left top;
	padding-left: 50px;
	color:#838383;
	font-size:22px;
	line-height:30px;	
}

#footer 
{
	margin:100px 0 20px -25px;
	color: White;
	bottom:20px;
	background: url(images/footer_bg.png) repeat-y center top;
	font: 0.8em Helvetica, Arial, Geneva, sans-serif;
	text-align:center;
	padding: 10px 0 10px 0;
	clear:both;
}

#footer a { color:White; }
