/* ********* Set Defaults to Zero ******* */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
/*ol,ul{list-style:none;}*/
caption,th{text-align:left;}
h1,h2,h3,h4{font-size:100%;}
/* turn off the link outline in Firefox */
a {outline: none;}
/* !!!!!!!!!! YOU MUST RESTYE THE ABOVE AS NEEDED !!!!!!!!!!!!!  */

/* set global paragraph margin */
p { margin:0 0 15px 0;}
/* Apply left margin only to the few elements that need it: */
dd, blockquote { margin-left: 1em; }
li { margin-left: 2.5em; }

/* remember to define focus styles! */
:focus {outline:0px;}

/* This makes the text left justified in the CS debug area */
.cfdebug {text-align:left; font-size:12px;}
.cfdebug code{ font-size:12px;}
.cfdebug pre{ font-size:12px;}

.floatleft { float:left;}
.floatright { float:right;}
.clear { clear:both;}

a:link {color: #0033CC;	text-decoration: underline;}
a:visited {color: #0033CC; text-decoration: underline;}
a:hover {color: #A32634; text-decoration: underline;}
a:active, a:focus {color: #0033CC; text-decoration: underline;}

body { font-size: .8em;	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ; text-align: center; background:#020644; }

input, select, textarea { font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
input { vertical-align:middle;}
select { vertical-align:middle;}
/*  NOTE - the percentages below will scale off of the font size set in the body selector style above */
/* Header tag styles */
h1 { font-size:160%;color:#0C4DA7;}
h2 { font-size:140%;color:#0C4DA7;}
h3 { font-size:120%;color:#0C4DA7;}

.centered { text-align:center;}
.justify { text-align: justify;}
.align-right { text-align:right;}
.align-left { text-align:left;}

/* this contains everything in the site and controls centering and margins */	
#container{ width: 767px; margin: 0 auto; margin-bottom: 20px; height:100%; background: url(../graphics/main_bg.gif) repeat-y; text-align: left; border:1px solid #435DFE; }

.content-table { width:767px;}
.home-cell { vertical-align:top; width:767px; }
.sub-left { width:218px; height:992px; vertical-align:top; background:url(../graphics/sub_left.jpg) no-repeat; }
.sub-right { width:549px; height:992px; vertical-align:top; background:url(../graphics/sub_right_bg.jpg) no-repeat; }

.sub-content { width:518px; height:100%; margin:5px 0 10px 0; background:#FFFFFF; padding:10px; }
.home-text { width:767px; height:104px; background:url(../graphics/home_txt_bg.jpg) no-repeat; color:#FFFFFF; font-style:italic; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; }
.home-text p{ margin:0 20px 10px 200px; }
.home-pics { width:767px; height:394px; background:#0E0A5E;}

.title-abt { width:538px; height:65px; background:url(../graphics/title_bg_abt.gif) no-repeat; text-indent:-1000px; }
.title-lnk { width:538px; height:65px; background:url(../graphics/title_bg_links.gif) no-repeat; text-indent:-1000px; }
.title-prd { width:538px; height:65px; background:url(../graphics/title_bg_prd.gif) no-repeat; }
.title-cnt { width:538px; height:65px; background:url(../graphics/title_bg_cnt.gif) no-repeat; text-indent:-1000px; }

/* for form validation  */
.required { font-weight:bold;}
.alert { font-weight:bold; color:#CC0000;}
/* contact form */
#form-table { width:500px; margin-top:20px;}
#form-table thead td.cell-1 { width:150px;}
#form-table thead td.cell-2 { width:350px;}
#form-table tbody td { height:30px; padding:4px;} /* height:20px; in IE fix style sheets */
#form-table tbody td.cell-1 { width:150px; text-align:right;}
#form-table tbody td.cell-2 { width:350px;}
#form-table .textbox {border:1px solid #81B8D6; width:300px; height:16px; padding-top:2px; }
#form-table .textbox-city {border:1px solid #81B8D6; width:130px; height:16px; padding-top:2px }
#form-table .textbox-zip {border:1px solid #81B8D6; width:60px; height:16px; padding-top:2px }
#form-table .textarea-comments {border:1px solid #81B8D6; width:300px; height:200px; }
#form-table .select {border:1px solid #81B8D6; height:20px; }
#form-table .button { border:1px solid #81B8D6; margin:4px 0 0 4px; }
.contact-thanks { text-align:center; margin-top:20px;}

/* Client Info */
.client-info-name { font-size:120%; font-weight:bold; margin:5px 0;}
.client-info-address1 { margin:5px 0;}
.client-info-address2 { margin:5px 0;}
.client-info-citystatezip { margin:5px 0;}
.client-info-phone { margin:5px 0;}
.client-info-phone span{ font-weight:bold; text-transform:lowercase; font-size:11px;}

/* Content Creator styles */
.cc-pic { float:right; margin:0 0 0 10px;}
.cc-image {}
.cc-caption { font-size:10px; text-align:center;}

/* page classes */
.fineprint { font-size:80%;}
.mediumprint { font-size:85%;}

/* ************** Pager Classes - used on utl_callPager.cfm ******************* */

.Pager {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

.onPage {
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#D40AE6;
}

a:link.LoopLink {font-weight:bold; color:#0AD4E6; font-size:90%; text-decoration:none;}
a:visited.LoopLink  {font-weight:bold; color:#0AD4E6; font-size:90%; text-decoration:none;}
a:hover.LoopLink  {text-decoration:none;}
a:active.LoopLink  {text-decoration:none;}

/* Broker Locator styles ---------------------------------------------------- */
#locator-landing-message { width:400px; margin:10px auto;}
#locator-landing-form { width:300px; border: 3px double #E5DACB; background-color: #FDFEE8; text-align:center;}
#frmZipCode {margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;}
#frmZipCode-textfield {}
#frmZipCode-button {}

.footer { width:767px; height:60px; background:url(../graphics/footer.gif) no-repeat; text-align:center; color:#FFFFFF; font-size:10px; padding-top:22px; }
.footer a:link {color: #FFFFFF;	text-decoration: none;}
.footer a:visited {color: #FFFFFF; text-decoration: none;}
.footer a:hover {color: #FFFFFF; text-decoration: none;}
.footer a:active, a:focus {color: #FFFFFF; text-decoration: none;}

.footer-copyrite {width:767px; margin:0 auto; color:#FFFFFF; margin-bottom:20px; font-family:Arial, Helvetica, sans-serif; font-size:9px; text-align:right;}

