﻿body
{
    font-family: Arial;
    font-size: 12px;
    color: #060606;
    background-color: #2e2e2e;
    margin: 0px;
    padding: 0px;
    line-height: 16px;
}

/*-- Global CSS --*/

a, a:visited, a:active 
{
    color: #044e8e;
    text-decoration: underline;
}

a:hover
{
    color: #044e8e;
    text-decoration: none;
}

img 
{
    border: 0;
}

h1
{
    color: #005b80;
    font-size: 18px;
    font-weight: bold;
}

h2
{
    color: #005b80;
    font-size: 12px;
    font-weight: bold;
}

h3
{
    color: #d9531e;
    font-size: 12px;
    font-weight: bold;
}

.redText
{
	color: #d9531e;
}

.greenText
{
	color: #b2bb1d;
}

.blackText
{
	color: #111111;
}

.mainText,
.mainText a,
.mainText a:hover,
.mainText a:visited
{
	color:#753f00;
	text-decoration: none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:16px;
	font-size:12px;
	font-family: Verdana;
}

.mainText a,
.mainText a:visited
{
	color:#0066FF;
}

.mainText a:hover
{
	text-decoration: underline;
}

.smallText
{
    font-family: Verdana;
    font-size: 9px;
    font-weight: bold;
    color: #753f00;
    letter-spacing: 1px;
}

div.pullquote
{
	padding-right: 2px;
	border-top: #c0c4c8 4px solid;
	padding-left: 5px;
	float: right;
	padding-bottom: 3px;
	margin: 0 0 20px 20px;
	font: bold 11px Verdana;
	width: 250px;
	background-color: #e9ebed;
	padding-top: 3px;
	border-bottom: #c0c4c8 4px solid;
}

.clear
{
	clear:both;
	height:1px;
	visibility:hidden;
	margin-bottom:-1px
}

#left
{
    float: left;
    padding: 5px;
    border: solid 1px #cccccc;
    margin: 10px;
}

.smallBreak
{
	clear:both;
	height:7px;
	margin:0px;
}

.largeBreak
{
	clear:both;
	height:14px;
	margin:0px;
}

/*-- Containers --*/

.cmsWrapper
{
    width: 900px;
    margin: 0 auto;
    margin-bottom: 10px;
    background-color: #ffffff;
    clear: both;
}

#wrapper
{
    float: left;
    width: 900px;
}

#header
{
	float: left;
    display: block;
    width: 900px;
    height: 132px;
    clear: both;
    background-color: #ffffff;
}

.logo
{
    width: 142px;
    height: 132px;
    float: left;
    margin-left: 30px;
}

.topnav 
{
    float: right;
    width: 268px;
    height: 112px;
    margin: 20px 30px 0 0;
    font-size: 12px;
    text-align: right;
    
}

.motto
{
    margin: 50px 0 29px 0;
}

#menuContainer
{
    display: block;
    clear: both;
    width: 880px;
    height: 58px;
    max-height: 58px;
    padding-top: 8px;
    padding-left: 20px;
    background: url('Images/menu-bg.gif') no-repeat
}

.menuStyle
{
    padding-top: 29px;
}


}

.flashContent
{
    width: 900px;
    height: 260px;
}

#main
{
    clear: both;
    float: left;
    width: 900px;
    background-color: #13171e;    
}

.main-left
{
    width: 585px;
    min-height: 300px;
    height: 100%;
    padding: 30px 20px;
    border-right: 1px solid #13171e;
    background: #ffffff url('images/content-topbg.jpg') repeat-x top;
    float: left;
}

.main-right
{
    width: 270px;
    height: auto;
    float: right;
    padding-right: 3px;
    background-color: #13171e;
}

#inner-left
{
    width: 270px;
    height: auto;
    float: left;
    padding-left: 3px;
    background-color: #13171e;
}

#inner-right
{
    width: 585px;
    min-height: 450px;
    height: auto;
    padding: 30px 20px;
    border-left: 1px solid #13171e;
    background: #ffffff url('images/content-topbg.jpg') repeat-x top;
    float: right;
}

.inner-header
{
    width: 900px;
    height: 100px;
}

.panelItem
{
    width: 240px;
    padding: 25px 10px 25px 5px;
    color: #e4e4e4;
}

.panelItem a
{
    color: #e4e4e4;
}

.panelItem a:visited, .panelItem a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

#footer
{
    width: 900px;
    clear: both;
    float: left;
    background-color: #13171e;
}

.footerText
{
    color: #727272;
    margin: 20px;
}

.footerText a, .footerText a:visited, .footerText a:hover
{
    color: #727272;
    text-decoration: none;
}

.footerText a:hover
{
    text-decoration: none;
}