/*********************************************/
/* BODY BASICS	                             */
/*********************************************/

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	}

body, th, td, p, li, ul {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px;
	color: #424242; 
	}
	
ul {
	margin-left: 5px;
	padding-left: 5px;
	}
	
li {
	color: #424242; ;
	margin-left: 10px; 
	padding-left: 1px;
	}


	
/*********************************************/
/* TEXT ITEMS                                */
/*********************************************/

h1 {
	font-size: 22px;
	color: #1d2e5b;
	}

h2 {
	font-size: 16px;
	color: #d93900;
	}
	
h3 { 
	font-size: 14px;
	color: #1d2e5b;
	}
	
h4 { 
	font-size: 14px;	
	}
	
.small {
	font-size: 10px;
		}
		
.red {
	color: #FF0000;
	}
	
.blue {
	font-size: 16px;
	color: #1d2e5b;
	font-weight: bold;
	}
	
.black {
	font-size: 15px;
	color: #000;
	font-weight: normal;
	}
	
.orange {
	font-size: 16px;
	color: #d93900;
	font-weight: bold;
	}
	
.orange2 {
	font-size: 16px;
	color: #d93900;
	font-weight: normal;
	}	

.blue2 {
	font-size: 12px;
	color: #1d2e5b;
	}
	
.gray { 
	font-size: 16px;
	color: #626262;
	font-weight: bold;
	}
	
.gray2 {
	font-size: 14px;	
	font-weight: bold;
	}
	
.white {
	color: #fff;
	}
	
.whiteTitle {
	font-size: 16px;
	color: #fff;
	}
	
.sideLink {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
	color: #d93900; 		
	padding-right: 10px;
	}
	
.sideLink2 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
	color: #fff; 		
	padding-right: 10px;	
	}
	
.sideLink3 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
	color: #1d2e5b; 		
	padding-right: 42px;	
	}
	
.lineSpacing {
	line-height: 20px;
	}
	
.lineSpacing2 {
	color: #fff;
	line-height: 20px;
	}	
	
.pageHeading {
	font-size: 22px;
	color: #1d2e5b;
	font-weight: bold;
	}
	
/*********************************************/
/* LINKS                                     */
/*********************************************/

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #d93900;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #d93900;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #1d2e5b; 
	}
	
a.bot:link {
	font-weight: bold;
	text-decoration: none; 
	color: #1d2e5b;
	} 	
a.bot:visited {
	font-weight: bold;	
	text-decoration: none; 
	color: #1d2e5b;
	}	
a.bot:hover {
	font-weight: bold;
	text-decoration: underline; 
	color: #1d2e5b; 
	}
	
a.side:link {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
	color: #5a5a5a;
	padding-right: 10px;
	} 	
a.side:visited {
	font-size: 12px;
	font-weight: bold;	
	text-decoration: none; 
	color: #5a5a5a;
	padding-right: 10px;
	}	
a.side:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
	color: #1d2e5b; 
	padding-right: 10px;
	}
	
/*********************************************/
/* LAYOUT ITEMS + EFFECTS                    */
/*********************************************/

.border {
	border: 1px solid #ececec;
	width: 690px;
	padding: 15px;
	}
	
.boxBorder {
	border: 1px solid #575757;
	width: 580px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #6b6b6b;	
	}
	
.imageFloat {
	float: right;
	padding-left: 10px;
	}
	
.imageFloat2 {
	float: left;
	padding-right: 10px;
	}
	
.formField {
	border: 1px solid #21325e;
	background-color: #fff;
	}
	
.contactButton {
	border: 1px solid #21325e;
	background-color: #21325e;
	padding: 3px;
	color: #fff;
	font-weight: bold;
	}
	
#flashcontent {	
	width: 965px;
	height: 232px;	
	}
	
#flashcontent2 {	
	width: 779px;
	height: 400px;	
	}
	
#announcements {
	width: 295px;
	padding-right: 19px;
	padding-left: 24px;
	background: url(images/hm_announcebg.gif) repeat-y;
	color: #263a6d;
	}
	
#featured {
	width: 295px;
	padding-right: 19px;
	padding-left: 24px;	
	color: #263a6d;
	}
	
#testimonials {
	width: 577px;
	padding-right: 20px;
	padding-left: 30px;	
	}

.secondTD {
	width: 100px;
}
/*********************************************/
/* DROP DOWN MENU                            */
/*********************************************/
	
#dropmenudiv{
	position:absolute;
	background-color: #d6d6d6;
	color: #5a5a5a;
	border:1px solid #fff;
	border-bottom-width: 0;
	font-size: 11px;
	font-weight: bold;	
	line-height:22px;
	text-align: center;
	z-index:100;	
	}

#dropmenudiv a{
	width: 100%;
	display: block;
	color: #5a5a5a;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding: 1px 0;
	text-decoration: none;	
	text-align: center;
	}

#dropmenudiv a:hover{ /*hover background color*/
	color: #1d2e5b;
	background-color: #d6d6d6;
	}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
	list-style-type: square;
	width: 127px;
	background-color: #d6d6d6;
	} 