﻿/* CSS layout */

body {
	margin: 0;
	padding: 0;
	background: white url('../images/header_background.jpg') repeat-x left top;
}

img {
	border: 0;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
}


#masthead {
	width: 1024px;
	height: 100px;
	margin-top: 20px;
}


#crest {
	width: 62px;
	float: left;
}

#nameDiv {
	width: 400px;
	float: left;
	margin: 12px 0 0 12px;
}

#top_nav {
	width: 40px;
	float: right;
	margin-right: 10px;
	text-align: right;
}


#slideshow {
	width: 1024px;
	height: 459px;
	margin: 0 auto;
	padding: 0;
	background: transparent url('../images/shadow.jpg') no-repeat scroll left bottom;
}

#page_content {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 12px;
}

#container {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	line-height: 18pt;
	color: black;
}

#badges {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}


#bottom {
	margin: 0;
	padding: 0;
	background: white url('../images/background2.jpg') repeat-x left top;
	height: 250px;
}

#footer {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 12px;
	height: 150px;
}

#footer p {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 18pt;
	color: white;
	text-align: center;
}

#footer a {
	color: silver;
	text-decoration: none;
}

#footer a:hover {
	color: white;
}

/* -------------------------------------------------- */

.buttonBox {
	width: 300px;
	float: left;
	margin: 0 15px;
	
}

.text {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 14pt;
	color: black;

}

.largeText {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	line-height: 14pt;
	color: white;
}

.titleText {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	line-height: 34pt;
	color: black;
}


.bold {
	font-weight: bold;
}

.ital {
	font-style: italic;
}

.center {
	text-align: center;
}

.blackBorder {
	border: 2px black solid;
}

a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #808080;
}

