/* CSS Document */

.address, blockquote, caption, center, dd, dir, div, dl, dt, form, menu, li, ol, p, pre, td, ul {
font-family: Verdana, Helvetica, Tahoma, sans-serif;
font-size: 9pt;
color: #2b2b2b;
}

body{
margin: 0px;
padding: 0px;
background: #f2f2f2 url(../images/bkg_tile.jpg) top left repeat-x;
}

/************************ Background *****************************/

.headerBkg{
background: #fff url(../images/header_bkg.jpg) top left repeat-x;
height: 100px;
}

.mainBkg{
background: url(../images/main_bkg.jpg) top left repeat-x;
height: 500px;
}

.shadowLeft{
background: url(../images/shadow_left.png) top left repeat-y;
width: 10px;
}

.shadowRight{
background: url(../images/shadow_right.png) top left repeat-y;
width: 10px;
}

.shadowBottomFront{
background: url(../images/bdr_bottom_front.png) top left no-repeat;
width: 867px;
height: 9px;
}

.shadowBottomContent{
background: url(../images/bdr_bottom_content.png) top left no-repeat;
width: 867px;
height: 9px;
}

.firstNavBkg{
background-color: #e2e2e2;
border-bottom: 2px solid #636363;
width: 847px;
height: 22px;
}

.secondNavBkg{
background: url(../images/2nav_bkg.jpg) top left repeat-y;
width: 225px;
}

.frontContentBkg{
background: #FFFFFF url(../images/grid_front.jpg) bottom right no-repeat;
width: 482px;
height: 101px;
}

.progressContentBkg{
background: #FFFFFF url(../images/grid_content.jpg) bottom right no-repeat;
width: 629px;
height: 100px;
}

/****************************General Link Color*******************************/

a:link{ 
color: #3a3a3a;
text-decoration: underline;
} 

a:visited{ 
color: #3a3a3a; 
text-decoration: underline;
}

a:hover{ 
color: #3a3a3a; 
text-decoration: none;
}

/**************************General Text*********************************************/
h1{
font-size: 14pt;
padding: 0px;
margin: 1em 0px 4px 0px;
}

h2{
font-size: 13pt;
padding: 0px;
margin: 1em 0px 4px 0px;
}

h3{
font-size: 12pt;
padding: 0px;
margin: 1em 0px 4px 0px;
}

h4{
font-size: 11pt;
padding: 0px;
margin: 1em 0px 4px 0px;
}

h5{
font-size: 10pt;
padding: 0px;
margin: 1em 0px 4px 0px;
}

h6{
font-size: 9pt;
padding: 0px;
margin: 1em 0px 4px 0px;
}

h7{
font-size: 8pt;
padding: 0px;
margin: 1em 0px 4px 0px;
font-style: italic;
}

.redText{
font-family: Arial, Helvetica, Tahoma, sans-serif;
color: #b3342b;
font-size: 10pt;
font-weight: bold;
}

.redTextSm{
margin-left: 155px;
}

.redTextSm a:link, .redTextSm a:visited{
font-family: Arial, Helvetica, Tahoma, sans-serif;
color: #b3342b;
font-size: 8pt;
text-decoration: none;
}

.redTextSm a:hover{
color: #2b2b2b;
}

/*********************************Search******************************/

#search{
float: right;
margin: 0px 20px 0px 0px;
padding: 0px;
}

#search form{
margin: 0px;
padding: 0px;
}

.searchText{
height: 12px;
width: 150px;
font-size: 7pt;
color: #5b6771;
margin: 2px 0px 2px 8px;
padding: 2px 4px;
}

.searchButton{
height: 20px;
margin: 2px;
font-size: 7pt;
}

.searchResult{
font-size: 12pt;
font-weight: bold;
}

.searchResult a:link, .searchResult a:visited{
padding: 0px;
font-weight: bold;
text-decoration: none;
font-size: 9pt;
}

.searchResult a:hover{
text-decoration: underline;
}

.searchResult table td{
margin: 0px;
padding: 5px 0px;
font-size: 9pt;
font-weight: normal;
}

/***********************Breadcrumbs/Print/Mail******************/

a.breadCrumb:link, a.breadCrumb:visited{
padding: 0px 3px;
font-size: 8pt;
text-decoration: none;
color: #202020;
}

a.breadCrumb:hover{
text-decoration: underline;
color: #5b6771;
}

/******************************Sitemap***************************/

.sitemapParent a:link, .sitemapParent a:visited{
font-size: 11pt;
text-decoration: none;
font-weight: bold;
}

.sitemapParent a:hover{
text-decoration: underline;
}

.sitemapChild a:link, .sitemapChild a:visited{
display: block;
margin: 1px 8px;
font-size: 9pt;
text-decoration: none;
font-weight: normal;
}

.sitemapChild a:hover{
text-decoration: underline;
}

/************************* Login / Logout ************/

a.userLogin:link, a.userLogin:visited{
height: 18px;
margin: 0px;
padding: 4px 10px 4px 10px;
color: #2b2b2b;
text-decoration: none;
font-size: 9pt;
}

a.userLogin:hover{
background-color: #636363;
color: #ffffff;
}

a.userLogout:link, a.userLogout:visited{
height: 18px;
margin: 0px;
padding: 4px 10px 4px 10px;
color: #2b2b2b;
text-decoration: none;
font-size: 9pt;
}

a.userLogout:hover{
background-color: #636363;
color: #ffffff;
}


/**********************************navigation***********************/

.firstNavTable{
border-collapse: collapse;
margin: 0px 0px;
}

.firstNavTable td{
padding: 0px;
}

/*.firstBullet{
float: left;
padding: 7px 3px 7px 15px;
background-color: #ffffff;
}*/

a.firstNav:link, a.firstNav:visited{
display: block;
height: 18px;
margin: 0px;
padding: 4px 10px 0px 10px;
color: #2b2b2b;
text-decoration: none;
font-size: 9pt;
}

a.firstNav:hover{
background-color: #636363;
color: #ffffff; 
}

a.firstNavSelected:link, a.firstNavSelected:visited{
display: block;
background-color: #636363;
height: 18px;
margin: 0px;
padding: 4px 10px 0px 10px;
color: #ffffff; 
text-decoration: none;
font-size: 9pt;
}

/******************* SUB NAV CONTROL *********************/

.secondNavTable{
border-collapse: collapse;
margin: 0px 0px;
padding: 0px;
}

.secondNavTable td{
padding: 0px;
}

a.secondNav:link, a.secondNav:visited{
display: block;
background-color: #a1a1a1;
width: 189px;
padding: 8px 10px 8px 29px;
margin: 0px;
border-bottom: 1px solid #aeaeae;
color: #ffffff; 
font-weight: normal;
text-decoration:none;
font-size: 9pt;
}

a.secondNav:hover{
font-weight: bold;
}  

a.secondNavSelected:link, a.secondNavSelected:visited{
display: block;
background-color: #a1a1a1;
width: 189px;
padding: 8px 10px 8px 29px;
margin: 0px;
border-bottom: 1px solid #aeaeae;
color: #ffffff; 
font-weight: bold;
text-decoration:none;
font-size: 9pt;
} 
/************************third nav***************************/

a.thirdNav:link, a.thirdNav:visited{ 
display: block;
background-color: #a1a1a1;
width: 179px;
border-bottom: 1px solid #aeaeae;
padding: 8px 10px 8px 39px;
margin: 0px;
color: #ffffff; 
font-weight: normal;
text-decoration:none;
font-size: 8pt;
} 

a.thirdNav:hover{
background-color: #76787e;
}

a.thirdNavSelected:link, a.thirdNavSelected:visited{ 
display: block;
background-color: #76787e;
width: 179px;
border-bottom: 1px solid #aeaeae;
padding: 8px 10px 8px 39px;
margin: 0px;
color: #3a3a3a; 
font-weight: normal;
text-decoration:none;
font-size: 8pt;
}

a.thirdNavSelected:hover{
text-decoration: none;
}

/*********************** Containers ******************************/

#headerContainer{
margin: 0px;
}

#navContainer{
float: left;
margin: 0px 13px;
}

#loginContainer{
float: left;
margin: 4px -13px;
}

#frontpageContainer{
margin: 0px;
padding: 0px;
width: 847px;
}

#headerImageContainer{
margin: 0px 0px 10px 0px;
}

#contentContainer{
margin: 15px 30px 30px 15px;
}

#footerContainer{
width: 847px;
margin: 0px;
}

/****************************Gallery****************************/

.gallery_table{
padding: 5px;
margin: 0px;
}

.gallery_table tr td{
vertical-align: middle;
text-align: center;
}

.gallery_child_table{
padding: 5px;
margin: 0px;
}

.gallery_child_table tr td{
vertical-align: middle;
text-align: center;
}

.gallery_child_table a:link, .gallery_child_table a:visited{
font-size: 8pt; 
color:#2b2b2b; 
text-decoration: none;
}

.gallery_child_table a:hover{
font-size: 8pt; 
color:#2b2b2b; 
font-weight: bold;
text-decoration: none;
}


/******************** newsletter signup ************************/

.newsBtn{
vertical-align: bottom;
}


/*************************news*********************************/

.newsCategoryTitle{
font-weight: bold;
font-size: 12pt;
}

.mainNewsTitle{
color: #2b2b2b;
font-size: 8pt;
font-style: italic;
}

a.mainNewsTitle:link, a.mainNewsTitle:visited{
color: #2b2b2b;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
font-style: normal;
}

a.mainNewsTitle:hover{
color: #2b2b2b;
text-decoration: underline;
}

.newsSummary{
padding: 3px 0px 2px 5px;
}

.mainNewsMod{
padding: 3px 0px 2px 5px;
font-size: 8pt;
font-style: italic;
}

.mainNewsPic{
padding: 0px 8px 5px 0px;
}

.signupInfo{
padding: 0px 8px;
}

.signupInfo .newsBtn{
position: relative;
top: 5px
}

.newsItemTitle{
color: #2b2b2b;
font-size: 10pt;
font-weight: bold;
}

.latestNewsContainer table{
margin: 10px 15px 5px 26px;
width: 325px;
}

.latestNewsContainer div table td{
padding: 1px;
}

.latestNewsTitle{
color: #2b2b2b;
font-size: 8pt;
}

a.latestNewsTitle:link, a.latestNewsTitle:visited{
color: #2b2b2b;
font-size: 8pt;
font-weight: bold;
text-decoration: none;
font-style: normal;
}

a.latestNewsTitle:hover{
color: #2b2b2b;
text-decoration: underline;
}

.latestNewsSummary{
font-size: 8pt;
}



/*********************Singup/login********************************/

.memberHello{
font-size: 12pt;
font-weight: bold;
}

.memberName{
display: inline;
font-size: 12pt;
font-weight: bold;
color: #76787e;
}

#signupOutline{
width: 400px;
margin: 10px;
padding:  5px 15px;
border: 1px solid #eeeeee;
}

#member_submit{
margin: 0px 0px 0px 200px;
}

#loginOutline{
height: 80px;
width: 225px;
margin: 10px 10px;
padding:  10px 15px;
border: 1px solid #eeeeee;
}

#loginOutline input{
display: block;
float: right;
margin: 0px 11px 0px 0px;
}

#forgotPass{
clear: both;
text-align: right;
margin: 0px 11px 0px 0px;
padding: 10px 0px 0px 0px;
}

#forgotPassOutline{
width: 320px;
margin: 10px;
padding:  15px 15px 15px 15px;
border: 1px solid #eeeeee;
}


#forgotPassOutline form{
display: inline;
margin-top: 2px;
}

#forgotPassOutline br{
display: none;
}

#forgotPassOutline table{
float: left;
margin: 0px;
padding: 0px;
}

#forgotPassOutline input{
margin-top: 0px;
}

#newsletterOutline{
width: 45%;
margin: 10px;
padding:  15px 15px 15px 15px;
border: 1px solid #cceeea;
}

/******************* Footer***********************/

#footerContainer div{
color: #ffffff;
font-size: 8pt;
}

#footerContainer div a:link, #footerContainer div a:visited{
color: #ffffff;
font-size: 8pt;
textdecoration: underline;
}

#footerContainer div a:hover{
text-decoration: none;
}




