@charset "utf-8";
@font-face {
    font-family: 'MinionProRegular';
    src: url('../_fonts/minionpro-regular-webfont.eot');
    src: url('../_fonts/minionpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/minionpro-regular-webfont.woff') format('woff'),
         url('../_fonts/minionpro-regular-webfont.ttf') format('truetype'),
         url('../_fonts/minionpro-regular-webfont.svg#MinionProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvantGuardRegular';
    src: url('../_fonts/avaswfte-webfont.eot');
    src: url('../_fonts/avaswfte-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/avaswfte-webfont.woff') format('woff'),
         url('../_fonts/avaswfte-webfont.ttf') format('truetype'),
         url('../_fonts/avaswfte-webfont.svg#AvantGuardRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	background: #fff;
	color: #000;
	font: normal normal normal 14px/1.5 Verdana, sans-serif;
}
h1, h2, h3, h4{
	font: normal normal normal 24px Verdana, sans-serif;
	color: #5e6f2c;
	margin-bottom: 15px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
p, ul.bullet-list {
	color: #000;
	font-size: 14px;
	margin-bottom: 20px;
 }
ul.bullet-list p{
	color: #000;
	margin-bottom: 0;
}
a:link, a:visited {
	color: #002C9F;
	text-decoration:none; 
	outline:none;
}
a:hover, a:focus {
	text-decoration: underline; 
	outline:none;
}
a.call-to-action{
	background: url(../_img/nav-bg.jpg);
	color: #fff !important;
	display: block;
	height: 31px;
	line-height: 31px;
	text-align: center;
	text-shadow: 0 1px #272727;
	width: 100px;
}
table{
	margin: 0 0 20px 30px;
}
.highlight, #sidebar a{
	color: #002C9F;
}
.bullet-list li, .bullet-me{
	color: #D66011;
	font-size: 11px;
	list-style-type: square;
	margin-left: 15px;
}
.bullet-me{
	margin-left: 19px;
}
.clear {
	clear:both;
}
.clear-right{
	clear: right;
}
.header-tab{
	background: #DADADA;
	border: 1px solid #BDBDBD;
	font-weight: bold;
	padding: 5px;
}
.left-align {
	float:left; 
	margin:0 10px 0 0;
}
.right-align {
	float:right; 
	margin:0 0 0 10px;
}
.rounded-corners {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
.stand-out{
	color: #5e6f2c;
	font-size: 16px;
	font-weight: bold;
}
.tabular-data td{
	padding-right: 15px;
}

/*** LAYOUT STYLES ***/
#container{
	margin:0 auto; 
	width:960px;
}
#content, #sidebar{
	float: left;
}
#content{
	margin: 0 90px 40px;
	width: 550px;
}
#sidebar{
	width: 230px;
}

/* HEADER */
#header {
	margin: 15px auto 25px;
}
#contact{
	float: right;
	margin-top: 15px;
	text-align: right;
}

/* NAVIGATION */
#nav {
	clear: both;
	margin-bottom: 15px;
	text-align: center;
}
#nav li {
	display:inline;
	padding: 0 15px;
}
#nav li a, #nav li a:visited {
	color: #5f8a42;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	height: 31px;
	line-height: 31px;
	padding: 0 10px;
}
#nav li a:hover, #nav li a:focus {
	background: url(../_img/nav-bg.jpg) repeat-x;
	color: #fff;
	text-decoration: none;
}

/* LEADERBOARD */
#leaderboard{
	height: 312px;
	margin-bottom: 25px;
	position: relative;
}
#firstOfType{
	background: url(../_img/grey-transparency.png);
	border: 1px solid #8d8d8d;
	bottom: 20px;
	color: #fff;
	font: 44px 'MinionProRegular', serif;
	left: 230px;
	padding: 15px;
	position: absolute;
	text-shadow: 0 1px #000;
	text-transform: uppercase;
	width: 420px;
}
#firstOfType span{
	font-size: 32px;
}

/* CONTENT */
#content .bullet-list{
	margin-left: 25px;
}


/* FOOTER */
#footerNav {
	clear: both;
	color: #d66011;
	margin-bottom: 10px;
	text-align: center;
}
#footerNav a{
	font: 14px 'MinionProRegular', serif;
	text-transform: uppercase;
}
#footerNav li{
	border-right: 1px solid #d66011;
	display: inline;
	padding: 0 10px;
}
#footerNav li.last{
	border: 0;
}
#copyright{
	color: #A0A0A0;
	font: 14px 'MinionProRegular', serif;
	margin-bottom: 10px;
	text-align: center;
}