/* CSS Document */

/* Layout Stylesheet */ 

body {
 	margin: 0px;
 	background:#808080;
 	text-align:center;
 	padding:0;
 	font-family: arial, helvetica, sans-serif;
	background: url(images/main_bg.gif) top left repeat-x;
	font-size: 81%;
	color: #555;
	line-height: 145%;
}

a {
	color: #003d79;
	text-decoration: none;
	font-weight: bolder;	
	}

#outer {
 	text-align: left;
 	width: 800px;
 	margin: auto;
}

/* Index page Stylesheet */ 
#index {
	background: url(images/index_bg.jpg) top left repeat-x;
}

#index_outer {
 	text-align: left;
 	width: 800px;
 	margin: auto;
	background: url(images/index_bg_top.jpg) top left no-repeat;
}

.index_container {
	margin: 0px auto 30px auto;
	position: relative;
	width: 800px;
	clear: both;
	padding: 0px;
	float: left;
}
	
.index_container div {
	font-size: 90%;
	float: left;
	width: 30%;
}
.index_container img {	
	height: 300px; 
	width: 190px; 
	border: 0px;
}
#index_col3 {
	margin-top: 40px;
	margin-left: 10px;
	font-size: 100%;
	width: 35%;
}

#index_col3 p {
	margin: 0px 0px 12px 0px;
	line-height: 130%;
}

#index_col2 {
	text-align: center;
	line-height: 130%;
}

#index_col1 {
	text-align: center;
	line-height: 130%;
}

.index_container p {
	margin: 5px 0px 0px 0px;
}

#index_h2 {
	font-weight: normal;
	}

#btext_top {
	margin-bottom: 320px;
}

/* End index page Stylesheet */ 

.container_main {
	margin: 0px 0px 0px 14px;
	position:relative;
	width: 648px;
	clear: both;
	padding: 0px;
	}

.container {
	margin: 0px auto;
	position: relative;
	width: 648px;
	clear: both;
	padding: 0px;
	}
	
.l-col {
 float:left;
 width:155px;
 }

.r-col {
 width:493px;
 text-align:left;
 float: right;
 margin: 0px 0px 35px 0px;
 }
 
#content {
	clear: left;
	color: #ccc;
}


	
/* Footer */

.footer	{
	text-align: left;
	padding: 0px;
	font-size: 88%;
	margin: 35px 0px 10px 0px;
	clear: both;
	}	
	
.footer div	{
	margin: 0px 0px 0px 25px;
	}		
	
.footer a {
	color: #51606a;
	text-decoration: none;
	font-weight: bold;
	}	
	
/* Header Type Treatment */	

h2 {
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #003d78;
	font-size: 175%;
	letter-spacing: -0.01em;
	line-height: 100%;
	}

h3 {
	font-weight: bold;
	font-size: 115%;
	line-height: normal;
	}

div.horrule {
	height: 3px;
	border-top: 3px solid #f4f3f4;
	margin: 0px 0px 10px 0px;
	text-align: left;
	width: 100%;
}

div.horrule hr {
	display: none;
}

#thin {
	height: 1px;
	border-top: 1px solid #ccc;
}

#text_input {
	border: 1px solid #bcc1c5;
	}
	
.r-col p, h3, h2  {
	margin: 0px 0px 10px 0px;
}

.r-col ul {
	margin-bottom: 10px;
}

.r-col li {
	list-style-type: disc;
	list-style-position: outside;
}
#subtext {
	font-size: 80%;
	line-height: 115%;
	margin: 0px 0px 10px 0px;
}

/* submit form styles */

.submit_email {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	text-align: left;
}

#email_input {
	margin: 0px 0px 5px 0px;
}
#submit_input {
	border: none;
	background: none;
	padding: 0px;
	margin: 0px;
	color: #003d79;
	font-weight: bold;
	font-size: 120%;
	font-family: arial, geneva, verdana, sans-serif;
}
.sitemap, .sitemap li, .sitemap li li, .sitemap li li li {
	list-style-position: inside;
	list-style-type: circle;
}
.sitemap {
	margin: 0px 0px 30px 0px;
}