html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
margin: 0;
background-color: #F1F0F0;
}

table td p {
font-family:Georgia, Times New Roman, Times, serif; 
font-size: 15px; 
color: #444444; 
line-height:1.3;
}

li {
padding-bottom:8px;
}

ul {
padding-left:10px;
margin-left:10px;
margin-bottom:12px;
}

ol {
margin-bottom:12px;
}

/* HEADER */

#header-outer {
height:166px;
background-image:url(images/bg-header-outer.jpg);
background-repeat:repeat-x;
padding-top:12px;
}

#header {
width:1000px;
margin:auto;
font-family:Verdana,Arial,Helvetica,sans-serif; 
font-size: 15px; 
color: #FFFFFF; 
background-image:url(images/bg-header.jpg);
background-repeat:no-repeat;
}

/* TOP NAV */

#topnav {
line-height:normal;
padding-left:10px;
}

#topnav ul {
list-style:none; 
margin:0px; 
padding:0px;
}

#topnav li {
float:left;
padding:0;
}

#topnav li.compensation {
float:left;
padding:0;
background:url(images/bg-navitem.gif) no-repeat;
background-position:139px 18px;
}

#topnav li.promotions {
float:left;
padding:0;
background:url(images/bg-navitem.gif) no-repeat;
background-position:117px 18px;
}

#topnav li.disbursement {
float:left;
padding:0;
background:url(images/bg-navitem.gif) no-repeat;
background-position:142px 18px;
}

#topnav li a, #topnav li a:link, #topnav li a:active, #topnav li a:visited {
text-decoration:none; 
color:#FFFFFF; 
display:block;
padding:9px 25px 8px 25px;
}

#topnav li a:hover{
color:#FFFFFF;
background-color:#C14F1B; 
}

#topnav li a.on {
color:#FFFFFF;
background-color:#507DA3; 
}


/* CONTENT */

#content-outer {
background-color:#FFFFFF;
border-bottom: dotted 1px #888888;
}

#content {
width:960px;
margin:auto;
font-family:Georgia, Times New Roman, Times, serif; 
font-size: 15px; 
color: #444444; 
line-height:1.3;
text-align:left;
padding-top:25px;
padding-bottom:35px;
}

#content ul {
list-style-type: none;
padding: 0;
margin: 10px 0 12px 8px;
}

#content ul li {
background-image: url(images/bg-list.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left:17px;
}

#hometext {
width:958px;
height:210px;
margin-top:30px;
color:#FFFFFF;
font-size:14px;
background-image:url(images/bg-hometext.jpg);
background-repeat:no-repeat;
background-color:#115790;
}

.hometextblock {
float:left;
margin-top:76px;
margin-left:23px;
width:284px;
}

.buttonarrow {
text-align:right;
margin-top:5px;
margin-right:8px;
}

#column2 {
margin-left:180px;
border-left:dotted 1px #32649F;
padding-left:30px;
}


/* LEFT NAV */

#leftnav {
float:left;
width:150px;
font-size:12px;
}

.leftnavtitle {
border-bottom:dotted 1px #32649F;
border-top:dotted 1px #32649F;
font-size:15px;
margin-bottom:8px;
color:#32649F;
padding:4px 0;
font-weight:bold;
}

#leftnav a:link, #leftnav a:visited, #leftnav a:active {
text-decoration:none;
color:#444444;
}

#leftnav a.lefton {
text-decoration:none;
color:#FC5306;
}

#leftnav a:hover {
text-decoration:none;
color:#FC5306;
}

#leftnav ul {
list-style-type: none;
padding: 0;
margin: 0 0 0 0;
}

#leftnav ul li {
background-image: none;
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left:0;
}


/* FOOTER */

#footer-outer {
width:960px;
margin:auto;
font-family:Georgia, Times New Roman, Times, serif; 
font-size: 11px; 
color: #7d7d7d; 
line-height:1.5;
text-align:left;
padding-top:15px;
padding-bottom:15px;
}

.footercell {
padding-right:40px;
font-family:Georgia, Times New Roman, Times, serif; 
font-size: 11px; 
color: #7d7d7d; 
line-height:1.6;
text-align:left;
}

#footer-outer a:link, #footer-outer a:visited, #footer-outer a:active {
text-decoration:none;
color:#7d7d7d;
}

#footer-outer a:hover {
text-decoration:underline;
color:#7d7d7d;
}

.footerright {
text-align:right;
float:right;
}

.phone {
color:#FC5306;
padding-bottom:2px;
}


/* COMMON */

h1 {
color:#444444;
margin-bottom:12px;
font-size:24px;
font-weight:normal;
}

h2 {
color:#C14F1B;
font-weight:bold;
font-size:16px;
padding-bottom:3px;
margin:0;
}

.floatleft {
float:left;
margin-right:20px;
margin-bottom:20px;
}

.floatright {
float:right;
margin-left:25px;
margin-bottom:20px;
text-align:right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

/* LINKS */
a:link, a:active {color: #FC5306; text-decoration:underline}
a:visited {color: #FC5306; text-decoration:underline} 
a:hover {color: #FC5306; text-decoration:none}


/* FORM */

form { margin-top: 0px; margin-bottom: 0px; padding: 0px }

input.box {	
background:#F5F5F5 url(images/bg_input.gif) left top no-repeat;
border:1px solid #bfbfbf;	
padding:2px;
padding-left:6px;
width:270px;
margin-bottom:10px;
margin-top:3px;
font-family: Verdana,arial, helvetica; 
font-size:9pt;
}

input.box:hover {
border:solid 1px #555555;
}

textarea.box {	
background:#F5F5F5 url(images/bg_input.gif) left top no-repeat;
border:1px solid #bfbfbf;	
padding:2px;
padding-left:6px;
width:270px;
margin-bottom:10px;
margin-top:3px;
font-family: Verdana,arial, helvetica; 
font-size:9pt;
}

textarea.box:hover {
border:solid 1px #555555;
}

select {
background:#F5F5F5 url(images/bg_input.gif) left top no-repeat;
border:1px solid #bfbfbf;	
padding:2px;
padding-left:6px;
font-family: Verdana,arial, helvetica; 
font-size:8pt;
margin-bottom:10px;
}