/*######## Layout #########*/

body{
margin: 0;
text-align: center;
}
#container {
	/*height:inherit;*/
position: relative;
margin: 0 auto;
width: 930px;
}
#header{
position: relative;
margin: 0 auto;
width: 930px;
height: 92px;
}
#content{
position: relative;
margin: 0 auto;
min-height: 700px;
padding-bottom: 25px;
text-align: left;
width: 900px;
}
#footer{
position: relative;
margin: 0 auto;
width: 930px;
height: 65px;
}
#nav{
position: relative;
margin: 0 auto;
height: 24px;
text-align: center;
width: 900px;
}
.nav-border {
padding: 0 21px 0 21px;
border-right: 1px #fff solid;

}
.nav-noborder {
padding: 0 21px 0 21px;
}

.left{
float: left;
}
.right{
float: right;
}
.center{
position: relative;
float: none;
margin: 0 auto;
}

.promos{
padding: 0px;
margin-bottom: 10px;
position: relative;
text-align: left;
}

.promos p, .promos li{
font-size: 0.9em;
margin-bottom: 8px;
}

.promos .left-box{
margin: 20px 13px 25px 24px;
position: relative;
width: 266px;
overflow: hidden;
}
.promos .right-box{
margin: 20px 24px 25px 0;
border-left: 1px #d9dde5 solid;
padding: 0 0 0 13px;
position: relative;
width: 266px;
overflow: hidden;
}
.promos .center-box{
margin: 20px 0 25px 0;
border-left: 1px #d9dde5 solid;
padding: 0 13px 0 13px;
position: relative;
width: 266px;
overflow: hidden;
}

.socialmedia{
margin-top:35px;
padding-top: 17px;
border-top: 1px #d9dde5 solid;
}
.clear{
clear: both;
}
.secondary-left{
float: left;
margin: 30px 13px 25px 24px;
width: 559px;
text-align: left;
}
.secondary-right{
float: right;
margin: 30px 24px 25px 0;
border-left: 1px #d9dde5 solid;
padding: 0 0 0 13px;
width: 266px;
text-align: left;
}


/*######## Colors and Background #########*/

body{
background: #c2c3b4;
}
#container{
background: #c2c3b4 url(../images/bg.gif) repeat-y center;
}
#content { 
background: #fff;
}
#nav {
	background: #373b43;
	border-bottom: #fff 1px solid;
}
#footer{
	background-image: url(../images/footer.png);
	background-repeat:no-repeat;
        background-color: #c2c3b4;
	padding-top: 30px;
}


/*######## Headers, Text, and Fonts #########*/

#nav {
	font: 12px Arial, Helvetica, sans-serif;
	color: #c2c3b4;
	text-transform: uppercase;
}
p {
	font: 13px Arial, Helvetica, sans-serif;
	color:#000;
	line-height: 18px;
}
.footer-copy {
	font: 12px Arial, Helvetica, sans-serif;
	color: #373b43;
	text-align: center;
}
.footer-copy a:link, a:visited, a:active {
color: #373b43;
text-decoration:underline;
}
.footer-copy a:hover {
color: #373b43;
text-decoration:none;
}
.nav-border a:link, a:visited, a:active {
color: #c2c3b4;
text-decoration: none;
}
.nav-noborder a:link, a:visited, a:active {
color: #c2c3b4;
text-decoration: none;
}
.nav-border a:hover {
color: #c2c3b4;
text-decoration: underline;
}
.nav-noborder a:hover{
color: #c2c3b4;
text-decoration: underline;
}
h1 {
font:17px Arial, Helvetica, sans-serif;
color: #8c929d;
font-weight: bold;
text-transform: uppercase;
margin: 0 0 15px 0;
}
.secondary-left a {
color: #990000;
text-decoration: underline;
}
.secondary-left a:hover{
color: #990000;
text-decoration: none;
}
.secondary-right a {
color: #990000;
text-decoration: underline;
}
.secondary-right a:hover{
color: #990000;
text-decoration: none;
}

ul li {
	font: 13px Arial, Helvetica, sans-serif;
	color:#000;
	line-height: 18px;
}

