/* CSS Document */


body {
	margin:0;
	padding:0;
	background-color:#F6F6F6;
	background-image:      url("images/site/white-wall.jpg");
	background-position:top center;
	background-repeat:repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333;
}

/************************ Structural CSS **************************/

#container {
position:relative;
width:900px;
left:50%;
margin:0 0 0 -450px;
background-image: url("images/site/container-bg.jpg");
background-repeat:repeat-y;
text-align:left;
}

#header {
width:900px;
height:205px;
line-height:120%;
}

#nav {
width:900px;
height:28px;
}

#sidebar {
float:left;
width:256px;
min-height:700px;
margin:0 0 0 7px;
padding:0 0 0 0;
color:#333;
}

#curve {
float:left;
width:630px;
height:70px;
}

#content {
float:left;
margin:0 7px 0 0;
width:630px;
}

#flap {
width:300px;
height:120px;
background-image: url("images/site/flap.jpg");
background-repeat:no-repeat;
}

#footer{
clear:both;
width:900px;
height:80px;
background-image:   url("images/site/footer.jpg");
background-repeat:no-repeat;
color:#666666;
}

#footer table {
margin: 67px 6px 0 6px;
}

#content table {margin: 0 35px 20px 35px;}
#content table p {margin-left:0;margin-right:0;}
#content table h1 {margin-left:0;margin-right:0;}
#content table h2 {margin-left:0;margin-right:0;}
#content table h3 {margin-left:0;margin-right:0;}
#content table h4 {margin-left:0;margin-right:0;}

#sidebar h2 {
color:#4C705C;
font-size:1.1em;
margin-top:20px;
}

p {
font-size: 1em;
margin: 0 35px 20px 35px;
line-height: 145%;
}

h1 {
font-size:2.2em;
margin:0 35px 30px 35px;
line-height:130%;
/*color:#7F9C62;*/
font-weight:normal;
color:#7F9C62;
/*font-family:Georgia, "Times New Roman", Times, serif;*/
}

h2 {
color:#A1BB6B;
font-size:1.3em;
line-height:130%;
margin:0 35px 4px 35px;
font-weight:normal;
text-transform:uppercase;
/*font-family:Georgia, "Times New Roman", Times, serif;*/
}


#newsletter h2 {color:#936;margin:0 35px 3px 35px;}

h3 {
font-size:1.3em;
line-height:130%;
margin:20px 35px 5px 35px;
color:#939;
}

h4 {
font-size:1em;
line-height:130%;
margin:10px 35px 0 35px;
text-transform:capitalize;
}

#corporate h4 {
	color:#339;
}

ul {
margin:10px 35px 25px 50px;
padding:0;
}

table ul {
margin:0 0 0 20px;
}

#quote ul {
margin:10px 15px 10px 30px;
}

#quote li {
margin:0 0 4px 0;
list-style-type:none;
}

li {
margin:0 0 2px 0;
line-height: 145%;
}

a:link {color:#993399;  text-decoration:underline;}
a:visited {color:#993399;  text-decoration:underline;}
a:hover {color:#CC3366;  text-decoration:underline;}
a:active {color:#993399;  text-decoration:underline;}

#expertise {
width:200px;
float:right;
background-color:#FFFFFF;
margin:0 30px 0 10px;
}

.expertise ul{
margin: 10px 0 10px 0;
}

.clear {
clear:btoh;
}

#content table h2 {
margin-top:0;
}

#consultations h2{
color:#669966;
}

.img-float-left {
float:left;
margin: 0 7px 5px 0;
}

.img-float-right{
float:right;
margin: 0 0 5px 7px;
}

/****************************** Formatting CSS *****************************/

.greenquote {
	color:#696;
	background-color:#FFF;
	font-style:italic;
	font-size:1.1em;
	padding:5px;
	margin:25px 35px 10px 35px;
}

.testimonial {
	color:#696;
	font-style:italic;
	font-size:1em;
	margin:25px 35px 5px 35px;
}

#focus {
background-image: url("images/focus/focus-bg.jpg");
background-repeat:no-repeat;
width:567px;
margin:0 30px 10px 30px;
padding:10px 0 0 0;
}

#focus p {
margin:0 10px 0 10px;
line-height:135%;
}

#focus h2 {
font-size:1.2em;
line-height:125%;
color:#4C705C;
margin:0 10px 5px 10px;
font-weight:bold;
text-transform:none;
}

