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

* {
	margin:0;
	padding:0;
	border:0;
}
img {
	border:0;
}
body {
	background:#f8f9fb url(images/bg.jpg) center top repeat-x;
	font:14px/135% Arial, Helvetica, sans-serif;
}
#container {
	width:804px;
	margin:0 auto;
}
#header {
	height:auto;
	height:165px;
}
#content {
	background:url(images/content_bg.gif) repeat-y;
	text-align:center;
	margin:0 13px;
	padding:0 24px;
}
#content p {
	text-align:left;
	padding:10px 0;
}
.left {
	float:left;
	
}
.right {
	float:right;
}
.clear {
	clear:both;
}
/* ---------------------------------- rounded corner box -----------*/
.box {
	padding:0 10px;
}
.box .left {
	width:20%;
	
}
.box .right {
	width:80%;
	
}

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{ 
	background: transparent url(images/box.gif) no-repeat bottom right
} 
.cssbox { 
/* intended total box width - padding-right(next) */ 
	width:720px !important; /* IE Win = width - padding */ 
	width: 585px; /* the gap on the right edge of the image (not content padding) */ 
	padding-right:15px; /* use to position the box */ 
	margin:15px 15px 0px -8px
} /* set the top-right image */ 
.cssbox_head {
	background-position:top right; /* pull the right image over on top of border */ 
	margin-right:-15px; /* right-image-gap + right-inside padding */ 
	padding-right:40px
} /* set the top-left image */ 
.cssbox_head h2{ 
	background-position:top left; 
	margin:0; /* reset main site styles*/ 
	border:0; /* ditto */ /* padding-left = image gap + interior padding ... no padding-right */ 							
	padding:15px 0 0 20px; 
	height:auto !important; 
	height:1%;
} /* IE Holly Hack */ /* set the lower-left corner image */ 

.cssbox_body{ 
	background-position:bottom left; 
	margin-right:10px; /* interior-padding right */ 
	padding:0 0 25px 30px
} /* mirror .cssbox_head right/left */

ul {
	text-align:left;
	margin-left:14px;
}
h1 {
	color:#004d89;
	font-size:20px;
}

blockquote {
	margin-left:15px;
}
.table {
	padding:5px;
	background-color:#ccc;
	margin-top:10px;
	text-align:center;
}
.table td h2 {
	font-size:12px;
}
.table td {
	padding:5px;
	background-color:#fff;
	width:90px;
}



.style1 {
	font-family: Tahoma;
	font-size: 12px;
}
.style3 {font-family: Arial, Helvetica, sans-serif}
.style4 {font-family: Tahoma; font-size: 14px; }
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.style7 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.style8 {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #c90000;
	text-align:center;
}
.style9 {color: #0000FF}
.style10 {font-family: Arial, Helvetica, sans-serif; color: #0000FF; }
.style11 {font-family: Arial, Helvetica, sans-serif; font-style: italic; }

.style3checkmarks {
	font-family: Arial, Helvetica, sans-serif;
}
/*------------------------ AFFILIATE PAGE ------------------------------------*/

.affiliate #content {
	padding-left:30px;
	padding-right:30px;
}

.box {
	background-color:#fff;
	border:#D4D4D4 0px solid;
	padding:0px;
	text-align:center;
	font-size:12px;
	margin:6px;
}
.grey {
	color:#999999;
	font-size:12px;
}
.red {
	color:#ff0000;
	background-color:#FFFF00;
	font-size:30px;
	line-height:40px;
}
.red2 {
	color:#FF0000;
}
.darkred {
	color:#990000;
}
.box2 {
	background-color:#F9F5CC;
	border:#000 1px solid;
	width:auto;
	padding:10px;
	width:650px;
	margin:10px auto;
	
}
.button {
	background-image:url(images/button.gif);
	
}
.box3 {
	background-color:#F3F3F3;
	border:#ADADAD 1px solid;
	width:400px;
}
input {
background-color:#FFFFFF;
border:0 solid #DADADA;
padding:1px;
}
textarea {
	width:600px;
	height:250px;
	border:#DADADA 1px solid;
	margin:10px;
	padding:10px;
}
body.affiliate #content p {
	text-align:center;
}
