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

body {
	background-color: #7d7d7d;
	margin: auto;
}

#wrapper {
	width: 1021px;
	margin: 0 auto;
	background-image: url(../images/layout/contentbg.jpg);
	background-repeat: repeat-y;
}

#header {
	height: 316px;
	background-image: url(../images/layout/header.jpg);
	background-repeat: no-repeat;
}

#banner {
	width: 714px;
	height: 304px;
	padding: 12px 12px 0 0;
	float: right;
}

#logobox {
	width: 285px;
	height: 304px;
	padding: 12px 0 0 10px;
	float: left;
}

#supportteam {
	padding: 213px 0 0 80px;
}

#supportteam a {
	color: #999;
}

#supportteam a:hover {
	color: #fff;
}

#slogan {
	padding: 23px 0 0 10px;
}

#nav {
	height: 33px;
	margin-bottom: 0px;
	padding: 12px 0 0 0;
	background-image: url(../images/layout/navbg.jpg);
	background-repeat: repeat-y;
}

#content {
	padding: 6px 20px;
	background-image: url(../images/layout/contentbg.jpg);
	background-repeat: repeat-y;
}

#leftcol {
	width: 275px;
	padding: 0 0 10px 0;
	float: left;
	clear: left;
}

#contactform {
	background-color: #36537f;
	padding: 8px 0 12px 10px;
}

#affiliatetitle {
	height: 46px;
	padding-top: 9px;
	background-image: url(../images/affiliatesbg.jpg);
	background-repeat: no-repeat;
}

#affiliates {
}

#rightcol {
	width: 685px;
	padding: 0 0 10px 15px;
	float: left;
}

.state-rollover:hover {
	background-color: #000;
}	

#threecol {
	height: 160px;
}

#stateleft {
	width: 400px;
	float: left;
}

#stateright {
	width: 220px;
	float: right;
}

#leftbox {
	height: 90px;
	width: 220px;
	background-image: url(../images/VIPbox.jpg);
	background-repeat: no-repeat;
	padding: 50px 0px 0 10px;
	float: left;
}

a #leftbox:hover {
	/* for IE */
  	filter:alpha(opacity=80);
  	/* CSS3 standard */
  	opacity:0.8;
}

#middlebox {
	height: 130px;
	width: 216px;
	background-image: url(../images/StoreBox.jpg);
	background-repeat: no-repeat;
	padding: 10px 0px 0 14px;
	float: left;
}

a #middlebox:hover {
	/* for IE */
  	filter:alpha(opacity=80);
  	/* CSS3 standard */
  	opacity:0.8;
}

#rightbox {
	height: 130px;
	width: 211px;
	background-image: url(../images/BlogBox.jpg);
	background-repeat: no-repeat;	
	padding: 10px 0px 0 14px;
	float: right;
}

a #rightbox:hover {
	/* for IE */
  	filter:alpha(opacity=80);
  	/* CSS3 standard */
  	opacity:0.8;
}

#rightcol ul li, #rightcol ul li a {
	font-family: Arial, "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	line-height: 25px;
	font-size: 13px;
}

#footer {
	height: 85px;
	background-image: url(../images/layout/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#footercontent {
	padding: 10px 0 0 0;
	text-align: center;
}
	

/* --------------------------------------- Text Styles ---------------------------------------- */

.blue {
	color: #36537f;
}

.lightblue {
	color: #00aeef;
}

.grey {
	color: #333;
}

.lightgrey {
	color: #CCC;
}

.white {
	color: #FFF;
}

p {
	font-family: Arial, "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	font-size: 13px;
	color: #333;
	padding-top: 0px;
	margin-top: 0px;
}

a {
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	text-decoration: none;
	color: #36537f;
}

a:hover {
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	text-decoration: none;
	color: #00aeef;
}

h1 {
	font-family: Arial, "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	font-size: 30px;
	color: #fff;
	padding: 0;
	margin: 0;
}

h2 {
	font-family: Arial, "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h3 {
	font-family: Arial, "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h4 {
	font-family: Arial, "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	font-size: 18px;
	color: #CCC;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

