/* CSS Document */



/* Header */

/* Main Navigation Bar */

#header {
	background: #5eae9e url(images/banner_bg.gif) repeat-x left 29px;
	height: 168px;

}


#navMainContainer {
	clear: left;
	display: block;
	position: relative;
	text-align:left;
	height: 168px;
	padding: 0;
	/*width: 100%;*/
	margin: 0 0 0 0;
}

#navMainContainer3  {
	background: #98cc54 url(images/mainNav_bg.gif) repeat-x top left;
	height: 30px;
	width: 100%;
	border-bottom: #fff 1px solid;
}

/* hack: necessary for IE Mac as it won't centre an unordered list */
#navMainContainer2 {
	margin: 0 auto;
	width: 788px;
	height: 30px;
	background: url(images/mn_butborder.gif) no-repeat top right;
}

#navMainContainer ul {
	list-style: none;
	margin: 0;
	text-align: center;
	padding: 0;
	white-space: nowrap;
	height: 30px;
	width: 788px;
	display: block;
	overflow: hidden;
}
#navMainContainer ul li {
	margin: 0;
	list-style-type: none;
	display: inline;
	padding: 0;
}
#navMainContainer ul li a {
	float: left;
	margin: 0 0 0 0px;
	height: 30px;
	display: block;
	background: url(images/mn_butborder.gif) no-repeat top left;
}

#navMainContainer ul li a img{
	padding: 8px 20px 7px 20px;
}


#navMainContainer ul li.first a {
	margin: 0 0 0 0px;
	display: inline;
}

body#home #navMainContainer li#home a,
body#vision #navMainContainer li#vision a,
body#about #navMainContainer li#about a,
body#styles #navMainContainer li#styles a,
body#inspiration #navMainContainer li#inspiration a,
body#resources #navMainContainer li#resources a,
body#links #navMainContainer li#links a,
#navMainContainer li a:hover
  {			
	background: #83b619 url(images/mn_bg_on.gif) no-repeat top left;
	height: 29px;
}	

#logo  {
	margin: -139px auto 0;
	text-align: center;
	z-index: 5;
	background: url(images/logo.jpg) no-repeat top center;
	height: 139px;
	
}

#contentContainer {
	display: block;
	position: relative;
	width:788px;
	margin:36px auto 36px auto;
	text-align: left;
	background: url(images/border_dot.gif) repeat-y top right;
	height: auto;
  }
  
 
#mainContent {
	float: left;
	width: 470px;
	padding: 0;
	padding-left: 28px;
	background: url(images/border_dot.gif) repeat-y top left;
	display: inline; /* fixes IE Doubled Float-Margin Bug */
	margin: 0 25px 10px 0;
	
}

body#home #mainContent {
	float: left;
	width: 510px;
	padding: 0;
	padding-left: 28px;
	background: url(images/border_dot.gif) repeat-y top left;
	display: inline; /* fixes IE Doubled Float-Margin Bug */
	margin: 0 4px 10px 0;
	
}

#rightColumn p {
	margin: 25px 0 15px 15px;
	color: #56a898;

}

#rightColumn {
	margin: 0 28px 0 0;
	float: right;
	display: inline; /* fixes IE Doubled Float-Margin Bug */
	padding: 0;
}
  
#infobox {
	padding-bottom: 5px;
	font-size:0.8em;
	margin: 25px 0 15px 20px;
	width: 180px;

}

#infobox li {
	list-style: none;
	background: url(images/arrow.gif) left 2px no-repeat;
	padding-left: 24px;
	margin-left: -20px;
	margin-bottom: 2px;
	line-height: 1.4em;

}

#infoboxMain {
	padding-bottom: 5px;
	margin: 25px auto 15px 15px;
	width: 450px;

}

#infoboxMain li {
	list-style: none;
	background: url(images/arrow.gif) left 3px no-repeat;
	padding-left: 24px;
	margin-left: -20px;
	margin-bottom: 2px;
	line-height: 1.4em;

}


#quote {
	margin: 20px 0 15px 20px;
	width: 180px;
	background: #fff url(images/quote_graphic.gif) no-repeat bottom center;
	padding-bottom: 35px;
	font-family:"Times New Roman", Times, serif;
	color: #56a898;
	font-size: 1.5em;
	font-style:italic;
	font-weight: bold;
	line-height: 1.3em;

}

body#home img.right {
	padding-left: 35px;
	padding-bottom: 10px;

}

a.serif {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.2em;

}	



/* Branding Header Ends */









		





/* Main Navigation Bar ENDS */




/* Main Content on Internal Pages */



/* Left Column Styles */



/* Left Column Styles End */

/* Right Column Styles End */






/* Main Content on Internal Pages Ends */

/* Footer */

#footerContainer  {
	clear: left;
	text-align:center;
	background: #5eae9e url(images/footer_bg.jpg) repeat-x left top;
	
}

#footerImage {
	background: url(images/footer.jpg) no-repeat top center;
	height: 79px;

}

#footerContainer2  {
	margin: 0 auto;
	width: 752px;
}

#footer {
	width: 752px;
	margin: 0 auto 1em auto;
	padding-top: 12px;
	color: #ffffff;
	font-size: 0.85em;
	background: #ffffff;
	text-align: center;
}

#footer .separator {
	margin: 0 0.5em;
	color: #78bdba;
}

#footer a {
	color: #94bc35;	
	text-decoration:none;
}

#footer a:hover {
	color: #94bc35;
	text-decoration: underline;
}	


/* Footer Ends */


/* copyright begins */

#copyright {
	margin: 0;
	font-size:0.8em;
	color: #56a898;

}

#copyright a:hover {
	text-decoration:underline;
}
/* copyright ends */

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
