/* CSS Document */

body{
	font-size:12px;	
	font-family:'Cabin';
}
#container, .container{
	width:720px;
	height:auto;
	margin:10px  auto 10px auto;
}
#innerContainer, #contentContainer, #footer{
	/*width:100%;	*/
	clear:both;
}

#innerContentContainer{
	/*width:720px;*/
	height:auto;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 
}
#logo{
	width:404px;
	height:176px;
	margin-top:55px;
	margin-bottom:36px;
	margin-left:162px;	
}

a{
	text-decoration:none;
	color:#a60019;
}
a:hover{
	text-decoration:underline;	
}
a img{
	border:none;	
}
#banner{
	width: 720px;
	height: 495px;
	position: relative;
	left: -20px;
}

.nav{
	height:78px;
	padding-left:36px;
	padding-right:36px;
	background-color:#000;
	border-top:17px solid #a60019;
	display:block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 
}

.nav ul#menu{
	margin:0px;
	padding:0px;
	display: inline-block;
	list-style-type: disc;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
.nav li{
	list-style:none;
	float:left;
	height:auto;
	color:#FFF;
	margin-right:11px;
	border-left:11px solid #7d0013;
	border-right:11px solid #7d0013;
	border-bottom:11px solid #7d0013;
	padding:0px 2px 1px 2px;
}
.nav li#nostyle{
	list-style:none;
	float:left;
	margin-right:0px;
	border-left:0px solid #7d0013;
	border-right:0px solid #7d0013;
	border-bottom:0px solid #7d0013;
	padding:6px 0px 0px 0px;
	position: relative;
	left: 27px;
}

#redColorWithBold{
	color:#900;
	float: right;
	/*font-weight:bold;	*/
}
input, textarea, input[type="text"], input[type="email"]{
	font-size:12px;	
	font-family:'Cabin';	
}
textarea{
	width:230px;
	overflow:auto;
}

#floatContentRight ol li{
	margin-bottom: 10px;
	position: relative;
	left: -25px;
}
.nav a{
	/*padding: 14px 10px 14px 10px;*/
	padding: 14px 7px 14px 7px;
	font-size: 16px;
	letter-spacing:1px;
	text-transform: uppercase;
	background-image: url(../images/navbg.jpg);
	line-height: 48px;
	color: #000;
	font-family: 'Cabin';
	border:none;
	margin:0px;
}
.nav a:hover{
	text-decoration:none;
}

#errorMessage{color:#F00;}
.tdWidth{width:82px;}

.button {
	padding:10px;
	background-color:#666;
	display:inline-block;
	border:none;
	float: right;
	color:#FFF;	
	cursor:pointer;
	font-size:12px;
}

#downloadBtt{
	padding:10px;
	background-color:#666;
	display:inline-block;
	border:none;
	float: right;
	color:#FFF;	
	cursor:pointer;
	font-size:12px;
}

#downloadBtt a{
	color:#FFF;	
	cursor:pointer;
	font-size:12px;
}
#contentContainer{
	background-color:#000;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 
	padding:58px 25px 32px 37px;
	border-bottom:17px solid #a60019;
}

#contentArea{
	/*width:658px;*/
	display: inline-block;
	background-color:white;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 
	-moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
	clear:both;
	padding:26px;
}

#contentArea #floatContentLeft, #contentArea benefitContent{
	float:left;	
	width:324px;
	height:auto;
	margin-right:30px;	
	line-height: 15px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 
}

#contentArea benefitContent{
	width:658px;
	float:none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 
}
#contentArea #floatContentRight{
	float:right;
	width:245px;
	height:auto;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 
}

#lightGreyColor{
	color:#808080;
}

#lighterGrey{
	color:#404040;	
}

.footer{
	clear:both;
	padding-bottom:20px;
	height:50px;
	line-height: 12px;
}
.footer #left{
	float:left;
	width:300px;
	height:auto;
	margin-top:10px;
}

.footer a{
	color:#666;
}
.footer #right{
	float:right;
	height:auto;

	margin-top:30px;
	
}