/*	Styles
********************************************/

body, html {
	text-align:center;
	}
body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5F7178;
	margin:0;
	padding:0;
	background:#5293E0;
	}

/*	Main Wrapper
********************************************/
	
#wrapper1 {
	text-align:center;
	background:#ffffff;
	width:100%;
	}
#wrapper1_inside {
	text-align:left;
	margin:0 auto;
	width:757px;
	padding:4px 4px;	
	}
#wrapper2 {
	text-align:center;
	border-bottom:4px solid #5293E0;
	background:#FFFFFF;
	clear:both;
	}

#wrapper4 {
	text-align:center;
	border-bottom:4px solid #5293E0;
	background:#FFFFFF;
	clear:both;
	}


#wrapper4_inside {
	text-align:left;
	margin:0 auto;
	width:757px;
	padding:4px 4px;
	overflow:hidden;
	background:url(new_images/bg_middle1.jpg) no-repeat;
	border-top:2px dotted #cccccc;
	}


#wrapper2_inside {
	text-align:left;
	margin:0 auto;
	width:757px;
	padding:4px 4px;
	overflow:hidden;
	background:url(new_images/bg_middle.jpg) no-repeat;
	border-top:2px dotted #cccccc;
	}
#wrapper3 {
	text-align:center;
	clear:both;
	height:151px;
	background:url(new_images/bg_1.jpg) repeat-x;
	}
#wrapper3_inside {
	text-align:left;
	margin:0 auto;
	width:757px;
	padding:4px 4px;	
	}
#title {
	width:757px;
	height:116px;
	font-size:30px;
	font-weight:bold;
	color:#006599;
	}
.lightBlue {
	color:#04C5E6;
	}

.Red {
	color:#D90D2E;
	}


/*	Navigation
********************************************/

#navBar1 {
	overflow:hidden;
	width:609px;
	height:18px;
	padding-left:138px;
	background:#5293E0;
	border-left:5px double #ED273E;
	border-right:5px double #ED273E;
	}





#navBar1 ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	}
#navBar1 li {
	margin:0;
	padding:0 0 0 0;
	display:inline;
	float:left;
	text-align:center;
	}
#navBar1 a {
	display:block;
	width:114px;
	height:18px;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#1F60AD;
	}
#navBar1 a:hover, #navBar a:active {
	background:#5293E0;
	color:#FFFFFF;
	height:18px;
	width:104px;
	border-left:5px double #ED273E;
	border-right:5px double #ED273E;
	}



















#navBar {
	overflow:hidden;
	width:609px;
	height:18px;
	padding-left:138px;
	background:#f5f5f5;
	border-left:5px double #ED273E;
	border-right:5px double #ED273E;
	}



#navBar ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	}
#navBar li {
	margin:0;
	padding:0 0 0 0;
	display:inline;
	float:left;
	text-align:center;
	}
#navBar a {
	display:block;
	width:114px;
	height:18px;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#1F60AD;
	}
#navBar a:hover, #navBar a:active {
	background:#5293E0;
	color:#FFFFFF;
	height:18px;
	width:104px;
	border-left:5px double #ED273E;
	border-right:5px double #ED273E;
	}

/*	Banner Image
********************************************/

#banner {
	clear:left;
	color:#1F60AD;
	font-size:27px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:25px;
	padding-bottom:25px;
	text-align:center;
	border-left:5px double #ED273E;
	border-right:5px double #ED273E;
	margin-bottom:2px;
	}
.red_header {
	color:#ED273E;
	}

/*	Left Content
********************************************/

#leftContent {
	width:203px;
	float:left;
	display:inline;
	padding:0px;
	margin-left:3px;
	}
#leftContent ul {
	margin:3px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	}
#leftContent li {
	color:#006599;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
#leftContent li:hover {
	color:#5293E0;
	}
#leftContent a {
	color:#ffffff;
	width:203px;
	display:block;
	margin-bottom:1px;
	text-decoration:none;
	background:#1F60AD;
	text-align:center;
	font-weight:bold;
	}
#leftContent a:hover, #leftContent a:active {
	color:#FFF;
	background:#5293E0;
	width:193px;
	border-left:5px double #ED273E;
	border-right:5px double #ED273E;
	text-decoration:underline;
	}

/*	Right Content
********************************************/

#rightContent1 {
	width:550px;
	float:left;
	display:inline;
	margin-bottom:4px;
	text-align:center;
	}
#formHolder1 {
	width:531px;
	border:3px solid #5293E0;
	margin:0 auto;
	}

#rightContent {
	width:550px;
	float:left;
	display:inline;
	margin-bottom:4px;
	text-align:center;
	}
#formHolder {
	width:531px;
	border:3px solid #5293E0;
	margin:0 auto;
	}
form#form_homepage {
	margin:0;
	padding:0;
	height:285px;
	background-image:url(images/form/bg.jpg);
	background-repeat:no-repeat;
	}
#form_homepage select {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:185px;
	}
#form_homepage input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	background-color:#006599;
	color:#FFFFFF;
	border:2px solid #ffffff;
	}
#form_homepage table {
	margin-left:5px;
	margin-top:80px;
	text-align:left;
	}
.tableLabel {
	width:40%;
	font-weight:bold;
	border-left:4px solid #84FD87;
	padding-left:4px;
	}
	
/*	About Us
********************************************/

#aboutUs {
	padding:10px;
	background-image:url(images/fade.jpg);
	background-repeat:repeat-x;
	}

/*	Specialized Quotes
********************************************/

#specialized {
	padding:10px;
	background-image:url(images/littleFade.jpg);
	background-repeat:repeat-x;
	}
#specialized ul {
	margin:10px 0px 10px 25px;
	padding:0px 0px 0px 0px;
	}
#specialized li {
	color:#006599;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
#specialized li:hover {
	color:#04C5E6;
	}
#specialized a {
	color:#006599;
	text-decoration:none;
	}
#specialized a:hover, #specialized a:active {
	color:#04C5E6;
	text-decoration:underline;
	}

/*	Footer
********************************************/

#footer {
	padding:10px;
	background-image:url(images/fade.jpg);
	background-repeat:repeat-x;
	text-align:center;
	}
.footerLinks {
	text-align:center;
	border-left:5px double #FFF;
	border-right:5px double #FFF;
	font-weight:bold;
	}
.footerLinks a:link, .footerLinks a:visited {
	color:white;
	text-decoration:none;
	padding:0px 4px;
	}
.footerLinks a:hover, .footerLinks a:active {
	background:#ED273E;
	text-decoration:none;
	padding:0px 2px;
	border-left:2px double #FFF;
	border-right:2px double #FFF;
	}

/*	Miscellaneous
********************************************/

.header {
	font-size:18px;
	font-weight:bold;
	}
.divider {
	height:23px;
	background-color:#E1EAEF;
	clear:both;
	width:757px;
	}