@charset "UTF-8";

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;
	text-decoration: none;
}

:focus { outline: 0 }

body {
	color: #444;
	background: #169cff url(images/bgBody.png) no-repeat 50% 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
}

p { margin-bottom: 6px }

strong { font-weight: bold }

em { font-style: italic }

a { color: #ba0 }

a:hover {
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
	border-color: #ba0;
}

ol, ul { list-style: none }

blockquote:before, blockquote:after, q:before, q:after { content: "" }

blockquote, q { quotes: "" "" }

/* Real CSS Begins */

.container {
	width: 960px;
	margin: 0 auto;
}


/* HEADER */

#logo {
	background: url(images/logo.png) no-repeat;
	width: 464px;
	height: 107px;
	text-indent: -9999px;
	margin-top: 20px;
}

/* Navigation */

#header ul {
	float: right;
	margin: 15px 0 20px 0;
}

#header ul li {
	display: inline;
}

#header ul li a {
	text-indent: -9999px;
	height: 37px;
	display: block;
	float: left;
	margin-left: 30px;
}

#header ul li a:hover { border: none; }

#nHom a {
	background: url(images/nHom.png) no-repeat;
	width: 86px;
}

#nPro a {
	background: url(images/nPro.png) no-repeat;
	width: 228px;
}

#nStr a {
	background: url(images/nStr.png) no-repeat;
	width: 200px;
}

#nCon a {
	background: url(images/nCon.png) no-repeat;
	width: 139px;
}

/* Fade */

.fadeThis {
	position: relative;
	display: block;
}
	
.fadeThis span, .active span { display: none; }
	
#header ul li a span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 37px;
}

#nHom a.fadeThis span.hover {
	background: url(images/nHom.png) left center no-repeat;
	width: 86px;
}

#nPro a.fadeThis span.hover {
	background: url(images/nPro.png) left center no-repeat;
	width: 228px;
}

#nStr a.fadeThis span.hover {
	background: url(images/nStr.png) left center no-repeat;
	width: 200px;
}

#nCon a.fadeThis span.hover {
	background: url(images/nCon.png) left center no-repeat;
	width: 139px;
}

/* Active */

#header ul li a#active {
	background-position: left bottom;
}


/* MAIN */

#main {
	clear: both;
	background: #fafafa url(images/bgMain.png) repeat-x;
	min-height: 40px;
	padding: 30px 0 20px 0;
}

#mainCont {
	width: 620px;
	float: left;
	margin-right: 30px;
}

h1 {
	background: url(images/h1Icon.jpg) no-repeat;
	min-height: 28px;
	padding-left: 35px;
	color: #169cff;
	font: 28px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 28px;
	margin-bottom: 15px;
}

img {
	border: 1px solid #bbb;
	padding: 2px;
	margin-right: 10px;
	float: left;
}

img.right {
	margin: 0 0 0 10px;
	float: right;
}

h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	margin: 15px 0 5px 0;
}

/* Lists */

.bullets {
	list-style: disc;
	padding-left: 15px;
}

li .bullets {
	color: #666;
	font-style: italic;
}

.level1 {
	list-style: upper-roman;
	padding-left: 25px;
}

.level1 li {
	margin: 5px 0;
}

.level1 a {
	color: #169cff;
	font-weight: bold;
}

.level1 a:hover {
	border-color: #169cff;
}

.level2 {
	list-style: decimal;
	padding-left: 20px;
}

.level3 {
	list-style: lower-alpha;
	padding-left: 20px;
	font-style: italic;
	color: #666;
}

.level3 li, .bullets li {
	margin-bottom: 6px;
}

#sidebar {
	float: left;
	width: 278px;
	background-color: #fff;
	border: 1px solid #bfbfbf;
	padding: 10px;
}

h2 {
	background: url(images/bgH2.png) no-repeat;
	width: 278px;
	height: 37px;
	color: #fff;
	font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 14px 0 0 42px;
	margin: 0 0 10px -21px;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.wrapper {
	clear: both;
}


/* FOOTER */

#footerBg {
	background: url(images/bgFooter.png) repeat-x;
	min-height: 60px;
}

#footer {
	background: url(images/bgBottomNav.png) 50% 0% no-repeat;
	min-height: 70px;
}

#footer .container ul {
	text-align: center;
	padding-top: 15px;
}

#footer .container ul li { display: inline; }

#footer .container ul li a {
	color: #169cff;
	font: 19px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer .container ul li a:hover { border-color: #169cff; }

.sep {
	font-weight: bold;
	margin: 15px;
	color: #004a80;
}

#copyright {
	text-align: center;
	color: #fff;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 30px 0 20px 0;
}


/* CONTACT FORM */

.note {
	font-size: 12px;
	font-style: italic;
	line-height: 13px;
	display: block;
	margin-bottom: 10px;
	color: #555;
}

#form {
	padding: 0 5px;
}

#form p {
	padding: 0;
}

.inputBox {
	display: block;
	margin-bottom: 5px;
}

img.contact {
	margin: 0 0 0 15px;
	float: right;	
}

#msgField {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 314px;
}

label {
	width: 60px;
	display: block;
	float: left;
	line-height: 25px;
	text-align: right;
	margin-right: 10px;
	font-size: 15px;
}

.field {
	display: inline;
	width: 232px;
	padding: 4px 5px 0 5px;
	height: 21px;
	border: 1px solid #ccc;
}

.textField {
	width: 232px;
	height: 126px;
	border: 1px solid #ccc;
	padding: 2px 5px;
	float: right;
	margin-top: -15px;
}

.field:focus, .textField:focus {
	border-color: #169cff;
}

.button_container {
	margin: 10px 0 0 70px;
	clear: left;
}

.button {
	width:65px;
	margin-right: 5px;
}
