@charset "utf-8";
/* v1.0 | 20080212 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*RESET END*/
body{
	background:#015d93;
	font-family:Verdana, Geneva, sans-serif;
	font-size:62.5%;
	color:#383838;
}

a{
	color:#0081cd;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;

}
.center{
	text-align:center;
}
div.container{
	width:950px;
	margin:0 auto;
	overflow:hidden;
	height:100%;
}
#header{
	height:120px;
	background:#fff;
}
#headlogo{
	float:left;
	width:320px;
}
#headlogo img{
	margin-top:5px;
}
#nav{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:90px;
}
#nav li{
	display:inline;
	margin-left:15px;
}
#nav li a{
	font-size:2.2em;
	color:#1e1654;
	font-weight:bold;
}
#nav li a.on{
	color:#0081cd;

}

#nav li a:hover{
	text-decoration:none;
	color:#0081cd;
}


#mainbar{
	background:#0081cd url(/images/mainbarbg.jpg) repeat-x;
	height:224px;
}
#mainbar .container{
		background:url(/images/mainbar.jpg) no-repeat;
}
#content{
	background:#fff;
	
	font-size:1.6em;
	line-height:1.5em;
	padding:10px 0px;
}
	
	
#col1{
	float:left;
	width:660px;
	background:#eee;
	padding:10px;
	-webkit-border-radius: 15px; /* for Safari and Chrome */
	-moz-border-radius: 15px; /* for Firefox */
	-o-border-radius: 15px; /* when Opera Presto 2.3 or later is released */
	border-radius: 15px; /* future proofing for when border-radius is supported */

}
#col1 h1, #col2 h1{
	font-size:1.5em;
	/*font-weight:bold;*/
	font-family:Arial, Helvetica, sans-serif;
	color:#fff; 
	margin:0 0 15px 0;
	padding:2px 0;
	background:#0081cd;
	-webkit-border-radius: 10px; /* for Safari and Chrome */
	-moz-border-radius: 10px; /* for Firefox */
	-o-border-radius: 10px; /* when Opera Presto 2.3 or later is released */
	border-radius: 10px; /* future proofing for when border-radius is supported */
	text-indent:10px;

}

#col1 h2{
	font-size:1.3em;
	/*font-weight:bold;*/
	font-family:Arial, Helvetica, sans-serif;
	color:#fff; 
	margin:15px 0;
	padding:2px 0;
	background:#0081cd;
	-webkit-border-radius: 10px; /* for Safari and Chrome */
	-moz-border-radius: 10px; /* for Firefox */
	-o-border-radius: 10px; /* when Opera Presto 2.3 or later is released */
	border-radius: 10px; /* future proofing for when border-radius is supported */
	text-indent:10px;

}
#col1 ul{
}
#col1 ul li{
	background:url(/images/bullet.jpg) left center no-repeat;
	padding-left:25px;
}
#col2{
	float:left;
	width:245px;
	margin-left:25px;
	background:#eee;
	-webkit-border-radius: 15px; /* for Safari and Chrome */
	-moz-border-radius: 15px; /* for Firefox */
	-o-border-radius: 15px; /* when Opera Presto 2.3 or later is released */
	border-radius: 15px; /* future proofing for when border-radius is supported */
	text-align:center;
}
#col2 img{
	margin:10px 0;
	border:solid 3px #0081cd;
	background:#0081cd;

}

#contactpage #col1{
	width:350px;
}
#contactpage #col2{
	width:535px;
	padding:10px;
	text-align:left;

}
#footer{
	background:url(/images/footerbg.jpg) repeat-x;
	height:80px;
	padding-top:20px;
}
#footer ul{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
#footer ul li{
	display:inline;
	margin-left:15px;
}
#footer ul li a{
	font-size:1.6em;
	color:#fff;
	font-weight:bold;
}
#footer ul li a.on{
	color:#999;
}

#footer ul li a:hover{
	text-decoration:none;
	color:#999;
}
#footer #siteby{
	float:right;
	font-size:1.6em;
	color:#fff;
}
#footer #siteby a{
	color:#fff;
	
	font-weight:bold;
}
#footer #siteby a:hover{
	text-decoration:none;
	color:#999;
}

/*=======================================CONTACT US Styles==============================================*/


#contactus{
	padding:0 10px;
}
#contactus fieldset {
	
	display:block; 
	border:1px solid #999;
	padding:10px 0;
	 
	margin-bottom:0.5em; 
}
#contactus legend {font-family:Verdana, Arial, Helvetica, sans-serif, sans-serif; color:#0081cd; font-size:1em; font-weight:bold; border:1px solid #999; margin-bottom:20px; padding:2px 15px 4px 15px; /*width:100px;*/ background:#ddd;}
#contactus label {clear:left; display:block; float:left; width:170px; text-align:right; padding-right:10px; margin-bottom:0.5em; font-weight:bold;}
#contactus input {border:1px solid #0081cd; /*padding-left:0.5em;*/ margin-bottom:0.6em; font-size:1em; font-family:Verdana, Arial, Helvetica, sans-serif; width:250px; padding:2px;}
#contactus textarea {border:1px solid #0081cd; /*padding-left:0.5em;*/ margin-bottom:0.6em; font-size:1em; font-family:Verdana, Arial, Helvetica, sans-serif; width:250px;/**/}
#contactus select {margin-left:0.5em;}
/*#contactus #button { margin-left:110px;}*/
#contactus #button1 {color:#fff; background-color:#0081cd; padding:5px 10px; cursor:pointer; width:auto; font-weight:bold;}
/*#contactus #button1:hover {background-position:center left; color:#000;}*/
#contactus label.checkbox {clear:none; display:block; float:none; width:auto; text-align:left; padding-right:0px; color:#000; margin-bottom:0; font-weight:normal;}
#contactus input.checkbox { border:none; /*padding-left:0.5em;*/ margin-bottom:0;  font-family:Verdana, Arial, Helvetica, sans-serif; width:auto;}

.errmessage{
	color:#c00;
}
