/* Main CSS styles go here */



/* General */

body {

	margin:0;

	padding:0;

	border:0;			/* This removes the border around the viewport in old versions of IE */

	font-size:12px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #000000;

	background-image: url(../images/bg.gif);

	background-repeat: repeat;

	text-align: center;

}

h1 {

	font-size:150%;

	margin:.8em 0 .2em 0;

	padding:0;

}

h2 {

	font-size:130%;

	margin:.8em 0 .2em 0;

	padding:0;

}

h3 {

	font-size:110%;

	margin:.8em 0 .2em 0;

	padding:0;

	color: #df0000;

	font-weight: bold;

}

p {

	margin:.4em 0 .8em 0;

	padding:0;

	line-height: 1.3em;

}

a {

	color: #7E0101;

	text-decoration: none;

}

a:hover {

	color: #D58EAC;

}

/* Main Container (Single Column, Centered */

#container {

	width: 912px;

	margin-left: auto;

	margin-right: auto;

	text-align: left;

}

/* Header styles */

#header {

	clear:both;

	float:left;

	width:100%;

	background-color: #7e0101;

	text-align: center;

	font-size:11px;

	line-height: 2.8em;

}

#header ul {

	clear:left;

	float:left;

	width:100%;

	list-style:none;

	margin:0px;

	padding:0;

	}

#header ul li {

	display:inline;

	list-style:none;

	margin:0;

	padding:0;

}

#header ul li a{
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;

}

#header ul li a:hover {

	color: #e10d7a;

}

/* Header image container */

#header_image {

	clear:both;

	float:left;

	width:100%;

}

/* Footer styles */

#footer {

	clear:both;

	float:left;

	width:100%;

	background-color: #7e0101;

	text-align: center;

	font-size:10px;

	line-height: 1.8em;

	color: #FFFFFF;

}

#footer a {

	color:#FFFFFF;

	text-decoration:none;

}

#footer a:hover {

	font-weight:bold;

}

#footer p {

	padding:10px;

	margin:0;

}

/* Content styles */

#content {

	clear:both;

	float:left;

	width:100%;

	background-color: #FFFFFF;

	position: relative;

}

#content .float_left {

	float:left;

	margin: 15px 25px 25px 25px;

}

#content .float_right {

	float:right;

	margin: 15px 25px 25px 25px;

}

#content #image_floatboat_sizer {

	float: left;

	clear: both;

	height: 220px;

	margin: 0;

	padding: 0;

	position:relative;

}

#content #image_floatboat {

	float: left;

	clear: both;

	width: 798px;

	position: absolute;

	overflow: hidden;

	top: -134px;

	left: 0px;

}

#content .float_left_nopad {

	float: left;

	margin: 0;

	padding: 0;

}

#content .float_left_nopad_finalimage {

	float: left;

	margin: 104px 0px 0px 0px;

	padding: 0;

}

#content #index_body {

	height: 310px;

	overflow: auto;

}

#content .vector_bg {

	position: absolute;

	float:right;

	clear: both;

	bottom: 0px;

	right: 0px;

	height: 246px;

	width:	168px;

	margin-top: 0px;

	margin-right: 25px;

	margin-bottom: 0px;

	margin-left: 0px;

}

.min_height {

	min-height: 800px;

	height:auto !important; /* Hack for crappy versions of IE */

	height: 800px;

}

#body {

	clear: left;

	margin: 0px 192px 25px 25px;

}

#body_nosidebar {

	clear: left;

	margin: 25px 25px 25px 25px;

}

/* Special styles */

.p_pink {

	color: #e10d7a;

}

#col1 {

	clear: left;

	float: left;

	width: 50%;

	position: relative;

}

#col1 #buffer {

	padding-right: 20px;

}

#col2 {

	clear: none;

	float: left;

	width: 50%;

	position: relative;

}

#col2 #buffer {

	padding-left: 20px;

}

/* Image floaters */

.float_left {

	float:left;

}
