@charset "utf-8";
/* CSS Document */

body {
	color: #212121;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #212121;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px;
}
h1 {
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
	height:24px;
}	
h2 {
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
	height:24px;
}
	
a{
	color:#000000;
	text-decoration:underline;
}
img {
	border:none;
}
.normal{
	color: #212121;
}
.red{
	color: #FF0000;
}
.green{
	color:#00CC00;
	font-weight:bold;
}
div#header{
	margin-top: 50px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
}
div#nav{
	margin-top: 6px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	background: url(../images/bg_nav.png) repeat-x;
}
div#nav a{
	color: #FFFF00;
}
div#content{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

div#footer{
	margin-top: 6px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bg_footer.png) repeat-x;
	height: 15px;
	text-align:right;
	font-size:10px;
}
div#footernav{
	margin-top: 0px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align:right;
	font-size:12px;
	color:#FFFF00;
}
div#footernav a{
	color:#FFFF00;
}
div#footernav a:hover{
	color:#FFFFFF;
}
div#text_box{
	border: 1px solid #d5d5d5;
	margin-bottom:10px;
	
	
}
div#text_box_top{
	font-size: 14px;
	font-weight: bold;
	background: #e3e3e3;
	height:24px;
}
div#text_box_content{
	margin: 5px;
	background-color:#fff;
	vertical-align:middle;
	text-align:justify;
}
div#text_box_right{
	color:#FFFFFF;
	background-color:#212121;
	padding: 5px;
	width: 228px;
	margin-bottom: 10px;
}
.thick_yellow {
	color:#FFFF00;
	font-size:14px;
	font-weight:bold;
}
.yellow {
	font-size:12px;
	color:#FFFF00;
}
tr{
	vertical-align:top;
}
/*NAVIGATION STUFF*/
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color:#212121;
	color:#FFFFFF;
}
#nav a {
	color:#ffff00;
	display: block;
}
#nav a:hover {
	color: #FFFFFF;
}
#nav li {
	margin-right:45px;
	float: left;
}
#nav li ul {
	padding: 5px;
	position: absolute;
	width: 10em;
	left: -999em;
}
#nav li ul li{
	padding: 2px;
}

#nav li:hover ul {
	margin-top: -4px;
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin-left: 0px;	
}
/*Pricing Table*/
#pricing_table td{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align:left;
}
