/*
	newWebSite web site CSS
	by Hans Styrnell
	date 14 08 2009
	
	
	#f0cd41 yellow
	#2a2a2a grey
	#00cc99 green
	#b36b00 orange
	
	#1fa387 header
	#0b010f top border
*/

/* ===== global styles ===== */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e2edcb;
	margin: 0;
	padding: 0;
}

body#photo {			
	margin:0;
	padding:0;
	overflow:auto;
	background-color: #222;
	color:#666;
	font-family:sans-serif;
	font-size:20px;		
}

p, h1, h2, h3, h4, h5, h6, li {
	margin:  1ex 1em;
}

img {
	border:  none;
}

#top_border {
	height: 36px;
	background: #3f1516 url(../images/topBorder.gif) repeat-x;	
	}
	
div#wrap {	
	width: 980px;
	margin: -24px auto 0 auto;
}

div#outerDiv {
	background: url(../images/page_header.jpg) no-repeat;
}
div#outerDivNone { margin-top: -163px; padding-top: 0;}


#outerDiv a:link, #outerDiv a:visited {
	text-decoration: none;
	color: #b36b00;
}

#outerDiv a:hover, #outerDiv a:active {
	color: #566440;
	border-bottom: 1px dashed #566440;
}

/* ===== header ===== */

div#header {
	height: 165px;
	position: relative;
}

#header #mainMenu {
 	position: absolute;
 	left: 33px;
 	bottom: 0;
}

#header p#date {
	position:  absolute;
	font-size: 0.6em;
	left: 810px;
	top:  25px;
	color: #b36b00;
}

#header a#logoRollover {
	position:  absolute;
	height: 47px;
	width: 447px;
	left: 60px;
	top:  42px;
	background: url(../images/logo_area.gif) no-repeat left top;
	border: none;
}

#header a:link#logoRollover, #header a:visited#logoRolloverRollover, #header a:active#logoRollover, #header a:hover#logoRollover {
	border: none;
}
	
#mainMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mainMenu li {
	float: left;
	margin: 0;
	padding: 0;
}

#mainMenu li a:link, #mainMenu li a:visited {
	font-family: "Trebuchet MS", sans-serif;
	font-size: .85em;
	display:  block;
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
	margin: 0 9px 0 0;
	line-height: 30px;
	background-color: #0e1f16;
	border: none;
} 

#mainMenu li a:hover, #mainMenu li a:active {
	color:#f8b449;
	border:  none;
	background: #3f1516 url(../images/topBorder.gif) repeat-x;	
}

#mainMenu li a.current {
	margin-top: -10px;
	height: 40px;
	background-color: #2a2a2a;
	background: #3f1516 url(../images/topBorder.gif) repeat-x;
	line-height: 40px;
}

#outerDiv li a.current:hover {
	cursor: default;
}

div#midBanner {
	height:  10px;;
	background-color: #0e1f16;
	color: #fff;
}

div#midBannerNone {
	height:  5px;;
	background-color: #0e1f16;
}
/* ====== main content ===== */

div#content {
	padding-bottom: 50px;
	background: url(../images/content_background.jpg);
	border-left: 1px solid #0e1f15
}

body#photos #content {
	padding-bottom: 0px; 
	background: none;
}

#content div#mainContent {
	float: left;
	width: 620px;
	margin: 0;
	padding: 0 15px 0 35px;
}

#mainContent p {
	font-family: Verdana, sans-serif;
	font-size: .9em;
	line-height: 1.4em;
	color: #111;
	margin: 1.2ex 0;
	padding-bottom: 10px;
}
#mainContent .columnOne p strong {
	color: #0e421e;
}
#mainContent p.divider {
	clear: both;
	border-top: 1px dotted #666;
	margin: 1.8em 0 0 0;
	padding: 0;
}
#mainContent .columnOne h2.top, #mainContent .columnTwo h2.top  {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
	}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5 {
	font-family: "Trebuchet MS", sans-serif;	
}

#mainContent h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #0e421e;
	margin: 1.5em 0 1ex 0;
}

#mainContent h2 {
	font-size: 1.2em;
	color: #0e421e;
	margin: .3em 0 .5em 0;
	padding-top:20px;
	border-top: 1px dotted #666;	
}
#mainContent h2.top {
	border-top: none;	
}
#mainContent h3#websiteText {
	margin-top: 2.5ex;
}
	
#mainContent h3 {
	font-size: 1em;
	font-weight: bold;
	color: #0e421e;
	margin: 1ex 0 .2ex 0;
}

#mainContent h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #0e421e;
	margin: 2.2ex 0 .2ex 0;
}

#mainContent h5 {
	font-size: .8em;
	font-weight: bold;
	color: #21263c;
	margin: 0 0 0 0;
}

#mainContent ul {
	font-family: Verdana, sans-serif;
	font-size: .9em;
	margin: 1.2ex 0 2ex 0;
	padding: 0;
	list-style-type: square;
}

#mainContent ol {
	font-family: Verdana, sans-serif;
	font-size: .9em;
	margin: 1.2ex 0 1.4ex 0;
}

#mainContent ol li {
	margin-bottom: 15px;
}

#mainContent img.ImageNoBorder {
	margin: 10px 0;
}

#mainContent img.leftFloatImage {
	float: left;
	border: 1px solid #999;
	padding: 5px;
	margin: 5px 15px 10px 0;
	background-color: #fff;
}

#mainContent img.leftFloatImageNoBorder {
	float: left;
	margin: 5px 20px 10px 0;
}

#mainContent img.rightFloatImage {
	float: right;
	border: 1px solid #999;
	padding: 5px;
	margin: 5px 0 15px 15px;
	background-color: #fff;
}

#mainContent img.rightFloatImageNoBorder {
	float: right;
	padding: 5px;
	margin: 5px 0 15px 15px;
}

#mainContent div.galleryContainer {
	margin: 5px 0 0 0;
	padding: 10px 0;
	border-bottom: 1px dashed #999;
}

/* ===== columns ===== */

.columnOne {
	float:left;
	width:285px;
	height:1%;
	display:inline;
	margin:0 0 20px 0;
	padding:0 19px 0 0;
}

.columnTwo {
	float:left;
	width:285px;
	height:1%;
	display:inline;
	margin:0;
	padding:0 0 0 19px;
}

#borderLeft {
	border-left: 1px dotted #666;
}

#borderRight {
	border-right: 1px dotted #666;
}

.columnTwo img.btSign {
	float: right;
	margin-top: 80px;
	padding-right: 80px;
	border: none;
}

/* ===== sideBar ===== */

#content div#sideBar {
	float: right;
	width: 265px;
	padding: 20px 10px 0 10px;
	margin: 0;	
}

#sideBar p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	color: #fff;
	margin: 0 0 2ex 25px;
}

#sideBar p.dividerGreen {
	border-top: 10px solid #0e421e;
	margin: 1em 15px 1em 10px;
	padding: 0;
}	

#sideBar h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1em;
	color: #fff;
	margin: 8px 0 .5ex 25px;
}

#sideBar ul li {
	list-style: square;
	color: #0e421e;
	margin-left: 0;
}

#sideBar ul li a { 
	font-size: 0.8em;
	}
	
#sideBar #fullersBlackBoard {
	width: 240px;
	height: 260px;
	margin: 40px 0 15px 10px;
	padding: 100px 0 0 25px;
	background: url(../images/fullers_blackboard.jpg) no-repeat;
}

#sideBar img {
	margin: 0;
	padding: 0 0 20px 12px;
	border: none;
}
#sideBar a:hover {
	border-bottom: none;}


#sideBar img#pubguide {
	margin: 0;
	padding: 5px 0 10px 10px;
	border: none;
}
/* ===== sideBar facebookButton ===== */

#sideBar #facebookButton a, #facebookButton a:visited {
	display:block;
	width: 250px;
	height: 37px;
	padding:0;
	margin: 0 0 25px 0;
	text-decoration: none;
	border-bottom: none;
	background: url(../images/facebookFan.jpg) 10px -37px no-repeat;
}

#sideBar #facebookButton a:hover, #sideBar #facebookButton a:active {
	background-position: 10px 0;
}
/* ===== footer ===== */

div#footer {
	clear: both;
	width: 980px;
	height:  20px;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #000;
}

#footer p {
	float:  left;
	font-family: "Trebuchet MS", sans-serif;
	font-size: .75em;
	color: #fff;
	margin: 0;
	padding: 0 0 0 40px;
	text-align: left;
}

#footer a:link, #footer a:visited {
	color: #b36b00;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: none;
}

div#backToTop  {
	float: right;
}

#backToTop a:link, #backToTop a:visited {
	height: 21px;
	width: 22px;
	display: block;
	margin-right: 25px;
	background: url(../images/backtotop_rollover.gif) no-repeat left top;	
}

#backToTop a:hover, #backToTop a:active {
	background-position: left bottom;
}

/* ===== miscellaneous ===== */

.clear {
	 clear: both;
	}
.indentAbit {
	padding-left: 50px;
}
div.floatRight {
	width: 250px;
	float:right;
	margin:0;
	padding:0;
}
.floatPhotoBorder {
	float:left;
	border: 1px solid grey;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#outerDiv a.noLinkBorder:link,
#outerDiv a.noLinkBorder:visited {
	border-bottom:none;
	}

/* comment form */

#comment-form { width: 650px}
#comment-form fieldset {
	margin: 0 0 15px 0;
	border: none;
	}
#comment-form fieldset label {
	display: block;
	margin: 0 0 3px 0;
	font-weight: bold;
	}
#comment-form fieldset input,
#comment-form fieldset textarea {
	width: 90%;
	padding: 5px;
	font-size: 1.4em;
	border: none;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #e2e1d7 url(../images/input-bg.gif) repeat-x top left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
#comment-form fieldset textarea {
	height: 100px;
	}
#comment-form fieldset input:focus,
#comment-form fieldset textarea:focus {
	background: #fff;
	}
#comment-form #submitButton, #comment-form #resetButton {
	float: left;
	border: none;
	background: url(../images/button.gif) no-repeat; 
	width:177px; 
	height: 32px;
	display:block;
	color:#fff;
	font-size:1em;
	margin:10px 120px 0 0;
	padding:0;
	}
.formMessage {
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 18px;
	}
	

/* button */
	
#mainContent a:link.button,#mainContent a:visited.button {
	border: none;
	background: url(../images/button.gif) no-repeat; 
	width:177px; 
	height: 32px;
	display:block;
	color:#fff;
	font-size:1em;
	text-align:center;
	margin:0;
	padding:5px 0 0 0;
}
#mainContent a:hover.button, #mainContent a:active.button {border-bottom: none;}
