/***********************************************/
/* brooklyn06.css                             */
/*         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	background: #FFC;
	font-family: Arial,sans-serif;
	color: #A0522D;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
 	behavior: url(csshover.htc);  /* Win IE behavior call */
	}
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

a:link, a:visited {
	background: #FFC;
	color: #A0522D;
	text-decoration: none;
}

a:hover {
	background: #A0522D;
	color: white;
	text-decoration: underline;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}
.more {
	font: 95% Arial, sans-serif;
	font-style: italic;
	color: blue;
}
#gallery {position:absolute;
left:50%;
width:600px;
margin-left:-288px;
}
tr {
	font-size: 80%;
	}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#leader {
position:absolute;
padding: 0;
width: 100%;
top: 0;
left: 0;
z-index:10;
}
#masthead {
	position:absolute; 
	height:108px; 
	left: 0px; 
	top: 0px; 
	margin: 0;
	padding: 0px 0px;
	background-color: white;
	border-bottom: 1px solid #A0522D;
	width: 100%;
}

#pagetitle {
		position: absolute;
		top: 109px;
		background-color: #A0522D;
		color: #FFF;
		text-align: center;
		font-size: 130%;
		height: 25px;
		left: 0px;
		width: 100%;
}

/* menu styles */
.menu {
position: absolute;
width: 100%;
height: 25px;
top: 133px;
background-color: #A0522D;
border-top: 1px solid #FFC;
color: #FFF;
font-size: 90%;
font-weight: bold;
}


#menu1, #menu2, #menu3, #menu4, #menu5 {
	position: absolute;
	width: 150px;
	height: 20px;
	color: #FFF;
	font-size: 90%;
	font-weight: bold;
	border-top: 1px solid #FFC;
}

#menu1 {left: 0px;}
#menu2 {left: 150px;}
#menu3 {left: 300px;}
#menu4 {left: 450px;}
#menu5 {left: 600px;}

.submenu {
 border: 1px solid #A0522D;
 background-color: #FFC;
 font-size: 12px;
 }
 
 .submenu p {margin: 2px 10px;}
 .submenu span {display: none;}
 .submenu a:link {
 	/*color: #A0522D;*/
	text-decoration:none;
	 display: block;
	}
	
#submenu2,#submenu3, #submenu4, #submenu5 {
	position:absolute;
	width: 150px;
	top: 20px;
	visibility:hidden;
}
.submenu a:visited {
background-color: #FFC;
color: #A0522D;
text-decoration:none;
}
.submenu a:hover {
background-color: #A0522D;
color: #fff;
text-decoration:none;
}

#submenu2 {left: 165px;}
#submenu3 {left: 315px;}
#submenu4 {left: 465px;}
#submenu5 {left: 615px;}

#content {
position:absolute;
top: 163px;
left: 5px;
margin: 2px 5px 2px 5px;
font-size: 12px;
color: #A0522D;
z-index:5;
}
/************** .feature styles ***************/

.feature{
	margin: 1em 0;
	padding: 0px 1em 10px 10px;
	font-size: 100%;
}

.feature h3{
	padding: 3px 0px 5px 0px;
	text-align: center;
	font-size: 140%;
	color: #A0522D;
}

.feature img{
	float: right;
	padding: 0px 5px 5px 5px;
	margin: 0 5px 5px 5px;
}
.feature li {
	padding: 3px 0 1em 0;
}
/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 90%;
}

.story p{
  padding: 0px 0px 10px 0px;
}
.story a {
	text-decoration: underline;
}
.story img {
float: left;
padding: 3px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	width: 100%;
	border-top: 1px solid #A0522D;
	border-bottom: 1px solid #A0522D;
	text-align: center;
	/*font-size: 75%;*/
	color: #A0522D;
	padding: 10px 0px 10px 0px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
#siteInfo h3 {
	font-size: 115%;
}

 #copyright {
 color:#CCCCCC;
 text-align:center;
 font-size: 60%;
 }
 #copyright a:link{
 color:#ccc;
 }
 #copyright a:visited{
 color:#ccc;
 }
 /************** #feedback styles *********/
#question {
padding: 0 0 0 2em;
}

fieldset {
border: 1px dashed #555555;
padding: 0;
margin: 0;
width: 80%;
}
legend {
padding: 0 10px;
font: 12px Verdana, Arial, sans-serif;
color: #000000;
background-color: #ffffff;
text-transform: uppercase;
}
.formField, select {
border: 1px solid #333333;
background-color: #cccccc;
font: 12px Verdana, sans-serif;
width: 200px;
}
.formTable td {
padding: 0 0 5px 0;
}
.formLabel {
float: left;
text-align: right;
font-weight: bold;
width: 220px;
}
.formControl {
/*float: right;*/
width: 250px;
}
.row {
clear: both;
width: 700px;
padding-top: 5px;
}
.spacer {
clear: both;
height: 10px;
}

.gd img {
float:left;
}