@charset "UTF-8";
@media all { 
* {
	margin : 0;
	padding : 0;
}
img {
	border: none;
	margin : 0;
	padding : 0;
}
html {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	background-image: url(_images/bgnd.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
div#branding{
	margin-left: auto;
	margin-right: auto;
}
div.endorse{
	background-image: url(_images/quotes.gif);
	background-repeat: no-repeat;
	background-position: 5% 0%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 150px;
}
div#footer{
	height: 60px;
	width: 800px;
}
p.quoted, p.sig{
	font-family: Arial, Verdana, sens-serif;
	color: #666;
	font-size: small;
	padding: 30px 10px 0 30px;
	width: 450px;
	margin-left: 5%;
	font-style: italic;
	margin-bottom: 0;
	text-align: left;
}
p.sig{
	text-align: right;
	margin-top: -20px;
}

html>body #branding {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	/*left: 0;*/
	width: 800px;
	height: 100px;
	background-color: #fff;
	background-image: url(_images/branding.png);
	background-repeat: no-repeat;
	background-position: 30px 30px;
	text-indent: -9999px;
	padding: 0px;
}
#navigation{
	clear: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 800px;
	height: 18px;
	background-color: #fff;
	border-bottom: #c8c8c7 solid 1px;
}
ul#nav_main{
	list-style-type: none;
	border: none;
}
ul#nav_main li{
	position: absolute;
	height: 18px;
	width: 65px;
	border: none;
}
li#nm_1{
	left: 30px;
	background: url(_images/active.png) no-repeat 0 0;	
}
li#nm_2{
	left: 639px;
	background: #999;
}
li#nm_3{
	left: 705px;
	background: #999;
}
#content{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border: none;
}
.con_row{
	position: relative;
	width: 800px;
	height: 156px;
	border: none;
	overflow: hidden;
}
.con_grid{
	margin-top: 10px;
	border: none;
	position: relative;
	float: left;
	margin-bottom: 50px;
}
.con_grid a{
	display: block;
	height: 106px;
}
.con_grid#cg_1, .con_grid#cg_6, .con_grid#cg_11{
	margin-left: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.con_grid#cg_2, .con_grid#cg_3, .con_grid#cg_4, .con_grid#cg_5, .con_grid#cg_7, .con_grid#cg_8, .con_grid#cg_9, .con_grid#cg_10, .con_grid#cg_12, .con_grid#cg_13, .con_grid#cg_14{
	margin-left: 53px;
}
.con_grid a:hover {
	border-bottom: #000 5px solid;
}

}
#content h1{
	font-family: Arial, Verdana, sens-serif;
	color: #820000;
	font-size: large;
	text-align: left;
	padding: 10px 0 0 30px;
	height:30px
}
#content p{
	font-family: Arial, Verdana, sens-serif;
	color: #666;
	font-size: small;
	text-align: left;
	padding: 10px 10px 0 30px;
	width: 500px;
}