/*******************************************************/
/* Layout Divs */
/*******************************************************/
#content { /* see adminMenu.css for remaining menu styles */
	margin: 290px 10px 7px 10px;
	height: auto;
	text-align: left;
}

#contentB { /* see adminMenu.css for remaining menu styles */
	margin: 0 75px 7px 75px;
	height: auto;
	text-align: left;
}

#contentC { /* see adminMenu.css for remaining menu styles */
	margin: 160px 10px 7px 10px;
	height: auto;
	text-align: center;
}

#copyright {
	margin: 0;
	height: 15px;
	background: #000;
	color: #CCC;
	padding: 5px 5px 5px 10px;
	white-space: nowrap;
	text-align: right;
	font-size: 10px;
	clear: both;
}

#menuhead { /* see adminMenu.css for remaining menu styles */
	margin: 0;
	color: #FFF;
	font-size:13px;
	font-weight: bold;
	white-space: nowrap;
	padding: 2px 5px;
	text-align: right;
}

#navhead { /* see adminMenu.css for remaining menu styles */
	margin: 0;
	height: auto;
	color: #FFF;
	font-size:13px;
	font-weight: bold;
	white-space: nowrap;
	padding: 0 5px 7px 0;
	text-align: right;
}

#navhead.gallery { /* see adminMenu.css for remaining menu styles */
	padding: 0 5px 7px 0;
}

#nonFluid {
	width: 760px;
	margin: 0 auto;
	background: #FFF url(../images/banner.jpg)  top left no-repeat;
	padding: 0;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}

#nonFluidGallery02, #nonFluidGallery03, #nonFluidGallery04, #nonFluidGallery05, #nonFluidGallery07, #nonFluidGallery08 {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}

#nonFluidGallery02 {
	background: #FFF url("../images/bannerGallery02.jpg") top left no-repeat;
}

#nonFluidGallery03 {
	background: #FFF url("../images/bannerGallery03.jpg") top left no-repeat;
}

#nonFluidGallery04 {
	background: #FFF url("../images/bannerGallery04.jpg") top left no-repeat;
}

#nonFluidGallery05 {
	background: #FFF url("../images/bannerGallery05.jpg") top left no-repeat;
}

#nonFluidGallery07 {
	background: #FFF url("../images/bannerGallery07.jpg") top left no-repeat;
}

#nonFluidGallery08 {
	background: #FFF url("../images/bannerGallery08.jpg") top left no-repeat;
}

/*******************************************************/
/* HTML Tags */
/*******************************************************/
a {  
	font-weight: bold;
	color: #003;
}

a:hover {
	color: #7D5056;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1.4em;	
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	background: #333;
}

form {
	text-align: center;
	padding: 0 0 15px 0;
}

h1 { 
	font-size: 18px; 
	color: #003; 
	text-align: center;
	line-height:1.25em;
}


h2 {
	font-size: 14px;
	color: #C00;
}


html {
	height: 100%;
}


img.r {
	float: right;
	margin: 0 0 10px 10px;
}

img.l {
	float: left;
	margin: 0 10px 10px 0;
}

p {
	margin: 0 0 15px 0;
}

td { 
	font-size: 11px;
	vertical-align: top;
}


/*******************************************************/
/* Classes */
/*******************************************************/
#menuhead a {  
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#menuhead ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

#menuhead li { /* all list items */
	display: inline;
	position: relative;
	padding: 0 10px;
}

#menuhead li .popper { /* second-level lists */
	display: none;
	position: absolute;
	top: 14px;
	left: 15px;
	background: #FFF;
}

#menuhead li:hover .popper, #menuhead li.over .popper { /* lists nested under hovered list items */
	display: block;
	margin:0;
}

#menuhead a:visited { /* all list items */
	text-decoration: none;
}

#menuhead .popper a {  
	color: #999;
	display: block;
	font-size: 10px;
	padding: 3px 5px;
	text-align: left;
	text-decoration: none;
	font-weight:normal;
}

#nonFluid p {
	white-space: normal;
}

.right {
	text-align: right;
}