/*===================Framework Start=========================*/
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);

html {
	overflow-y: scroll;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: 'Open Sans', Verdana, Arial, sans-serif;
	font-size:12px;
    color:#333;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px;
}

.dividerVert {
	width:4px;
	background-color:#898989;
}

.dividerHoriz {
	height:1px;
	background-color:#898989;
}

/*===================Framework End=========================*/

/*===================Navigation Start=========================*/

a:link,
a:anchor,
a:visited{
    text-decoration: none;
    color: #333;
}

a {
    text-decoration: none;
    color: #BE6939;
}

a:hover {
  color: #BE6939;
  text-decoration: none;
}

a.menuButton: hover {
  color: #BE6939;
  text-decoration: none;
}

.menuButton{
	color: #333;
    font-size: 14px;
	font-weight: 600;
}

.menuButtonOn{
    font-size: 14px;
	font-weight: 600;
	color: #BE6939;
}

.buttonSeperator{
    position: relative;
    float: left;
	top:14px;
	font-size:16px; 
      
}

/*===================Headers Start=========================*/

h1{ 
	font-family: 'Oswald', sans-serif;
	font-size:35px;
	margin:0;
	font-weight:400;
	line-height:50px;
}

h2{ 

	font-size:27px;
	color: #BE6939;
	font-size:20px;
	margin:0;
}

h3{ 
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	margin:0;
	font-weight:400;
}

h4{ 
	color: #BE6939;
	font-size:13px;
	margin:0;
}


/*===================Headers End=========================*/

li{
	padding-bottom:10px;
}

.newsBarText{
	padding:0px 20px;
}

#slideshow {
  width: 888px;
  height: 96px;
}

#footer {	
	z-index:5;
	width:100%;
	position:fixed;	
	bottom:0px;
}

.alerttext {
	color:#f00;
}

p.label_checkbox_pair label {
display: block;
margin-left: 22px;

font-size: 11px;
}

p.label_checkbox_pair input {
left: -3px;
position: absolute;
top: -1px;
}

.subheadertextcolor {
	color: #BE6939;
font-size: 13px;
margin-top: 0px;
margin-bottom:0px;
font-weight:bold;
} 

.subheadertext {
	color: #333;
font-size: 13px;
margin-top: 0px;
margin-bottom:0px;
font-weight:bold;
} 

.bodytext {
	font-size: 12px;
	color:#333;
	margin:8px;
	/*text-align:justify;*/
}

.quotetext {
	font-size: 12px;
	color: #333;
	font-style: italic;
}

.quotesmalltext {
	font-size: 11px;
	color: #333;
	font-style: italic;
}

.alerttext {
	font-size: 12px;
	color: #FF0000;
}

.captiontext {
	font-size: 10px;
	color: #333;
}

.captionalerttext {
	font-size: 10px;
	color: #FF0000;
}

ul.mainNav {
	width: auto;
height: auto;
margin-bottom: 0px;
position: relative;
margin-top: 0px;
display: table;
margin: 0px auto;
padding:0px
}

ul.mainNav > li {
	list-style:none;
	float:left;
	padding-bottom:0px;
}

ul.mainNav > li.navSeperator{
	padding:2px 8px  0px;
}

li.navDropdown > ul.dropList {
	display:none;
	position: absolute;
	height: auto;
	width: auto;
	background: #BE6939;
	padding-left:0px;
z-index: 1000;
	
}


li.navDropdown:hover > ul.dropList {
	display:block;
}

ul.dropList  > li {
	display: block;
	list-style:none;
	text-align:left;
	padding:0px;	
}
ul.dropList  > li > a {
	padding:5px 8px;
	display: block;
	font-weight:bold;
	color:#fff;
	border-bottom:1px solid #fff;
}

ul.dropList  > li > a:hover {
	padding:5px 8px;
	display: block;
	font-weight:bold;
	color:#fff;
	background:#A05428;
	border-bottom:1px solid #fff;
}
