﻿
* {
	margin:0;
	padding:0;

}

body {
	background:#D2D1CF; 	
}

#wrap {
	max-width: 1000px;
	min-width: 800px;
	margin-left:auto;
	margin-right:auto;
	font-family:arial, serif;
	font-size:small;
	background:#F5EFEF;
	border:1px solid #DBBCB9;
}

#innerwrap {
	background:url(../images/faux.gif) repeat-y 85% 0;
}




/*Header section*/


#innerheader {
	text-align:center;
}

div#innersubheader {
	text-align:right;
	background:#000;
	color:#FFF;
	padding:5px;
	font-size:125%;
}

.noborder {
	border:0px;
}

div#innersubheader a:active, div#innersubheader a:visited {
	color:black;
}



/*Menubar section*/


#menubar {
	float:left;
	background:#B07879 url(../images/buttons.jpg) top left repeat-x;
	list-style:none;
	width:100%;
}

#menubar li {
	float:left;
	background:#B07879 url(../images/buttons.jpg) top left repeat-x;
}

#menubar li a {
	display:block;
	text-decoration:none;
	padding:7px 30px;
	border:2px outset #000;
	font-family:arial, serif;
	font-size:110%;
	font-weight:700;
	color:#fff;
}

#menubar a:hover {
	color: #000;
	background: #fff;
	text-decoration:underline;
}

#menubar li.local a {
	color:#000;
	background:#FFF;
}


/*Content section*/


#content {
	width:85%;
	float:left;
	clear:both;
	color:#202020;
	font-size:110%;
	
}
/*The width of the content and the nav divisions must sum 100%. If you change one, then adjust the other*/
/*The content div has two nested divs (contentleft and contentright) that must be floated left and right.*/

div#content a {
	color:#035A91;
}

div#content a:hover {
	color:#8D0F0F;
}

hr {
	margin:8px;
	color:#DE1616;
	width:50%;
}


#innercontent {
	padding:15px;
}

.center {
	text-align:center;
}


/*Jobs section*/

.jobs li {
	padding-left:5px;
	list-style:square;
	margin-left:40px;
}

#inside li {
	list-style-position: inside;
}

#red {
	color: #801616;
}


/*Contributors Section*/


#contenttop {
	padding:15px;
}


#contentleft {
	width:75%;
	float:left;
}



#innercontentleft {
	padding:15px;
}


.picleft {
	float:left;
	padding-right:20px;
}

.name {
	font-size:14px;
	font-weight:700;
	text-align:center;
}

.bio {
	text-align:justify;
}

#innercontentright {
	font-size:15px;
	font-weight:600;
	padding:25px;
	text-align:center;
	line-height:22px;
	
}



/*staff section*/

#leftcolum {
	float:left;
	width:30%;
}

#innerleftcolum {
	padding:20px;
}

#rightcolum {
	float:right;
	width:70%;
}

#innerrightcolum {
	padding:20px;
}

#centercolum {
	width:100%;
}

#innercentercolum {
	padding:15px;
}







/*Navigation Section*/



#nav {
	float:right; /*The nav div must be floated right, or it will not display correctly*/
	width:15%;
	background:#F5EFEF;
	text-align:center;
}


#innernav ul {
	list-style:none;
	padding-bottom:5px;	
}

#innernav li a {
	display:block;
	text-decoration:none;
	padding:10px 10px;
	border-bottom:1px solid #000;
	font-family:arial, serif;
	font-size:110%;
	font-weight:700;
	color:#000;
	background:#F5EFEF;
	text-align:center;
}

#innernav li a:hover {
	color: silver;
	background: #000;
	text-decoration:underline;
}

div#nav h4 {
	color:#8D0F10;
	font-size:125%;
}

div#nav li.local a {
	color:#C0C0C0;
	background:#000;
}



/*Footer Section*/



#footer {
	clear:both;
}
/*Do not remove the clear from the footer, or it will float right and break the layout*/

#innerfooter {
	background:#8D0F0F;
	padding:5px;
	text-align:center;
	font-size:85%;
	color:silver;
}

.noblue {
	color:#CCC;
}


