/* ========================== BEGIN CSS RESET ========================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ========================== END CSS RESET ========================== */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #CCCCCC;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#header-right {
	background-image: url(images/top-right-bg.jpg);
	background-repeat: repeat-x;
	height: 214px;
	width: 50%;
	position: absolute;
	left: 50%;
	top: 0px;
}
#header-left {
	background-image: url(images/top-left-bg.jpg);
	background-repeat: repeat-x;
	height: 184px;
	width: 50%;
	position: absolute;
	left: 0%;
	top: 0px;
}
#header {
	background-image: url(images/top-center-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	height: 345px;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#pagetitle {
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 183px;
	margin-left: -400px;
}

#homelink {
	position: absolute;
	z-index: 5;
	height: 65px;
	width: 250px;
	top: 10px;
	margin-left: -415px;
	left: 50%;
}
#content #footer {
	font-size: 12px;
	line-height: normal;
	text-align: center;
	color: #666666;
	padding-top: 10px;
	border-top: 1px solid #333333;
	padding-bottom: 15px;
	clear: both;
}
#content #footer a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #666;
	font-size: 10px;
}
#content #footer a:hover {
	color: #999;
	border-bottom-color: #999;
}

#content {
	width: 798px;
	padding: 0px 50px;
	top: 195px;
	z-index: 3;
	margin: 0px auto;
	position: relative;
}
#content a {
	color: #B96C1E;
	text-decoration: none;
	border-bottom: 1px solid #B96C1E;
}

#content a:hover {
	color: #EDA92C;
	text-decoration: none;
	border-bottom: 1px solid #EDA92C;
}
#content p {
	margin-bottom: 15px;
}
.title {
	font-size: 16px;
	color: #0082B4;
	display: block;
}

#content .leftCol {
	float: left;
	width: 595px;
}
#content .rightCol {
	float: right;
	width: 180px;
}
strong {
	font-weight: bold;
	color: #FFFFFF;
}


#nav-container {
	margin: 0px auto;
	padding: 0px 50px;
	top: 25px;
	position: relative;
	width: 800px;
	z-index: 3;
}
#navigation {
	height: 43px;
	width: 328px;
	float: right;
}
#navigation li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	display: inline;
	height: 43px;
	float: left;
}
#navigation #about {
	height: 43px;
	width: 80px;
	background-image: url(images/about.gif);
	background-repeat: no-repeat;
}
#navigation a:hover {
	border-bottom: solid 1px #FFF;
}
#navigation #about.active {
	background: url(images/about-active.jpg) no-repeat;
}
#navigation #ourservices {
	height: 43px;
	width: 130px;
	background-image: url(images/ourservices.gif);
	background-repeat: no-repeat;
}
#navigation #ourservices.active {
	background: url(images/ourservices-active.jpg) no-repeat;
}
#navigation #contactus {
	height: 43px;
	width: 118px;
	background-image: url(images/contactus.gif);
	background-repeat: no-repeat;
}
#navigation #contactus.active {
	background: url(images/contactus-active.jpg) no-repeat;
}
#navigation a {
	display: block;
	height: 43px;
}
#navigation span, #homelink span {
	display: none;
}
.rightCol #subnav {
	list-style-type: none;
}
.rightCol #subnav li {
	background-image: url(images/list-blue.gif);
	background-repeat: no-repeat;
	padding-left: 21px;
	padding-top: 0px;
	margin-bottom: 10px;
	background-position: 0px 1px;
}
.rightCol #subnav li a {
	font-size: 16px;
	color: #0080B4;
	text-decoration: none;
	border-bottom-width: 0px;
}
.rightCol #subnav li a:hover {
	color:#33BDF4;
}
.rightCol #subnav li.active {
	background-image: url(images/list-gray.gif);
}
.rightCol #subnav li.active a {
	color: #CCC;
	text-decoration: none;
	border-bottom-width: 0px;
}
.rightCol #subnav li.active a:hover {
	color:#FFF;
}
.leftimg {
	margin: 5px 10px 10px 0px;
	float:left;
}
.rightimg {
	margin: 5px 0px 10px 10px;
	float:right;
}
