/*////////////////////////////////////////////// Plainview Stylesheet //////////////////////////////////////////////*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #3E546A;
	vertical-align: top;
	margin: 0px;
	background-color: #000000;
	text-align: center;
	min-width: 780px; 
}

/*////////////////////////////////////////////// Page Structure //////////////////////////////////////////////*/

.container {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}
#header {
	background: url(../images/bkgd5.jpg) repeat-x center top;
	margin-top: 50px;
}
#header .background {
	background: url(../images/bkgd1.jpg) no-repeat center top;
	height: 190px;
}
#header .container {
	padding-top: 10px;
}
#main {
	background-color: #0B2036;
}
#main .background {
	background: url(../images/bkgd3.jpg) repeat-y center top;
}
#main .container {
	background: url(../images/bkgd2.jpg) no-repeat center top;
	text-align: left;
}
#main .content {
	margin-left: 42px;
	padding-top: 20px;
	padding-right: 45px;
	font-size: 1.3em;
}
#main .title {
	float: left;
	width: 32px;
}
#main .sideImage {
	float: right;
	border: 1px solid #666666;
	margin: 20px 0px 8px 8px;
	position: relative;
}
#main .subnav {
	float: right;
	width: 150px;
	margin-left: 10px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #AAAAAA;
	font-size: 10px;
}
#main .subnav ul{
	padding-left: 10px;
	margin-left: 10px;
}
#main .endContent {
	clear: both;
	font-size: 4px;
}
#footer {
	background: url(../images/bkgd6.jpg) repeat-x center top;
}
#footer .background {
	background: url(../images/bkgd4.jpg) no-repeat center top;
}
#footer .container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 25px 0px 10px 0px;
}

/*////////////////////////////////////////////// Global Tags and Classes //////////////////////////////////////////////*/

p, ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
h1, .h1 {
	font-size: 1.4615em;
	font-weight: bold;
	color: #3E546A;
	margin-top: 0px;
	margin-bottom: 2px;
}
h2, .h2 {
	font-size: 1.2308em;
	font-weight: bold;
	color: #3E546A;
	margin-top: 0px;
	margin-bottom: 2px;
}
h3, .h3 {
	font-size: 1em;
	font-weight: bold;
	color: #3E546A;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4, .h4 {
	font-size: 0.8462em;
	font-weight: normal;
	font-style:italic;
	color: #3E546A;
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	color: #003399;
}
.fontSmall {
	font-size: 0.8462em;
}
.fontItalic {
	font-style:italic;
}
.linkBack {
	font-size: 0.8462em;
	padding: 1px 0px 1px 0px;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
}

/*////////////////////////////////////////////// Boxes //////////////////////////////////////////////*/

.box {
	padding: 5px;
	border: 1px solid #999999;
	background-color: #DBDFE0;
}
.boxTitle {
	margin-left: -5px;
	margin-bottom: 5px;
}
.boxList {
	padding: 0px;
	margin: 0px;
}
.boxList li {
	display: block;
	float: left;
	width: 690px;
	list-style-type: none;
	margin-top: 3px;
}
.boxList li .box {
	display: block;
	float: left;
	width: 678px;
	color: #3E546A;
	text-decoration: none;	
}
.boxList li .left {
	display: block;
	float: left;
	width: 250px;
}
.boxList li .right{
	display: block;
	margin-left: 255px;
}
/* Hides from IE5-mac \*/
* html .boxList li .right {height: 1%;}
/* End hide from IE5-mac */
.boxList .boxCategory {
	color: #777777;
	font-style: italic;	
	margin-top: 5px;
	border-bottom: solid 1px #999999;
}
.boxList a.box:hover, .boxList a.box:hover .h1 {
	color: #003399;
	background-color: #FFFFFF;
}

/*////////////////////////////////////////////// Events //////////////////////////////////////////////*/

.eventFeatured {
	color: #003366;
	background-color: #FFFFFF;
	border: 2px dotted #999999;
	padding: 5px;
	margin-bottom: 10px;
}
.eventFeatured h2 {
	color: #003366;
	text-transform: uppercase;
}
.eventFeatured .titleRight {
	float: right;
	color: #CCCCCC;
	text-transform: none;
}
.eventFeatured h3 {
	color: #003366;
	font-weight: bold;
	font-style: italic;
}
.eventNormal {
	padding-top: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #999999;
}
.photoGallery {
	margin: 5px;
	float: left;
	width: 104px;
	height: 104px;
	text-align: center;
}
.photoGallery img {
	border: 2px solid #996600;
	vertical-align: bottom;
}

/*////////////////////////////////////////////// Programs //////////////////////////////////////////////*/

#programs h4 {
	margin-top: 5px;
	border-top: 1px solid #999999;
	padding-top: 5px;
}
.staffPhoto {
	float: right;
	margin: 0px -40px 2px 4px;
	position: relative;
}
.staffPhoto img {
	border: 1px solid #666666;
}

/*////////////////////////////////////////////// Flash Detection Error //////////////////////////////////////////////*/

.error {
	background-color:#FFFFFF;
	font-size: 12px;
	padding: 10px;
}
.errorTitle {
	font-size: 18px;
}

