/*------------*/
/*---RESETS---*/
/*------------*/
html {overflow:auto; } 


body, input, button, textarea, select { font-family: Arial, Helvetica, sans-serif}

/*PHP Warnings*/
b {
	color:#66FF00;
	font-size:16px;
	font-weight:bolder;
	font-family:"Courier New", Courier, monospace;
}

pre, tt, code, kbd, samp, var { font-family: "Courier New", Courier, monospace}


a:link {color: #0066CC}
a:visited {color: #0066CC}
a:hover {text-decoration: none}
a:focus {text-decoration: none}
a:focus, :focus {outline: none}
a:active {outline: none}

body, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/*----------------------*/
/*---BASIC TYPOGRAPHY---*/
/*----------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: 11px;
	font-variant:small-caps;
	font-weight:normal;
}

h1, h1 a {
	letter-spacing: -0.5px;
	text-decoration: none;
	font-size: 33px;
	margin-bottom: 22px;
}

h2 {
	
	margin-bottom: 10px;
}

h3 {margin-bottom: 10px}

h4 {
	margin-bottom: 10px;
}

p {
	font-size: 14px;
	margin-bottom: 22px;
	line-height: 22px;
}

/*---------------*/
/*---ALL PAGES---*/
/*---------------*/

body {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #445864;
	line-height: 22px;
	background-color: #8F0805;

}

#Wrapper {
	margin: 0px auto;
	width: 985px;
	background-color:#fff;
}



#Header {
	height: 100px;
	position: relative;
	height:129px;
	width:100%;
	margin: 0px auto;
	width: 985px;
}

#Header h1, #Header a.Logo {
	text-indent: -9999px;
	background: url(../images/header.gif) no-repeat;
	width: 985px;
    height: 93px;
	margin: 0px;
}

#Header a.Logo {display: block}

#Header p.Tagline {
	padding-left: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: -3px;
}

p.WelcomeBack {
	text-align: right;
	margin-top: -95px;
	margin-right:65px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	font-weight:bold;
}

/*Content and sidebars*/

#Content, #SearchResultsContent {
	background: #fff;
	border: 1px solid #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 10px;
}

#Content { /*For two col pages - This is the default setup and is overwritten with body classes if full width is required*/
	width: 770px;
	float: left;
	border: none;
/*	position: relative;*/ /*Why was that?*/

}


#SideBar {
	width: 200px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 14px;
}

#weather, #weather_sidebar{
	margin-top:10px;
	margin-bottom:10px;
	margin-right:1px;
	height:150px;
	margin-left:20px;
}

#weather{
	margin-left:70px;
	height:250px;
}

#SideBar h4 {margin-bottom: 11px}

#SideBar p, #SideBar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

#SideBar a:link {text-decoration: none}
#SideBar a:hover {text-decoration: underline}

/*---------*/
/*---NAV---*/
/*---------*/

#topmenu {
width: 985px; 
position: relative;
left:-20px;
height: 36px;

}

#topmenu ul {
margin-top: 12px;
padding-left:10px;
list-style:none;
}

#topmenu ul li{
float: left;
margin-right:-35px;
margin-top: 10px;
margin-left:30px;

}

#topmenu ul li a{
font-size: 18px;
color: #ffffff;
padding: 5px 25px 4px 20px;
text-decoration: none;
border: 2px solid #ffffff;
border-bottom: none;
/*border-radius: 7px 35px 0px 0px;*/
background-color:#002984;
}

#topmenu ul li a:hover, #topmenu ul li#current a{

background-color:orange;
}



/*MainNav*/

#MainNav, #MemberNav {
	float: left; /*To contain its own floats*/
	border-right: none;
	margin-bottom: 11px;
	position: relative;
	
}
	
#MainNav{
	background: url(../images/main/nav_back.jpg) repeat-x;
	width:985px;
}

#MainNav li, #MemberNav li {
	float: left; 
	list-style: none;
	margin-left: 0px;
}

#MainNav li a, #MemberNav li a {
	display: block;
	text-decoration: none;
	border-right: 1px solid #333;
	color: #fff;
	background: url(../images/main/nav_back.jpg) repeat-x;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
}

#MainNav li a:hover, #MainNav li a.active {
	
	background-position: 0px -40px;
}

#MainNav li.Last a {/*This class of last is added via js - This is so the last button*/
	padding: 8px 33px 8px 34px;
	border-right: none
}

/*Dropdowns*/

#MainNav ul li{zoom: 1}/*IE :(*/


#MainNav li ul a {
	border: none;
	border-bottom: 1px solid #ccc; 
	width: 155px; /*Match width below*/

}

#MainNav li.Hover, #MainNav li:Hover {position: relative}

#MainNav li ul {
	width: 155px; /*Match width above*/
  white-space: nowrap;
	visibility: hidden;/*...and then toggled with js*/
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
}

.HasDropDown {
	display: inline-block;
	width: 12px;
	height: 7px;
	background: url(../images/icons/white_arrow_down.gif);
	margin-left: 5px;
}

/*MemberNav*/

#MemberNav {
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
	background: none;
}

#MemberNav li a {
	background: #666;
	color: #fff;
	padding: 3px 10px;
	border: none;
	margin-left: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#MemberNav li a:hover {background: #333}

/*Language navigation (selectors)*/

/*Dropdown*/

#LanguageSelectors {
	clear: both;
	margin-bottom: 11px;
	overflow: auto;
}

#LanguageSelectors form {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}

#LanguageSelectors form select {margin: 0px 5px;}


#LanguageSelectors form input {
	background: #424f6f;
	color: #fff;
	border: none;
	padding: 1px 5px;
}

/*Flags*/

#LanguageSelectors ul {float: right}

#LanguageSelectors ul li {
	display: inline;
	margin-left: 5px;
}

/*------------*/
/*---FOOTER---*/
/*------------*/

#Footer {
	clear: both;
	overflow: auto;
	height:50px;
	margin-bottom: 10px;
	position: relative;
	background-color:#8F0805;
	width:100%;
}

#Footer a, #Footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 12px;
}

#Footer a {color: #999}

#FooterCol1 {
	float: left;
	margin-left:1px;
}

#FooterCol2 {
	float: right;
	text-align: right;
	padding-right: 15px;
}

#Footer li {
	float: left;
	list-style: none;
	margin: 0px 10px 0px 0px;
}

#Footer #RSSLinks li {margin: 0px 0px 0px 10px}

#RSSLinks li {
	padding-left: 20px;
	background: url(../images/icons/rss_small.png) 0px 4px no-repeat; /*Will sprite all these icons later*/
}

.Footer-r, .Footer-l
{
  position: absolute;
  height:50px;
  background-image: url(../images/main/footer_s.png);
  bottom: 0;
}

.Footer-l
{
	left: 0;
	width:10px;
}

.Footer-r
{
  right: 0;
  width:20px;
  clip: rect(auto, auto, auto, 10px);
}

.Footer-body{
	background-image:url(../images/main/footer_b.png);
	background-repeat: repeat-x;
	height:50px;
	margin-right:10px;
	margin-left:10px;
}


#designedby{
	clear:both;
}

#designedby p{
	text-align:center;	
	font-size: 12px;
	margin-bottom: 0px;
	
}

li { list-style-position: outside; } 



.mce_inline_error{
	color:#FF0000;
}
.asterisk{
	color:#FF0000;
}
.mc-field-group{
	margin-bottom: 10px;
}
.mc-field-group label{
	text-align:left;
}
