/* CSS Document */

body {
	margin: 0px 0px 0px;
	background-color:#000000;
}

#wrapper { width:762px; margin:auto;}

a.pagelink:link   { color: #ffff00; font-size: 1.2em; line-height:1.4em; font-weight: bold; text-decoration: underline; }
a.pagelink:visited   { color: #ffff00; font-size: 1.2em; line-height:1.4em; font-weight: bold; text-decoration: underline; }
a.pagelink:hover    { color: #ffff00; font-size: 1.2em; line-height:1.4em; font-weight: bold; text-decoration: underline; }
a.pagelink:active    {  color: #ffff00; font-size: 1.2em; line-height:1.4em; font-weight: bold; text-decoration: underline;  }

a.footer:link   { color: #ffff00; font-weight: normal; text-decoration: underline;  }
a.footer:visited   { color: #ffff00; font-weight: normal; text-decoration: underline;  }
a.footer:hover    { color: #ffff00; font-weight: normal; text-decoration: underline;  }
a.footer:active    { color: #ffff00; font-weight: normal; text-decoration: underline; }

a.switchers:link   { color: #ffff00; font-weight: normal; text-decoration: underline;  }
a.switchers:visited   { color: #ffff00; font-weight: normal; text-decoration: underline;  }
a.switchers:hover    { color: #ffff00; font-weight: normal; text-decoration: underline;  }
a.switchers:active    { color: #ffff00; font-weight: normal; text-decoration: underline; }

#container {
	width: 699px;
	padding: 0px 31px 0px 30px;
}

#switchers {
	font: bold 11px/30px Verdana, Arial, Helvetica, sans-serif;
	color: #ffff00;
	height: 30px;
	text-align: right;
	text-transform: uppercase;
}

#header {
	height: 100px;
	width: 699px;
	margin-bottom: 15px;
}

#navigation {
	color: #ffff00;
	font: normal 12px/30px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height:30px;
	margin-bottom:15px;
}	
	
	
#sub_nav {
	margin:0;
	padding:15px 0px;
	}
	#sub_nav li {
	font: normal 12px/20px Geneva, Arial, Helvetica, sans-serif;
	display:inline;
	margin:0;
	text-transform: uppercase;
	
	}
	#sub_nav a:link,
	#sub_nav a:visited {
	color:#ffff00;
	text-decoration:underline;
	width:174px;
	text-indent:30px;
	display:block;	 
} 
 
	#sub_nav a:hover {
		color:#000000;
	 	text-decoration: underline;
		background: url(../images/interface/nav_on.gif) no-repeat left;
	}

	
	#intro #sub_nav-intro a,
	#plan #sub_nav-plan a,
	#one #sub_nav-one a,
	#two #sub_nav-two a ,
	#spec #sub_nav-spec a ,
	#direct #sub_nav-direct a  {
		color:#000000;
	 	text-decoration: underline;
		background: url(../images/interface/nav_on.gif) no-repeat left;
	}
	#intro #sub_nav-intro a:hover,
	#plan #sub_nav-plan a:hover,
	#one #sub_nav-one a:hover,
	#two #sub_nav-two a:hover,
	#spec #sub_nav-spec a:hover,
	#direct #sub_nav-direct a:hover {
		color:#000000;
	 	text-decoration: underline;
		background: url(../images/interface/nav_on.gif) no-repeat left;
	}

	#sub_nav a:active {
		color:#000000;
	 	text-decoration: underline;
	}
	
	
	

#feature {
	width: 699px;
	height: 195px;
	background: #000000;
}

#main_body {
	width: 699px;
	padding: 27px 0px 27px 0px;
}

#slug {}

#footer {
	font: normal 12px/30px Verdana, Arial, Helvetica, sans-serif;
	color: #ffff00;
	height: 30px;
	text-transform: uppercase;
}

.pipe {font: bold 11px/30px Verdana, Arial, Helvetica, sans-serif;
	color: #ffff00;}
	
#baabaa {float: right;}

.feature_cta {
	width:174px;
	background-color: #000000;
	height:195px;
	float:left;
	border-right:solid 1px #000000;
}


.body_copy h1 {
	font: normal 1.5em/1.6em Geneva, Arial, Helvetica, sans-serif;
	color: #ffff00;
	border-bottom: 1px dashed #ffff00;
	display: block;
	width: 100%;
	text-transform:uppercase;
}

.cta {
	padding: 30px 15px 15px 15px;
	font: bold 12px/22px Verdana, Arial, Helvetica, sans-serif;
	color: #ffff00;
	height:150px;
}

.cta h1 {font: normal 18px/33px Verdana, Arial, Helvetica, sans-serif;
	color: #ffff00;}
	
.body_copy {padding:0px 20px; color:#ffff00; font: 1em/1.4em Arial, Helvetica, sans-serif; width:484px;}

.right_border {border-right: solid 1px #ffff00;}


/* form type stuff */

.formtitle	 {color: #ffff00; font-size: 12px; line-height:12px; font-family: Verdana, Arial, Sans-Serif;}

.textfield {
	color: #ffff00;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #fff;
	width: 160px;
	height: 85px;
	border: 1px solid #ffff00;
}

.button        {
	color: #ffff00;
	font-weight: bold;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	height: 20px;
	background-color:#fff;
	border: 1px solid #ffff00;
}

.formfield	 {
	color: #ffff00;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #fff;
	width: 160px;
	height: 20px;
	border: 1px solid #ffff00;
}

#left_images img {margin-top: 13px;}
