/*
GENERAL ELEMENT STYLES
*/
body {
	color: #5b5b5b;
	width:1020px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}

* {
	background-repeat: no-repeat;
	
}



strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

hr {
	display: none;	
}

a:link,
a:visited {	text-decoration: none; color: #00457d; }
a:hover { text-decoration: underline; color: #00457d; }
a:active { text-decoration: none; color: #00457d; }

ul{
	padding:0px;
	margin:0px;		
}


ul li{
	list-style:none;
}



/*
Header Styles
*/

#header{
	padding-left:460px;
	height:250px;
	background-image: url(../images/bg-homepage_header.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#top-links{
	height:20px;
	width:340px;
	float:right;
	margin:35px 18px 0 0;
}

#top-links li a{
	float:left;
	font-size:12px;
	color:#FFF;
	margin:0 13px;
}

.sf-menu li a{
	margin-right:0px;	
	color:#fff!important;
	font-size:14px;
}

.sf-menu li li a{
	font-size:11px;	
}



.sf-menu li{
	margin-right:10px;
}

#header h1,
#header p{
	display:none;
}

	
/*
Content Styles
*/

.left-col{
	width:680px;
	float:left;
	height:315px;
}

.left-col h2{
	height:	0px;
	width:283px;
	overflow:hidden;
	padding-top:25px;
	background-image:url(../content/a_directory.gif);
	background-repeat:no-repeat;
	margin-bottom:-10px;
}

.left-col p{
	line-height:24px;
	font-size:16px;
	margin-bottom:-6px;
}

.left-col dl{
	height:163px;
	padding:30px 0 0 25px;
	position:relative;
	background-image:url(../images/bg-home_rounded_blue.gif);
	background-repeat:no-repeat;
}

.left-col dt{
	width:214px;
}

.left-col dd{
	margin:0px;
	padding:0px;
	display:inline-block;
	font-size:12px;
	color:#767676;
	line-height:18px;
	width:180px;
	margin-right:25px;

}

.left-col dt{
	position:absolute;	
	top:104px;
}

.left-col dt#btn-basics{
	left:20px;
}

.left-col dt#btn-destinations{
	left:232px;
}

.left-col dt#btn-procedures{
	left:445px;
}




#btn-basics a,
#btn-procedures a,
#btn-destinations a{
	display:block;
	width:0px;
	height:40px;
	padding-left:192px!important;
	overflow:hidden;
	background-repeat:no-repeat;
}

#btn-basics{
	background-image:url(../content/btn-basics.gif);	
}

#btn-procedures{
	background-image:url(../content/btn-procedures.gif);	
}

#btn-destinations{
	background-image:url(../content/btn-destinations.gif);	
}


.right-col{
	width:300px;
	height:300px;
	float:right;
	background-image:url(../images/bg-right-col.jpg);
	background-repeat:no-repeat;
	margin-top:-1px;
	padding-left:40px;
}


.right-col h2{
	height:	0px;
	width:115px;
	overflow:hidden;
	padding-top:19px;
	background-image:url(../content/get_listed.gif);
	background-repeat:no-repeat;
}

.right-col p{
	font-size:12px;
	color:#767676;
	line-height:21px;
}


.right-col #btn-getintouch a{
	background-image:url(../content/btn-get_in_touch.gif);
	background-repeat:no-repeat;
	height:0px;
	width:255px;
	padding-top:63px;
	overflow:hidden;
	display:block;
	
}



/*BOTTOM ROW*/

.bottom-row{
	height:225px;
	clear:both;
	background-color:#55aae6;
	width:100%;
	margin-top:-30px;
	display:inline-block;
	position:relative;
}

#bottom-right{
	position:absolute;
	top:0px;
	right:0px;
	display:inline-block;
	width:250px;
}

#bottom-right #featured-article li{
	font-size:13px;
	color:#414141;
	margin-bottom:2px;
}

#bottom-right #featured-article{
	margin-top:-10px;
}



.bottom-row	h3{
	font-size:13px;
	color:#fff;
}

#emailus a{
	background-image:url(../content/btn-contact_us.gif);
	width:170px;
	height:0px;
	padding-top:45px;
	overflow:hidden;
	display:block;
	margin-top:-10px;
}


#featured-article li{
	background-image:url(../images/ico-bullet.gif);
	background-repeat:no-repeat;
	padding-left:15px;
}


#featured-sponsor{
	background-image:url(../images/bg-featured_sponsor.gif);
	background-repeat:no-repeat;	
	width:231px;
	height: 40px;
	margin-top:8px;
	padding:12px 0 0 5px;
	overflow:hidden;
}

#featured-sponsor p a{
	font-size:13px;
	color:#141414;

}

#featured-sponsor h3{
	display:none;
}

#homepage-promo{
	padding-left:12px;	
	width:747px;
	display:inline-block;
}

#homepage-promo li {
	display:inline-block;
	width:356px;
	height:209px;
	margin-top:7px;
	margin-left:12px;
	
}

#homepage-promo li img{
	border:0px;	
}


#footer{
	color:#b7bfc5;
	font-size:12px;
	height:25px;
	padding:20px 260px;	
}

#footer .horiz-div{
		padding:0 10px;
}

#footer a{
	color:#b7bfc5;	
}

.divider{
	background-image:url(../images/bg-divider.gif);
	background-repeat:no-repeat;	
	background-position:right;
}