@charset "UTF-8";
/* CSS Document */

a {
		text-decoration:underline;
		color:#03F;
	}
	
img {
	border:0px;
}

body {
text-align:center;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	background-position: top left;
	background-color:#010437;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#003366;
	position:relative;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	}
	
#wrapper {
	width: 758px;
	border: solid 1px #FFFFFF;
	vertical-align:top;
	background-color:#ffffff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
	}
	
#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:150px;
	}
	
#rule {
	width:758px;
	margin-bottom: 20px;
}
	
#nav {
	font-size:9.5px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom: 0px;
	}
	
#nav a {
	text-decoration:none;
	color:#003366;	
}
	
#main_content_home {
	/*background-image:url(../images/bermudaIslander.png);
	background-repeat:no-repeat;
	background-position:bottom;*/
	/*height: 500px;*/
	position:realtive;
	width:758px;
	}

#home_photo {
	width:758px;
	height:307px;
	margin:0;
	padding:0;
}

#sub_content_home {
	margin:15px;
	width: 728px;
	position: relative;
	overflow:auto;
	}
	
#footer {
	height: 50px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	width: 758px;
	font-size: x-small;
	}


#footer_affiliates {
	float:left;
	text-align: left;
	vertical-align: top;
	}
	
#footer_affiliates_text {
	float:left;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
	
#footer_info {
	float:right;
	margin-top: 30px;
	margin-right: 10px;
}

#schedule {
	width: 728px;
}

#receiving {
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
	width: 728px;
	clear: both;	
}

.photo_thumbs {
	float:left;
	padding-bottom:20px;
	margin-right:12px;
	text-align:left;
	vertical-align:top;
}

.agents_column {
	width:350px;
	float:left;
}

#home_news {
	padding-top:20px;
	margin-right:225px;
	margin-left:225px;
	text-align:center;
}

#home_news p {
	text-align:center;
}

#home_news a {
	color:#cc0000;
	text-decoration:none;
}


#news_list {
	text-align:center;
	color:#cc0000;
}

#news_list li a {
	color:#cc0000;
	text-decoration:none;
}

/* PAGE HEADERS */

#welcome_header {
	background-image:url(../images/welcome_text.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 52px;
	width:758px;
	}
	
#company_header {
	background-image:url(../images/header_company.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 52px;
	}

#agents_header {
	background-image:url(../images/header_agents.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 52px;
	}
	
#schedule_header {
	background-image:url(../images/header_schedule.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 52px;
	}
	
#quote_header {
	background-image:url(../images/header_quote.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 52px;
	}
	
#contact_header {
	background-image:url(../images/header_contact.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 52px;
	}
	
#photos_header {
	background-image:url(../images/header_photos.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 52px;
	}
	
#news_header {
	background-image:url(../images/header_news.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 52px;
	}

/*TEXT STYLES */

p {
	font-size:small;
	text-align:left;
	margin:10px;
}

h1 {
	font-weight:bold;
	font-size: 14px;
	margin: 10px;
	color:#cc0000;
}

.hidden {
	display: none;
	}	
	
.welcome_text {
	margin-right:125px;
	margin-left:125px;
	font-size:2;
	text-align:center;
	}
	
.italic {
	font-style:italic;
	}
	
.bold {
	font-weight:bold;
	}
	
.agent_title {
	font-size:12px;
	color:#cc0000;
	font-weight:bold;
}

.agent_name {
	font-size:12px;
	font-weight:bold;
	}

.photo_caption {
	font-size:10px;
}	

/*LIST STYLES */

ul {
	text-align:left;
	list-style:none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 0px;
	}
	
li {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/* TABLE STYLES */

#schedule_table {
	width:710px;
	text-align: left;
	margin-left:10px;	
}

.schedule_table_header {
	font-weight:bold;
	font-size: 12px;
}

#quote_table {
	margin-left:10px;
}

