body{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    background:#ffffff;
    
    min-width: 945px;
    width: expression((documentElement.clientWidth||document.body.clientWidth )<860 ? '860px':'100%' );
    width:100%;
}

.header{
    width: 100%;
    
    /*height: 314px;*/
    
    height: 296px;
    
    padding: 0px;
    margin: 0px;
}

.quote {
	font-size: 14px;
	font-style: italic;
	color: #900F1A;
}


.logo{
    position: absolute;
    height: 50px;
    width: 100px;
    margin-top: 20px;
    padding-left: 20%;
    top: 0px;
    left: 0px;
    border: none;
}

.header .top-text-container{
    position: relative; 
    float: right; 
    width: 89%;
}


.header .top-text{
    position: relative;
    float: right;
    height: 85px;
    width: 605px;
    width: 100%;
    text-align: center;
}

.header .splash{
    position: relative;
    float: left;
    width: 100%;
    height: 185px;
    background-color: #CD001D;
}

.header .splash .splash-text{
    position: relative;
    float: left;
    width: 460px;
    width: 49%;
    text-align: right;
}

.header .splash .splash-photo{
    position: relative;
    float: right;
    width: 355px;
    width: 49%;
    text-align: left;
}

.menu{
    position: relative;
    float: left;
    /*//float: none;*/
    background-color: #76787B;
    width:100%;
    padding: 4px 0px 0px 0px;
    height: 20px;
    border-top: 2px solid #FFFFFF;
    /*border-bottom: 20px solid #FFC466;*/
    vertical-align: middle;
    
    z-index: 10;
}

.menu a{
    position: relative;
    padding: 4px 45px 6px 15px;
    /*//padding-bottom: 18px;*/
    text-decoration: none;
    color: #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    /*border-bottom: 2px solid #FFFFFF;*/
    font-weight: bold;
    
    z-index: 5;
}


.menu a.selected{
	padding: 4px 45px 6px 15px;
   /*//padding-bottom: 18px;*/
	border-top: 2px solid #FFFFFF;
	/*border-bottom: 2px solid #FFFFFF;*/
    background-color: #7A7B45;
}

.menu a.first{
	border-left: 2px solid #FFFFFF;
}

.menu .menu-container{
    text-align: center;
    border-bottom: 2px solid #FFFFFF;
    height: 20px;
    font-size: 11px;
}

.left-column{
	position: relative;
	float: left;
	width: 250px;
	height: 500px;
}

.left-column .left-menu{
    background-color: #797A45;
    width: 100%;
    height: 150px;
}

.left-column .small-left-menu{
	background-color: #797A45;
	width: 90%;
	padding: 15px 0px 15px 10%;
	height: 150px;
	font-weight: bold;
}
/*.left-column .small-left-menu a{
	color: #FFFFFF;
	position: relative;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
*/
.left-column .top-left-menu{
	border-bottom: 2px solid #FFFFFF;
}

.left-column .left-menu-container{
    position: relative;
    float: right;
    margin: 68px 39px 0px 0px;
}

.left-column .small-padding{
    position: relative;
    float: left;
    margin: 0px;/*15px 0px 15px 10%;*/
}


.left-column .left-menu a,.left-column .small-left-menu a,.left-column .top-left-menu a{
    display: block;
    text-decoration: none;
    color: #FFFFFF;
}
.left-column .left-menu a:hover,.left-column .small-left-menu a:hover {
    color: #CCCCCC;
}

.left-column .how{
    position: relative;
    float: right;
    margin-top: 1px;
    border: none;
}

.content{
	position: relative;
	float: left;
	width: 670px;
	padding: 42px 0 0 12px;
	font-size: 12px;
	line-height: 20px;
}

.content .title{
    padding-left: 18px;
}

.content p{
    margin: 0 0 0 18px;
    padding: 10px 0 0 0;
}

.content p a{
	color: #8F171A;    
}

.content p a:hover{
	color: #76787B;
	text-decoration: none;
}

.content .more-info{
    color: #8F0F1A;
    font-weight: bold;
    margin: 15px 0 30px 18px;
}

.content .more-info a{
    color: #8F0F1A;
    text-decoration: none;
}
.content .more-info a:hover{
	color:#7A7B45;
}
.content .more-info .gray{
    color: #5E5E61;
}

.content .footer-text{
    margin-bottom: 15px;
}

.content h1{
    font-size: 13px;
    padding: 0px;
    margin: 15px 0 15px 15px;
}

.content h2{
	font-size: 12px;
	padding: 0px;
	margin: 15px 0 15px 15px;
	color:#76787b;
	font-weight: bold;
	text-transform: uppercase;
}

.content h3{
	font-size: 12px;
	padding: 0px;
	margin: 15px 0 0 15px;
	color:#7A7A44;
	font-weight: bold;
	text-transform: uppercase;
}

.content ul{
    padding: 0;
    margin: 0 0 0 50px;
    color: #900F1A;
	line-height: 20px;	
}

.content ul span{
    color: #000000;
}

.content ul a{
    color: #8f171a;
}

.content ul a:hover{
	color: #76787b;
	text-decoration: none;
}

.content .left{
	padding: 0px;
	margin: 0px 0 0 15px;
	float:left;
}

.content .right{
	padding: 0px;
	margin: 0px 0 0 0px;
	float:left;
}

.right-column{
	float: left;
	width: 150px;
	position: relative;
	padding: 45px 0 0 12px;
}

.right-column .top{
    background-color: #900F1A;
    border-bottom: 2px solid #FFFFFF;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 8px;
}

.right-column .middle{
    background-color: #CCCCCC;
    padding: 8px;
    font-size: 11px;
    font-weight: bold;
}

.right-column .bottom{
    background-color: #FEC466;
    padding: 8px;
    font-size: 11px;
}

.right-column .bottom h2{
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: 11px;
}

.right-column .bottom a{
    color: #000000;
}

.right-column .bottom a:hover{
    text-decoration: none;
}

.content.small{
    width: 488px;
}

.footer{
    position: relative;
    float: left;
    padding: 30px 0 0 25px;
    width: 95%;
}

.footer .square{
    position: relative;
    float: left;
    width: 208px;
    margin-left: 5px;
}

.footer .square a:hover{
    text-decoration: none;
}

.footer .square .title{
    background-color: #CD001D;
    color: #FFFFFF;
    text-align: center;
    padding: 2px 0;
    font-weight: bold;
    font-size: 11px;
}

.footer .square .title a{
    color: #FFFFFF;
}

.footer .square .square-content{
    border: 2px solid #CCCCCC;
    border-top: none;
    height: 130px;
}

.footer .square .square-content h3{
    padding: 8px 0 0 12px;
    margin: 0;
    font-size: 11px;
    color: #020101;
    font-weight: normal;
}

.footer .square .square-content h3 a{
    color: #020101;
}

.footer .square .square-content p{
    padding: 0 10px 0 12px;
    margin: 0;
}

.footer .spacer{
    position: relative;
    float: left;
    height: 130px;
    width: 23%;
}
.nowrap {
    white-space: nowrap;
}

.top-menu-border{
    border-bottom: 20px solid #FFC466;
    position: relative; 
    width: 100%; 
    float: left; 
    font-size: 0px;
    background-color: #FFC466;
    /*height: 20px;*/ 
}

.page-container{
    position: relative;
    float: left;
    width: 705px;
}

.page-container-two{
    position: relative;
    float: left;
    width: 488px;
}

.page-container .table{
	float: left;
	clear: left;
	text-align: left;
	width: 100%;
	color: #333333;
	padding-left: 18px;
	margin-bottom: 5px;
}
.page-container .table .col{
	float: left;
	clear: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.page-container .table .col .row-1th{
	float: left;
	width: 260px;
	padding: 3px;
	margin-right: 10px;
	font-weight: bold;
	color: #7A7A44;
	text-transform: uppercase;
}
.page-container .table .col .row-2th{
	float: left;
	width: 100px;	
	padding: 3px;	
	font-weight: normal;
	color: #FFFFFF;
	background-color: #8F171A;
	text-transform: uppercase;
}
.page-container .table .col .row-3th{
	float: left;
	width: 100px;	
	padding: 3px;
	font-weight: normal;		
	color: #FFFFFF;
	background-color: #B7B8BC;
	text-transform: uppercase;
}
.page-container .table .col .row-1{
	float: left;
	width: 260px;
	padding: 3px;
	margin-right: 10px;
	font-weight: bold;
}
.page-container .table .col .row-2{
	float: left;
	width: 100px;
	padding: 3px;		
	font-weight: bold;
}
.page-container .table .col .row-3{
	float: left;
	padding: 3px;
	width: 100px;		
}
