/* CSS Document */

body {
	background-color: #4d4a2a;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

a {
    color: #fff;
}

#wrapper {
	position: relative;
	width: 955px;
	height: 642px;
	margin: 0 auto;
	padding: 0;
	background-color: #5f5c34;
}

#wrapperHome {
	position: relative;
	width: 955px;
	margin: 0 auto;
	padding: 0;
}

#hea {
	position: relative;
	width: 955px;
	height: 237px;
}
	
	#logo {
		position: absolute;
		top: 35px;
		left: 43px;
	}
	
	#navWrapper {
		position: relative;
		top: 34px;
		left: 414px;
		width: 540px;
		height: 237px;
		font-size: 9px;
		color: #fff;
		text-transform: lowercase;
		line-height: 12px;
	}
	
	#navWrapper ul {
	    list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#navWrapper li {
		margin: 0 0 7px 0;
		padding: 0;
	}
	
	#navWrapper a {
		color: #b3ad62;
		text-decoration: none;
	}
	
	#navWrapper a:hover {
		color: #e5df7e;
	}
	
	#navWrapper .selected {
		color: #ffffff;
	}
	
	#navWrapper .selected a {
		color: #ffffff;
	}
	
		#nav1 {
			position: relative;
			top: 0;
			width: 100px;
			height: 203px;
			overflow: hidden;
		}		
		
		#nav2 {
			position: absolute;
			top: 0;
			left: 108px;
			width: 90px;
			height: 203px;
			overflow: hidden;
		}
		
		#nav3 {
			position: absolute;
			top: 0;
			left: 228px;
			width: 140px;
			height: 203px;
			overflow: hidden;
		}
		
		#nav4 {
			position: absolute;
			top: 0;
			left: 390px;
			width: 140px;
			height: 203px;
			overflow: hidden;
		}

#contentWrapper {
	position: relative;
	width: 955px;
	height: 310px;
	background-color: #757241;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

#emailblastcontentWrapper
{ 
	position:relative;
	width: 575px;
	height: 450px;
	background-color: #5f5c34;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;   
}

	#content {
		position: relative;
		left: 42px;
		top: 28px;
		width: 330px;
		height: 300px;
		z-index: 10;
	}

	#content a {
		color: #b3ad62;
		text-decoration: none;
	}

	#content a:hover {
		color: #e5df7e;
	}
	
	#content h1 {
		margin: 0;
		padding: 0;
		font-size: 14px;
		font-weight: normal;
	}
	
	#content h2 {
		margin: 0;
		padding: 0;
		font-size: 11px;
		font-weight: normal;
		line-height: 18px;
	}
	
	#content p {
	    margin: 0;
	    padding: 0 0 10px 0;
	}
		
	#contentScrollWrapper {
	    position: absolute;
	    top: 30px; 
	    left: 0;
	    width: 340px;
	    height: 220px; 
	    clip: rect(0px, 340px, 220px, 0px); 
	    overflow: hidden;	
	    z-index: 11; 
	}
	
	#contentMain {
	    position: absolute; 
	    left: 0; 
	    top: 0; 
		line-height: 20px;
	    visibility: hidden;
	    z-index: 12; 
	}
	
	#scrollbarWrapper {
	    position: absolute;
	    top: 58px;
	    left: 398px;
	    visibility: hidden;
	}
	
	#contentProjectInfo {
	    position: absolute; 
	    left: 0; 
	    top: 0; 
		line-height: 20px;
	    visibility: hidden;
	    z-index: 12;
	}	
	
	/* story */
	#contentStory {
		position: relative;
		left: 42px;
		top: 28px;
		width: 670px;
		height: 300px;
		z-index: 10;
	}

	#contentStory a {
		color: #b3ad62;
		text-decoration: none;
	}

	#contentStory a:hover {
		color: #e5df7e;
	}
	
	#contentStory h1 {
		margin: 0;
		padding: 0;
		font-size: 14px;
		font-weight: normal;
	}
	
	#contentStory h2 {
		margin: 0;
		padding: 0;
		font-size: 11px;
		font-weight: normal;
		line-height: 18px;
	}
	
	#contentStory p {
	    margin: 0;
	    padding: 0 0 10px 0;
	}
			
	#contentStoryScrollWrapper {
	    position: absolute;
	    top: 30px; 
	    left: 0;
	    width: 670px;
	    height: 220px; 
	    clip: rect(0px, 670px, 220px, 0px); 
	    overflow: hidden;	
	    z-index: 11; 
	}
	
	#contentStoryMain {
	    position: absolute; 
	    left: 0; 
	    top: 0; 
		line-height: 20px;
	    visibility: hidden;
	    z-index: 12; 
	}
	
	#scrollbarWrapperStory {
	    position: absolute;
	    top: 0;
	    left: 318px;
	    visibility: hidden;
	}

	/* news */
	#contentNews {
		position: relative;
		left: 42px;
		top: 28px;
		width: 900px;
		height: 300px;
		line-height: 19px;
		z-index: 10;
	}

	#contentNews a {
		color: #b3ad62;
		text-decoration: none;
	}

	#contentNews a:hover {
		color: #e5df7e;
	}
	
	#contentNews h1 {
		margin: 0 0 10px 0;
		padding: 0;
		font-size: 14px;
		font-weight: normal;
	}
	
	#contentNews h2 {
		margin: 0;
		padding: 0;
		font-size: 11px;
		font-weight: normal;
		line-height: 18px;
	}
	
	#contentNews p {
	    margin: 0;
	    padding: 0 0 14px 0;
	}
	
	#contentNews table {
		width: 900px;
	}
	
	#contentNews td {
	    margin: 0;
	    padding: 0 10px 14px 0;
	    width: 300px;
	    vertical-align: top;
		line-height: 18px;
	}
	
	#contentNews .paging table {
	    margin: 0;
	    padding: 0;
	    width: 200px;
	}

	/* principals */	
	#contentPrincipals {
	    position: absolute;
	    top: 30px; 
	    left: 0;
		line-height: 20px;
	}	
	
	#phoPrincipals {
		position: absolute;
		top: 0;
		left: 415px;
		width: 540px;
		height: 310px;
	}
	
	#phoPrincipals img {
		margin: 1px 1px 0 0;
		padding: 0;
		z-index: 10;
	}
	
	.phoPrincipalsImg {
		margin: 1px 1px 0 0;
		padding: 0;
		z-index: 10;
	}	
	
	.phoPrincipalsHoverWrapper {
		position: relative;
		top: 0;
		left: -1px;
		width: 87px;
		height: 100px;
		vertical-align: top;
	}	
	
	.phoPrincipalsHoverOff {
		position: absolute;
		top: 0;
		left: 0;
		width: 87px;
		height: 100px;
	}	
	
	.phoPrincipalsHoverOn {
		position: absolute;
		top: 0;
		left: 0;
		width: 87px;
		height: 100px;
		border: 2px solid #e5df7e;
	}
	
	/* principals bios */	
	#contentBio {
		position: absolute;
		top: 28px;
		left: 414px;
		width: 300px;
		height: 300px;
	}

	#contentBio a {
		color: #b3ad62;
		text-decoration: none;
	}

	#contentBio a:hover {
		color: #e5df7e;
	}
	
	#contentBio h1 {
		margin: 0;
		padding: 0;
		font-size: 14px;
		font-weight: normal;
	}
	
	#contentBio h2 {
		margin: 0;
		padding: 0;
		font-size: 11px;
		font-weight: normal;
		line-height: 18px;
	}
	
	#contentBio p {
	    margin: 0;
	    padding: 0 0 10px 0;
	}
			
	#contentBioScrollWrapper {
	    position: absolute;
	    top: 30px; 
	    left: 0;
	    width: 298px;
	    height: 220px; 
	    clip: rect(0px, 298px, 220px, 0px); 
	    overflow: hidden;	
	    z-index: 11; 
	}
	
	#contentBioMain {
	    position: absolute; 
	    left: 0; 
	    top: 0; 
		line-height: 20px;
	    z-index: 12; 
	}
	
	#phoBio {
		position: absolute;
		top: 0;
		right: 1px;
	}
	
	#scrollbarWrapperBio {
	    position: absolute;
	    top: 0px;
	    left: 320px;
	}
	
	/* principals admin */
	#addPrincipal {
		position: absolute;
		top: 28px;
		left: 414px;
		width: 500px;
		height: 300px;	    
	}
	
	#addPrincipal a {
		color: #b3ad62;
	}
	
	#addPrincipal a:hover {
		color: #e5df7e;
		text-decoration: none;
	}
	
	/* content subnav */
	#subnavContentMain {
	}
	
	#subnavProjectInfo {
	    display: none;
	}

	.subnav {
		position: absolute;
		top: 286px;
		left: 42px;
		color: #c4bb3d;
	    z-index: 13; 
	}
	
	.subnav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.subnav li {
		margin: 0;
		padding: 0;
		display: inline;
	}
	
	.subnav a {
		color: #b3ad62;
		text-decoration: none;
	}
	
	.subnav a:hover {
		color: #e5df7e;
	}
	
	/* pho */
	#pho {
		position: absolute;
		top: 0;
		left: 414px;
	}
	
	#phoStory {
		position: absolute;
		top: 0;
		left: 320px;
	}
	
	#phoStoryEdit {
		/*position: relative;
		top: 0;
		left: 320px;*/
	}
	
	/* pho subnav */
	#subnavPho {
		position: absolute;
		top: 286px;
		left: -315px;
		width: 300px;
		color: #fff;
		text-align: right;
	    z-index: 12; 
	}
	
	#subnavPho ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#subnavPho li {
		margin: 0;
		padding: 0 0 0 6px;
		display: inline;
	}
	
	#subnavPho a {
		color: #b3ad62;
		text-decoration: none;
	}
	
	#subnavPho a:hover {
		color: #e5df7e;
	}
	
	.subnavPhoActive {
		color: #fff;
	}

/* ie letter-space hack */
.foo {
	position: relative;
	width: 955px;
	margin: 0 auto;
	letter-spacing: 1px;
}

/* page links*/
#pageLinks
{ padding:10px 0px 0px 10px;
  width:25px;
  float:left;
  display:inline;
}
/* letter-space for other browsers */
html>body .foo {
	position: relative;
	width: 955px;
	margin: 0 auto;
	letter-spacing: .6px;
	letter-spacing: 1px;
}

	#locations {
		padding-top: 10px;
		width: 955px;
		font-size: 10px;
		color: #b3ad62;
		text-align: center;
	}

	#locations ul {
	    list-style: none;
		margin: 0;
		padding: 0;
	}

	#locations li {
		margin: 0;
		padding: 0 15px;
		display: inline;
	}
	
	#copyright {
		padding: 20px 0 20px 43px;
		font-size: 10px;
		color: #807c46;
	}
	
	
/* login */
#loginWrapper {
	position: relative;
	width: 450px;
	height: 420px;
	margin: 0 auto;
	background-color: #5f5c34;
}

    #loginHea {
	    position: relative;
	    height: 150px;
    }

    #login {
	    position: relative;
	    width: 450px;
	    height: 220px;
	    background-color: #757241;
	    font-family: Arial, Helvetica, sans-serif;
	    letter-spacing: .8px;
	    color: #fff;
    }

    #login div {
	    padding: 28px 42px;
    }
	
	#login h1 {
		margin: 0;
		padding: 0 0 12px 0;
		font-size: 14px;
		font-weight: normal;
	}
	
	#login p {
		margin: 0;
		padding: 6px 0;
		position: relative;
	}
	
	.loginInput {
		position: absolute;
		top: 4px;
		left: 80px;
		width: 150px;
		font-size: 10px;
	}
	
	.loginBut {
		font-size: 10px;
	}
