﻿html, body
{
    min-height: 100%;
    margin-bottom: 1px;
}

body
{
    margin: 0;
    padding: 0;
    color: White;
    font: 101% Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center; /* aligns page center in IE5.5 */
}
/* to style the lists on the front page */
ul, li
{
    line-height: 1.5em;
    font-size: 1.0em;
    list-style-type: square;
}
/* outer wrapper - holds the rest of the content -ensures that layout is centered */
#wrapper
{
    margin: 0 auto;
    width: 1001px;
    text-align: left;
}


/* HEADER BACKGROUND AND COMPANY NAME */
#header
{
    background: url(images/header-pic.jpg) no-repeat;
    background-color: #FFFFFF;
    width: 770px;
    height: 178px;
}
/* BACKGROUND FOR THE TOP NAV */
#topnav
{
    height: 30px;
    width: 1001px;
    background-image: url(images/navbar-bg.jpg);
    background-repeat: no-repeat;
}

/*navigation styling */
#navBar
{
    background-color: transparent;
    height: 38px;
    padding-top: 0;
    line-height: 1.55em;
}

#navBar ul
{
    margin: 0px;
    padding: 4px;
    list-style-type: none;
}
#navBar li
{
    display: inline;
    list-style-type: none;
    padding: 8px;
    margin: 0px;
    font-size: .80em;
    font-weight: bold;
}

#navBar a
{
    background: transparent;
    border: none;
    margin: 0px;
    color: #000066;
    text-decoration: none;
    padding: 0px 15px;
}

#navBar a:link, #navBar a:visited
{
    color: #000066;
    text-decoration: none;
}

#navBar a:hover
{
    color: #FFFFFF;
    background-color: #000000;
    background-color: transparent;
}

#navBar a:active
{
    background-color: transparent;
    color: #FFFFFF;
    font-weight: bold;
}
/*End NavBar styles */

/* OUTER WRAPPER FOR CONTENT AREA */
#contentwrapper
{
    width: 1001px;
    padding: 0px 0px 0px 0px;
    background-image: url(images/content-wrapper.jpg);
    background-repeat: repeat-y;
    overflow: auto;
}

/* left column styles */
#contentleft
{
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    width: 400px;
    float: left;
    font: .75em Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: transparent;
}
/* styles the positioning of the court graphic on the front page so that it is centered in the left column */
.frontpageimg
{
    width: 400px;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 0px;
}

/*  heading styles for the left column */

#contentleft h1
{
    font-size: 1.3em;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #A58629;
}

#contentleft H2
{
    font: bold 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #AB8630;
}

/* right column - main content area styles */
#contentright
{
    width: 500px;
    float: left;
    padding-left: 30px;
    padding-right: 20px;
    font: .80em Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
}
/* heading styles for the content area */
#contentright H1
{
    font: 1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #314B7A;
}

#contentright H2
{
    font: bold 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #AB8630;
    border-bottom: 1px solid #AB8630;
    padding-top: 15px;
}
#contentright H3
{
    font: bold .95em Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #AB8630;
    font-variant: small-caps;
}

/* styles the small green text  read more...  text */
.smalltext
{
    color: #A48624;
    margin: 0;
}
/* styles the above text when a link is applied  */
.smalltext a:link, .smalltext a:visited
{
    color: #A48624;
    margin: 0;
}

/* FOOTER AREA */
#footer
{
    background: url(images/401kfooter.jpg) no-repeat;
    font: .85em Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    height: 39px;
    width: 1001px;
    color: #ffffff;
    font-size: .8em;
}

#footer p
{
    padding-top: 10px;
    color: #CCC;
    font-size: .8em;
}
.footermenu
{
    font: 0.95em Verdana, Geneva, Arial, Helvetica, sans-serif;
    float: right;
    padding-top: 52px;
    padding-right: 25px;
    color: #CCCCCC;
}

.footermenu a:link, .footermenu a:visited
{
    color: #CCC;
}


Title
{
   font: 2.0em Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000000; font-weight: bold;
}




/* BASIC HEADING STYLES */
H1
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    font-weight: bold;
}

H2
{
    font: 1.0em Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #B0B742;
}
/* menu styles in the footer */


/* BASIC LINK STYLES */
a:link
{
    color: #003366;
    text-decoration: none;
}

a:visited
{
    color: #003366;
}

a:hover
{
    text-decoration: underline;
}

/* CLEARER DIV USED TO CLEAR FLOATED DIVS */
.clearit
{
    clear: both;
    font-size: 1px; /*for IE*/
    height: 0;
    line-height: 0px;
}
/* styles the image so that it sits either left or right of content text */
.imgright
{
    float: right;
    padding-left: 6px;
    padding-right: 0px;
    padding-top: 6px;
}
.imgleft
{
    float: left;
    padding-left: 6px;
    padding-right: 15px;
    padding-top: 6px;
}

/***** Begin laying out the contact form *****/

#contentleft form
{
    margin: 10px 20px 15px 15px;
    width: 400px;
}
#contentleft legend
{
    padding: 10px; /*gives a bit of padding between the border and the text*/
    color: #304975;
    font-size: 130%;
    font-weight: bold;
}

/*#contentleft .hand, #contentleft .print {
	display: none;
}*/
/*
#contentleft p.sent {
   color: #414129;
	background-color: #f1f1f1;
	border: 1px solid #70704E;
	padding: 5px;
	margin: 0 43px 25px 15px;
}*/

#contentleft input, #Content select
{
    background-color: #FCFDFE;
    color: #304975;
    border: 1px solid #577DA2;
    margin: 0;
    width: 180px;
    display: block;
    font-family: "Courier New" , Courier, monospace;
    font-size: 120%;
    padding: 2px;
}

#contentleft select
{
    padding: 0;
    width: 165px;
}

#contentleft textarea
{
    background-color: #FCFDFE;
    color: #304975;
    border: 1px solid #577DA2;
    margin: 0 20px 0 0;
    font-family: "Courier New" , Courier, monospace;
    font-size: 120%;
    padding: 2px;
    width: 350px;
}

#contentleft textarea:focus, #contentleft input:focus, #contentleft select:focus
{
    color: #A7BADA;
    background-color: #EEF4F9;
    color: #304975;
    border: 1px solid #577DA2;
}

.labelfloat
{
    float: left;
    padding-top: 20px;
    width: 420px;
}

#contentleft label
{
    color: #304975;
    font-size: 85%;
    padding-top: 5px;
    display: block;
}

#contentleft fieldset
{
    padding: 5px;
    border: 1px solid #577DA2;
    width: 400px;
    font-size: 100%;
}
#contentleft #submit
{
    border: 1px solid #577DA2;
    background: #41659F;
    color: #EDEDED;
    margin-top: 10px;
}
/* END FORM STYLES */














#Logo
{
    width: 1001px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #000000;
}



#menu
{
    width: 1001px;
    margin: 0px auto;
    padding: 0px 0px 5px 0px;
    background-color: #c80202;
}

#menu ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#menu li
{
    display: inline;
}

#menu a
{
    padding: 5px 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

#menu a:hover
{
    background-color: #9c0404;
}
.style1 {color: #000000}