@import url(structure.css);

/* CSS Document */
body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial,  sans-serif;
	color: #666666;
	text-align: center;
	font-size: 11px;
	background: #FFFFFF url(../images/bg.jpg) no-repeat top center;
	word-spacing: -0.2px;
}
a {
	font-size: 11px;
	color:#41455a;
	text-decoration:underline;
                    font-weight:bold;
}
a img {
	border:none;
}
a:hover {
	color: #48785d;
}
p , li {
	font-size:11px;
	line-height:15px;
	color: #666666;
}
h4 {
	font: bold 16px 'Lucida Grande', Arial, Helvetica, sans-serif;
	padding-bottom:6px;
	color:#30271c;
} 
#side2 h5 { margin-bottom:2px; }
table {             border:0;
                       }
input { width: 132px; color: #555555; }
#logInBtn { margin-top: -6px; border:1px solid #EEEEEE; background-color: #888888; color: #FFFFFF;  font-family: Verdana, Arial,  sans-serif; font-weight:bold;  padding: 1px 4px; width: 80px;}
/* Main Menu UL */
#menu h3{	
    font: bold 9px 'Lucida Grande', Arial, Helvetica, sans-serif;
	padding:8px 0 0 10px;
	height:18px;
	margin-right:10px;
	text-transform:uppercase;
	word-spacing: -1px;
	float:left;
	color:#FFFFFF; }	
#menu li {
	list-style: none;
	float: left;
	height:17px;
	padding:6px 10px 3px 10px;
	margin:0 10px;
	} 
#menu a { 
	color:#787878;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	} 
#menu a:hover, #menu a.current { 
	color: #b07a5f;
	}

/* body contents Div styles */	
#side1 h4 {
	padding:2px 0;
	margin-bottom:10px;
	border-top:1px solid #41455a;
	border-bottom:1px solid #41455a;
	text-transform:uppercase;
	text-align:center;
	color:#41455a;
} 

#side1 a { display:block;}
#side2 p {
	margin: 0 10px 8px 0;
}
#side2 h3{
    font:bold 20px 'Lucida Grande', Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	line-height:22px;
	color: #999999;
	padding:0 0 8px 0;
 	font: bold 17px Arial, sans-serif;   
}
#side2 h3 strong { 
                font-size:19px; 
				color: #ce5113;}

.orange { color: #ce5113; font-weight:bold; }
#side2 h4 {
	font: bold 14px 'Lucida Grande', Arial, Helvetica, sans-serif;
	color: #999999;
	margin:16px 0 0 0;
    } 
#side2 h4 strong{
	color: #000000;
} 
#side2 a { text-decoration:underline; }
#side2 ul { margin-left:20px; }
#side2 li {
	list-style-position: outside;
	list-style-type: disc;
}
#side2 #featuredMenu {float:right;}
.leftImg {
                  margin: 4px 0 30px 0 ;
                  float:left; }
.rightImg { padding: 0 0 0 0;    margin-top:-10px;
            float:right; }

#side2 a img{border:none; }
/* Sub Menu UL */
#featuredMenu , #subMenu {
	width: 156px;
}
#featuredMenu li {
	padding: 3px 3px 1px 3px;
	background-color:#FFF;
	margin-bottom:6px;
	border:4px solid #f0f0f0;
	list-style: none;
	letter-spacing:-1px;
} 
#featuredMenu li img{ 
	padding: 0 0 0 0;
	text-align:center;
display: block;
} 
#featuredMenu a {
	font-weight:bold;
	display: block;
	padding:0;
	color:#afa6a6;
	text-decoration:none;
	} 
#featuredMenu a:hover{color:#859040;}

#subMenu li {
	padding: 3px 3px;
	background-color:#c2c2c2;
	margin-bottom:4px;
	border:2px solid #f0f0f0;
	list-style: none;
	text-align:center;
    font: bold 16px 'Lucida Grande', Arial, Helvetica, sans-serif;
} 
#subMenu a {
	display: block;
	padding:0;
	color:#FFF;
	} 
#subMenu a:hover , #subMenu a.subsel{ color:#48785d; }

#secondLevel li {
	padding: 3px 3px;
	margin-bottom:4px;
	border-bottom:2px solid #f0f0f0;
	list-style: square;
	text-align:left;
    font: bold 12px 'Lucida Grande', Arial, Helvetica, sans-serif;
} 

#secondLevel a {
	display: block;
	padding:0;
	color:#FFF;
	} 
#secondLevel a:hover , #secondLevel a.secondsel{ color:#48785d; }


.printLogo{ display: none;}
.hide { display: block; }

#community {
	width: 157px;
	padding: 6px 3px 6px 10px;
                     float:right;
	background-color:#FFF;
                     margin-bottom:10px;
	border:4px solid #f0f0f0;
                      letter-spacing:-1px;
}
#community p { } 
#community h5 { color:#41455a;}

#community a {
	font-weight:bold;
	display: block;
	padding:0;
	color:#41455a;
	text-decoration:underline;
	} 
#community a:hover{color:#859040;}



/* Reset links */
:link,:visited { text-decoration: none; }
/* Reset lists */
ul,ol { list-style: none }
/* Reset headers and other text */
p,table,input,td,th,h1,h2,h3,h4,h5,h6 { font-size:1em; }
/* Reset global margins */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0; }

/* UTILITY - Clear Floats: */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
