/*---------- GENERIC ----------*/
html{
	min-height: 100%;
	height: 100%;
	
}

body{
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(images/bg.jpg) repeat-x #120d48;
}

#wrapper img{
	border: 0;	
}

#wrapper .marginleft{
	margin-left: 35px;
}

#wrapper{
	width:900px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	background: url(images/navbg.jpg) no-repeat;
	font-family: arial;
}
/*---------- NAVIGATION ----------*/
#nav{
	float: right;
	height: 41px;
	width: 400px;
	margin: 0;
	padding: 0;
}
#nav .divider{
	width: 1px;
	height: 100%;
	background: white;
}
#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li{
	float: left;
}
#nav a{
	float: left;
	display: block;
	height: 20px;
	padding: 12px 12px;
	margin: -5px 0 0 0;
	border-right: 1px solid #c39700;
	text-decoration: none;
	font-weight: bold;
	color: #120d48;
	font-size: 12pt;
}
#nav a.last{
	border-right: 0;
}
#nav a:hover{
	background: url(images/navhoverbg.gif) repeat-x;
	color: #f6cb37;
}
/*---------- CONTENT ----------*/
#content{
	position:relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	background: url(images/bodytopbg.jpg) no-repeat top #ffffff;
}
#content a.orange{
	color: #cf821e;	
}
#content a:hover.orange{
	text-decoration: none;
}
#content h1.content{
	width: 62%;
	color: #261b86;
	margin: 10px 0 15px 35px;
}
#content h3{
	width: 62%;
	color: #261b86;
	margin-top: 0;
}
#content h4{
	width: 62%;
	margin: -15px 0 0 38px;
}
#content p{
	width: 62%;
	color:#444;
	font-size: 12pt;
	line-height: 19pt;
}
#contentfooter{
	float: left;
	background: url(images/bodybottombg.gif) no-repeat;
	height: 19px;
	width: 100%;
}
#content ul{
	font-size: 11pt;
	color:#cf821e;
}
#content li{
	margin-left: 20px;	
}
/*---------- ALLIANCE ----------*/
#alliance{
	position: absolute;
	right: 0;
	top: 0;
	width: 290px;
	height: 100%;
	text-align: center;
	margin: 0;
}
#alliance .sub{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(images/alliance_divider.gif) bottom no-repeat;
}
#alliance .sublast{
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#alliance h5{
	margin: 10px 0;
	color:#444;
}
#alliance img{
	margin: 0;
	padding-bottom: 25px;
}
#alliance .sublast img{
	position: absolute;
	top: 40px;
	left: 50px;
	margin: 0;
	padding-bottom: 25px;
}
/*---------- CONTACT ----------*/
#contact p{
	margin: 0 35px;	
}
#contact .contactlast{
	margin: 0 35px 20px 35px;	
}
#contact h3.contact1{
	width: 62%;
	color: #261b86;
	padding: 0 0 10px 35px;
	margin: 0;
}
#contact h3.contact2{
	width: 62%;
	color: #261b86;
	padding: 20px 0 10px 35px;
	margin: 0;
}
#contact a{
	color: #cf821e;	
}
#contact a:hover{
	text-decoration: none;
}
#contact a.printbutton{
	display: inline-block;
	padding: 3px;
	margin: 0;
	width: 150px;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;
	color: #ecc439;
	font-weight: bold;
	background: #120d48;
	border: 3px solid #ccc;
}
#contact a:hover.printbutton{
	border: 3px solid #120d48;
}
/*---------- MAP ----------*/
#map{
	width: 560px; 
	height: 350px;
	margin: 10px 0 25px 35px;
	padding: 0;
	color: black;
	line-height: 1em;
	border: 3px solid #ccc;
}
#googledetails{
	float: left;
	color: #444;
	font-size: 10pt;
	width: 250px;
}
.mapheader{
	font-size: 15pt;
	font-weight: bold;
	color: #261b86;
	width: 100%;
}
.black{
	color: black;	
}
/*---------- FOOTER ----------*/
#footer{
	float: right;
	color: #5d4cc4;
	font-size: 8pt;
	height: 40px;
	
}
#footer p{
	padding-top: 10px;
	margin: 0;
}