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

* { 
  margin: 0; 
  padding: 0;
}

body {
	margin-top: 5px;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#container {
	width: 800px;
	margin: 0 auto;
	border: 1px solid #878787;
	background: url('../images/acr.png') no-repeat bottom left;
}
#header {
	text-align: right;
	font-size: 10px;
	margin: 10px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
#logo {
	float: left;
	margin-bottom: 19px;
	margin-left: 15px;
}
#nav {
	text-align: right;
	margin-top: 70px;
	font-size: 12px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}

ul.tabs {
	list-style-type: none;
	margin: 5px auto;
	padding: 0;
	float: right;
	padding-right: 20px;
}
	ul.tabs li{
		float: left;
		margin: 0;
		background: url('../images/nav_off_left.png')  top left no-repeat;		
	}
	ul.tabs li a {
		display: block;
		text-decoration: none;
		color: white;
		padding: 3px 15px;
		height: 24px;
		background: url('../images/nav_off_right.png') top right no-repeat;
	}
	ul.tabs li.on, ul.tabs li:hover {
		background: url('../images/nav_on_left.png')  top left no-repeat;
		/* font-weight: bold; */
	}
	ul.tabs li.on a, ul.tabs li a:hover {
		background: url('../images/nav_on_right.png') top right no-repeat;
		color: #3366cc;
	}



#splash-right {
	float: right;
	margin-top: 48px;
}
#splash {
	clear: left;
	background: url('../images/splash_bg.png');
	min-height: 120px;
	margin-top: -73px;
}
#splash .splash {
	margin-left: 60px;
	margin-top: 14px;
}
#splash .splash-right {
	margin-top: 34px;
	float: right;
}
#content {
	clear: both;
}
#left {
	float: left;
	width: 165px;
	margin-top: 36px;
	margin-left: 15px;
	letter-spacing: 2px;
}
#left ul {
	list-style-position: inside;
	list-style-image: url('../images/bullet_checkmark.png');
	font-size: 12px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}
#left ul li {
	margin-bottom: 18px;
	line-height: 18px;
}
#left a {
	text-decoration: none;
	color: #3366cc;
}
#left ul li.on {
	list-style-image: url('../images/bullet_checkmark_red.png');
}
#left ul li.on a {
	color: #ff6666;
}
#right {
	float: right;
	width: 610px;
	padding-right: 10px;
}
#right h1 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: 14px;
}
#sub {
	color: #99cc33;
	font-family: "Lucida Handwriting", Verdana, Arial, Helvetica, sans-serif;
	
}
#right p {
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 18px;
}
#grey-box {
	background-color: #f2f2f2;
	padding: 10px;
}
#grey-box ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-position:inside;
	line-height: 24px;
	list-style-image: url('../images/bullet_arrow.png');
}
#grey-box ul li ul {
	margin-left: 20px;
	list-style-image: none;
}
#grey-box ul li a {
	color: #3366cc;
}
#grey-box ul li a:hover {
	color: #cc6666;
}
#footer {
	clear: both;
	font-size: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
#footer p {
	padding-left: 170px;
	line-height: 18px;
}
.left {
	float: left;
}
.right {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
}
.clear-both {
	clear: both;
}
.with-margins {
	margin-top: -18px; margin-bottom: 18px;
}
.highlight {
	color: #3366cc;
}