@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
html, body {
	margin:0;
	padding:0;
	background:#989898 url(../images/bg.png) top left repeat-x;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}
#mainContainer {
	margin:0 auto;
	text-align:left;
	width:963px;
	position:relative;
	height:100%;
}
#header {
	margin:0;
	padding:0;
	width:963px;
	height:103px;

}

#banner {
	width:963px;
	height:161px;
}

#tagline {
	width:963px;
}

#contentContainer {
	border-left:3px solid #fff;
	border-right:3px solid #fff;
	width:957px;
	float:left;
	background:url(../images/bg_container.gif) top left repeat-y;
}
#content ul {
	font-size:8pt;
	line-height:20px;
	color:#5e5e5e;
}
#leftNav {
	margin:35px 0 0 0;
	padding:0;
	width:184px;
	float:left;
	background:#bbb;
	text-indent:25px;
	font-size:12px;
	z-index:1000;
}
a, a:visited {
	text-decoration:underline;
	color:#de740d;
}
a:hover {
	color:#db760d;
}
#leftNav ul li {
	margin:0;
	list-style:none;
	background:url(../images/bg_menubottom.gif) bottom left no-repeat;
}
#content {
	margin:0;
	padding:35px;
	background:url(../images/bg_content.png) top left repeat-x #fff;
	width:703px;
	float:left;
}
#content p {
	padding:7px 0 7px 0;
	font-size:8pt;
	line-height:20px;
	color:#5e5e5e;
}
#content ul {
	margin:0 0 0 35px;
}
.contentRow {
	padding:0 0 30px 0;
	width:703px;
	float:left;
}
.contentColumn1 {
	padding:0 34px 20px 0;
	width:317px;
	float:left;
}
.contentColumn2 {
	padding:0 0 20px 34px;
	width:317px;
	float:left;
}
#footer {
	margin:0;
	padding:35px 0 0 0;
	width:957px;
	height:49px;
	float:left;
	border-left:3px solid #fff;
	border-right:3px solid #fff;
	background:url(../images/bg_footer.png) top left repeat-x;
	text-align:center;
	border-bottom:2px solid white;
}
#footer p {
	color:#b7bcbf;
	font-size:10px;
}
#footer a {
	color:#b7bcbf;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
h1 {
	font-size:18px;
	font-family:"Trebuchet MS";
	font-weight:normal;
}
.golden {
	margin:0 10px 0 10px;
	color:#d68837;
	font-weight:bold;
}
img {
	border:0;

}
.bold {
	font-weight:bold;
}
.lightbox2 {
	padding:15px 0 15px 0;
}

li{
	margin:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height:20px;
	color:#5e5e5e;
}