/*Reset Styles!*/

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, 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;
        font-size: 18px;
}
/* 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: "" "";
}

.clear {
	clear:both;
	}
	
p {
	margin:10px 0;
	}
	
a {color:#5d287f;font-weight:bold; }	
a:hover {color:#e2ae6b;}

h1, h2 ,h3 {
	
	}
	
h1 {font-size:280%;}
h2 {font-size:175%;}
h3{font-size:130%;}

em {
	font-style:oblique;
	color:#6d308b;
	font-weight:bold;
	}
	
strong {
	font-weight:bold;
	}
	
blockquote {
	margin:50px;
	}
	
body {
	background:#060606;
	color:#d2eefe;
	font:14px arial, verdana, sans-serif;
	line-height:1.3;
	}
		
#container {
	margin:0 auto;
	position:relative;
	width:975px;
	}

#header {
	float:left;
	width:953px;
	background:#1c4cbc;
	color:#fff;
	padding:10px;
	text-transform:uppercase;
	}
	
#header h1 {
	font:bold 24px georgia, times, serif;
	display:inline;
}	

#header h1 a {
	color:#fff;
	text-decoration:none;
	}
	
#header h1 a:hover {
	text-decoration:underline;
	}

#header h2 {
	font-size:24px;
	display:inline;
	font-weight:bold; float:right; margin-top:0px; margin-right: 20px;
	}
	
#nav {
	float:left;
	width:963px;
	padding:0 10px;
	padding-left:0;
	height:80px;
	background:url(../images/navnbg.gif) repeat-x;
	font-size:16px;
	text-transform:uppercase;
	}
	
#nav a {
	color:#fff;
	text-decoration:none;
	background:url(../images/sep.gif) right top no-repeat;
	padding:20px 20px;
	height:20px;
	float:left;
	margin-top:1px;
	width:auto;
	}
	
#nav a:hover, #nav a.active {
	background:url(../images/navbghover.gif) left top repeat-x!important;
	}
	
#nav strong {
	float:right;
	height:40px;
	padding:10px 0;
	font-size:28px;
	color:#fff;
	}
	
#subnav {	
	float:left;
	width:943px;
	background:#2b5ac2;
	padding:10px 20px;
	padding-left:10px;
	font-size:14px;
	text-transform:uppercase;
	}
	
#subnav a {
	color:#8bc6ff;
	text-decoration:none;
	padding:10px;
}	

#subnav a:hover {
	color:#fff;
	}
	
#main , #content{
	float:left;
	width:953px;
	padding:10px;
	padding-bottom:20px;
	background:#000 url(../images/main.jpg) right top no-repeat;
	clear:both;
	}
	
#main p {
	width:450px;
	color:#bfbfbf;
	}
	
#main a {
	color:#eec430!important;
	}
	
#main  a:hover {color:#fff!important;}

#main h2, #content h2 {
	color:#c2e1fe;
	font-size:18px;
	text-transform:uppercase;
	}
	
#content 	{
	background:#5a9fe4 url(../images/contentbg.gif) repeat-x;
	padding-top:20px;
	}
	
#content a {
	color:#162074;
	font-weight:normal;
	}
	
#content a:hover {
	color:#162074;
	}

	
#content strong {
	color:#162074;
	}
	
#content .right {
	float:right;
	width:1000px;
	height:0px;	
        	
        color:#162074;
	text-transform:uppercase;
	padding:15px 5px;
	margin:0 0 0 10px;
	}
	
#content .right strong {
	display:block;
	float:left;
	width:100px;
	text-align:center;
	margin-right:40px;
	}
	
#content .contact {
	float:left;
	font-weight:bold;
	line-height:28px;
	}
	
#content .contact a {
	color:#162074;
	font-weight:bold;
	}
	
#content .contact a:hover {
	text-decoration:none;
	}
	
#content .contact img {
	vertical-align:middle;
	}
	
#content ul {
	margin:10px;
	}
	
#content ul li {
	list-style-type:square;
	margin-left:10px;
	}
	
#content form {
	float:left;
	width:380px;
	margin-top:10px;
	}
	
#content form input, #content form textarea {
	background:#d2eefe;
	padding:2px;
	border:none;
	width:250px;
	margin-bottom:5px;
	float:left;
	height:24px;
	color:#141b7b;
	font:bold 13px arial, verdana, sans-serif;
	}
	
#content form textarea {
	height:190px;
	}
	
#content form input.submit {
	color:#fff;
	background:#141b7b;
	padding:10px 10px;
	font-weight:bold;
	text-transform:uppercase;
	width:auto;
	height:auto;
	float:right;
	margin-right:20px;
	}
	
#content form label {
	width:100px;
	margin-right:6px;
	margin-bottom:5px;
	float:left;
	font-weight:bold;
	}
	
#footer {
	float:left;
	width:973px;
	height:283px;
	background:url(../images/footer.jpg) no-repeat;
	}
	
#footer img {
	margin:25px 10px 10px 50px;
	}
	
#footer p {
	margin-top:30px;
	text-align:center;
	font-size:16px;
	text-transform:uppercase;
	color:#305ec4
	}
	
#footer p a {
	color:#141c7b;
	text-decoration:none;
	padding:10px;
	font-size:10px;
	}
		
#footer #bbb a img {
	position: relative;
	bottom: 80px;
	float: right;
	margin-right: 40px;
	}
			

img.float-left {
	float:left;
	margin:0 5px 5px 0;
	}
	
img.float-right {
	float:right;
	margin:0 0 5px 5px;
	}	
	
.jsvalidation{
	float:left;
	clear:both;
	font: 10px arial, sans-serif; 
	margin-left: 0px; 
	color: #fff; 
	background:transparent; 
	text-align: left; 
	width:200px;
}

