/* CSS Document */
body{
padding: 0px;
margin: 0px;
width: 100%;
background-image: url(images/backgrounds/bg-home.jpg);
background-position: top;
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
font-size: 12px;
height: 100%;
}

a{
color: #666666;
outline: none;
}

a:hover{
color: #CC6600;
}

.text-orange{
color: #CC6600;
font-size: 14px;
}

.text-white{
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
}

.text-dark-blue{
font-size: 12px;
font-weight: bold;
color: #003366;
}

.titles-orange{
font-size: 24px;
color: #CC6600;
}

.titles-blue{
font-size: 24px;
color: #0099FF;
}

.titles-lite-blue{
font-size: 12px;
text-transform: uppercase;  
color: #CCFFFF;
}

.titles-blue-small{
font-size: 14px;
color: #0099FF;
text-transform: uppercase;
}

.links-orange{
color: #CC6600;
font-size: 14px;
}

.links-orange a{
color: #CC6600;
}

.links-orange a:hover{
color: #669933;
}

.links-green{
font-size: 14px;
color: #669933;
}

.links-green a{
color: #669933;
}

.links-green a:hover{
color: #CC6600;
}

.links-lite-green{
font-size: 12px;
font-weight: bold;
color: #DEE4B6;
}

.links-lite-green a{
font-size: 12px;
color: #DEE4B6;
}

.links-lite-green a:hover{
color: #00ACEC;
}

#top-links{
font-weight: bold;
font-size:12px;
color: #669933;
background-color: #FFFFFF;
}

#top-links a{
font-weight: bold;
font-size:12px;
color: #669933;
text-decoration: none;
}

#top-links a:hover{
color: #CC9933;
}

#container{
max-width: 840px;
height: 100%;
}

#left-shading{
background-image: url(images/backgrounds/left-shading.png);
background-position: right;
background-repeat: repeat-y;
height: 100%;
}

#right-shading{
background-image: url(images/backgrounds/right-shading.png);
background-position: left;
background-repeat: repeat-y;
height: 100%;
}

#members-link{
font-size: 12px;
font-weight: bold;
color: #CC6600;
padding-right: 33px;
padding-bottom: 20px;
background-color: #FFFFFF;
}

#members-link a{
font-size: 12px;
font-weight: bold;
color: #CC6600;
}

#members-link a:hover{
color: #669933;
}

#nav-bg{
background-image: url(images/backgrounds/bg-nav.jpg);
background-repeat: repeat-x;
background-position: top;
}

#left-column-bg{
background-image: url(images/backgrounds/bg-left-column.jpg);
background-position: top;
background-repeat: repeat-x;
background-color: #FF9933;
padding-bottom: 80px;
}

#left-column-padding{
padding-top: 20px;
padding-bottom: 26px;
padding-left: 19px;
padding-right: 20px;
}

#home-content-padding{
padding-top: 61px;
padding-left: 35px;
padding-right: 63px;
padding-bottom: 250px;
}