@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
a { text-decoration: underline; 
	color:#ffffff;
}

a:hover {
	text-decoration:underline;
	color:#0099FF;
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container {
	margin: auto;
	width: 840px;
	background-image: url(../images/bg_container.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#guts {
	width: 800px;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(../images/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#nav {
	color: #FFFFFF;
	background-color: 00adef;
	margin-top: 0px;
	margin-right: 32px;
	margin-bottom: 190px;
	margin-left: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	width: 248px;
	float: left;
}
#nav li {
	display: block;
	list-style-type: none;
}
#nav li a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/bg_roll.gif);
	background-position: left top;
	text-align: center;
	width: 248px;
	background-repeat: no-repeat;
	height: 46px;
	display: block;
	padding-top: 26px;
}
#nav a:hover {
	background-position: 0px -72px;
}

#content {
	width: 475px;
	padding-top: 30px;
	padding-right: 43px;
	background-color: #030000;
	background-image: url(../images/bg_packet.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFFFFF;
	float: left;
	font-size: 13px;
	font-weight: normal;
	min-height: 600px;
}
#ieheightfix {
	height: 600px;
	width: 1px;
	float: left;
}

h1 {
	font-size: 28px;
	color: #00ADEF;
	margin-top: 0px;
	margin-bottom: 12px;
	clear: left;
}
h2 {
	font-size: 24px;
	color: #00ADEF;
	display: block;
	clear: left;
	margin-bottom: 0px;
	padding-top: 24px;
	margin-top: 0px;
}
h3 {
	font-size: 18px;
	margin-bottom: -12px;
	color: #00ADEF;
}
h4 {
	font-size: 28px;
	color: #00ADEF;
	margin-top: 0px;
	display: block;
	clear: left;
}


#logo {
	aclear: both;
	float: left;
	position: relative;
	bottom: 50px;
	margin-bottom: -50px;
}


#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00ADEF;
	text-align: center;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
#footer a {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #0088D9;
	text-decoration: underline;
}
#content ul {
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	display: block;
	margin-bottom: 0px;
}
#content ul li {
	background-image: url(../images/bullet_lil_blue.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	list-style-type: none;
	padding-left: 8px;
}
.twocol li {
	float: left;
	width: 210px;
	margin-right: 10px;
	display: inline;
}

.onecol li {
	float: left;
	width: 450px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline;
}
.threecol li {
	float: left;
	width: 140px;
	margin-right: 6px;
	margin-bottom: 10px;
	display: inline;
}
.cont2col {
	float: left;
	width: 200px;
	margin-right: 25px;
	text-align: center;
}
ol li {
	margin-bottom: 12px;
}
h5 {
	font-size: 18px;
	margin-bottom: -6px;
	color: #ed1d24;
}
h6 {
	font-size: 14px;
	margin-bottom: 0px;
	color: #ed1d24;
}
.subhead {
	font-weight: normal;
	color: #FFFFFF;
}
