@charset "utf-8";
/* CSS Document */
/* typography */
p, h1, h2, h3 {
	font-family: futura, helvetica, arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
.basicLink{
	font: 90% Geneva, Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: underline;
	display: block;
	margin-bottom: 10px;
}
/* layout */
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(../graphics/backgrounds/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper{
	margin: 0px;
	padding: 0px;
	width: 970px;
}
/* left column */
#left{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 254px;
}
#header{}
.logo{
	margin-top: 29px;
	margin-left: 23px;
}
#navigation{
	width: 171px;
	margin-top: 37px;
	margin-right: 60px;
	margin-left: 23px;
}
/* right column */
#right{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 716px;
}
#toptab {
	background-image: url(../graphics/titles/tollfree.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 95px;
}
#main{
	height: 542px;
}
#indexheadline {
	height: 221px;
	width: 426px;
	margin-top: 53px;
	margin-left: 42px;
	background-image: url(../graphics/titles/honesty.gif);
	background-repeat: no-repeat;
}
#indexheadline p{
	text-indent: -9999px;
}
#welcome {
	background-image: url(../graphics/titles/welcome.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 213px;
	margin-left: 50px;
	margin-top: 10px;
}
#welcome p{
	text-indent: -9999px;
}
.smallgrey{
	font-size: 12px;
	color: #666666;
	margin-left: 52px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	line-height: 1.4em;
}
.headline {
	color: #000057;
	margin-left: 51px;
	margin-top: 10px;
}
.divider{
	background-image: url(../images/genco_08.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 14px;
}
.tabbedbg{
	background-image: url(../images/tabbedcontent_02.gif);
	background-repeat: repeat-y;
}

/* footer */
.footerline{
	background-image: url(../images/footerdivider.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 14px;
	background-color: #FFFFFF;
}	
.footertext{
	font-size: 9pt;
	color: #999999;
padding:0 0 0 25px;
}

.footertext a{
	color: #999999;
	text-decoration: underline;
	text-transform:uppercase;
	margin: 0 0 0 5px;
}.footertext a:hover {
	color: #666666;
}
.titleGraphic {
	margin-left: 42px;
}
.serviceText{
	padding: 20px 20px 10px;
}
.serviceText p {
	font: 1em/1.4em Arial, Helvetica, sans-serif;
}
.serviceImage {
	text-align: center;
	padding: 5px;
	border: 1px solid #B2B3B3;
}
serviceImage a { font-family: Arial, Helvetica, sans-serif; color: #999; }
.serviceText h3 {
	color: #05056B;
}
#main fieldset {
	border: 1px solid #B2B3B3;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
}
#main fieldset:hover {
	background: #f8fbfe;
	border-color: #dbe8f1;
}
#main legend {
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #05056B;
	font-weight: bold;
	text-transform: uppercase;
}
.staffList {
	display: block;
	list-style: none;
}
.staffList li {
	padding-top: 5px;
	font: 100% Arial, Helvetica, sans-serif;
}
.staffList a{
	font: 90% Geneva, Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: underline;
	display: block;
	margin-bottom: 10px;
	background: url(../graphics/misc/email.gif) no-repeat left 4px;
	text-indent: 18px;
}
.staffList a:hover{
	color: #0f65a2;
}
/* CONTACT FORM */
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input, textarea {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}
textarea {
	height: 90px;
}
textarea:focus, input:focus {
	border: 2px solid #000057;
}
input.submit-button {
	width: 100px;
	float: right;
	margin-right: 79px;
	border:none !important;
}

/* NEWS FEED */
.datefield{ /*CSS for date field in general*/
	color:gray;
	font-size: 90%;
}
#example1 div{ /*CSS specific to demo 2*/
	margin-bottom: 5px;
	width: 246px;
	font: 9pt/1.4em Geneva, Arial, Helvetica, sans-serif;
	padding:5px 16px 0px 21px;
	color: #666666;
}
#example1 div a{ /*CSS specific to demo 2*/
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	color: #0f65a2;
	margin:5px 0px;
}

/* RESOURCES */
.resources {font-family: futura, helvetica, arial, sans-serif; list-style:none; margin:10px 0 15px 5px; padding:0;}
.resources li {margin:0 0 5px; padding:0 0 0 15px;}
.resources a {color:#003265; margin:0; padding:0; text-decoration:underline;}
.resources a:visited {color:#003265;}
