@charset "utf-8";
/* CSS Document */
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;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2a90b7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	color: #31c5fe;
}
h2 {
	color: #237594;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#con-top {
	background-image: url(images/con-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 29px;
}
#container {
	background-image: url(images/con-mid.jpg);
	background-repeat: repeat-y;
}
#con-bot {
	background-image: url(images/con-bot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
}
#header {
}
#nav {
	background-image: url(images/nav-bg.jpg);
	height: 42px;
}
.spacer {
	clear: both;
	height: 10px;
}
#banner {
}
#page {
	padding-right: 45px;
	padding-left: 45px;
}
#page-con {
}
#col1 {
	float: left;
	width: 515px;
	padding-top: 15px;
    font-family:verdana;
	 font-size:11px;
	 line-height:16px;
}
#col2 {
	float: left;
	width: 392px;
	position: relative;
	padding-top: 25px;
}

#col1  h2{
	padding-bottom: 7px;

}
#col1  h3{
	color: #237594;


}
#green, #red, #purple {
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	padding-top: 7px;
	padding-left: 17px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d4e9f1;
	font-size: 11px;
	padding-right: 17px;
}

#section2 {
	padding-top: 7px;
	padding-left: 17px;
	padding-right: 17px;
	font-size: 11px;
}

#section2 h3{
margin-bottom:7px;}
#nav-lft {
	float: left;
	height: 42px;
	width: 13px;
	background-image: url(images/nav-lft.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#nav-rgt {
	background-image: url(images/nav-rgt.jpg);
	background-position: right;
	float: right;
	height: 42px;
	width: 11px;
}
#nav-tabs {


}

#purple {
	background-image: url(images/purple.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#purple h3 {
	color: #604F85;
	font-weight: bold;
	font-size: 13px;
}
#red {
	background-image: url(images/red.jpg);
}
#red h3 {
	color: #AE2C2C;
	font-weight: bold;
	font-size: 13px;
}
#green {
	background-image: url(images/green.jpg);
}
#col2 h2 {
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(images/training-head.png);
	height: 43px;
	line-height: 40px;
	padding-left: 15px;
	font-size: 20px;
	position:absolute;
	width: 378px;
	top: -18px;
	left: -2px;
	background-repeat: no-repeat;
	z-index: 200;
}

#green h3 {
	color: #749628;
	font-weight: bold;
	font-size: 13px;
}
#tag-line {
	float: right;
	font-family: "Times New Roman", Times, serif;
	color: #2D97BE;
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
	text-transform: uppercase;
	text-align: right;
	margin-top: 12px;
}
#tag-line span{
	color: #666666;
}
#logo {
	float: left;
	padding-top: 10px;
	padding-left: 15px;
}
#header {
	height: 150px;
	position:relative;
}
#footer {
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 6px;
	padding-left: 5px;
	margin-bottom: 10px;
}
#footer a{
	color: #FFFFFF;
	padding: 6px 3px;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
.more {
	float: right;
	background-image: url(images/bul.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
}
a.more {
	color: #216B87;
	
}



/* Contact-form */
.contact_form .notification_error
{
border: 1px solid #990000;
height: auto;
width: 90%;
padding: 4px;
background: #FFFFFF;
text-align: left;
-moz-border-radius: 3px;
color:#666666;
}

.contact_form .notification_ok
{
border: 1px solid #990000;
height: auto;
width: 90%;
padding: 8px;
background: #CCCCCC;
text-align: center;
-moz-border-radius: 3px;
color:#666666;
}

.contact_form .info_fieldset { margin-top:10px; }

.contact_form .info_fieldset legend
{
	border: none;
	color: black;
	font: 13px Verdana;
	padding: 2px 5px 2px 5px;
	-moz-border-radius: 3px;
}

.contact_form h2{
	text-align:left;
	margin-bottom:20px;
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	margin-left: 0px;
}

.contact_form .button
{
	color: #FFFFFF;
	-moz-border-radius: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: auto;
	background-color: #2A90B7;
	border: 2px solid #CCCCCC;
	padding: 4px;
}

/* Label */
.contact_form label  {
	width: 90px;
	padding-left: 10px;
	margin: 5px;
	float: left;
	text-align: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: 1px;
	color: #666666;
	padding-right: 5px;
	line-height: 25px;
	font-size: 11px;
}

/* Input, Textarea */
.contact_form input, textarea, select
{
	background-color:#FFFFFF;
	margin: 5px;
	padding: 3px;
	float: left;
	color: #666666;
	-moz-border-radius: 3px;
	border: thin solid #b5b3b3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 300px;
}

select{ margin-left:-10px; width: 310px;}

/* BR */
.contact_form br{
clear:left;}

/***********eyebridge***************/
#eyebridge {
	font-size:10px;
	width:120px;
	text-align:center;
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
}
#eyebridge a{
	text-transform:none;
	text-decoration:none;
	margin:0px;
	color:#FFFFFF;
	font-size: 11px;
	letter-spacing: 0px;
	padding: 0px;
}
#eyebridge a:hover{
	color:#333333;
	text-decoration:none;
}
#eyebridge span{
font-weight:bold;}
#eyebridge span a{
	font-weight: bold;
}
#eyebridge span a:hover{
	color:#FFCC33;
}
#eyebridge img{

}		
#copyright {
	float: right;
	width: 160px;
}

/*gmap*/
#gmap {
	text-align: right;
	float: left;
	width: 372px;
	padding-right: 20px;
	margin-top: 10px;
}
#gmap a{
	color:#006699;
	margin:5px 0;
	text-decoration:none;
	font-size: 11px;

}

#gmap a:hover{
	color:#006699;
	text-decoration:underline;
}
#myframe {
	border: 1px solid #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 17px;
	margin-top: 8px;
}
