/* CSS Document */

/* Global styles */  
body {
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.5;
font-weight:normal;
color:#1F255D;
padding: 0px;
margin: 0px;
}

h1 {
color:#707995;
font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
font-size:26px;
font-weight:bold;
margin-top:-8px;
/*letter-spacing: 0.1em;*/ 
}

h2 {
color:#707995;
font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
margin-top:20px;
/*letter-spacing: 0.1em;*/ 
}

a:link, a:visited, a:active {
	font-weight:normal;
	color:#FB9D32;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

#learn_more {
		display:block;
 		text-indent: -5000px;
		background-image:url(images/learn_more.gif);
		background-repeat: no-repeat;
		height: 10px;
		width: 75px;
		float:left;
		clear:none;
		margin-top:10px;
}

/* BEGIN FOOTER STYLES */
	
.footer {
	color:#707995;
	font-size: 10px;
	padding-left: 0px;
	margin-bottom:px;
	margin-top:25px;
	padding-right: 0px;
	padding-bottom:10px;
}



/*Homepage structure divs*/
#main{
background-color:#FFFFFF;
width:784px;
border:0;
margin-left:auto;
margin-right:auto;
margin-top:0px;
padding-left:0px;
padding-right:0px;
padding-top:15px;
}


#leftcolumn{
position:relative;
background-color:#FFFFFF;
width:569px;
border:0;
vertical-align: top;
float:left;
padding-left:10px;
margin:0px;
clear:none;
}

#rightcolumn {
	position:relative;
	background-color:#FFFFFF;
	width:183px;
	border:0;
	vertical-align: top;
	float:right;
	padding-left:12px;
	padding-right:10px;
	margin:0px;
	clear:none;

}


/*Logo and nav bar divs*/
#logo {
	display:block;
	background-color:#FFFFFF;
	text-indent: -5000px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 201px;
	height: 66px;
	float: left;
	clear:none;
}

#navigation {
	display:block;
	background-color:#FFFFFF;
	height: 47px;
	width:368px;
	float:left;
	clear:right;
	padding-top:19px;
}


	#about{
		display:block;
 		text-indent: -5000px;
		background-image:url(images/nav_about_off.gif);
		background-repeat: no-repeat;
		height: 19px;
		width: 124px;
		float:left;
		clear:none;
		
	
	 }
	 
	 #about_on {
		display:block;
 		text-indent: -5000px;
		background-image:url(images/nav_about_on.gif);
		background-repeat: no-repeat;
		height: 19px;
		width: 124px;
		float:left;
		clear:none;
		
	 }
 
 	#about:hover, #about_on:hover{
 		background-image:url(images/nav_about_hover.gif);
	}
 
 	#about:hover{
 		background-image:url(images/nav_about_hover.gif);
	}
	
		#membership {
		display:block;
 		text-indent: -5000px;
		background-image:url(images/nav_membership_off.gif);
		background-repeat: no-repeat;
		height: 19px;
		width: 123px;
		float:left;
		clear:none;
		
	
	 }
	 
		#membership_on {
		display:block;
 		text-indent: -5000px;
		background-image:url(images/nav_membership_on.gif);
		background-repeat: no-repeat;
		height: 19px;
		width: 123px;
		float:left;
		clear:none;
		
	
	 }
 
 	#membership:hover, #membership_on:hover {
 		background-image:url(images/nav_membership_hover.gif);
	}
	
		#contact{
		display:block;
 		text-indent: -5000px;
		background-image:url(images/nav_contact_off.gif);
		background-repeat: no-repeat;
		height: 19px;
		width: 121px;
		float:left;
		clear:none;
		
	
	 }
	 
	 #contact_on{
		display:block;
 		text-indent: -5000px;
		background-image:url(images/nav_contact_on.gif);
		background-repeat: no-repeat;
		height: 19px;
		width: 121px;
		float:left;
		clear:none;
		
	
	 }
 
 	#contact:hover, #contact_on:hover {
 		background-image:url(images/nav_contact_hover.gif);
	}


/*home image and welcome message divs*/
#home_photo {
	display:block;
	background-color:#FFFFFF;
	width: 218px;
	height: 198px;
	margin-left:0px;
	margin-top:6px;
	padding-left:70px;
	float: left;
	clear:none;
}

#home_welcome {
	display:block;
	background-color:#FFFFFF;
	width: 271px;
	height: auto;
	margin-left:10px;
	margin-top:15px;
	float: left;
	clear:none;
	font-size:14px;
}

.welcome_text {
margin-top:-18px;
}

/*page body divs*/
#page_header {
	display:block;
	background-color:#FFFFFF;
	width: 424px;
	height: auto;
	padding-left:145px;
	margin-top:15px;
	float: left;
	clear:both;
	
}

#page_header h1{
	display:inline;
	color:#707995;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:bold;
	/*letter-spacing: 0.1em;*/ 
	
}

.separator{
	display:inline;
	color:#DEE3F0;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
}

#page_header h2{
	display:inline;
	color:#FB9D32;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:100;
	/*letter-spacing: 0.1em;*/ 
	
}

#page_header_rule {
	display:block;
	background-color:#FFFFFF;
	width: 424px;
	height: auto;
	margin:0;
	border-top: 1px solid #BEC8E2;
	float: right;
	clear:both;
}

#page_body {
	display:block;
	background-color:#FFFFFF;
	width: 424px;
	height: auto;
	padding-left:145px;
	margin-top:-10px;
	float: left;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
}

#page_body ul li {
	list-style: url(images/bullet.gif) disc outside;
	margin-left:-20px;
	margin-bottom:5px;
	
}



/*home module divs*/

#home_learn {
	display:block;
	background-color:#FFFFFF;
	width: auto;
	height: auto;
	margin-left:0px;
	margin-top:18px;
	padding-left:70px;
	padding-bottom:4px;
	float: left;
	clear:both;
	font-size:14px;
	font-weight:bold;
}

#home_rule {
	display:block;
	background-color:#FFFFFF;
	width: 499px;
	height: auto;
	margin:0;
	border-top:4px solid #767F99;
	float: right;
	clear:both;
}

#home_module_1 {
	display:block;
	background-color:#FFFFFF;
	width: 153px;
	height: auto;
	margin-left:0px;
	margin-top:0px;
	padding-left:70px;
	padding-bottom:20px;
	float: left;
	clear:none;
}

#home_module_2, #home_module_3 {
	display:block;
	background-color:#FFFFFF;
	width: 153px;
	height: auto;
	margin-left:0px;
	margin-top:0px;
	padding-left:20px;
	padding-bottom:0px;
	float: left;
	clear:none;
}

#home_module_1 h3 {
font-size:11px;
color:#FFCB2B;
text-transform:uppercase;
font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
font-weight:bold;
margin-top:0px;
}

#home_module_2 h3 {
font-size:11px;
color:#F79734;
text-transform:uppercase;
font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
font-weight:bold;
margin-top:0px;
}

#home_module_3 h3 {
font-size:11px;
color:#F37136;
text-transform:uppercase;
font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
font-weight:bold;
margin-top:0px;
}

.module_text {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
margin-top:-8px;
line-height:14px;
}

/*login module divs*/
#login_top {
	text-indent:-5000px;
	background-color:#FFFFFF;
	background-image: url(images/login_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 175px;
	height: 25px;
	float: left;
	clear:both;
	
}



#login_middle {
	background-color:#FFFFFF;
	background-image: url(images/login_middle.gif);
	background-repeat:repeat-y;
	background-position: 0px 0px;
	width: 175px;
	height: auto;
	float: left;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:4px;
}

#login_bottom {
	background-color:#FFFFFF;
	background-image: url(images/login_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 175px;
	height: 20px;
	float: left;
	clear:both;
}

/*international module divs*/
#intl_top {
	text-indent:-5000px;
	background-color:#BAC4E0;
	background-image: url(images/intl_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 175px;
	height: 26px;
	float: left;
	clear:both;
	
}

#intl_middle {
	background-color:#BAC4E0;
	background-position: 0px 0px;
	width: 147px;
	height: auto;
	float: left;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	padding-top:4px;
	padding-left:14px;
	padding-right:14px;
	border-bottom:2px solid #FFFFFF;
}

#learn_more_intl {
		display:block;
 		text-indent: -5000px;
		background-image:url(images/learn_more_intl.gif);
		background-repeat: no-repeat;
		height: 12px;
		width: 73px;
		float:left;
		clear:none;
		margin-top:10px;
}

/*news module divs*/
#news_top {
	text-indent:-5000px;
	background-color:#CDD8F7;
	background-image: url(images/news_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 175px;
	height: 20px;
	float: left;
	clear:both;
	
}

#news_middle {
	background-color:#CDD8F7;
	background-position: 0px 0px;
	width: 147px;
	height: auto;
	float: left;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	padding-top:4px;
	padding-left:14px;
	padding-right:14px;
	border-bottom:2px solid #FFFFFF;
}

#learn_more_news {
		display:block;
 		text-indent: -5000px;
		background-image:url(images/learn_more_news.gif);
		background-repeat: no-repeat;
		height: 12px;
		width: 73px;
		float:left;
		clear:none;
		margin-top:10px;
}

#news_bottom {
	background-color:#BAC4E0;
	background-image: url(images/news_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 175px;
	height: 24px;
	float: left;
	clear:both;
}

/*subnav divs*/
#subnavigation {
	background-color:#FFFFFF;
}

#subnav_on {
	background-color:#FFFFFF;
	background-image: url(images/subnav_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 155px;
	height: 27px;
	float: left;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;	
	color:#BAC4E0;
	padding-top:6px;
	padding-left:20px;
	text-decoration:none;
	
}

#subnav {
	background-color:#FFFFFF;
	background-image: url(images/subnav.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 155px;
	height: 27px;
	float: left;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;	
	color:#1F255D;
	padding-top:6px;
	padding-left:20px;
	text-decoration:none;
	
}


#subnav_on:hover, #subnav:hover {
	font-weight:normal;
	color:#707995;
	text-decoration: none;
}

/*contact module divs*/
#contact_module {
	display:block;
	background-color:#FFFFFF;
	width: 153px;
	height: auto;
	margin-left:0px;
	margin-top:0px;
	padding-left:0px;
	padding-bottom:0px;
	float: left;
	clear:none;
}

#form {
	width:424px;
}

#contact_module h3 {
font-size:11px;
color:#1F255D;
text-transform:uppercase;
font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
font-weight:bold;
margin-top:100px;
margin-bottom:0px;
}

.contact_module_text {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
margin-top:0px;
line-height:14px;
}






