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

/* =General
---------------------------------------------- */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* Removes the outline on links */
a {outline: none;}

.clearme {display: block; clear: both; height: 0; margin: 0; padding: 0;}
/* Code to clear floats inside containers - add to the outside container */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* End of float clearing trick */

html {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
}
body {
	background: #050604 url(../images/background.jpg) top center no-repeat;
	text-align: left;
}

body#form {
	background: #050604 url(../images/background2.jpg) top center no-repeat;
}
body#flashintro {
	background: none;
	background-color: #000;
}
div#wrapper {
	width: 876px;
	margin: 0 auto;
}
div#header {
	width: 876px;
	height: 149px;
	position: relative;
}

body#form div#header {
	height: 129px;
}

body#form h1 {
	width: 430px;
	height: 129px;
	background: url(../images/logo2.jpg) no-repeat;
	text-indent: -9999px;
	position: absolute;
	left: 78px;
	top: 0;
}

h1 {
	width: 430px;
	height: 129px;
	background: url(../images/logo.jpg) no-repeat;
	text-indent: -9999px;
	position: absolute;
	left: 78px;
	top: 0;
}
h1 a {
	display: block;
	width: 100%;
	height: 90%;
	min-height: 1em;
}

div#homeflash {
	width: 876px;
	height: 283px;
}	

div#content {
	width: 876px;
	position: relative;
}
div#content.pp {
	padding: 30px;
}
div#content.pp p{
	font-size: 10px;
	line-height: normal;
}
body#form div#content  {
	background: #0c0c0c;
}

body#form div#footer {
	background: none;
}

div#footer {
	position: relative;
	width: 876px;
	height: 64px;
	padding-top: 15px;
	text-align: right;
	background: url(../images/footerlogosFPO.jpg) top left no-repeat;
}

div#footer * {
	font: 10px Arial, Helvetica, sans-serif;
	color: #686767;
	text-decoration: none;
}
div#interiorfooter {
	position: relative;
	width: 876px;
	height: 64px;
	padding-top: 15px;
	text-align: right;
	background: url(../images/interiorfooterlogosFPO.jpg) top left no-repeat;
}

div#interiorfooter * {
	font: 10px Arial, Helvetica, sans-serif;
	color: #686767;
	text-decoration: none;
}

div#footer a:hover, div#interiorfooter a:hover {
	text-decoration: underline;
}

div#homeflash {
	width: 876px;
	height: 283px;
}

div#homebottomcontent {
	width: 876px;
	height: 202px;
	position: relative;
}	

div#homeorangebox {
	width: 547px;
	height: 182px;
	padding: 20px 15px 0px 20px;
	float: left;
	background: url(../images/homeorangebox.jpg) top left no-repeat;
}

div#interiorleft {
	width: 502px;
	height: 405px;
	padding: 107px 40px 0;
	float: left;
	background: url(../images/interiorleft.jpg) top left no-repeat;
}

div#interiorleft address {
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	width: 175px;
	padding-bottom: 10px;
}
div#interiorleft address span {
	display: block;
	text-align: left;	
	padding-bottom: 3px;
}
div#interiorleft address span.title {
	font-weight: bold;
	color: #88b401;
}
div#interiorleft a#letter{
	display: block;
	width: 385px;
	height: 91px;
	margin-top: 15px;
	text-decoration: none;
	border: 0;
}
div#interiorright {
	width: 294px;
	float: right;
}

div#loginleft {
	float: left;
	width: 328px;
	height: 375px;
	padding: 110px 0 0 110px;
	background: #0c0c0c url(../images/loginline.jpg) top right no-repeat;
}
div#loginright {
	float: right;
	width: 268px;
	height: 375px;
	padding: 110px 90px 0 80px;
	background: #0c0c0c;
}
div#loginright a#start{
	display: block;
	width: 198px;
	height: 21px;
	margin-top: 10px;
	text-decoration: none;
}

div#formleft {
	float: left;
	width: 338px;
	height: 850px;
	padding: 50px;
	background: #0c0c0c url(../images/loginline.jpg) top right no-repeat;
}
div#formright {
	float: right;
	width: 338px;
	height: 850px;
	padding: 50px;
	background: #0c0c0c;
}

div#clickherebox {
	width: 294px;
	height: 202px;
	background: url(../images/clickherebox.jpg) top left no-repeat;
	float: right;
	text-indent: -9999px;
	position: relative;
}
div#clickherebox a {
	width: 294px;
	height: 85px;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* = Navigation
----------------------------------------------------*/
ul#nav {
	width: 876px;
	height: 20px;
	background: url(../images/nav.jpg);
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
ul#nav li {
	display: inline;
	position: absolute;
}
ul#nav li a {
	display: block;
	height: 20px;
	text-indent: -9999px;
}
ul#nav li#vision {
	left: 0;
	width: 146px;
}
ul#nav li#vision a:hover {
	background: url(../images/nav.jpg) 0 -20px;
}
ul#nav li#vision a#active {
	background: url(../images/nav.jpg) 0 -20px;
}

ul#nav li#network {
	left: 146px;
	width: 146px;
}
ul#nav li#network a:hover {
	background: url(../images/nav.jpg) -146px -20px;
}
ul#nav li#network a#active {
	background: url(../images/nav.jpg) -146px -20px;
}

ul#nav li#services {
	left: 292px;
	width: 146px;
}
ul#nav li#services a:hover {
	background: url(../images/nav.jpg) -292px -20px;
}
ul#nav li#services a#active {
	background: url(../images/nav.jpg) -292px -20px;
}

ul#nav li#news {
	left: 438px;
	width: 149px;
}
ul#nav li#news a:hover {
	background: url(../images/nav.jpg) -438px -20px;
}
ul#nav li#news a#active {
	background: url(../images/nav.jpg) -438px -20px;
}

ul#nav li#contact {
	left: 587px;
	width: 146px;
}
ul#nav li#contact a:hover {
	background: url(../images/nav.jpg) -587px -20px;
}
ul#nav li#contact a#active {
	background: url(../images/nav.jpg) -587px -20px;
}

ul#nav li#login {
	left: 733px;
	width: 143px;
}
ul#nav li#login a:hover {
	background: url(../images/nav.jpg) -733px -20px;
}
ul#nav li#login a#active {
	background: url(../images/nav.jpg) -733px -20px;
}

/* = Text Styles
----------------------------------------------------*/
strong {
	font-weight: bold;
}
div#content p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 18px;
	padding-bottom: 10px;
}
div#homeorangebox p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffebc7;
	line-height: 15px;
	padding-bottom: 8px;
}
div#interiorleft a {
	color: #88b401;
	border-bottom: #88b401 1px dotted;
	text-decoration: none;
}

div#content p.bold {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

div#content p.small {
	font-size: 10px;
	color: #53baff;
	padding-bottom: 0;
}

h3 {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #53baff;
}
h4 {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-bottom: 1px;
	margin-top: 5px;
	color: #88b401;
}
div#content a.more {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #53baff;
	border: none;
}
div#content span.bold {
	font-weight: bold;
}

div#content ul {
	display: block;
	padding: 0 0 8px 25px;
}
div#content ul.ulright {
	float: right;
	width: 300px;
}
div#content ul.ulleft {
	float: left;
	width: 152px;
}
div#content li {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 0 0 5px 10px;
	background: url(../images/bullet.gif) no-repeat;
	background-position: 0 3px;
} 


/* = Headers
----------------------------------------------------*/
div#interiorleft h2 {
	width: 582px;
	height: 80px;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 0;
}
div#interiorleft h2.vision {
	background: url(../images/focus.jpg) no-repeat;
}
div#interiorleft h2.service {
	background: url(../images/service.jpg) no-repeat;
}
div#interiorleft h2.network {
	background: url(../images/network.jpg) no-repeat;
}
div#interiorleft h2.news {
	background: url(../images/news.jpg) no-repeat;
}
div#interiorleft h2.contact {
	background: url(../images/contact.jpg) no-repeat;
}


/* = Contact Form
----------------------------------------------------*/
strong.error {
	color:#CC0000;
	font: bold 11px Arial, Helvetica, sans-serif;
}
fieldset#contact dl {
	font: 11px Arial, Helvetica, sans-serif;
	color: #9a9a9a;
	margin-top: 15px;
}
fieldset#contact dt {
	float: left;
	display: block;
	width: 60px;
	height: 30px;
}
fieldset#contact dd {
	float: right;
	display: block;	
	width: 442px;
	height: 30px;
}
fieldset#contact dt.text, fieldset#contact dd.text {
	height: 120px;
}
div.info span#replace {
	color: red;
}
fieldset#contact input, fieldset#contact textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #9a9a9a;	
	width: 270px;
	height: 20px;
	color: #000;
	border: 1px inset;
	padding: 1px 0 0 5px;
}
fieldset#contact textarea {
	height: 100px;
}
a#submit_button {
	display: block;
}
fieldset#contact input#sub_btn {
	width: 198px;
	height: 21px;
	margin-left: 60px;
	padding: 0;
	border: 0;
}

/* = Login Form
----------------------------------------------------*/

fieldset#login dl {
	font: 11px Arial, Helvetica, sans-serif;
	color: #9a9a9a;
	margin-top: 5px;
}
fieldset#login dt {
	padding-top: 5px;
	height: 30px;
}
fieldset#login dd {
	height: 22px;
}
fieldset#login input {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #9a9a9a;	
	width: 250px;
	height: 20px;
	color: #000;
	border: 1px inset;
	padding: 1px 0 0 5px;
}
fieldset#login input#login_btn {
	width: 198px;
	height: 21px;
	padding: 0;
	border: 0;
}

/* = Info Form
----------------------------------------------------*/

fieldset#info dl {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: right;
	color: #9a9a9a;
	margin-top: 15px;
}
fieldset#info dt {
	float: left;
	display: block;
	width: 95px;
	height: 25px;
	padding: 5px 5px 0 0;
}
fieldset#info dd {
	float: right;
	display: block;	
	width: 238px;
	height: 30px;
}
fieldset#info select {
	float: left;
	display: block;	
	width: 90px;
	height: 21px;
	background: #9a9a9a;	
	border: 1px inset;
}
fieldset#info input{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #9a9a9a;	
	width: 230px;
	height: 20px;
	color: #000;
	border: 1px inset;
	padding: 1px 0 0 5px;
}
fieldset#info input.narrowerfl {
	float: left;
	display: block;
	width: 90px;
	height: 20px;
}
fieldset#info input.narrowerfr {
	float: right;
	display: block;
	width: 90px;
	height: 20px;
}
fieldset#info input.phoneac {
	float: left;
	display: block;
	width: 60px;
	height: 20px;
}
fieldset#info input.phone {
	float: right;
	display: block;
	width: 160px;
	height: 20px;
}
fieldset#info label.zip {
	float: left;
	display: block;
	width: 40px;
	padding-top: 5px;
}

/* = Choices Form
----------------------------------------------------*/

fieldset#choices {
	margin-top: 20px;
}
fieldset#choices input[type="radio"] {
	float: left;
	display: block;
	padding-top: 2px;
}
fieldset#choices input[type="checkbox"] {
	float: left;
	display: block;
	padding-top: 2px;
}
fieldset#choices label {
	padding-left: 4px;
}

fieldset#choices dl {
	font: 11px Arial, Helvetica, sans-serif;
	color: #9a9a9a;
	margin: 4px 0 15px 0;
}
fieldset#choices dt {
	float: left;
	display: block;
	width: 169px;
	padding-bottom: 2px;
}
fieldset#choices dd {
	float: right;
	display: block;	
	width: 169px;
	padding-bottom: 2px;
}
fieldset#choices input#formsub_btn {
	width: 198px;
	height: 21px;
	margin-top: 20px;
	padding: 0;
	border: 0;
}
div#results {
	width: 876px;
	height: 283px;
	position: relative;	
}
div#content p#numberofres {
	width: 350px;
	position: absolute;
	top: 30%;
	left: 30%;	
	text-align: center;
}
div#content p#numberofres strong {
	font-size: 14px;
	color: #00CCFF;
}
div#results object, div#results embed {
	position: absolute;
	top: 0; left: 0;
	z-index: 20;
}
div#newsholder h3 {
	font-size: 14px;
}
div#newsholder {
	height: 400px;
}
div#interiorleft span.newsStoryDate {
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ccc;
}
span#replace {
	font: 12px Arial, Helvetica, sans-serif;
	color: #f00;
}
div#content span.redflag {
	color: #f00 !important;
}
a#drma {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 50px;	
}
a#era {
	position: absolute;
	top: 0;
	left: 40px;
	display: block;
	width: 65px;
	height: 50px;	
}
a#dma {
	position: absolute;
	top: 0;
	left: 105px;
	display: block;
	width: 65px;
	height: 50px;	
}
a#ata {
	position: absolute;
	top: 0;
	left: 170px;
	display: block;
	width: 70px;
	height: 50px;	
}	
span#breadcrumb {
	display: block;
	width: 140px;
	font: 12px Arial, Helvetica, sans-serif;
	position: absolute; 
	top: 85px; left: 410px; 
	z-index: 30;
}
span#breadcrumb a {border-bottom: 0;}
span#breadcrumb a:hover {background-color: #88b401; color: #000;}
div#newsbox {
	padding-right: 5px;
	height: 390px;
	overflow: auto;
	overflow-x: hidden;	
}
div#pagination {
	margin-top: 10px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #999;
}
div#pagination span {
	padding: 3px;
	margin-left: 2px;
}
div#pagination span a {
	color: #53baff;
	border-bottom: 0;
}
a#referral {
	display: none;
}

/* Affiliate Styles */

div.swain{
	background-image: url('/images/bg_affiliate-border.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: auto;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 18px;
	margin-bottom: 7px;
}

img.logo{
	margin: 0 13px 8px 0;
	border-width: 0;
}
