@charset "utf-8";
/* CSS Document */

/**{
	padding:0;
	border:0;
	position:relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}*/

body {
	font-family:trebuchet;
	font-size:12px;
	background-color: #003;
	margin: 0px;
}
/****************** headline styles *************************/
H1{
	font-family: "Times New Roman", Times, serif;
	font-size: 27px;
	color: #640000;
	font-weight: normal;
	margin-top: 3em;
	margin-left: 25px;
}
H2{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #640000;
	font-weight: normal;
	margin-top: 1em;
}

H3{
	font-family: "Times New Roman", Times, serif;
	font-size: 27px;
	color: #640000;
	font-weight: normal;
	margin-left: 25px;
}
H4{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #640000;
	font-weight: normal;
	margin-top: 0.9em;
	margin-left: 25px;
	text-decoration: none;
}
H5{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #640000;
	font-weight: normal;
	margin-top: 0px;
}
H6{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #640000;
	font-weight: normal;
	margin-top: 0px;
}


/****************** headline styles *************************/
#main{
	height:auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:1050px;
	margin: 0 auto;
}


#header{
	height: 288px;
	width: 1050px;
	background-image: url(images/header.jpg);
	background-position: center center;
}
#tagline{
	height: 233px;
	width: 900px;
	background-position: center center;
}


.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.top{
	margin: 20px;
}


#social{
	clear: both;
	height: auto;
	text-align:right;
	float: right;
	margin-top:20px;
	margin-right:30px;
	overflow: hidden;
	}

.socialboxes {
	float: left;
	height: 32px;
	width:32px;
	padding: 5px;

}
.footer {
	float: left;
	width: 1050px;
	height: 150px;
	margin-top: 0px;
	background-color: #868686;
	background-image: url(images/footer.jpg);
}

.footercodetails {
	float: left;
	height: auto;
	width: 1050px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
}
.footers a:link {
	color:#FFF;
	text-decoration: none;
}      /* unvisited link */
.footers a:visited {
	color:#FFF;
	text-decoration: none;
}  /* visited link */
.footers a:hover {
	color:#fff;
	text-decoration: underline;
}  /* mouse over link */
.footers a:active {
	color:#fff;
	text-decoration: none;
} 

.divider{
	height: 60px;
	width: 1050px;
	background-color: #003;
	background-image: url(images/div_top.jpg);
	background-repeat: no-repeat;
}
#day1{
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	margin-top: 1px;
	background-color: #FFF;
}
/* link style3 */

.sitemap a:link	{
	color: #750000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

.sitemap a:visited	{
	color: #750000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

.sitemap a:active	{
	color: #750000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

.sitemap a:hover	{
	color: #750000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}
/* link style3 */
/* link style4 */

.subpage a:link	{
	color: #000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

.subpage a:visited	{
	color: #000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

.subpage a:active	{
	color: #000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

.subpage a:hover	{
	color: #000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}
/* link style4 */

.shade{
	height: 200px;
	width: 996px;
	background-repeat: repeat;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #640000;
	border-right-color: #640000;
	border-left-width: 1px;
	border-left-color: #640000;
	border-bottom-color: #640000;
	background-image: url(images/shade5.gif);
}