/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
	border: 0;
}
body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000000;
	background-image: url(../../images/page-bg.jpg);
	background-repeat: repeat-x;
	background-position: top; 
	background-color: #ededed;
	min-width: 850px; 
}
#nav-skipnav { 
	position: absolute; 
	left: -9999px; 
	overflow: hidden; 
}
#page-wrapper {
	width: 752px;
	margin: 0 auto;
}
#header {
	width: 752px;
	height: 248px;
	background-image: url(../../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#header h1, #nav-skipnav { 
	position: absolute; left: -9999px; 
	overflow: hidden; 
}
#logo {
	width: 201px;
	height: 23px;
	float: left;
	padding: 5px 45px 0 0;
}
#top {
	height: 38px;
	font-size: 12px;
}
#top-nav { 
	padding: 10px 0 0 0;
	list-style-type: none;  
}
#top-nav li {
	display: inline;
	margin-right: 2px;
	color: #FFFFFF;
	font-weight: bold;
}
#top-nav a { 
	color: #FFFFFF;
	text-decoration: none;
}
#top-nav a:hover { 
	color: #FFCC00;
	text-decoration: none;
}
#content-wrapper {
	width: 752px;
	background-image: url(../../images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
}
#content-left {
	width: 228px;
	float: left;
}
#content-left-inner {
	padding: 10px;
}
#content-right {
	width: 524px;
	float: left;
	font-size: 11px;
}
#content-right-inner {
	padding: 22px 22px 100px 0;
}
#content-right p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0;
}
/* sub nav */
#sub-nav-container {
	width: 200px;
	background-color: #a3c5e9;
	background-image: url(../../images/sub-nav-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 10px;
}
#sub-nav { 
	list-style-type: none; 
	padding: 0 0 5px 0;
}
#sub-nav-li { 
	background: #fbf8ef; 
}
#sub-nav li a { 
	width: 200px; 
	display: block; 
	text-decoration: none; 
	margin: 0 0 4px 0; 
	padding: 4px 0 2px 0; 
}
#sub-nav-one a { 
	background-color: #cdd164;
	background-image: url(../../images/sub-nav-one-bg.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
}
#sub-nav-one a:hover, #sub-nav-one a:focus, #sub-nav-one a:active { 
	background-color: #cdd164;
	background-image: url(../../images/sub-nav-one-bg.jpg);
	background-repeat: no-repeat;
	color: #000000; 
	font-weight: bold; 
}
#sub-nav-two a { 
	background-color: #c360c9;
	background-image: url(../../images/sub-nav-two-bg.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
}
#sub-nav-two a:hover, #sub-nav-two a:focus, #sub-nav-two a:active { 
	background-color: #c360c9;
	background-image: url(../../images/sub-nav-two-bg.jpg);
	background-repeat: no-repeat;
	color: #000000; 
	font-weight: bold; 
}
#sub-nav-three a { 
	background-color: #339966;
	background-image: url(../../images/sub-nav-three-bg.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
}
#sub-nav-three a:hover, #sub-nav-three a:focus, #sub-nav-three a:active { 
	background-color: #339966;
	background-image: url(../../images/sub-nav-three-bg.jpg);
	background-repeat: no-repeat;
	color: #000000; 
	font-weight: bold; 
}
#sub-nav-four a { 
	background-color: #094d9a;
	background-image: url(../../images/sub-nav-four-bg.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
}
#sub-nav-four a:hover, #sub-nav-four a:focus, #sub-nav-four a:active { 
	background-color: #094d9a;
	background-image: url(../../images/sub-nav-four-bg.jpg);
	background-repeat: no-repeat;
	color: #000000; 
	font-weight: bold; 
}
#sub-nav-five a { 
	background-color: #e7371a;
	background-image: url(../../images/sub-nav-five-bg.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
}
#sub-nav-five a:hover, #sub-nav-five a:focus, #sub-nav-five a:active { 
	background-color: #e7371a;
	background-image: url(../../images/sub-nav-five-bg.jpg);
	background-repeat: no-repeat;
	color: #000000; 
	font-weight: bold; 
}

#sub-nav li a span { 
	padding: 0 0 0 20px; 
	margin: 0; 
}
/* form elements */
fieldset {
	padding: 10px 0 15px 10px;
	width: 95%;
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
legend {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px 0 5px;
	margin-bottom: 15px;
	text-align: left;
}
label {
	width: 100px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 12px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #090183;
	border: 1px solid #ffffff;
}
.inputBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #000000;
}
.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #000000;
}
.errormsg {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	size: 11px;
	font-weight: bold;
	padding: 4px 0 4px 3px;
}
/* tables */
table.prices {
	border-collapse: no-collapse;
	width: 100%;
}
table.prices th {
	background-color: #090183;
	color: #ffffff;
	padding: 3px 5px;
	text-align: left;
}
table.prices td {
	padding: 1px 5px;
	background-image: transparent url(../../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.alternative {
	background-color: #908cd9;
}
/* images */
.image-right {
	float: right;
	padding: 0 0 10px 10px;
}
/* general */
.clear-content {
	clear: both;
}
.orange {
	color: #ffcc00;
}
.purple {
	color: #9f459a;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

