/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	font-family: Helvetica, Lucida Sans Unicode, Verdana, Sans-serif;  
	line-height: 150%;
	font-size: 10pt;
	color: #666666;
	background-color: #775B36;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}


a				{outline: none;}
a:link 			{
	color:#51a7ef;
	text-decoration:underline;
	font-weight: bold;
}
a:visited 		{color:#666666; text-decoration:underline;}
a:hover 		{color:#ECC101; text-decoration:none;}
a:active 		{color:#FF9523; text-decoration:none;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
h1 					{font-size:18px; margin:0 0 12px;color: #91CDFF;}
.h1-heading {
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 7px;
	margin-bottom: 15px;
}

h2 					{font-size:18px; margin:8px 0;color: #EFBC01;}
h3 					{font-size:14px; margin:6px 0 5px;color: #7A5C38;}
h4 					{font-size:14px; margin:4px 0;color: #A2A771;}
h5					{font-size:12px; margin:3px 0;color: #666666;}
h6 					{font-size:xx-small; margin:0;}
hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}

/* Weather Search */

.weather-search {
	margin: 25px 0 25px -8px;
	color: #ECC101;
}

.weather-search p img,
.weather-search small {
	display: none;
}

.weather-search img {
	float: left;
	margin: 0 5px 0 0px;
}

.weather-search input {
	border: 1px solid #999;
	height: 16px;
	padding: 2px 0 2px 0;
	margin-right: 5px;
}

.weather-search input[type="submit"] {
	background: #91CDFF;
	padding-top: 0px;
	margin-top: 1px;
	margin-right: 0px;
	height: 23px;
}

/* Page */

#wrapper {
	width: 918px;
	text-align: left;
	background-color: #FFF;
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-y;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Header- top*/
#header-top {
	background-image: url(../images/top-header.jpg);
	background-repeat: no-repeat;
	text-align: right;
	float: left;
	height: 38px;
	width: 903px;
	padding-right: 15px;
	padding-top: 20px;
}
#header-top a {
	font-weight: bold;
	color: #91CDFF;
	text-decoration: none;
	font-size: 11pt;
}
#header-top a:hover {
	color: #FFFFFF;
}


/* Header */

#header {
	width: 878px;
	height: 129px;
	background-color: #FFF;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-top: 155px;
	padding-right: 40px;
}

#header h1 {
	margin: 0;
	margin-top: 11px;
	float: right;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#header h1 a {
	display: block;
	width: 350px;
	height: 100px;
	text-indent: -9000px;
	background-repeat: no-repeat;
	background-position: center center;
}

/* Content */

#content {
	width: 918px;
}

.content-main {
	width: 650px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	float: right;
}

.content-main p, .content-main ul, .content-main ol {
}



.content-side-news {
	width: 175px;
	text-align: left;
	background-color: #FFFFFF;
	padding: 20px;
	float: left;
}
#content-side-wrap {
	float: left;
	width: 215px;
}

.content-side-news p {
	font-size: 0.85em;
}


.content-side {
	width: 175px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	float: left;
}
.content-side p {
	color: #FFFFFF;
}


/* Footer */

#footer {
	width: 703px;
	height: 21px;
	overflow: visible;
	padding-bottom: 15px;
	text-align: center;
	background-color: #fff;
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-left: 215px;
	float: left;
	margin: 0;
}
#footer a {
	color: #775B36;
	text-decoration: none;
	font-weight: normal;
}


#footer p {
	margin: 0;
	color: #8D8B8B;
}
