body{
	background: url(img/background.jpg) top left repeat-x; 
	margin:5px 0px 0px 0px;
	padding:0px;
	font-family:arial;
}
#container{
	width:963px;
	margin:0 auto;
	//preload image for mouse-over
	
}
#header{
	height:130px;
	width:963px;	
	background: url(img/header.jpg) top left no-repeat;
	position:relative;
}
#theNav{
	overflow:hidden;
	list-style:none;
	padding:0px;
	width:960px;
	margin:2px auto 13px auto;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
    //preload for mouseover
}
#theNav a{
	text-decoration:none;
	color:#d5b7b7;
	background:#883131;
	display:block;	
	padding:0px 36px 0px 36px;
	margin:0px;	
	height:32px;
	line-height:32px;
	font-size:13px;
	text-transform:uppercase;
	float:left;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
	border-left:1px solid #cccccc;
	
}
#theNav a:first-child{
	border-left:0;
	background:	#883131 url(img/cornerL.jpg) top left no-repeat;
}
#theNav a:first-child:hover{
	border-left:0;
	background:	#883131  url(img/cornerLO.jpg) top left no-repeat;
}
#theNav a:first-child.active,#theNav a:first-child.active:hover{
	background:	#4e0808 url(img/cornerLA.jpg) top left no-repeat;
}
#theNav a.last{
	border-left:1px solid #cccccc;
		padding:0px 38px 0px 38px;

	background:	#883131 url(img/cornerR.jpg) top right no-repeat;
}
#theNav a.last:hover{
	background:	#883131 url(img/cornerRO.jpg) top right no-repeat;
}
#theNav a.lastA,#theNav a.lastA:hover{
	background:	#4e0808 url(img/cornerRA.jpg) top right no-repeat;
}

#theNav a:hover{
	background:#883131 url(img/whiteArrow.png) 27px 10px no-repeat;	
}
#theNav .active{
	background:#4e0808;
}
#theNav a.active:hover{
	background:#4e0808;
}
h2{
	color:#903030;
	font-size:16px;
	font-weight:bold;
}
h3{
	color:#903030;
	font-size:12px;
	font-weight:bold;
	margin:0px;
}
.fL{
	width:180px;
	float:left;
	margin:0px 10px 0px 0px;
	font-size:11px;	
	height:110px;
}
.fL ul{
	margin:5px 0px;
	padding:0px 12px 0px 14px;
}
.whiteBoxFloat{
	float:left;
	padding:10px 15px;
	font-size:12px;
}
.whiteBoxFloat h2{
	margin:0px;
	padding:0px;	
}
#centerContent{
	font-size:12px;	
}
#earth{
	with:960px;
	height:360px;
	margin:0 auto;
	background:url(img/earthBackground.jpg) top left no-repeat;	
	position:relative;
}
#earthContent{
	width:220px;
	text-align:right;
	position:absolute;
	right:15px;
	top:10px;	
	color:#d3d1d2;
	font-size:14px;
	line-height:21px;
}
#earthContent h1{
	color:#ffffff;
	font-size:28px;
	font-weight:normal;
	line-height:30px;
	margin:10px 0px 10px 0px;
}
#earthContent small{
	line-height:13px;	
}
.roundRedButton{
	display:block;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
	border-radius:2px;
	color:#ffffff;
	background:#883131 url(img/arrow.jpg) right center no-repeat;	
	height:17px;
	line-height:17px;
	font-size:12px;
	text-decoration:none;
	padding:2px 20px 2px 10px;
	
}
.whiteBox{
	width:355px;
	height:150px;
	background:#ffffff;
	border-radius:7px;	
	-webkit-border-radius: 7px;
-moz-border-radius: 7px;
	position:absolute;
	
}
#footer{
	background:#dbdcb1;
	height:156px;
	padding: 20px 0px 15px 0px;
	margin:15px 0px 0px 0px;
}
#footContainer{
	width:962px;
	position:relative;
	margin:0 auto;
	
}
#fPopTab{
	background:url(img/popTabG.jpg) top left no-repeat;
	width:160px;
	height:29px;
	position:absolute;
	top:-49px;
	left:0px;
	color:#ffffff;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	line-height:29px;
	font-weight:bold;
}
#baseFoot{
	background:#545454;
	height:26px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 	
}

#baseFootCont{
	width:962px;
	margin:0 auto;	
	text-align:right;
	color:#cfc8cf;
	line-height:26px;
	font-size:11px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
	
}
#baseFootL{
	width:680px;
	float:left;
	padding-right:20px;
}
#baseFootR{
	background:#903030;
	height:26px;
	width:260px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	float:left;
	color:#ffffff;
	font-size:11px;
	text-align:left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
}
#baseFootR a{
	color:#ffffff;
	text-decoration:none;	
}
#quoteTop{
	color:#ffffff;
	font-weight:normal;
	text-transform:uppercase;
	position:absolute;
	top:4px;
	right:45px;
	font-size:13px;	
	text-align:center;
	width:140px;
	font-weight:bold;
}
#quoteTop small{
	color:#000000;
	font-size:12px;
	display:block;
	margin-top:10px;	
}
#quoteTop a{
	color:#ffffff;
	text-decoration:none;	
}
.pageText{
	width:475px;
	padding-left:120px;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
}
.languageList{
	width:100px;
	font-size:11px;
	float:left;
	margin:0px 0px;
	padding:0px;
	list-style:none;
}
.languageList li{
	padding:0px;
	margin:0px;
}
h1{
	color:#903030;
	font-size:18px;
	
}
.greenHeader{
	color:#b4b78c;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}
a.formButton{
	display:block;
	text-decoration:none;
	background:#b4b78c url(img/whiteArrow.png) 120px 9px no-repeat;
	height:30px;
	margin:3px 0px;
	line-height:30px;
	text-align:left;
	padding-left:15px;
	color:#ffffff;
	font-weight:bold;
}
a.activeForm{

	display:block;
	text-decoration:none;
	background:#acb05b url(img/whiteArrow.png) 120px 9px no-repeat;
	height:30px;
	margin:3px 0px;
	line-height:30px;
	text-align:left;
	padding-left:15px;
	color:#ffffff;
	font-weight:bold;
}
input{
	border:1px solid #000000;
	background:#ffffff;
}
