@charset "UTF-8";
/* CSS Document */

body {
	background-color: #598527;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #603913;
	font-size: 14px;
	line-height: 18px;
	
}

/* ------- GLOBAL ------- */

a {
	text-decoration: underline;
	color: #603913;
}

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: 15px;	
}

.margin-bottom {
	margin-bottom: 15px;
}

.smaller {
	font-size: 12px;
}


ul {
	margin-left: 0px;
	padding-left: 24px;
}

li {
	margin-left: 0px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, select, textarea {
	color: #603913;
	width: 182px;
	margin-bottom: 10px;

}

.rule {
	height: 5px;
	padding-top: 10px;
	border-top: 1px dotted #598527;
	clear: both;
}

.image-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	border: 3px solid #c69c6d;
}

.image-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 3px solid #c69c6d;
}

.border {
	border: 3px solid #c69c6d;
}

.red {
	color: #FF0000;
}
	


/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0px;
	line-height: normal;
	font-size: 18px;
	color: #0072bc;
}

h2 {
	margin: 0px;
	line-height: normal;
	font-size: 28px;
	color: #598527;
	font-weight: normal;
}

/* ------- LAYOUT ------- */

#top-container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#orange {
	position: relative;
	float: right;
	width: 654px;
	margin-right: -90px;
	z-index: 1;
}



#wrapper {
	background-color: #f5ebce;
	border-top: 3px solid #8dc63f;
	border-bottom: 3px solid #8dc63f;
	float: left;
	margin-top: -20px;
	width: 100%;
	display:inline;
}


#menu {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	margin-top: 10px;
}

#main-container {
	background-image: url(../images/shdw-top.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
}

#sub-container {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	padding-top: 30px;

}


#footer {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	padding: 10px 0;
	color: #FFFFFF;
	text-align: right;
	clear: both;
	line-height: 20px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;	
}

#footer a:hover {
	color: #f68428;
	
}

#left-column {
	float: left;
	width: 182px;
	padding-right: 7px;
	display: inline;
	
}

#middle {
	float: left;
	margin-top: -39px;
	width: 568px;
	display: inline;
}

#middle-sub {
	float: left;
	padding: 0 35px;
	background-image: url(../images/shdw-middle.jpg);
	background-repeat: repeat-y;
	width: 498px;
	line-height: 24px;
	min-height: 585px;
	display: inline;
	
}

#right-column {
	float: left;
	width: 182px;
	padding-left: 8px;
	display: inline;
}

#weather {
	background-color: #f68428;
	border: 3px solid #c69c6d;
	padding: 15px;
	width: 146px;
	color: #FFFFFF;
	font-size: 10px;
}

#weather h2 {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: normal;
}

#weather h1 {
	color: #FFFFFF;
	font-weight: normal;
}

#image-area {
	width: 492px;
	height: 280px;
	border: 3px solid #c69c6d;
	margin-bottom: 15px;
}

#gallery img {
	border: 3px solid #c69c6d;
	margin-bottom: 10px;
}

#fixedtipdiv{
	position:absolute;
	padding: 2px;
	border:3px solid #c69c6d;
	line-height:18px;
	z-index:100;
}