/*General Page Layout*/
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 13px;	
	padding: 0px;	
	background-color: #1C26AC;
	background-image: url(images/back1.jpg);
	height: 100%	
}
#wrapper {
	width: 839px;	
	background-color: #ffffff;		
	padding-bottom: 10px;
	margin: 0 auto;
	text-align: left;	
}
#main {
	width: 839px;	
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #13035C;
	position: relative;
	min-height:650px; /*Change this to whatever you need the min height to be*/
    height:auto;
    height:100%;
	}
	
#col1 {
	width: 220px;		
	margin: 0px;	
	padding-left: 5px;
	background-color: #13035C;	
	top: 40px;
	left: 0px;
	text-align: left;	
	position: absolute;	
	min-height:650px; /*Change this to whatever you need the min height to be*/
    height:auto;
    height:100%;
	}
	
	
#col2 {
	width: 594px;		
	left: 228px;
	margin: 0px;
	top: 2px;	
	padding-right: 5px;
	padding-left: 10px;
	background-color: #ffffff;	
	border-left: 2px solid #cccccc;	
	position: relative;	
	min-height:650px; /*Change this to whatever you need the min height to be*/
    height:auto;
    height:100%;
	}
	
#masthead {
	height: 281px;
	width: 839px;
	padding: 0px;
	margin: 0px;
	top: 0px;
	background-image: url(images/toplogo2.jpg);
	border-width: 0px;	
	left: 0px;
	text-align: center;	
}
#footer {
	width: 839px;
	left: 0px;	
	height: 540px;	
	top: 3px;	
	bottom: 0;
	background-color:#ffffff;
	background-image:url(images/footerback.jpg);	
	text-align: center;
	position: relative;	
	margin: 0 auto;	
	
	}				
/*Special Layout Styles*/
#ques {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #482A34;
	padding-bottom: 10px;
	margin-left: 20px;
	width: 90%;		
	}
	
#ans {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #BE9009;
	padding-bottom: 10px;
	margin-left: 20px;
	width: 90%		
	}	
	
#testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
	padding-bottom: 10px;
	margin-left: 20px;
	width: 90%;
	border-bottom: thin;
	border-color: #13035C;
	border-bottom-width: thin;
	border-bottom-style: solid;	
	}
	
#specialnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	background-color: #13035C;
	font-style: normal;
	padding: 20px;
	margin-left: 40px;
	width: 460px;
	border-bottom: thin;
	border-color: #13035C;
	border-bottom-width: thin;
	border-bottom-style: solid;	
	}		
		
	
	
#center {
    text-align: center;
	margin: 0 auto;
	padding-bottom: 10px;}
	
	
#centerb {
    text-align: center;
	margin: 0 auto;
	font-weight: bold;
	margin-bottom: 10px;}			
	
#indentbox {
     padding-left: 70px;	 
	 width: 450px;
	 }
	 
#indentboxi {
     padding-left: 70px;	 
	 width: 450px;
	 font-style: italic;
	 }	 
	 
	 
#salebox {
     padding-left: 10px;
	 margin-left: 50px;	 
	 width: 380px;
	 background-color: #F1E6C9;
	 }	
	 
	 
#topnav {
     padding-left: 0px;
	 margin-left: 0px;	 
	 width: 839px;
	 height: 58px;
	 background-image: url(images/topnavback.jpg);
	 text-align: center;	 
	 font-family: Verdana, Arial, Helvetica, sans-serif;	
	 font-size: 13px;
	 position: relative;
	 }		 


ul {margin-top: -05px;}
	 
ul ul {margin-top: 0px;}	 
	 
	 
	 
ul.NoBullet {
  list-style-type: none}
	 
#cboxall {
width: 600px;   
background-color: #ffffff;   
margin-left: auto;
margin-right: auto;  
}
#cbox1 {
width: 120px;
float: left;
padding-left: 60px;
padding-right: 50px;
}
#cbox2 {
width: 120px;
float: left;
padding-right: 50px;
}
#cbox3 {
width: 120px;
margin-left: 0px;
margin-top: 0px;
float: left;
padding-right: 50px;}
	 
	  	
/*Text Styles*/
p {
	font-size: 13px;
	color: #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	letter-spacing: 0.4px;	
}
.textun {
	font-size: 13px;
	color: #000000;
	text-decoration: underline;	
	
}
.textw {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	color: ffffff;	
}
.textbl {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;	
	color: 000000;	
}
.textb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.textbcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.text-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.text-italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #000000;
}
.text-bold14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #482A34;
}
.textbw14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.textbw18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
.text-header {
	font-size: 14px;
	font-weight: bold;
	color: #13035C;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-left: 15px;
	height: 28px;
}
/*Link Styles*/
a:link, a:visited, a:active {
	color: #13035C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
a:hover {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF00;
}
a.black-l:link, a.black-l:visited, a.black-l:active {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
a.black-l:hover {
	color: #000000;
	font-weight: bold;
}
a.white-l:link, a.white-l:visited, a.white-l:active {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
a.white-l:hover {
	color: #000000;
	font-weight: bold;
}
a.footer-l:link, a.footer-l:visited, a.footer-l:active {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.footer-l:hover {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	background-color: #ffffff;
}
a.eck-l:link, a.eck-l:visited, a.eck-l:active {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.ecl-l:hover {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
a.topnav-l:link, a.topnav-l:visited, a.topnav-l:active {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 70px;		
}
a.topnav-l:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;	
	padding-left: 70px;
	background-color: #ffffff;
}
/*Header Tag Styles*/
h1 {
	color: #13035C;
	font-size: 17px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #13035C;
	padding-top: 1px;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-left: 0px;	
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #13035C;
	padding-top: 1px;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-left: 0px;
	height: 28px;
}
	
/*Navigation Styles*/
	
#nav {
    width: 220px;
	padding-bottom: 20px;
	text-align: center;
	color: #ffffff;
	}
	
	
#nav ul{
	font: bold 12px arial;
	padding-left: 0;	
	margin-left: 0;
	height: 15px;	
	list-style: none;	
}
#nav li{
	list-style: none;
	line-height: 15px;
	display: block;	
	
}
#nav a:link, #nav a:visited, #nav a:active {
    color: #ffffff;
	background-color: #13035C;	
	display: block;
	text-decoration: none;
	}
	
#nav a:hover {
    color: #000000;
	background-color: #F9E854;
	display: block;	
	text-decoration: none;
	}	
html>body .col1 ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
	
	
/*Image Styles*/
.imgborder { padding: 10px;
border: 0;}
/* Form styling */
#contact-form {
	padding: 0px;
	width: 335px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	color: #333333;
}
#contact-form td {
	padding-top: 2px;
	padding-bottom: 2px;
}
#comments {
	background-color: #FAFCFE;
	border: 1px solid #D0E8E8;
}
input {
	border: 1px solid #D0E8E8;
	color: #333333;
	height: 20px;
}
select {
	background-color: #FAFCFE;
	color: #333333;
	height: 22px;
	border: 1px solid #D0E8E8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#spacebox {
    height: 350px;
	}
	
	
/* Not used */
#topad {
	background-color:#ffffff;
	background-image:url(images/topadback.jpg);
	width: 840px;
	height: 65px;
	top: 260px;
	position: relative;
	left: 40px;
	}	


.h1c {
	color: #13035C;
	font-size: 17px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}