@charset "UTF-8";
/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg1.jpg);
	font-family: 'Trebuchet MS', 'MS Sans Serif', Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
}

/* ------- GLOBAL ------- */

a {
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;	
	display: inline;
}

.clear {
	clear: both;
}

.margin-left {
	margin-left: 10px;
}

.margin-right {
	margin-right: 15px;	
}

.margin-right-big {
	margin-right: 30px;	
}

.margin-top {
	margin-top: 15px;	
}

.margin-bottom {
	margin-bottom: 10px;
}

.rule {
	clear: both;
	margin-top: 15px;
	height: 15px;
	border-top: 1px solid #666666;
}

ul {
	margin-left: 0px;
	padding-left: 24px;
}

li {
	margin-left: 0px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, textarea {

}

.small {
	font-size: 10px;
	font-family: 'Trebuchet MS', 'MS Sans Serif', Verdana, sans-serif;
	color: #FFFFFF;
}



/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #feb445;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #e6deac;
}

h2 {
	margin: 0px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 10px;
	color: #e6deac;
}


h6 {
	margin: 0px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #feb445;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

/* ------- LAYOUT ------- */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 992px;
	background-image: url(../images/bg-main.png);
	background-repeat: repeat-y;	
}

#main-container {
	width: 972px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	margin-left: 9px;
	background-image: url(../images/bg3.jpg);
	
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 141px;
	padding: 20px 40px;

}

#weather {
	height: 35px; 
	width: 250px;
	margin-top: 118px; 
	float: right;
	text-align: left;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 14px;
	display: block;
}

#weather h1 {
	margin: 0px;
	line-height: normal;
	color: #ffffff;
	size: 24px;
	font-weight: normal;
	border-bottom: none;
}

.sub-container {
	padding: 20px 40px;
	background-image: url(../images/bg-shadow.png);
	background-repeat: repeat-x;
	border-top: 1px solid #666666;

}

#sub-container-green {
	background-image: url(../images/bg2.jpg);

}

.divider {
	clear: both;
	height: 1px;
	background-color: #666666;
}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	
}

#footer a {
	text-decoration: none;	
}

#footer a:hover {
	color: #e6deac;	
}

#left-column {
	float: left;
	display: inline;
	width: 178px; 
	padding-right: 30px;
	
	
}

#right-column {
	float: left;
	display: inline;
	width: 680px;
	line-height: 24px;	
}

#right-column h1 {
	margin: 0px;
	font-family: 'Trebuchet MS', 'MS Sans Serif', Verdana, sans-serif;
	line-height: normal;
	color: #feb445;
	size: 24px;
	font-weight: normal;
	font-style: italic;
	border-bottom: none;
}

#sideimages {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 232px;
	height: 174px;
}

#sideimages2 {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 232px;
	height: 174px;
}

#slideshow {
	width: 609px;
	height: 367px;
	border: 7px solid #e6deac;
}

#flashcontent {
	height: 513px;
}