* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

html {
	height: 100%;
}

body {
	background: #101010 url('../images/background.jpg') repeat;
	font: 11px "Verdana", "Tahoma", "Arial", sans-serif;
	color: #FFF;
	height: 100%;
}

.clear {
	clear: both;
}

#container {
	/*background: #2C2C2C url('../images/background-footer.jpg') repeat;*/
	width: 977px;
	height: 100%;
	height: 100%;
	margin: 0px auto;
}


/* Header */

#header {
	background: url('../images/header.jpg') no-repeat top left;
	width: 977px;
	height: 152px;
}

#header h1 {
	display: inline;
	background: #FFF url('../images/logo.jpg') no-repeat 0px 10px;
	width: 283px;
	height: 100px;
	float: left;
	margin-left: 100px;
}

#header h1 a {
	text-indent: -9999px;
	display: block;
	margin-top: 12px;
	width: 283px;
	height: 85px;
}

#header h2 {
	color: #2174b6;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 150px 0px 0px;
	text-align: right;
	display: inline;
	float: right;
}


/* Navigation */

#header #nav {
	clear: both;
	list-style: none;
	margin: 0px 0px 0px 130px;
	height: 50px;
	width: 760px;
	line-height: 60px;
	position: relative;
	z-index: 10;
}

#header #nav li {
	float: left;
	display: inline;
	z-index: 11;
}

#header #nav li:hover a {
	background: #B5E3F9;
}

#header #nav li:hover ul {
	display: block !important;	
	/*border: 2px solid #FFF;*/
}

#header #nav li ul{border: 2px solid #FFF}

#header #nav a {
	display: block;
	line-height: 40px;
	text-decoration: none;
	color: #222;
	font-weight: normal;
	font-size: 12px;
	padding: 0px 20px;
	margin: 10px 30px 0px 0px;
	text-align: center;
}

#header #nav li:hover a {
	font-weight: bold;
}

#header #nav ul {
	display: none;
	z-index: 998 !important;
	position: absolute;
	top: 50px;
	background: #B5E3F9;
}

#header #nav ul li {
	float: left;
	display: block;
	z-index: 999 !important;
	clear: both;
}

#header #nav ul li a {
	padding: 12px 14px 0px 14px;
	line-height: 12px;
	font-weight: normal !important;
	height: 20px;
	display: block;
	margin: 0px;
}

#header #nav ul li a:hover {
	text-decoration: underline;
	font-weight: normal;
}

#header #nav li.legal {
	float: right;	
	text-align: right;
	display: inline;
}

#header #nav .top:hover .topLink {
	height: 42px !important;
	position: relative !important;
	cursor: default !important;
	padding: 0px 18px !important;
	z-index: 999 !important;
	border: 2px solid #FFF !important;
	border-bottom: none !important;
	border-top: none !important;
}

#header #nav .home {
	width: 50px;
}

#header #nav .services {
	width: 60px;
}

#header #nav .about {
	width: 75px;
}

#header #nav .contact {
	width: 75px;
}

#header #nav .legal {
	width: 160px;
}


/* Content */

#content-wrapper {
	padding-top: 40px;
	background: #3E3E3E url('../images/background-middle.jpg') repeat;
	margin: 0px auto;
}

#content {
	clear: both;
	background: #505050 url('../images/background-content.jpg') repeat-y;
	width: 826px;
	margin: 0px auto;
	position: relative;
	padding-bottom: 83px;
	z-index: 2;
}

#content h3 {
	background: url('../images/content-top.jpg') no-repeat top left;
	height: 20px;
	padding: 20px 40px;
	line-height: 30px;
	font-size: 16px;
	color: #7ECFFA;
}

#content .vertical {
	float: right;
	margin-right: 40px;
}

#content .corner {
	float: right;
	margin-right: 40px;
	z-index: 99;
}

#content a {
	color: #FFF;
	font-weight: bold;
}

#content h4 {
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin-left: 40px;
}

#content p {
	padding: 0px 40px 20px 40px;
	line-height: 20px;
}

#content em {
	margin-left: 40px;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 30px;
	margin-top: 30px;
	display: block;
	text-decoration: underline;
}

#content p.quote {
	background: url('../images/quote.gif') no-repeat top left;
	width: 635px;
	margin: 10px 0px 0px 50px;
	height: 72px;
	display: block;
	overflow: hidden;
	padding: 20px 40px;
	font-style: italic;
	line-height: 18px;
}

#content .bottom {
	height: 83px;
	position: absolute;
	bottom: 0px;
	width: 826px;
	background: url('../images/content-bottom.jpg') no-repeat top left;
}


/* Footer */

#footer {
	height: 220px;
	width: 864px;
	font-size: 10px;
	padding-left: 113px;
	line-height: 18px;
	background: #2C2C2C url('../images/background-footer.jpg') repeat;
}

#footer div {
	margin-top: 14px;
}

#footer .services {
	/*width: 340px;*/
	float: left;
}

/*#footer .services ul li {
	width: 50%;
	float: left;
}*/

#footer .aboutus {
	/*width: 270px;*/
	float: left;
}

#footer .contactus {
	/*width: 210px;*/
	float: left;
}

#footer .contactus strong {
	float: left;
	display: block;
	width: 50px;
}

#footer .contactus span {
	float: left;
	display: block;
}

#footer h5 {
	font-size: 11px;
}

#footer ul {
	list-style: none;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin-bottom: 14px;
}

#footer .sep {
	width: 1px;
	float: left;
	margin: 14px 28px;
	height: 177px;
	background: url('../images/footer-divider.jpg') no-repeat top left;
}

body{behavior:url(css/csshover3.htc)}
#copyright{float:left}
#credits{float:right}
.clearBoth{clear:both}
#creditsWrapper{font-size:10px;line-height:18px;width:957px;margin:auto;background: #2C2C2C url('../images/background-footer.jpg') repeat;padding:10px}
#creditsWrapper a{color:#fff}

/* IE6 */
#content p.quote{margin-bottom:1px}
#header #nav ul li a{float:left;_width:auto}

/* IE7 */
#header #nav ul li a{line-height:13px}
