/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration: none;
	color:#569fd3;
}
a:hover {
	color:#569fd3;
	text-decoration : underline;
}

body {
	vertical-align:top;
	padding:0;
	margin: 0;
	background-color:#FFFFFF;
}

.indexbackground {
	background-image: url(/images/background.gif);
	background-repeat:repeat-x;
}

.subbackground {
	background-image: url(/images/subbackground.gif);
	background-repeat:repeat-x;
}

h1, h2, h3, h4, h5, h6, p, ol {
	padding:0;
	margin:0;
}

p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 30px;
	color: #569fd3;
	margin:0;
	padding:0 0 8px 0;
	font-style: normal;
	font-weight: normal;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #569fd3;
	margin: 0;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: normal;
}

img {
	display:inline;
	margin:0;
	padding:0;
}	

#wrapper {
	width:1024px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0;
}

/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#header {
	width:1024px;
	height:133px;
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(/images/header.gif);
	background-repeat:no-repeat;
	position:relative;
}

.logo {
	display:block;
	padding:0;
	margin:0;
	position:absolute;
	left:0;
	top:20px;
}

/*--------------------------------------------------------------------------------------------------
	horizontal navigation
--------------------------------------------------------------------------------------------------*/
#nav {
	padding:1px 0 1px 0;
	width:1024px;
	height:38px;
	margin:0;
	background-image: url(/images/nav.gif);
	background-repeat:repeat-x;
}

#nav ul {
	padding:0;
	margin:0;
	width:1024px;
}

#nav ul li {
	display: inline;
	padding-bottom: 0;
/* matches link padding except for left and right */
	padding-top: 10px;
	margin:0;
}

#nav ul li a {
    float:left; 
    padding:10px 15px 0 15px;
	height:28px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border-left:1px solid #55a1d5;
	border-right:1px solid #00467f;
	} 

#nav #active { 
	text-decoration: none;
	background-image: url(/images/nav_on.gif);
	background-repeat:repeat-x;
	color:#ffc20e;
	}
	
#nav ul li a:hover {  
	text-decoration: none;
	background-image: url(/images/nav_on.gif);
	background-repeat:repeat-x;
	color:#ffc20e;
	}

/*--------------------------------------------------------------------------------------------------
	index content
--------------------------------------------------------------------------------------------------*/
#intro {
	width:1024px;
	height:230px;
	padding:25px 0 0 0;
	margin:0;
	background-image: url(/images/operator.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

#intro p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 26px;
	color: #FFFFFF;
	margin: 0;
	padding: 10px 470px 0 0;
	font-style: normal;
	font-weight: normal;
}

#intro h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 29px;
	color: #ffc20e;
	margin: 0;
	padding: 0 470px 0 0;
	font-style: normal;
	font-weight: normal;
}

#content {
	width:1024px;
	padding:20px 0 30px 0;
	margin:0;
	overflow:hidden;
}
#content ul { 
	list-style-type: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	margin:0;
	padding:0 0 7px 10px;
	font-style: normal;
	font-weight: normal;
}

#content li { 
	background: url(/images/bullet.gif) left top no-repeat;
	padding: 0 0 8px 10px;
}

#boxes {
	width:1024px;
	padding:0 0 15px 0;
	margin:0;
	background-image: url(/images/bubbles.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	overflow:hidden;
}

#boxestop {
	width:1024px;
	height:14px;
	padding:0;
	margin:0;
	background-image: url(/images/bubblestop.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}

.box {
	width:288px;
	padding:0 40px 0 20px;
	margin:0;
	float:left;
	background-image: url(/images/cross.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

.box2 {
	width:288px;
	padding:0 20px 0 20px;
	margin:0;
	float:right;
	background-image: url(/images/cross.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#boxes p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

#boxes h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	color: #569fd3;
	margin: 0;
	padding: 0 0 8px 30px;
	font-style: normal;
	font-weight: normal;
}

/*--------------------------------------------------------------------------------------------------
	subpage
--------------------------------------------------------------------------------------------------*/

#subintro {
	width:1024px;
	height:93px;
	padding:0;
	margin:0;
	background-image: url(/images/business.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

#subintro p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 30px;
	color: #ffc20e;
	margin: 0;
	padding: 30px 0 0 0;
	font-style: normal;
	font-weight: normal;
	letter-spacing:5px;
}

#subintro h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 30px;
	color: #ffc20e;
	margin: 0;
	padding: 30px 0 0 0;
	font-style: normal;
	font-weight: normal;
	letter-spacing:5px;
}

#rightcontainer {
	width:328px;
	padding:14px 0 0 0;
	margin:0;
	background-image: url(/images/righttop.gif);
	background-repeat:no-repeat;
	background-position:top;
	float:right;	
}

#subbox {
	width:328px;
	padding:0 0 15px 0;
	margin:0;
	background-image: url(/images/rightbottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	overflow:hidden;
}

#subbox p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

#subbox h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	color: #569fd3;
	margin: 0;
	padding: 0 0 8px 30px;
	font-style: normal;
	font-weight: normal;
}

#formtop {
	width:288px;
	height:11px;
	padding:0;
	margin:0;
	background-image: url(/images/formtop.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}

#form {
	width:248px;
	padding:0 20px 16px 20px;
	margin:0;
	background-image: url(/images/formbottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	overflow:hidden;
}

#form p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	padding: 5px 0 2px 0;
	font-style: normal;
	font-weight: bold;
}

.submit {
	padding:0;
	margin:10px 0 0 76px;
	display:inline;
	float:left;
}

#leftcontainer {
	width:666px;
	padding:5px 0 0 0;
	margin:0;
	float:left;	
}
/*--------------------------------------------------------------------------------------------------
	form
--------------------------------------------------------------------------------------------------*/
#formbox {
	width:646px;
	padding:5px 0 20px 20px;
	margin:0 0 15px 0;
	text-align:left;
	background-image: url(/images/subbubble.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#formboxtop {
	width:666px;
	height:14px;
	padding:0;
	margin:5px 0 0 0;
	text-align:left;
	background-image: url(/images/subbubbletop.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

.inputborder {
	border: 1px solid #569fd3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:3px;
	margin:0;
}
/*--------------------------------------------------------------------------------------------------
	button
--------------------------------------------------------------------------------------------------*/

.TextButton
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #569fd3;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButton:LINK, .CommonTextButton:VISITED
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #569fd3;
}

.TextButton:ACTIVE
{
	text-decoration: none;
	color: #FFFFFF;
}

.TextButton:HOVER
{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #00467f;
	text-decoration: none;
}


.TextButtonHighlight
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #00467f;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButtonHighlight:LINK, .TextButtonHighlight:VISITED, .TextButtonHighlight:ACTIVE, .TextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color:#00467fb;
	color: #FFFFFF;
}

/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/

#footer {
	width:1024px;
	margin:0;
	border-top:1px solid #ffdd91;
	padding:10px 0 0 0;
}

#footerleft {
	width:590px;
	margin:0;
	float:left;
	padding:0;
	text-align:left;
}

#footerright {
	width:400px;
	margin:0;
	float:right;
	padding:0;
	text-align:right;
}

#footer p {
	font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	line-height: 13px;
	color:#ffdd91;
	margin: 0;
	padding:0;
	font-style: normal;
	font-weight: normal;
}

#footerright p {
	color:#00467f;
}

.snipe {
	color:#ffdd91;
}


a.navlink:link {color: #FFFFFF; text-decoration: none;}
a.navlink:active {color: #FFFFFF; text-decoration: none;}
a.navlink:visited {color: #FFFFFF; text-decoration: none;}
a.navlink:hover {color: #FFFFFF; text-decoration: underline;}

a.gecko:link {color: #ffdd91; text-decoration: none;}
a.gecko:active {color: #ffdd91; text-decoration: none;}
a.gecko:visited {color: #ffdd91; text-decoration: none;}
a.gecko:hover {color: #00467f; text-decoration: underline;}

/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}