@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	background-color: #655645;
	padding-top: 30px;
}

a, img, div {
	behavior: url(lib/iepngfix.htc);
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
}

a {
	color: #ffd457;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 16px;
	color: #ffd457;
	padding-bottom: 10px;
}

.subheader {
	font-size: 13px;
	color: #ffd457;
	font-weight: bold;
}

ul {
	list-style-type: none;
}

ul li
{
	padding-left: 10px;
	background-image: url(../images/gfx_bullet.png);
	background-repeat: no-repeat;
	background-position: 0 .45em;	
}

#container {
	width: 982px;
	display: block;
	margin: 0 auto;
}
#maincontainer {
	border: 1px solid #978f86;
	background-color: #7d6a55;
}

#contentarea {
	width: 980px;
	display: block;
}

#leftContent {
	width: 141px;
	padding: 15px;
	margin-right: 3px;
	float: left;
}
#rightContent {
	width: 750px;
	float: left;
	padding: 15px 20px;
	background-image: url(../Images/divider.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#rightContentHome {
	display: block;
	width: 388px;
	height: 247px;
	float: right;
}

.servicebody
{
background-color: #fff;
color: #373231;
padding: 20px;
font-size: 12px;
width: 860px;
margin: 0px auto;
text-align: center;
}

.applybody {
	color: #fff;
	padding: 20px;
	font-size: 12px;
	width: 600px;
	margin: 0px auto;
	text-align: center;
}

#vip {
	vertical-align: bottom;
	padding: 100px 0 50px;
}

a#vipSubmit
{
	padding-top: 5px;
	display: block;
}

.widedropdown {
	width: 150px;
}

.leftContact {
	float: left;
	width: 150px;
}

.rightContact {
	float: left;
	width: 600px;
}
	
#applyOnline {
	text-align: right;
	border-bottom: 1px solid #978f86;
	padding: 5px;
}

#applyOnline a {
	font-size: 11px;
	font-weight: bold;
}

#footer {
	font-size: 11px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

.fl { float: left; }
.fr { float: right; }
.lp15 { padding-left:15px; }
.lp30 { padding-left:30px; }

.clearfloat {
	clear: both;
	line-height: 1px;
}

	/* Updated by Andrew */
	.menuTitle {
		color: #ffd457;
		text-decoration: none;
		font-weight: bold;
	}
	.menulink
	{
		font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
		display:block;
	}
	
	.menulink:hover { text-decoration: underline; }
	
	.subMenulink
	{
		font-family: "Courier New", Courier, monospace;
		font-size: 11px;
		font-weight: bold;
		color: #92B6C7;
		text-decoration: none;
		display:block;
	}
	
	.subMenulink:hover { text-decoration: underline; }
	div#div0, div#div1, div#div2, div#div3, div#div4, div#div5 { display:block; }