@import url(structure.css);
/* CSS Document */
body {
	padding: 0;
	margin: 0;
	font: normal 11px Verdana, Arial,  sans-serif;
	color: #293352;
	text-align: center;
	background-color: #F7F4ED;
	word-spacing: -0.2px;
}
a {
	font-size: 11px;
	text-decoration: underline;
	color: #726342; 
	}
a:hover {
	color: #39939b;
	}
a img {
	border: none;
	}
p , li  {
	font-size: 11px;
	line-height: 16px;
	color: #293352;
	}

h4 {
	font: bold 14px Arial, sans-serif;
	padding-bottom: 6px;
	color: #30271c;
	} 


/* top Menu UL */
#top ul{ 
    float: right; 
		}
#top li { 
	display: inline;
	list-style: none;
	color: #8f7735; 
	padding: 0; 
	font: normal 9px Verdana, Arial, sans-serif; 
	}
#top a {
	color: #293352;
	text-decoration: none; 
	font-size: 10px; 
	padding: 0 3px; 
	}
#top a:hover {
	color: #39939b;
	}
	
/* Main Menu UL */
#menu li {
	list-style: none;
	float: left;
	color: #b0ad8a;
	padding: 0 5px 0 0;
	}
#menu a {
	color: #738eae;
	padding: 0 6px 0 5px;
	font: bold 11px Arial, san-serif;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 16px;
	}
#menu a:hover , #menu a.select { 
	color: #726342; 
	}

/* home body contents styles */	
#homeContent img { 
	padding: 0 10px 6px 0;
	}
#homeContent p { 
	text-align: justify; 
	margin-top: 6px; 
        line-height: 15px;
	padding: 0 105px;
	}
#homeContent a {
	text-decoration: underline;
	}
/* NO NEED FOR NOW WHEN ITS ONE SINGLE COPY .Hestates , .Hshores { 
	width: 232px; 
	padding-right:30px;
	float: left; 
	} */	
/* body contents Div styles */	
#side2 p {
	padding: 0 0 10px 0;	
}
#side2 p strong {
	font-style: italic;	
}
#side2 h3 {
	letter-spacing: -0.1px;
	line-height: 16px;
	color: #72aeb6;
	padding: 2px 0 4px 0;
 	font: bold 14px Arial, san-serif;
	}
#side2 h4 {
	font: bold 12px Arial, san-serif;
	color: #7a1600;
	margin: 0 0 6px 0;
        text-transform: uppercase;
	}
#side2 h5 {
        color: #726342;
	margin-bottom: 6px;
} 
#side2 a { 
 	text-decoration: underline;
	}
#side2 a:hover { 
	color: #39939b;
	}
#side2 ul {
	padding-left: 14px;
}
#side2 li {
	list-style-type: disc;
        padding: 0 0 6px 0;
	} 
#side3 img { text-align: center; margin-top: 4px; }	
/* Sub Menu UL */
#sub li {
	list-style: none;
	font: bold 11px Trebuchet MS, Arial, san-serif;
	border-bottom:1px solid #b49a53;
	} 
#sub a {
	display: block;
	color: #b49a53;
	padding: 4px 0 4px 10px;
	height: 19px;

	} 
#sub a:hover { 
	color: #312a18; 
	}
#sub .subsel { 
	padding: 4px 0 4px 10px;
	height: 19px;
	color: #312a18; 
	background: url(../images/subBg.gif) repeat-x 0 8px; 
	}
/* footer styles */	
#footer img {
			float: right;
			padding: 14px 27px 0 0;
			}
#footer p {
			padding: 24px 0 0 210px;
			color: #666;
			font-size: 10px;
			float: left;
			}
#footer a{
			font-size: 10px; 
			color: #937e46;
			}
#footer a:hover {color: #b7922e;
			text-decoration: underline; 
			}
/* etc */
#flashcontent { padding: 4px; border: 1px solid #b49a53; margin: 2px 0 0 0;}
.rightImg { padding: 4px; border: 1px solid #b49a53; margin: 2px 0 0 0;}
.leftImg { padding: 4px; float:left;  border: 1px solid #cccccc; margin: 2px 12px 0 -4px;}
.printLogo{ display: none;}

/* 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 */