body{
	font-family: Helvetica, Arial, Verdana;
	font-size:11px;
	background:#385082;
}


#wrap{
	width: 100%;
}
#header div{
	float:left;
}
#main div{
	float:left;
}
#header{
	width:780px;
	float:none;
}
#header #topText{
	float:left;
	width:780px;
	height:65px;
	background: url(../image/headerTop.jpg); 
}
#header #middleHeader{
	float:left;
	height:84px;
	width:780px;
	background: url(../image/headerMiddle.jpg);
}
#header #tabNav{
	width:780px;
	height:25px;
	background:url('../image/headerBottom.jpg') bottom repeat-x;
}
/*
#header #tabNav #tabNavLeftBorder{
	float:left;
	width:14px;
	height:25px;
	background:url('../image/contentLeftBorder.jpg') repeat-y #F4F4F4;
}
*/
#header #tabNav ul{
	padding:3px 0px 0px 0px;
	margin:0px 0px 0px 125px;
}
#header #tabNav ul li{
	float:left;
	list-style: none;
	padding:0px 0px 0px 0px;
	font-size:15px;
	font-weight:bold;
	color:#1F4880;
	margin-left:2px;
}
#header #tabNav ul li div{
	float:left;	
}

/* unselected tab (default) */
#header #tabNav ul li div.left{
	float:left;	
	background:url('../image/tabNavLeft.gif') no-repeat;
	width:5px;
	height:20px;
}
#header #tabNav ul li div.right{
	float:left;	
	background:url('../image/tabNavRight.gif') no-repeat;
	width:5px;
	height:20px;
}
#header #tabNav ul li div.text{
	background:#EDEDED;
	padding:2px 4px 4px 4px;
	height:16px;
}
#header #tabNav ul li div.text a{
	padding-top:1px;
}
#header #tabNav ul li div.text a{
	color:#1F4880;
	text-decoration:none;
	display:block;
}

#header #tabNav ul div#leftEnd{
	background:url('../image/tabNavLeftEnd.gif') no-repeat;
	margin-left:0px;
	width:10px;
	height:20px;
}
#header #tabNav ul div#rightEnd{
	background:url('../image/tabNavRightEnd.gif') no-repeat;
	margin-left:0px;
	width:10px;
	height:20px;
}


/* selected tab */
#header #tabNav ul li.selected div.left{
	background:url('../image/tabNavLeft-Down.gif') no-repeat;
	height:22px;
}
#header #tabNav ul li.selected div.right{
	background:url('../image/tabNavRight-Down.gif') no-repeat;
	height:22px;
}
#header #tabNav ul li.selected div#leftEnd{
	background:url('../image/tabNavLeftEnd-Down.gif') no-repeat;
	height:22px;
}
#header #tabNav ul li.selected div#rightEnd{
	background:url('../image/tabNavRightEnd-Down.gif') no-repeat;
	height:22px;
}
#header #tabNav ul li.selected div.text{
	background:#D1D1D1;
}
#header #tabNav ul li div.text a{
	color:#1F4880;
	text-decoration:none;
	display:block;
}



#main{
	width:780px;
	float:none;
}
#main #body{
	width:779px;
	background:url('../image/bodyBkg.jpg') repeat-y left;
}
#main #content{
	width:500px;
	background:#F4F4F4;
	padding-left:14px;
	background:url('../image/contentLeftBorder.jpg') repeat-y #F4F4F4;
}

#main #content #pageTitle{
	float:left;
	width:500px;
	background:url('../image/pageTitleBkg.jpg');
	border-bottom:1px solid #D2D2D2;
}
#main #content #pageTitle h1{
	float:left;
	width:250px;
	margin:0px;
	padding:8px 0px 6px 10px;
	font-size:14px;
	color: #1F4880;
}
#main #content #page{
	float:left;
	width:465px;
	padding:15px;
	font-size:13px;
}
#main #content #page ul.about li{
	padding:4px 0 4px 0;
}
#main #content #page table{
	font-size:11px;
}
#main #content #page form input{
	padding:2px;
}
#main #content #page form input.submit{
	background:#F0F0F0;
}
#main #content #page a{
	color:#000000;
}
#main #content #page a:hover{
	color:#385082;
}
#main #content #page h2{
	margin:6px 0px 0px 0px;
	padding:0px;
	font-size:14px;
	color:#074986;
}
#main #content #page h3{
	padding:0px;
	margin:0px;
}
#main #content #page p{
	font-size:12px;
	margin-right:0px;
}


/* administration questions */
#main #content #page #questions{
	width:440px;
	padding:5px;
	margin-top:10px;
	border:1px solid #aaa;
}

#main #content #page #questions table tr.light{
	background:#F9F9F9;
}

#main #content #page #questions table tr{
	background:#F4F4F4;
	cursor:pointer;
}

#main #sidebar{
	width:250px;
	background:#969696;
}
/* small navigation (above the sidebar) stuff */
#main #sidebar #smallNav{
	width:250px;
	height:15px;
	background:url('../image/pageSidebarCorner.jpg') left top no-repeat;
}
#main #sidebar #smallNav div{
	float:right;
	background:#E8E8E8;
}
/* for rounded corners on the small nav */
#main #sidebar #smallNav #smallLeft{
	width:8px;
	margin-right:6px;
	background:url('../image/smallNavRight.jpg') right top no-repeat;
}
#main #sidebar #smallNav #smallMiddle{
	height:14px;
	padding-top:0px;
}
#main #sidebar #smallNav #smallMiddle a{
	color:#074986;
	text-decoration:none;
}
#main #sidebar #smallNav #smallMiddle a:hover{
	color:#000000;
	text-decoration:underline;
}

#main #sidebar #smallNav #smallRight{
	width:8px;
	background:url('../image/smallNavLeft.jpg') right top no-repeat;
}
/* ********** */
/* small navigation repeated, for events page, in pagetitle*/
/* ********** */

/* small navigation (above the sidebar) stuff */
#main #pageTitle #smallNav{
	width:250px;
	height:15px;
}
#main #pageTitle #smallNav div{
	float:right;
	background:#E8E8E8;
}
/* for rounded corners on the small nav */
#main #pageTitle #smallNav #smallLeft{
	width:8px;
	margin-right:6px;
	background:url('../image/smallNavRight-light.jpg') right top no-repeat;
}
#main #pageTitle #smallNav #smallMiddle{
	height:14px;
	padding-top:0px;
}
#main #pageTitle #smallNav #smallMiddle a{
	color:#074986;
	text-decoration:none;
}
#main #pageTitle #smallNav #smallMiddle a:hover{
	color:#000000;
	text-decoration:underline;
}

#main #pageTitle #smallNav #smallRight{
	width:8px;
	background:url('../image/smallNavLeft-light.jpg') right top no-repeat;
}


/* for sidebar boxes */
#main #sidebar .box{
	width:230px;
	margin-top:10px;
	padding:0px 10px;
}
#main #sidebar .box .bTitle{
	width:230px;
	background:url(../image/sidebarHeader.gif) no-repeat #E4E4E4;
	text-align: center;
	padding:9px 0 7px 0;
	color:#074986;
	font-size:12px;
}
#main #sidebar .box .bContent{
	width:210px;
	padding:9px 10px 25px 10px;
	background:#F6F6F6 url(../image/sidebarBkg.jpg) bottom no-repeat;
	font-size:11px;
}

#main #sidebar .box .bContent a{
	color:#ffffff;
	text-decoration:none;
}

#main #sidebar .box .bContent a:hover{
	color:#dddddd;
}

#main #sidebar .box .bContent ul{
	margin:0;
	padding:0 5px 0 5px;
	list-style: none;
}
#main #sidebar .box .bContent ul li{
	margin:4px 0 0 0;
}
#main #sidebar .box .bContent ul li.indent{
	margin-left:10px;
	margin-bottom:10px;
}

#main #sidebar .box .bContent input, textarea{
	border:1px solid #aaa;
	width:160px;
	font-size:11px;
	padding:2px;
}

#main #sidebar .box .bContent textarea{
	height:100px;
}

/* footer stuff */

#footer{
	width:780px;
	float:left;
}
#footer #footerLeft{
	float:left;
	width:514px;
	background:url('../image/footerLeft.gif') left;
	height:25px;
}
#footer #footerRight{
	float:left;
	width:265px;
	background:url('../image/footerRight.gif') right;
	height:25px;
}

/* for the photos page */
#photoList .album img{
	margin:10px;
	padding:2px;
	border:1px solid #AAAAAA;
}
#photoList.ajaxPhotos img{
	margin:10px;
	padding:2px;
	border:1px solid #AAAAAA;
}
/* this is for a group of pictures in an album */
#photoList .albumTitle{
	float:left;
}
#photoList .albumTitle .albumLeft, .albumRight{
	width:4px;
	height:21px;
}
#photoList .albumTitle .albumLeft{
	background:url(../image/photoTitleLeft.gif);
}
#photoList .albumTitle .albumRight{
	background:url(../image/photoTitleRight.gif);
}
#photoList .albumTitle .albumMiddle{
	padding:5px 5px 4px 5px;
	background:url(../image/photoTitleMiddle.gif) #E4E4E4;
	font-size:11px;
	height:12px;
}


#photoList .album{
	width:470px;
	height:125px;
	overflow:auto;
	border:1px solid #aaa;
	margin-bottom:25px;
}

/* photos administration */
#photoList .pic{
	float:left;
	height:140px;
}
/* only on the admin page */
#photoList.ajaxPhotos{
	overflow:auto;
	height:145px;
	width:430px;
}
ul#actions{
	list-style:none;	
	padding-left:10px;
}

ul#actions li{
	padding:0 0 10px 0;
}

/* issues section */
#issues{
	list-style:none;
	margin:0;
	padding:0;
}
#issues li{
	padding-bottom:15px;
	font-size:13px;
}
#issues li .toggle{
	margin-right:5px;
}
#issues li a{
	color:#000000;
	text-decoration:underline;
}
#issues li a:hover{
	color:#333333;
	text-decoration:underline;
}
#issues .hidden{
	display:none;
}
#issues .indent{
	margin:0 10px 10px 20px;
	padding:10px;
	border:1px dashed #AAA;
}

/* list inside issues section */
#issues li ul{
	margin-top:13px;
	list-style:disc;
}

/* for the administration area */
#adminLogin{
	float:left;
	width:450px;
	padding-top:10px;
	border:none;
}
#adminLogin input{
	border:1px solid #aaa;
	margin:3px 0 0 3px;
}
#page input{
	border:1px solid #aaa;
	margin:3px 0 0 3px;
}


/* video page */
.videotitle{
	font-size:16px;
	padding-bottom:5px;
	float:left;
	width:400px;
}
.videotitle img{
	padding:2px;
	border:1px solid #aaa;
}
.videolink{
	padding:20px 0 0 5px;
}
.video{
	display:none;
	text-align:center;
	padding:5px 0 0 45px;
}