/***************************************************
HTML STYLES FIRSTCHARGE
***************************************************/
body {
	background: #fff url(/images/background.gif) 0 repeat-y;
	margin: 0px;
	padding: 0px;
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
}
#WrapperGlobal {
	width: 740px;
	line-height: 1.5;
}
#WrapperContent {
	background: #fff url(/images/promo_background.gif) 0 repeat-y;
	padding: 0 14px 0 14px;
	margin: 20px 0 30px 0;
}
#CleanContent {
	padding: 0 14px 0 14px;
	margin: 15px 5px 15px 5px;
}
#content {
	width: 500px;
}
h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	color: #595959;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
h2 {
    font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	color: #fff;
	background-color: #586BAB;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #9A9A9A;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}
strong {
	font-weight: bold;
}
a:link {
	color: #586BAB;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #1C297C;	
}
a:visited {
	color: #586BAB;
}
#floatLeft {
	float: left;
}
#floatRight {
	float: right;
}

/***********************
NAVIGATION
***********************/
#nav {
	background: #fff url(/images/nav_BG.gif) 0 4px repeat-x;
	width: 740px;
	height: 30px;
	text-align: right;
}
#nav a {
	background: url(/images/right_corner.gif) top right no-repeat;
	display: block;
	width: 120px;
	color: #000;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	height: 21px;
	padding: 5px 10px 0 10px;
}
#nav ul { 
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li { 
	background: url(/images/left_corner.gif) no-repeat;
	display: block;
	float: right;
	margin: 3px 3px 0 10px;
	padding: 0;
	height: 26px;
	background-color: #DFE4F4;
	border-bottom: 1px solid #5D72BA;
}
li#home a {
	width: 54px;
}
li#allura a {
	width: 90px;
}
li#about a {
	width: 135px;
}
li#contact a {
	width: 89px;
}
li#telmsgser a {
	width: 137px;
}
body.home li#home {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
body.allura li#allura {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
body.about li#about {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
body.contact li#contact {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
body.telmsgser li#telmsgser {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
/***********************
NEWS ITEM
***********************/
#promo {
	float: right;
	width: 193px;
}
div#promo p {
	padding: 0 5px 0 5px;
	line-height: 1.5;
}
p.apply {
	font-size: 12px;
}

/***********************
FOOTER
***********************/
#footer {
	border-top: 1px solid #5366A6;
	padding: 5px;
	text-align: right;
	font-size: 10px;
	clear: both;
	/*color:#ccc;*/
}
.footerPrimary {
	color: #999999;
}
a.footerPrimary:link {
	color: #999999;
	text-decoration: none;
}
a.footerPrimary:visited {
	color: #999999;
	text-decoration: none;
}
a.footerPrimary:hover {
	color: #5366A6;
	text-decoration: underline;
}
.copyright {
    color: #bababa;
}
/***********************
BOXES
***********************/
ul.box {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
li.box {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 228px;
	height: 79px;
}
#box1 {
	background: #fff url(/images/box1.gif) no-repeat;
	margin: 30px 14px 40px 0; 
}
#box2 {
	background: #fff url(/images/box2.gif) no-repeat;
	margin: 30px 14px 40px 0; 
}
#box3 {
	background: #fff url(/images/box3.gif) no-repeat;
	margin: 30px 0 40px 0; 
}
a.boxLink p {
	padding: 25px 0px 0px 50px;
	margin: 0px;
}
a.boxLink:hover {
	color: #1C297C;
}

/***********************
TERMS & CONDITIONS
***********************/
h3.terms {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	color: #595959;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
h4.terms {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #9B9A9A;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
ol.terms {
	margin: 14px;
	padding: 0px;
}

/***********************
CONTACT US FORM
***********************/
.required {
	color: #ff0000;
	font-weight: bold;
}
#address {
	border-bottom: 1px solid #e5e5e5;
}
.formLabel {
	font-size: 9px;
	font-weight: bold;
	padding: 8px 5px 8px 10px;
	border-top: 1px solid #e5e5e5;
	background-color: #fafafa;
	width: auto;
}
.formItem {
	font-size: 9px;
	padding: 8px 10px 8px 10px;
	border-top: 1px solid #e5e5e5;
    border-left: 1px solid #f2f2f2;
}
.formAction {
	padding: 8px 0px 8px 10px;
	background-color: #ededed;
}
input, textarea, select, option {
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

/***********************
PRIVACY PAGE
***********************/
#formOutline {
	text-align: center;
	border: 1px solid #9A9A9A;
	padding: 5px;
	margin: 20px 0 10px 0;
}

/***********************
SITE MAP
***********************/
#sitemap {
	margin: 0;
	padding: 0;
}
.siteMapCol_float {
	float: left;
	margin: 0 70px 30px 0;
}
ul.siteMap {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
