/*
		Better Barrhead site redesign - print.css
*/

*, body { margin: 0px; padding: 0px;}
body {background: transparent; color: #333; font: normal 11pt/14pt "Trebuchet MS", verdana, geneva, sans-serif; text-align: center;}
.clear {clear: both; height: 0;}
#pagecontainer {margin: 0px auto; ;margin-bottom: 20px; background: #fff url(content_strips.jpg) top left repeat-y; color: #333;border: 1px solid #82a9ba }
#page {background: transparent; color: #333; z-index: 20; text-align: left;}
/*	header	*/
#header {padding: 0.5em 0; color: #fff; background: #4e5c65; }
#swoosh {	display: none;}
#header h1 { position: relative; top: 0; left: 0; width: 25em; line-height: 1.1em; font-size: 1.5em; font-weight: normal; text-align: center; }
#header .green {background: transparent; color: #b8d551;}
#header .lilac {background: transparent; color: #c2a0cb;}
#header .blue {background: transparent; color: #a6dff6;}

/*	header search		*/

#searchbox,  #headerimg ,#navigation , #stripes, #leftbox {display: none;}

/*	content area	*/
#contentarea {clear: both; text-align: left; padding: 0 1em;}

/*	CONTENT SECTION	*/
#homecontent {float: left; width: 65%; }
#fullcontent {float: left; width: 40em; border: 1px solid white;}
#content { padding: 1em; font-size: 0.95em; }
#content h2, #content h3, #content h4 {font-weight: normal;}
#content h2 {font-size: 1.5em; line-height: 1.4em; background: transparent; color: #b8d551; }
#content h3 {font-size: 1.3em; line-height: 1.2em; background: transparent; color: #c2a0cb; }
#content h4 {font-size: 1.1em; line-height: 1.1em; background: transparent; color: #4e5c65; }
#content p, #content li {line-height: normal; padding: 0 0 10px;}
#content ol, #content ul {padding: 0 0 0 25px;}
#content #mapbox {margin: 10px auto; width: 500px; padding: 0; border: 2px solid #888}
#mapbox ul {position: relative; top: 0; left: 0; height: 324px; width: 500px; padding: 0; list-style: none; background: transparent url(../img/barrhead_aerial_500.jpg) top left no-repeat; color: #fff; }

/*	RIGHT BOX	*/
#rightbox {
	float: right; width: 30%;
}

/*	Search box	*/
#rightbox #flythrough, #rightbox #contactinfo {
	padding: 0.8em 0 0.9em 0.5em; 
	font-size: 0.9em; 
	border-bottom: 2px solid #b8d551; 
	background: transparent; 
	color: #4e5b64; 
}

/*flythrough box	*/
#rightbox #flythrough img { border: none;}

/*	contact us	*/
#rightbox #contactinfo h3 { font-weight: bold; margin:  0 0  0.5em; }
#rightbox #contactinfo p {padding: 0 0 0.5em; font-size: 0.9em;}

#footer {  background: #4e5c65; color: #fff; padding: 0.1em 30px; }
#footer p { text-align: right; font-size: 0.75em; line-height: normal;}

