@charset "UTF-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 30px 0 0 0;
	padding: 0;
}
p, h1, h2, h3, a {
	margin:0;
	padding:0;
}
i {display:none;}
a img {border:none;}
li { list-style:square;}
table {
	font-size:12px;
	color:#787878;
}
#shell {
	width:820px;
	margin:0 auto 0 auto;
}
#header {
	width:820px;
	height:26px;
}
#header a {
	width:247px;
	height:26px;
	display:block;
	float:left;
}
#container { 
	width:820px;
	padding:35px 0 20px 0;
}
#lnav {
	width:160px;
	float:left;
	margin-right:30px;
}
#lnav a {
	font-size:10px;
	color:#787878;
	display:block;
	text-decoration:none;
	margin-bottom:8px;
	font-weight:bold;
}
#lnav a:hover {
	font-size:10px;
	color:#b9b7b7;
	display:block;
	text-decoration:none;
	font-weight:bold;
}
#lnav h1 {
	font-size:10px;
	color:#b9b7b7;
	display:block;
	/*background:#b9b7b7;*/
	margin-bottom:8px;
	font-weight:bold;
}
#lnav h2 {
	font-size:10px;
	color:#b9b7b7;
	display:block;
	/*background:#b9b7b7;*/
	margin:0 0 8px 10px;
	font-weight:bold;
}
#main {
	width:630px;
	float:left;
}
#main h1 {
	font-size:18px;
	margin-bottom:12px;
	color:#c6ac00;
}
#main h2 {
	font-size:15px;
	margin-bottom:0px;
	color:#347dd6;
}
#main p {
	font-size:12px;
	line-height:18px;
	margin-bottom:12px;
	color:#787878;
}
#main li {
	font-size:12px;
	line-height:18px;
	margin-bottom:5px;
	color:#787878;
}
#main a {
	color:#787878;
	text-decoration:underline;
}
#main a:hover {
	color:#c6ac00;
	text-decoration:none;
}
#crumbs {
	color:#787878;
	font-size:10px!important;
	font-weight:bold;
}
#crumbs a {
	color:#b9b7b7;
	font-size:11px!important;
}

/*#grid2 {
	width:630px;
	display:block;
}
#grid2 div {
	width:200px;
	float:left;
	margin-bottom:15px;
}
#grid2 div p {
	font-size:12px; 
	margin-bottom:0px!important;
	text-align:center;
	font-weight:bold;
}
#grid2 div a {
	color:#c6ac00!important;
	text-decoration:none;
}
#grid2 div a:hover {
	color:#c6ac00!important;
	text-decoration:underline;
}*/
#grid {
	width:630px;
	display:block;
}
#grid div {
	width:200px;
	height:171px;
	float:left;
	margin-bottom:15px;
}
#grid35mm {
	width:630px;
	display:block;
}
#grid35mm div {
	width:200px;
	height:133px;
	float:left;
	margin-bottom:15px;
}
#footer {
	background:url(images/footer-line.gif) repeat-x;
	width:820px;
	padding-top:12px;
}
#footer p {
	font-size:11px;
	color:#787878;
	line-height:18px;
	margin-bottom:12px;
}
#footer a {
	color:#787878;
	text-decoration:underline;
}
#footer a:hover {
	color:#b9b7b7;
	text-decoration:none;
}
/*CLASSES*/
.sub {margin-left:10px;}
.sub2 {margin-left:20px;}
.clear {clear:both!important; height:1px!important; margin-bottom:0!important;}
.active {color:#c6ac00!important;}
.mright15 {margin-right:15px;}
.req{color:#990000; font-weight:bold;}
