@charset "UTF-8";
/* CSS Document */



/* Global Styles */


html{
margin: 0;
padding: 0;
}


body{
margin: 0;
padding: 0;
font: normal 62.5% Helvetica, Arial, sans-serif; 
line-height: 1.6em;
background: #06080a url(images/sidebarbgtile.gif) repeat-y top left;
}


li{
list-style-type: none;
}

a{
text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: normal;
margin: 25px 0 0 0;
line-height: 1em;
color: #47576e;
}

#rightcolumn h1, #rightcolumn h2, #rightcolumn h3,
#rightcolumn h4, #rightcolumn h5, #rightcolumn h6{
margin-left: -10px;
padding-left: 10px;
padding-top: 18px;
line-height: 1em;
background: url(images/rightheaders.gif) no-repeat top left;
}

h1{
padding-top: 14px;
border-top: 1px solid #47576e;
}


#wrapper{
width: 100%;
margin: 0;
padding: 0;
font-size: 1.3em;
}



/* Main Content area styles */


#maincontent{
position: absolute;
top: 176px;
left: 200px;
padding: 30px 10px 40px 40px;
margin-right: 240px;
color: #333;
background: #fff url(images/contentcorner.gif) no-repeat top left;
}

#rightcolumn{
position: absolute;
top: 176px;
right: 0;
width: 200px;
padding: 30px 20px 40px 20px;
background: #fff;
}



/* Footer Styles  - footer floats in the bottom of maincontent div */

#footer{ 
float: left;
margin: 20px 0 0 0;
padding: 10px 5px 0 5px ;
text-align: center;
background: #fff;
border-top: 1px solid #47576e;
}

#footerlinks{
margin: 0;
padding: 0;
}


#footerlinks li{
display: inline;
margin: 0 5px;
}


#footerlinks li a{
font-size: 0.9em;
text-decoration: none;
color: #333;
}

#footerlinks li a:hover{
color: #c47016;
}


#footerlinks2{
margin: 0;
padding: 0;
}


#footerlinks2 li{
display: inline;
margin: 0 5px;
}


#footerlinks2 li a{
font-size: 11px;
text-decoration: none;
color: #333;
}

#footerlinks2 li a:hover{
color: #c47016;
}


/* Header Styles */

#header{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 176px;
background: url(images/headtile1.jpg) repeat-x bottom left;
}



/* Sidebar Left Styles */

#sidebarleft{
position: absolute;
top: 176px;
left: 0;
width: 200px;
font-size: 1.2em;
background: url(images/sidebartop.gif) no-repeat top center;
}


#sidebarlinks{
width: 180px;
margin: 100px auto 0 auto;
padding: 0;
background: url(images/sidebarpanel.gif) no-repeat top center;
}


#sidebarlinks li{
}



#sidebarlinks a{
display: block;
padding: 3% 0 3% 10%;
color: #eee;
border-top: 1px solid #47576e;
}

#sidebarlinks a:hover{
background: url(images/leftbghover.gif) repeat-x top left;
color: #47576e;
}


