/*********************************************/
/* 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;
	line-height:18px;
	color: #424242; 
	}
	
ul {
	margin-top:-1px;
	margin-left: 5px;
	padding-left: 10px;
	}
	
.ul-margin {
	margin-top:-12px;
	margin-left: 5px;
	padding-left: 10px;
	}
	
li {
	color: #424242; ;
	margin-left: 10px; 
	padding-left: 10px;
	}

.li-image {
	color: #424242; ;
	margin-left: 10px; 
	padding-left: 10px;
	list-style-image:  
	url(images/bulle-nextstep.png);
	
	}


	
/*********************************************/
/* 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;
	padding:5px;
	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;
	padding:10px;
	}
	
.lineSpacing2 {
	color: #fff;
	line-height: 20px;
	}	
	
.pageHeading {
	font-size: 22px;
	color: #1d2e5b;
	font-weight: bold;
	}

.pageSubHeading {
	font-size: 18px;
	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;
	}

#becomePartner{  width:135px; height:29px; }

#becomePartner:a { background-image:url(images/becomeApartner.png); background-repeat:no-repeat; width:135px; height:29px; }

#becomePartner:hover {background-image: url(images/becomeApartnerOver.png); background-repeat:no-repeat; width:135px; height:29px;}

#findPartner{  width:135px; height:29px; }

#findPartner:a {background-image:url(images/findApartner.png); background-repeat:no-repeat; width:135px; height:29px; }

#findPartner:hover {background-image: url(images/findApartnerOver.png); background-repeat:no-repeat; width:135px; height:29px; }



	
/*********************************************/
/* 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: 338px;
	padding-right: 20px;
	padding-left: 30px;	
	}
	
/*********************************************/
/* 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;
	} 
	
/*********************************************/
/* NEW BUTTONS CSS                           */
/*********************************************/


a.btn:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	} 	
a.btn:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	}	
a.btn:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	}
a.btn2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	} 	
a.btn2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	}	
a.btn2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	}

.home1 {
	width: 228px;
	height: 28px;
	background: url(images/hmbtn1bg.jpg) no-repeat;
	padding: 18px 22px 0px 88px;
	text-align: right;
	vertical-align: middle;
	}
	
.home2 {
	width: 228px;
	height: 29px;
	background: url(images/hmbtn2bg.jpg) no-repeat;
	padding: 10px 22px 0px 88px;
	text-align: right;
	vertical-align: middle;
	}
	
.home3 {
	width: 228px;
	height: 29px;
	background: url(images/hmbtn3bg.jpg) no-repeat;
	padding: 10px 22px 0px 88px;
	text-align: right;
	vertical-align: middle;
	}
	
.home4 {
	width: 228px;
	height: 44px;
	background: url(images/hmbtn4bg.jpg) no-repeat;
	padding: 10px 22px 0px 88px;
	text-align: right;
	vertical-align: middle;
	}
	
.sub1 {
	width: 145px;
	height: 33px;
	background: url(images/subbtn1bg.jpg) no-repeat;
	padding: 18px 22px 0px 62px;
	text-align: right;
	vertical-align: middle;
	}
	
.sub2 {
	width: 145px;
	height: 33px;
	background: url(images/subbtn2bg.jpg) no-repeat;
	padding: 10px 22px 0px 62px;
	text-align: right;
	vertical-align: middle;
	}
	
.sub3 {
	width: 145px;
	height: 33px;
	background: url(images/subbtn3bg.jpg) no-repeat;
	padding: 10px 22px 0px 62px;
	text-align: right;
	vertical-align: middle;
	}
	
.sub4 {
	width: 145px;
	height: 42px;
	background: url(images/subbtn4bg.jpg) no-repeat;
	padding: 10px 22px 0px 62px;
	text-align: right;
	vertical-align: middle;
	}
.vid1 {
	width: 163px;
	height: 33px;
	background: url(images/subbtn1bg.jpg) no-repeat;
	padding: 18px 8px 0px 0px;
	text-align: right;
	vertical-align: middle;
	}
	
.vid2 {
	width: 163px;
	height: 33px;
	background: url(images/subbtn2bg.jpg) no-repeat;
	padding: 10px 8px 0px 0px;
	text-align: right;
	vertical-align: middle;
	}
	
.vid3 {
	width: 163px;
	height: 33px;
	background: url(images/subbtn3bg.jpg) no-repeat;
	padding: 10px 8px 0px 0px;
	text-align: right;
	vertical-align: middle;
	}
	
.vid4 {
	width: 163px;
	height: 42px;
	background: url(images/subbtn4bg.jpg) no-repeat;
	padding: 10px 8px 0px 0px;
	text-align: right;
	vertical-align: middle;
	}



	
