@charset "UTF-8";
/* CSS Document */

body {
	background-color: #747752;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #2d221b;
	line-height: 24px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}
-->

/* ------- GLOBAL ------- */

a {
	color: #2d221b;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.margin-left {
	margin-left: 10px;
}

.margin-right {
	margin-right: 10px;	
}

.margin-top {
	margin-top: 13px;	
}

.margin-bottom {
	margin-bottom: 10px;
}


ul {
	margin-left: 0px;
	padding-left: 24px;
}

li {
	margin-left: 0px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, textarea {

}

.size10 {
	font-size: 10px;
}

.size10 a {
	font-size: 10px;
}

.images-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid;
}
	



/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0px 0px 20px 0px;
	line-height: normal;
	text-transform: uppercase;
	color: #4a6b80;
	font-size: 20px;
}

h6 {
	margin: 0px;
	line-height: normal;
	color: #747752;
	font-size: 14px;

}

/* ------- LAYOUT ------- */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 993px;	
}
#main-container {
	width: 977px;
	margin-right: auto;
	margin-left: auto;	
}

#top {
	background-image: url(../images/bg-top.jpg);
	background-repeat: repeat-x;
	height:99px;
	padding: 0px 36px;
}

#menu-bar {
	background-color: #534741;
	padding-right: 36px;
	height: 26px;
	clear: both;

}

#menu {
	float:right;
	text-align: right;
	margin-top:7px;
	line-height: normal;

}

#menu img {
	background-color:#a67c52;
	height: 15px;
	width: 1px;
	margin: 0px 10px;
}


#menu a {
	color: #ddcbac;
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: none;
}	

#menu a:hover {
	color:#a67c52;
}

#image-area {
	width: 977px;
	height: 292px;
	border-bottom: 3px solid #534741;
}


#image-area-sub {
	width: 977px;
	height: 178px;
	border-bottom: 3px solid #534741;
}

#sub-container {
	background-image: url(../images/bg-sub.jpg);
	background-repeat: repeat-x;
	width: 907px;
	float: left;
	padding: 35px 35px 25px 35px;
}


#footer {
	text-transform: uppercase;
	margin: 0px 35px;
	border-top: 1px solid #a67c52;
	color: #666666;	
	font-size: 12px;
	clear: both;
	padding-top: 10px;
	line-height: 18px;


}

#footer a {
	text-decoration: none;
	color: #666666;
	text-decoration: none;
	font-weight: normal;

}

#footer a:hover {
	color: #2d221b;	
}

#left-column {
	float: left;
	border-right: 1px solid #a67c52;
	padding-right: 25px;
	width: 620px;
	
}

#right-column {
	float: left;
	padding-left: 25px;
	width: 236px;	
}

#right-column ul {
	list-style-type: none;
	margin: 10px 0px;
	padding: 0px;
}

#right-column li {
	margin: 0px 0px 10px 0px;
	line-height: 18px;
}

#weather {
	height: 93px;
	width: 148px;
	float: left;
	border: 1px solid #2d221b;
	background-image: url(../images/bg-weather.jpg);
	background-repeat: repeat-x;
	background-color: #a67c52;
	padding: 15px;
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 18px;

}

#weather h1 {
	font-size: 30px;
	margin: 0px;
	color:#FFFFFF;
}

#weather h2 {
	text-transform: uppercase;
	color: #ddcbac;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	
}

.border {
	border: 1px solid #a67c52;
}

#flashcontent {
	height: 400px;
}