@charset "utf-8";
/* CSS Document Green: #3a4803 #9bc203 */

html {
	min-height: 100%;
	background-color: #f3f3f3;
}

body {
	padding: 0;
	margin: 0;
	min-height: 100%;
	width: 100%;
	background: #f3f3f3 url(../img/bg2.png) bottom repeat-x;
}

#headerContainer {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	background: url(../img/headerBG.png) repeat-x;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 140px;
}

#logo {
	position: relative;
	float:left;

	padding: 0;
}

#navContainer {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

.imgHome
{
	position: relative;
	float: right;
	margin: 10px 0px 10px 10px;
	border: 4px solid #3a4803;
}

#nav {
	position: absolute;
	width: 515px;
	height: 29px;
	padding: 0;
	z-index: 5;
	top: -20px;
	left: 451px;
}

#nav ul,
#nav li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	z-index: 10;
}

#nav li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	height: 24px;
	line-height: 1em;
	margin-right: 50px;
}

#nav li a {
	position: relative;
	float: left;
	color: #3a4803;
	height: 24px;
	padding-bottom: 5px;
	text-decoration: none;
}

#nav li.current a,
#nav li a:hover {
	background: url(../img/nav-bottom.png) center bottom no-repeat;
	color: #3a4803;
	height: 24px;
	text-decoration: none;
}

#headerImageContainer {
	position: relative;
	float: left;
	height: 253px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../img/header-green.png) center no-repeat;
	z-index: 1;
}

#headerImageContainerSmall {
	position: relative;
	float: left;
	height: 28px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../img/header-small.png) center no-repeat;
	z-index: 1;
}

#headerImage {
	margin: 0 auto;
	width: 960px;
}

#headerImageText {
	position: relative;
	float: left;
	width: 650px;
	margin-top: 20px;
}

#wrapper {
	position: relative;
	clear: both;
	margin: 0 auto;
	width: 960px;
	padding: 10px 0;
}

#bodyContainer {
	position: relative;
	float: left;
	width: 608px;
	height: 100%;
}

#rightContainer {
	position: relative;
	float: right;
	width: 345px;
	height: 100%;
}

.bodyContent {
	position: relative;
	float: left;
	margin-top: 10px;
	width: 548px;
	padding: 10px 30px 0 30px;
	background: url(../img/mainBGtop.png) repeat-y;
}

.bodyContentFooter {
	position: relative;
	float: left;
	width: 608px;
	height: 19px;
	padding: 0;
	background:url(../img/mainBGbottom.png) no-repeat;
}

.rightContent {
	position: relative;
	float: left;
	margin-top: 10px;
	width: 285px;
	padding: 10px 30px 0 30px;
	background: url(../img/rightBGtop.png) repeat-y;
}

.rightContentFooter {
	position: relative;
	float: left;
	width: 345px;
	height: 19px;
	padding: 0;
	background: url(../img/rightBGbottom.png) repeat-y;
}

#projectsHolder {
	position: relative;
	clear: both;
	width: 285px;
	padding: 0;
	margin: 5px 0;
}

img.project {
	margin: 6px;
	border: 4px solid #3a4803;
	vertical-align: middle;
}

img.project:hover {
	border: 4px solid #9bc203;
}

img.projectSmall{
	margin: 2px 8px;
	border: 2px solid #3a4803;
	vertical-align: middle;
}

a:hover img.projectSmall, a.active img.projectSmall {
	border: 2px solid #9bc203;
}


#footer {
	position: relative;
	margin: 20px 10px 0 5px;
	width: 760px;
	height: 50px;
	text-align: left;
	/*padding: 0 100px;
	background: url(../img/the-ivy-house-logo-small.png) left top no-repeat;*/
}

#footer ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	display: inline;
	

}

#footer ul li a {
	position: relative;
	float: left;
	
	color: #666;
	padding-bottom: 1px;
	padding-right: 10px;
	margin-right: 10px;
	
	border-right: 1px solid #666;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer ul li.last a {
	border: none;
}

#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	clear: both;
	padding: 5px 0;
	color: #666;
}

#footer p a:link,
#footer p a:visited {
	color: #666;
	text-decoration: underline;
}

#footer p a:hover {
	color: #666;
	text-decoration: none;
}

#accreditations {
	position: absolute;
	float: right;
	left: 801px;
	top: -1px;
}	

.clear {
	clear: both;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}

blockquote {
    background: url(../img/right-speech.png) bottom right no-repeat;
	position: relative;
	clear: both;
	}

blockquote p {
	position: relative;
	clear: both;
	font-size: 0.8em;
	background: url(../img/left-speech.png) top left no-repeat;
	padding: 2em 1em 2em 2em;
	}

#colA
{
	position: relative;
	float: left;
	width: 47%;
	padding-right: 3%;
}
#colB
{
	position: relative;
	float: right;
	width: 47%;
	padding-left: 3%;
}


/*---------------FONTS-----------------*/


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	margin: 0 -23px 10px -23px;
	padding: 5px 23px;
	color:#3a4803;
	border-bottom: 1px solid #999;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	padding: 0;
	color:#9bc203;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1em;
	margin: 10px 0;
	padding: 0;
	color:#666;
}

p, li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 10px 0 15px 0;
	color:#000;
}


p a:link,
p a:visited,
li a:link,
li a:visited {
	color: #3a4803;
	text-decoration: underline;
}

p a:hover, li a:hover {
	color: #9bc203;
	text-decoration: none;
}
p.testimonialName
{
	text-align: right;
    font-style: italic;
}

.bodyContent ul li {
	margin-left: 30px;
	padding-left: 2px;
	line-height: 1em;
	margin-top: 2px;
	list-style: disc;
}

#projectsHolder p a,
#projectsHolder p.highlighted a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 5px 0;
}

#projectsHolder p a:link,
#projectsHolder p a:visited {
	color:#000;
	text-decoration: none;
}

#projectsHolder p a:hover {
	background: #F5F5F5;
	color:#000;
	text-decoration: none;
}

#projectsHolder p a.active {
	background-color: #F5F5F5;
	color: #000;
	text-decoration: none;
}

.lb ul li
{
	float: left;
	position: relative;
	list-style-type: none;
	margin: 0 5px 0 0;
	padding: 0;
}
.lb ul li.last
{
	margin:0;
}
.lb ul
{
	position: relative;
	float:left;
	width: 100%;
	clear: both;
	margin: 20px 0 20px 0;
}
.lb img
{
	border: solid 4px #3a4803;/*#3a4803*/
}
.lb a:hover img
{
	border: solid 4px #9bc203;/*#3a4803*/
}

/* Gallery 
===========*/
.clear {
	clear:both
}

#gallery {
	position:relative;
	height:411px;
	margin: 20px auto;
	float: left;
	width: 100%;
	clear: both;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}
	
	#gallery h3
	{
		font-size: 1.0em;
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:35px; 
		width:100%; 
		position:absolute;
		top:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#fff;
	}




