@charset "UTF-8";

* {
} 

a:link {
	color: #063E84;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #063E84;
}
a:hover {
	text-decoration: underline;
	color: #6CCFF6;
}
a:active {
	text-decoration: none;
	color: #063E84;
}

html, body {
	height: 100%;
	background-image: url(../images/bg.jpg);
	margin: 0px;
}
#header {
	height: 110px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#wrap {
	min-height: 100%;
	background-image: url(../images/topbg.gif);
	background-repeat: repeat-x;
	background-position: 0px -30px;
}
#mediamain {
	overflow:visible;
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-bottom: 0px;
	margin-top: 0px;
}  
#main {
	padding-bottom: 150px;
	width: 900px;
	background-color: none;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#media {
	width: 880px;
	margin-bottom: 10px;
	background-color: #FFF;
	overflow: hidden;
	padding-left: 10px;
}
#nav {
	width: 872px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
	height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 8px;
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}

#footer {
	position: relative;
	margin-top: -150px;
	height: 150px;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #EFEFEF;
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat;
} 
#footer a {
	color: #EFEFEF;
	text-decoration: none;
}
#footer a:hover {
	color: #EFEFEF;
	text-decoration: underline;
}

body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}

/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]

*/
#logo {
	position:relative;
	width:275px;
	height:90px;
	z-index:1;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	top: 20px;
	background-position: -14px 0px;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#content_wrapper {
	width: 900px;
	position: relative;
}
#content_wrapper_innerpage {
	width: 650px;
	position: relative;
	background-color: #F8F8F8;
	padding: 10px;
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footerspace {
	height: 25px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#contentrightwrapper {
	float: right;
	width: 210px;
	border: 1px none #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	margin: 0px;
}
#contentrightwrapper a {
	border: 1px none #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	margin: 0px;
}
#contentrightwrapper a:hover {
	border: 1px none #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
	margin: 0px;
}

#search {
	position:absolute;
	width:300px;
	height:27px;
	z-index:2;
	left: 603px;
	top: 54px;
}
#social {
	position:absolute;
	width:170px;
	height:34px;
	z-index:3;
	left: 775px;
	top: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #261E1B;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5199B5
	text-decoration: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top:5px;
	margin-bottom:0px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5199B5
	text-decoration: none;
	padding-left: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top:5px;
	margin-bottom:0px;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5199B5
	text-decoration: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top:5px;
	margin-bottom:0px;
	font-weight: bold;
}
.text_standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.textfeedtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;	
}
.textfeeddescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;	
}
.imagedropshadow {
	padding: 5px;
	border: solid 1px #EFEFEF;
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}
.galleryimage {
	padding: 5px;
	border: solid 1px #EFEFEF;
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
}
.imgleftshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #EFEFEF;
	float:left;
	margin-left:5px;
	margin-right:15px;
	margin-bottom:15px;
}
.contentright {
	float: right;
	width: 210px;
	padding: 4px;
	background-color: #F8F8F8;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	margin-bottom: 5px;
}
.imgrightshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #EFEFEF;
	-webkit-box-shadow:0px 0px 5px #EFEFEF;
	box-shadow:0px 0px 5px #EFEFEF;
	float:right;
	margin-left:15px;
	margin-right:5px;
	margin-bottom:15px;
}
.imgcentreshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #EFEFEF;
	float:none;
	text-align:center;
	margin-left:15px;
	margin-right:5px;
	margin-bottom:15px;
}
.clearboth {
	clear: both;
	height: 5px;
	width: 880px;
	position: relative;
}
.weatherIcon{
	background-color:#FFF;
	border:thin solid lightBlue;
	float:left;
	font-family:trebuchet MS;
	font-size:11px;
	color:#000;
	margin-right:3px;
	padding:3px;
	text-align:center;
	width:40px;
	margin-bottom:3px;

}
.textfield {
	padding: 2px;
	height: 20px;
	border: 1px solid #AEADAB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
.textarea {
	padding: 2px;
	border: 1px solid #AEADAB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
.textsearch {
	padding: 2px;
	height: 20px;
	border: 1px solid #AEADAB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	width: 218px;
}


.BlueSquare {
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	text-transform: capitalize;
	border-style: solid;
	color: #221B18;
	background-color: #E3E2DE;
	border-color: #B2AD56;
	font-size: 12px;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	border: 1px none #B2AD56;
}
.texterror {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}

