/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #7D9BA6;
	background-repeat: repeat-x;
}

td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-top: 0px;
	line-height: 21px;
}

td img {
	display:block

}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
}

a:link {
	text-decoration: none;
	color: #003366;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #006699;
}

a:active {
	text-decoration: underline;
	color: #003366;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #445C80;
	line-height: 36px;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #445C80;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: normal;
}

.contacttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #445C80;
	line-height: 30px;
	text-transform: uppercase;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#FFFFFF;
	line-height: 16px;
	width: 770px;
	text-align: right;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

.contact a{
	color:#FFFFFF;
	text-decoration:none;
	font-size: 16px;
}

.contact a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
	line-height: 16px;
	}
	
.footer a{
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.beaconfooter{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	line-height: 16px;
	width: 780px;
	text-align: center;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	}
	
.beaconfooter a{
	color:#FFFFFF;
	text-decoration:none;
}

.beaconfooter a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
	text-decoration: none;
	line-height: 16px;
	font-weight: bold;
	text-indent: 25px;
	display: block;
}

.navigation a{
	color:#FFFFFF;
	text-decoration:none;
}

.navigation a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(../images/navigationarrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	text-decoration: none;
	line-height: 18px;
}

.picture {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
}

#shadow-container{
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .shadow4,
#shadow-container .shadow5,
#shadow-container .container {
	position: relative;
	padding: 1px;
}
 
	#shadow-container .shadow1 {
	padding: 1px;
	background-color: #7D9BA6;
	}
 
	#shadow-container .shadow2 {
	background-color: #999999;
	}
 
	#shadow-container .shadow3 {
	background-color: #888888;
	}
	
	#shadow-container .shadow4 {
	background-color: #787878;
	}
	
	#shadow-container .shadow5 {
	background-color: #666666;
	}
 
	#shadow-container .container {
	border: 0px solid #333333;
	padding: 0px 0px;
	}
	

