@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #f5e8cd;
	line-height: 22px;
}

/* ------- GLOBAL ------- */

a {
	text-decoration: underline;
	color: #f5e8cd;

}

a:hover {
	text-decoration: none;
	color: #ebc04c;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.margin-left {
	margin-left: 20px;
}

.margin-right {
	margin-right: 20px;	
}

.margin-top {
	margin-top: 20px;	
}

.margin-bottom {
	margin-bottom: 20px;
}

.rule {
	clear: both;
	margin-top: 20px;
	height: 20px;
	border-top: 1px dotted #f5e8cd;
}

ul {
	margin-left: 0px;
	padding-left: 24px;
}

li {
	margin-left: 0px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, textarea {

}

.border {
	border: 2px solid #ffffff;
}



/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
	font-size: 24px;
}

h6 {
	margin: 0px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 16px;
	border-bottom: 1px solid #ffffff;
}

.smaller {
	font-size: 10px;
}

/* ------- LAYOUT ------- */

#top-bar {
	background-color: #295f8d;
	height: 16px;
	border-bottom: 2px solid #ba0021;
}

#wrapper {
	margin: 10px auto;
	width: 993px;
	
}

#main-container {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	padding: 0 8px;
}

#top {
	background-image: url(../images/bg-top.jpg);
	background-repeat: no-repeat;
	height: 125px;
	padding: 0 45px;
}

#menu {
	color: #a67c52;
	text-align: right;
	padding: 5px 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}


#menu a {
	color: #563d16;
	text-decoration: none;
	text-transform: uppercase;
	
}	

#menu a:hover {
	color: #a67c52;

}

#logo {
	float: left;
	margin-top: -20px;
}

#number {
	color: #FFFFFF;
	margin-top: 20px;
	text-align: right;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 30px;
}

#number a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 24px;
}

#flash {
	border-top: 5px solid #295f8d;
	height: 264px;
}

#sub-container {
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-x;
	background-color: #ba0021;
}



#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	padding: 20px 35px;
	color: #666666;
	text-transform: uppercase;
	font-size: 12px;
	height: 100px;
	

	
}

#footer a {
	color: #666666;
	text-decoration: none;
	
}

#footer a:hover {
	color:#333333;
	
}

#left-column {
	float: left;
	display: inline;
	padding: 35px;
	width: 480px;
	
}

#main-column {
	padding: 35px;
	width: 900px;
	
}

#right-column {
	float: left;
	display: inline;
	padding: 5px 0 35px 35px;
	width: 375px;
}

#weather {
	background-image: url(../images/bg-weather.gif);
	background-repeat: no-repeat;
	padding: 10px;
	color: #295f8d;
	float: right;
	width: 148px;
	height:105px;
	font-size: 11px;
	line-height: 14px;
}

#weather h2 {
	color: #295f8d;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

#weather h1 {
	color: #295f8d;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;

}

#flashcontent {
	margin-top: 15px;
	height: 520px;
}

#home-rotation {
	width: 506px;
	float: left;
	height: 264px;
}


#home-video {
	width: 	469px;
	float: left;
	height: 264px;
}
