/* ------------------------------------------*/
/* ----------->>> SITE SHELL <<<------------*/
/* ----------------------------------------*/

/* 
General site shell styles  
*/
html, body
{
margin: 0;
font-size: 85%;
font-family: Arial, Times New Roman, Sans-Serif;
}
#headerOuter
{
 clear: both;
 height: 104px;
 background-image: url(../images/bg_header_outer.jpg);
}

#headerInner
{
 margin: 0 auto;
 width: 930px;
 height: 104px;
 background-image: url(../images/bg_header_inner.jpg);
}

#headerInnerLeft
{
float: left;
}

#headerInnerRight
{
float: right;
padding-top: 25px;
}

#headerInnerRight form
{
padding: 3px;
border: solid 1px #336A92;
}

#menuOuter
{
 height: 42px;
 background-color: #414141;
}

#menuInner
{ 
 margin: 0 auto;
 padding: 10px 0 0 0;
 width: 930px;   
 height: 35px;
 text-align: left;
 text-transform: uppercase;
}

#menuInner ul li
{
display: inline;
margin: 0;
padding: 0;
}

#menuInner a
{
/*display: inline;*/
list-style-type: none;
color: #ffffff;
margin: 0;
padding: 3px 30px 0 0;
text-align: left;
}

#subHomeHeaderOuter
{
clear: both;
height: 245px;
background-image: url(../images/bg_homemain_outer.jpg);
background-repeat: repeat-x; 
}

#subHomeHeaderInner
{   
margin: 0 auto;
width: 930px;
height: 245px;
text-align: left;
background-image: url(../images/bg_homemain_inner.jpg);
background-repeat: no-repeat; 
}

#subHomeHeaderInnerLeft
{
float: left;
width: 280px;
padding-right: 20px;
}

#subHeaderOuter
{
clear: both;
height: 113px;
background-image: url(../images/bg_main_outer.jpg);
background-repeat: repeat-x; 
}

#subHeaderInner
{   
margin: 0 auto;
width: 930px;
height: 113px;
text-align: left;
}

#subHeaderInnerLeft
{
float: left;
width: 300px;
padding-top: 20px;
}

#subHeaderInnerLeft h1
{
padding-top: 20px;
font-size: 200%;
}

#contentsOuter
{
clear: both;
}

#contentsInner
{
margin: 0 auto;
width: 930px;
text-align: left;
}

#bottomMenuOuter
{
 clear: both;
 height: 36px;
}

#bottomMenuInner
{ 
margin: 0 auto;
width: 930px;
text-align: left;
}

#bottomMenuInner ul, li
{
display: inline;
margin: 0;
padding: 0;
color: #00A5E6;
}

#bottomMenuInner a:link, #bottomMenuInner a:active, #bottomMenuInner a:visited
{
    color: #005792;
    font-size: 95%;
    font-weight: bold;
    text-decoration: none;
}

#bottomMenuInner a:hover 
{
    color: #005792;
    font-weight: bold;
    font-size: 95%;    
    text-decoration: underline;
}

#bottomMenuInner span
{
padding-left: 1em;
padding-right: 0.5em;
color: #E5E5E5;
font-weight: bold;
}
.bottomMenuSolidLine 
{
margin: 10px 1px 15px 1px;
padding: 0;
border-top: 1px solid #E5E5E5;  
}  
#footerOuter
{
 clear: both;
 height: 149px;
 background-image: url(../images/bg_footer.gif);
}
#footerInner
{   
margin: 0 auto;
width: 930px;
text-align: left;
}
.footerThickSolidLine 
{
margin: 20px 1px 2px 1px;
padding: 0;
border-top: 3px solid #E5E5E5;  
}
#footerInnerLeft
{
float: left;
font-size: 95%;     
padding: 0;   
text-align: left;
}
#footerInnerRight
{
float: right;   
width: 190px;
font-size: 95%;  
padding: 0;   
text-align: right;
}
