/* Set initial font styles */
body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
	background-position: top;
	margin-top: 0px;	
}

body.default{
	background-image: url(../images/site/tallGreenSlice.jpg);
	background-repeat: repeat-x;
}

body.aboutTemplate{
	background-image: url(../images/site/shortGreenSlice.jpg);
	background-repeat: repeat-x;
	
	
}
/* set font size for all divs, this overrides some body rules */
div {
	font-size: 1em;
}
/* if img is inside "a" it would have borders, we don't want that */
img {
	border: 0;
}
/* set all links to have underline and bluish color */
a, a:link
a:active {
	text-decoration: underline;
	outline: none;
	/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;
	color: #18507C;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
}
a:hover {
	text-decoration: none;
	color: #385C72;
}
/* basic layout */


/* center wrapper, min max width */
div#pagewrapper {
	margin: 0 auto;	/* this centers wrapper */	
	width: 874px;

	color: black;	
	position: relative;
	margin-top: 0px;
}
div#header {
	height: 635px;
	background: white;	
	width:930px;
}

div#aboutHeader{
	/*border: thin solid red;*/
	height:204px;
}

div#header h1 a {
	display: block;
	height: 84px;
	width: 200px;
	text-indent: -999em;
	text-decoration: none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

/* contact us/ request info button */
#contact {
	display: block;
	padding: 15px;
	float: right;
}

div#logo{
	position: absolute;
	top: 50px;
	left: 322px;
	height:92px; 
	width:347px;;
}

#phone{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-left: 400px;
    margin-top: -92px;
    position: absolute;
}



div#content {
	margin: 0px auto 25px 0px;   /* some air above and under menu and content */

	width: 65%;
	margin: 0 auto;
}



div.bottomBanner{
	position: relative;
	top:15px;
	right:60px;
	height: 428px;
	width: 990px;
	z-index:1;
}

div#main {
	float: right;
    padding: 10px;
    width: 600px;
	line-height: 15px;
}
div#sidebar {
	float: left;    /* set sidebar on the left side. Change to right to float it right instead. */
	width: 26%;     /* sidebar width, if you change this please also change #main margins */
	display: none;  /* FIX IE double margin bug */
	margin-left: 0px;
	margin-top: -7px;
	_margin-top: -17px;
	/*display: none;*/
}








/*ABOUT PAGE STYLING*/

div#aboutMain{ 	
	/*border: thin solid blue;*/
	position: relative;
	right: 100px;
	top: 14px;
	width:1030px;
	clear: both;	
	/*height:800px;*/
}

div.pathwaysText{

	clear:both;

	position:relative;
	top: 11px;
	right:100px;

	
}

div.aboutLeft{
	clear: both;
	width: 250px;

	background: #F4F7EB;
	padding-top: 20px;
	min-height: 620px;

	position: relative;
	top: 22px;
	float: left;
}

div.aboutCenter {
	clear: both;
	background: #666666;

	color: white;
	padding: 10px;
	width:500px;
	min-height:620px;

	position:relative;
	left: 250px;
	top: -619px;	
}

div.aboutRight{
	clear: both;
	background: #999999;

	color: white;
	width:250px;

	min-height: 625px;
	padding: 5px;
	padding-top: 10px;
	line-height: 1.2em;
	float: right;
	position: relative;
	top: -1283px;	
}


/********************
 CONTENT STYLING
 *********************/

/* HEADINGS */
div#content h1 {
	font-size: 2em; /* font size for h1 */
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #A6C465;
	font-size: 1.5em;
	text-align: left;
	/* some air around the text */
	padding-bottom: 1px;
	padding-top: 5px;
	/* set borders around header */

	line-height: 1.5em;
	/* and some air under the border */
	margin: 0 0 0.5em 0;
}
div#content h3 {
	color: #294B5F;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #294B5F;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
	font-size: 1em;
	margin: 0 0 1.5em 0; /* some air around p elements */
	line-height: 1.4em;
	padding: 0;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

/* END TEXT */

/* definition lists topics on bold */
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}

div#footer{
	clear: both;       /* keep footer below content and menu */	
	color: #000000;
	text-align: center;
	
	background:url(../images/site/footergradient.jpg) center top no-repeat /*#E8F0D9*/;	
	width: 100%;
	min-height: 150px;
	
	line-height: 1.4em;	
}
div#footer p {
	font-size: 0.8em;
	padding: 1.5em;      /* some air for footer */
	text-align: center;  /* centered text */
	margin: 0px;
}

div#footer p a {
	color: #000000; /* needed becouse footer link would be same color as background otherwise */
}

#footer p{
	font-weight: bold;
	line-height: .1em;
}
#
footer p.ecreative {
	display: inline;
	margin: 0;
	padding: 0;
	padding-bottom: 10px
}

div#footerBG {
	clear: both;       /* keep footer below content and menu */	
	color: #000000;
	text-align: center;
	background:#E8F0D9;	
	width: 100%;
	min-height: 150px;	
	line-height: 1.4em;	
}

#footer.homeFooterBG{
	margin-top:  0px;
}






.clearb {
	clear: both;
}