@charset "utf-8";
/* CSS Document */
*{
padding:0;
margin:0;
}
/* styled elements */
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #414042;
	text-decoration: none;
}
h1 {
	font: bold 26px Arial, Helvetica, sans-serif;
	color: #04538c;
	text-decoration: none;
	margin-bottom:20px;
}
h2 {
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #037bd1;
	text-decoration: none;
	margin-bottom:20px;
}
h3 {
	color: #04538c;
	text-decoration: none;
	padding-bottom: 10px;
	font: italic bold 24px Arial, Helvetica, sans-serif;
} 
h4 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #04538c;
	text-decoration: none;
	margin-bottom:15px;
}
h5 {
	color: #037bd1;
	text-decoration: none;
	padding-bottom: 10px;
	font: bold 14px Arial, Helvetica, sans-serif;
}
h6 {
	color: #04538c;
	text-decoration: none;
	font: bold 14px Arial, Helvetica, sans-serif;
}
p {
	padding-bottom: 8px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #414042;
	text-decoration: none;			
}
ul {
	padding-left: 30px;
	margin-bottom: 8px;
	list-style: url(../images/layout/bullet.gif);

}
li {
	padding-bottom: 5px;

}
ol {
	padding-left: 30px;
	margin-bottom: 8px;
	list-style-type:upper-roman;

}

hr {
	border: none;
	color: #037bd1;
	background: #037bd1;
}


/* table */
table {
	border: 1px solid #037bd1;
	background: #E6F2FB url(../images/layout/bg_table.gif) repeat-x scroll left bottom;
}

th {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background: #037bd1;
	text-align: left;
	padding: 5px;
}
td {
	color: #292c29;
	text-decoration: none;
	padding: 5px;
}


/* links */
a:link {
	font-weight: bold;
	color: #037bd1;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #037bd1;
	text-decoration: none;

}
a:hover {
	font-weight: bold;
	color: #04538c;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #04538c;
	text-decoration: none;
	
}
a:focus {
	
}
li a:link {
	font-weight: bold;
	color: #414042;
	text-decoration: none;
}
li a:visited {
	font-weight: bold;
	color: #414042;
	text-decoration: none;

}
li a:hover {
	font-weight: bold;
	color: #04538c;
	text-decoration: none;
}
li a:active {
	font-weight: bold;
	color: #04538c;
	text-decoration: none;
	
}
/* form elements */
form {

}
input, textarea {
	border: 1px solid #037bd1;
	background: #ffffff !important;
}
.submit, .reset {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: #037bd1 !important;
	border: 1px solid #037bd1;
	border-radius: 3px;
	padding: 3px;
	cursor: pointer;

}
.submit:hover, .reset:hover {
	background: #ffffff !important;
	color:#037bd1;
	border:1px solid #037bd1;
	cursor:pointer;

}

/* id elements */

#wrapper {
	background: url(../images/layout/bg_body.gif) repeat-y scroll center top;
	width: 972px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#container {
	
}
/*header */
#header_wrapper {
	width: 960px;
	padding-right: 6px;
	padding-left: 6px;

}
#header {
	background: #FFFFFF url(../images/layout/bg_header2.jpg) no-repeat scroll right top;
	height: 150px;
	width: 960px;
}
#logo {
	background: url(../images/layout/logo.jpg) no-repeat scroll left top;
	height: 85px;
	width: 200px;
	position: absolute;
	left: 12px;
	top: 15px;
}
#header h1 {
	background: url(../images/layout/company_name.gif) no-repeat scroll left top;
	height: 82px;
	width: 358px;
	position: absolute;
	left: 250px;
	top: 18px;
}
#header h2 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #037bd1;
	text-decoration: none;
	position: absolute;
	left: 250px;
	top: 125px;
}
#header h1 span {
	display:none;

}
#header h2 span {
	
}

/* content */
#content_wrapper {
	min-height: 350px;
	height: auto !important;
	height: 350px;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#content {
	float: right;
	width: 705px;
}
#summary {
	
}
#content h3{
	
}
#content p:first-child{
	
	
}
#summary p {
	font-weight:normal;
}
#summary p a {
}
#summary p.err_text {
	color:#ff0000;
}
#summary p.err_text_lge {
	color:#ff0000;
	font: 14px Arial, Helvetica, sans-serif;
}
#summary p.confirmTxt {
	color: #04538c;
	font-weight:bold;
	font: 14px Arial, Helvetica, sans-serif;
}
#content img {
}

/* footer */

#footer_wrapper {

}
#footer {
	height: 20px;
	width: 972px;
	background: url(../images/layout/bg_footer.gif) no-repeat scroll left bottom;

}
#footer p {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#footer p a {
	color: #037BD1;
	text-decoration: none;
	margin-left: 110px;

	
}
#footer p a:visited {
	color: #037BD1;
	text-decoration: none;

}

#footer p a:hover {
	color: #037BD1;
	text-decoration: underline;


	
}

/* navigation */

#nav_wrapper{

} 
#nav {
	width: 213px;
	float: left;
	padding-left:6px;
	padding-top: 100px;
	

	
}
#nav ul {
	list-style-image:none;
	list-style: none;
	padding: 0;
	margin: 0;

	
}
#nav li {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px;

}
#nav li:last-child{
	
}
#nav a {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #037BD1;
	text-decoration: none;
	background: url(../images/layout/nav_bg.gif) repeat-x scroll left bottom;
	height: 22px;
	display: block;
	padding-left: 25px;
	padding-top: 4px;


}
#nav a:hover {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #037BD1;
	text-decoration: none;
	background: url(../images/layout/nav_bg.gif) repeat-x scroll left top;
	height: 22px;
	display: block;
	padding-left: 25px;
	padding-top: 4px;
	

}
#nav a:focus {
	
} 

#nav li ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;

}
#nav li ul li{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;

}
#nav li ul li a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #037BD1;
	text-decoration: none;
	background: url(../images/layout/nav_bg3.gif) repeat-x scroll left top;
	height: 22px;
	display: block;
	padding-left: 25px;
	padding-top: 5px;


}
#nav li ul li a:hover {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #037BD1;
	text-decoration: none;
	background: url(../images/layout/nav_bg3.gif) repeat-x scroll left bottom;
	height: 22px;
	display: block;
	padding-left: 25px;
	padding-top: 5px;
	

}

/* Nav level 2 */
#nav2_wrapper {
	width:707px;
	padding: 5px 20px 5px 20px;
	border-top: solid 1px #0591d5;
	border-bottom: solid 1px #0591d5;
	position: absolute;
	top:150px;
	left:219px;
	

}
#nav2 {
	
}
#nav2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav2 li {
	margin: 0px 0px 3px;
	display: inline;
	list-style: none;
	background: url(../images/layout/nav_level2.gif) no-repeat scroll right top;
	padding: 0px 20px 0px 8px;

}
#nav2 a {
	display:inline-block;
	
}
#nav2 a:hover {
	color: #037BD1;
}


/* end nav level 2 */
/* END NAVIGATION STYLES */

/* Extra divs */
#extradiv1{
	background: url(../images/layout/bg_left2.jpg) no-repeat scroll left top;
	height: 160px;
	width: 213px;
	position: absolute;
	top: 122px;
	left: 6px;
}
#extradiv1-courses{
	background: url(../images/layout/bg_left_courses.jpg) no-repeat scroll left top;
	height: 254px;
	width: 213px;
	position: absolute;
	top: 122px;
	left: 6px;
}
#extradiv2{
}
#extradiv3{
}
#extradiv4{
}
#extradiv5{
}
#extradiv6{
}
#extradiv1 span{/*
	background: url(../images/layout/bg_fade.png) repeat-x scroll left bottom;
	height: 160px;
	width: 213px;
	display: block;*/
}
#extradiv2 span{
}
#extradiv3 span{
}
#extradiv4 span{
}
#extradiv5 span{
}
#extradiv6 span{
}
/* News page */

#news{
	width:100%;
}
.story_wrapper {
	margin-bottom: 15px;


}
.story {
	border: 1px solid #3e868a;
	background: #E5F2FA url(../images/layout/bg_table.gif) repeat-x scroll left bottom;
}
#news h4{
	font-weight: bold;
	color: #ffffff;
	background: #037BD1;
	margin: 0;
	padding: 5px 15px;
}
#news .date{
	font: 14px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}
#news p{
	padding: 8px 15px;
	clear: none;

}
#news a{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #037BD1;
	text-decoration: none;

}
#news a:hover{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #037BD1;
	text-decoration: underline;

}
#news img{
	float:right;
	margin:5px 0 5px 10px;
}
.clear{
	clear: both;
}

.small{
		font: 10px Arial, Helvetica, sans-serif;
	color: #414042;
	text-decoration: none;
}

.red{
	color:#FF0000;
}
.style1{
	font: bold 26px Arial, Helvetica, sans-serif;
	color: #037bd1;
	text-decoration: none;
	margin-bottom:20px;
}
.style2{
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #037bd1;
	text-decoration: none;
	margin-bottom:20px;
}
.style3{
	color: #037bd1;
	text-decoration: none;
	padding-bottom: 10px;
	font: italic bold 24px Arial, Helvetica, sans-serif;
} 
.style4{
	font: 18px Arial, Helvetica, sans-serif;
	color: #04538c;
	text-decoration: none;
	margin-bottom:15px;
}
.style5{
	color: #037bd1;
	text-decoration: none;
	padding-bottom: 10px;
	font: bold 14px Arial, Helvetica, sans-serif;
}
.style6{
	color: #04538c;
	text-decoration: none;
	font: bold 14px Arial, Helvetica, sans-serif;
}
.txtnormal{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #414042;
	text-decoration: none;	
}
.blanktable{
	border: none;
	background: none;
}
