@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 954px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	height: 80px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}

.oneColFixCtrHdr #subheader1 {
	padding-top: 46px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #1C397D;
	padding-bottom: 30px;
	font-weight: bold;
}



.oneColFixCtrHdr #subpage {
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFFFFF;
}

.oneColFixCtrHdr #features {
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-bottom-width: 1.5px;
	border-bottom-style: solid;
	border-bottom-color: #5B74D7;
}

.oneColFixCtrHdr #features2 {
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-bottom-width: 1.5px;
	border-bottom-style: solid;
	border-bottom-color: #5B74D7;
}

.oneColFixCtrHdr #features h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #003366;
}


.oneColFixCtrHdr #features p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
}

.oneColFixCtrHdr #container #welcome-banner .inner .left {
	float: left;
	width: 400px;
	padding-left: 25px;
	clear: both;
}

.oneColFixCtrHdr #container #welcome-banner .inner .right {
	float: right;
	width: 420px;
	padding-right: 30px;
	margin-top: 0px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/*welcome banner start*/
#welcome-banner { margin-top:9px; }
#welcome-banner .inner {
	background-color:#2ca8c4;
	background-image:url(/images/mainimage.jpg);
	background-repeat:no-repeat;
	background-position: center;
	width:954px;
	height:500px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
}
#welcome-banner .inner .column-left {
	clear:left;
	float:left;
	width:432px;
	padding-top: 36px;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 36px;
}
#welcome-banner .inner .column-right {
	width:432px;
	float: right;
	padding-top: 36px;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 36px;
}

/*welcome banner end*/
.oneColFixCtrHdr #container #welcome-banner .inner .left h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 42px;
	color: #FFFFFF;
	font-weight: normal;
}
.oneColFixCtrHdr #container #welcome-banner .inner .right .box {
	float: left;
	width: 420px;
}
.oneColFixCtrHdr #container #welcome-banner .inner p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
}
.oneColFixCtrHdr #container #welcome-banner .inner h3 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: -12px;
}
.oneColFixCtrHdr #container #header .menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #2CA8C4;
	width: 400px;
	float: right;
	margin-top: -50px;
}

.oneColFixCtrHdr #container #header .menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

.oneColFixCtrHdr #container #header .menu li{
	display:inline;
	margin-right: 15px;

}
.oneColFixCtrHdr #container #header .menu a {
	text-decoration:none;
	color: #2CA8C4;
	}
.oneColFixCtrHdr #container #header .menu a:hover {
	text-decoration:none;
	color: #228397;
	}
.oneColFixCtrHdr #container #features .style1 {
	color: #FF0000;
}
