/* styles for FFOTA redesign - this is the content page style sheet - JD*/
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	background-color: Black;
}

a.banner {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

a.banner:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #FFD700;
	text-transform: uppercase;
	text-decoration: underline;
}

/* dark backbground for home page image - the margin attribute controls the centering - JD*/
#background
    {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: Black;
}

#BodyWrapper
    {
      margin-left: auto;
      margin-right: auto;
      width: 800px;
      text-align: center;
      background-color: white;
		height: 100%;
    }
	 
#headertop {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0 auto;
	width: 800px;
	height: 101px;
	background-color: Silver;
	z-index: 2;
	
}
#menubar {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0 auto;
	width: 800px;
	height: 28px;
	background-color: black;
	z-index: 3;
	
}
#headerbottom {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0 auto;
	width: 626px;
	height: 22px;
	background-image: url(http://www.frederickarts.org/images/top_slice.gif);
	z-index: 3;
}
#ContentWrapper
    {
      position: relative;
		left: 0px;
		top: 0px;
		margin: 0 auto;
      width: 800px;
      background-color: white;
    }
#logo {
	position: relative;
	left: 0px;
	top: 0px;
	width: 125px;
	height: 80px;
	margin: 0px;
	background-image: url(http://www.frederickarts.org//images/css_header_logo.jpg);
	z-index: 2;
}
#image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 310px;
	height: 28px;
	margin: 0px;
	z-index: 4;
}
#imagefloat {
	position: relative;
	left: 0px;
	bottom: 0px;
	width: 300px;
	margin: 0px;
	z-index: 4;
}
#imagenews {
	position: relative;
	left: 0px;
	top: 0px;
	width: 300px;
	margin: 0px;
	z-index: 4;
}
 #newstop {
	position:absolute;
	left: 300px;
	top: 0px;
	width: 200px;
	margin: 0px;
	z-index: 5;
}

#navigation {
	position: absolute;
	right: 0px;
	top: 0px;
	padding-top: 6px;
	width: 490px;
	height: 28px;
	margin: 0px;
	z-index: 4;
}

/* styles for right content and nav alignment */
#RightTop {
	position: relative;
	left: 0px;
	margin: 0 auto;
	height: 22px;
	width: 173px;
	z-index: 8;
	background-image: url(http://www.frederickarts.org/images/right_top.gif);
}
#RightMenu {
	position: relative;
	left: 0px;
	margin: 0 auto;
	width: 173px;
	text-align: left;
	background-image: url(http://www.frederickarts.org/images/nav_slice.gif);
	border-bottom: 1px dotted #b5b0b1;
	z-index: 8;
}
#FeaturedArtist {
	position: relative;
	left: 0px;
	margin: 0 auto;
	width: 173px;
	text-align: left;
	background-image: url(http://www.frederickarts.org/images/nav_slice.gif);
	border-bottom: 1px dotted #b5b0b1;
	z-index: 8;
}


/* styles for left content */
#Left {
	position: relative;
	left: 10px;
	top: 10px;
	width: 600px;
	text-align: left;
	z-index: 8;
	
}

/* basic text styles */
a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #0072bc;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #e3b52e;
	text-decoration: underline;
}

.title {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
}

.subtitle {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

.subgreen {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #7a9c4e;
	font-size: 13px;
}

div.leftfloat {
	margin-left: 250px;
	width: 50%;
	}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
div.rightnav {
	padding: 10px;
	line-height: 20px;
}
.notices {
	line-height: 14px;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #B5B0B1;
}
/* style for floating adjustable columns on page */
#ColWrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 100%;
	background-color: White;
}

#ColContentL {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 627px; 
	background-color: #ffffff;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 626px;
	}
html>body #ColContentL {
	width: 626px; 
	/* ie5win fudge ends */
	}

#ColContentR {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 172px; 
	border-left: 1px dotted #b5b0b1;
	z-index: 7;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 165px;
	}
html>body #ColContentR {
	width: 165px; 
	/* ie5win fudge ends */
	}
	
div.infobox {
	position: relative;
	left: 0px;
	width: 90%;
	text-align: left;
	background-color: #F1F1F1;
	border: 1px dotted #b5b0b1;
	z-index: 3;
}
div.infotext {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 7px;
}

 .imagepad {
	padding-right: 10px;

}
/* styles for one column page, no right nav */
#ColContentLNoNav {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 800px; 
	background-color: #ffffff;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 798px;
	}
html>body #ColContentLNoNav {
	width: 798px; 
	/* ie5win fudge ends */
	}
#LeftNoNav {
	position: relative;
	left: 10px;
	top: 10px;
	width: 700px;
	text-align: left;
	z-index: 8;
	
}

#headerbottomNoNav {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0 auto;
	width: 800px;
	height: 22px;
	background-image: url(http://www.frederickarts.org/images/top_slice.gif);
	z-index: 3;
	background-position: top;
}