
/***********************************************/
/* GENERAL TAG styles                             */
/***********************************************/ 

body{
font-family: Arial,Helvetica,sans-serif;
font-size:12px;
color: #8A8A8A;
line-height:15px;
background-color:#F9F9F9;
margin: 0px;
padding: 0px;
}

a{
color: #BC002D;
text-decoration: none;
}

a:link{
color: #BC002D;
text-decoration: none;
}

a:visited{
color: #BC002D;
text-decoration: none;
}

a:hover{
color: #BC002D;
text-decoration: underline;
}

ul {
color:#8a8a8a;
list-style-type:circle;
margin-bottom:30px;
}

/***********************************************/
/* TEXT styles                                 */
/***********************************************/

.heading{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bolder;
letter-spacing:1px;
line-height:16px;
color: #000000;
}

.heading2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight:bold;
color: #000000;
}

.introtext{
margin-top:-6px;
font-size: 16px;
line-height:19px;
}

.hometext{
margin-top:-6px;
font-size: 15px;
line-height:19px;
color: #000000;
}

.indenttext{
margin-top:-6px;
padding-left:20px;
}

.headlinetitle{
font-size:10px;
font-weight:bold;
line-height:16px;
letter-spacing:1px;
color:#000000;
padding-left:20px;
}

.headlinelist li{
font-size:11px;
margin-bottom:10px;
margin-right:15px;
display:list-item;
list-style-image:url(images/bullet_headline.gif);
}

.headlinelist li a{
color:#666666;
}

.feature{
margin-left:25px;
margin-right:40px;
line-height:20px;
font-size: 13px;
font-style:italic;
color:#000000;
display:list-item;
list-style-image:url(images/bullet_feature.gif);
}



/***********************************************/
/* NAVIGATION */
/***********************************************/

#navacct {
font-size: 10px;
color: #8A8A8A;
letter-spacing:1px;
padding: 12px 0px 10px 0px;
}

#navacct a{
color: #000000;
}

#navmain {
font-size: 10px;
font-weight: bold;
letter-spacing:1px;
padding: 8px 0px 8px 0px;
line-height: 10px;
border-top: 1px solid #ACACAC;
display:block;
}

#navmain a{
text-decoration:none;
padding-right:12px;
}

#navTopLink {
z-index:10;
font-size:11px;
font-weight: normal;
position:absolute;
opacity: 0.90; /* w3c */
filter: alpha(opacity=80);
margin: -1px 0px 0px 0px;
padding: 8px 0px 8px 8px;
border-top: 1px solid #ACACAC;
line-height: 18px;
}

.contentnav_head{
margin-left:15px;
font-size: 12px;
font-weight: bold;
color:#000000;
display:list-item;
list-style-image:url(images/bullet_contentnav.gif);
}

.contentnav li{
font-size: 10px;
color: #8A8A8A;
margin-left:-25px;
text-decoration:none;
list-style-type:circle;
}

.navsub ul{
font-size:12px;
font-weight:bold;
list-style-image:url();
}

.navsub ul ul{
font-size:11px;
list-style-type: disc;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#edge{
width:900px;
background-image:url(images/bkgd_edge.jpg);
}

#wrapper{
width:800px;
background-color:#FFFFFF;
padding-top: 20px;
height:100%;
}

#header{
position:relative;
width:800px;
height:64px;
margin:0px;
padding: 0px 10px 0px 0px;
overflow:hidden;
}

#homeslide{
width:792px;
clear:both;
padding: 0px;
}

#homemain{
width:800px;
height:250px;
background-image:url(images/bkgd_homemain.jpg);
background-repeat:no-repeat;
}

#homecolumn{
float:left;
width:138px;
height:200px;
margin-top:6px;
padding:20px 5px 0px 10px;
background-image:url(images/vertline.gif);
background-repeat:no-repeat;
}

#leftcolumnhome{
float:left;
width:207px;
height:100%;
margin-left: 0px;
padding-left: 16px;
}

#leftcolumn{
clear:both;
float:left;
width:209px;
height:100%;
background-image:url(images/bkgd_sub_left.jpg);
background-repeat:no-repeat;
margin: 0px;
padding: 0px;
}

#leftcolumn2{
clear:both;
float:left;
width:209px;
height:100%;
background-image:url(images/bkgd_sub_left_bldg.jpg);
background-repeat:no-repeat;
margin: 0px;
padding: 0px;
}

#leftcolumnicon{
height:147px;
}

#divline{
float:left;
width:1px;
height:100%;
background-color:#ACACAC;
}

#maincolumn{
float:right;
width:581px;
height:100%;
padding-right: 10px;
}

#subheader{
width:581px;
height:53px;
padding-top:52px;
}

#content{
position:relative;
float:left;
width:390px;
border-left:1px solid #ACACAC;
padding:0px 10px 20px 40px;
height:100%;
}

#contentright{
position:relative;
float:right;
width:129px;
margin-top:35px;
padding-left:10px;
border-left: 1px solid #ACACAC;
}

#footer{
clear:both;
width:602px;
font-size:10px;
padding:14px 0px 20px 218px;
border-bottom:1px solid #E0E0E0;
}


