/* Reset
*******************************************************************************/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #0d4c0e;
	color: #000;
	font-family: "Times New Roman", serif;
	font-size: 62.5%;
	line-height: 1;
}

a {
	color: #cc6600;
}

a img {
	border: 0px;
}

form {
	display: inline;
}

h2,h3,h4,h5,h6 {
	font-family: Georgia, serif;
}

input,select,th,td {
	font-size: 1em;
}

h1 {
	background: url(../images/layout/banner.jpg) no-repeat;
	height: 105px;
	width: 734px;
}

h1 a {
	display: block;
	height: 105px;
	text-indent: -9999px;
	width: 734px;
}

h2 {
	border-bottom: 2px solid #0d4c0e;
	color: #0d4c0e;
	font-size: 2em;
	margin-bottom: 25px;
	text-transform: uppercase;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

sup {
	color: #990000;
	font-size: .7em;
	font-weight: bold;
	margin: 0 2px;
	position: relative;
	top: 2px;
}

.clear {
	clear: both;
}

#wrap-outer {
	border: 4px solid #fff;
	margin: 10px auto;
	width: 748px;
}

#wrap-inner {
	background-color: #fff;
	border-bottom: 5px solid #0d4c0e;
	border-left: 7px solid #0d4c0e;
	border-right: 7px solid #0d4c0e;
	border-top: 5px solid #0d4c0e;
	width: 734px;
}

#content {
	font-size: 1.7em;
	padding: 20px 10px 10px;
}

#copyright {
	color: #fff;
	font-size: 1.2em;
	margin: 5px auto 20px;
	width: 734px;
}

/* Nav
*******************************************************************************/
#nav {
	background: url(../images/layout/nav-bg.jpg) no-repeat;
	height: 28px;
	float: right;
	list-style: none;
	width: 734px;
}

#nav li {
	display: inline;
	float: right;
	height: 28px;
}

#nav li a {
	display: block;
	height: 28px;
	outline: none;
	text-indent: -9999px;
}

#nav li#nav-home {
	width: 73px;
}

#nav li#nav-team {
	width: 106px;
}

#nav li#nav-services {
	width: 135px;
}

#nav li#nav-testimonials {
	width: 140px;
}

#nav li#nav-contact {
	width: 122px;
}

/* Images
*******************************************************************************/
.caption {
	font-size: .9em;
	font-weight: bold;
	margin-bottom: 35px;
	margin-top: 3px;
}

.imageGroup {
	display: inline;
	float: left;
}

.double .imageGroup {
	margin-left: 14px;
	width: 350px;
}

.triple .imageGroup {
	margin-left: 57px;
	width: 200px;
}

.triple .imageGroup img {
	width: 200px;
}

.double .first,.triple .first {
	margin-left: 0;
}

/* Home
*******************************************************************************/
#home address,#home p {
	font-style: normal;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 15px;
}

/* Team
*******************************************************************************/
#services #content ul,#contact #content ul,#policy #content ul {
	margin-left: 30px;
}

#services #content dt,#contact #content dt,#policy #content dt {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 3px;
}

#services #content dd,#contact #content dd,#policy #content dd {
	line-height: 1.2;
	margin-bottom: 30px;
}

#services #content dd li,#contact #content dd li,#policy #content dd li {
	line-height: 1.2;
}

#services #content dl.definitions {
	border-top: 2px solid #0d4c0e;
	font-size: .8em;
	margin-top: 50px;
}

#services #content dl.definitions dd {
	margin-left: 25px;
}

/* Testimonials
*******************************************************************************/
#testimonials p {
	line-height: 1.2;
	margin: 10px;
}

#testimonials #content .testimonial {
	border-top: 2px solid #0d4c0e;
	margin-top: 25px;
	padding-top: 15px;
}

#testimonials #content .first {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
