* {
	margin:0;
	padding:0;
}

html, body {
	min-height:100%;
}

body {
	background:url(img/bodybg.jpg) no-repeat fixed center center #D7D7D7;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

a {
	color:inherit;
}

a img {
	border:0;
	outline:0;
}

.clear {
	clear:both;
}

.serif {
	font-family:Georgia,"Times New Roman",Times,serif;
}

.sansserif {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}

p {
	margin-bottom:10px;
}

	/* WRAPPER */

.wrapperContainer {
	width:100%;
	margin:20px 0 0 0;
}

.shadow {
	width:auto;
}

.leftShadow {
	margin:0 0 0 auto;
	background:url(img/shadowleft.png) repeat-y right top;
}

.rightShadow {
	margin:0 auto 0 0;
	background:url(img/shadowright.png) repeat-y left top;
}

.wrapper {
	width:900px;
	background:#FFF;
	position:relative;
}

.wrapped {
	width:750px;
	margin:auto;
}

	/* banner */

.bannerbg {
	background:url(img/bannerbg.png) repeat-x;
}
.banner {
	background:url(img/banner.png) no-repeat center center;
	height:170px;
	position:relative;
}
.bannerbg_small {
	background:url(img/bannerbg_small.png) repeat-x;
}
.banner_small {
	background:url(img/banner_small.png) no-repeat center center;
	height:100px;
	position:relative;
}
.quotation {
	text-align:left;
	width:684px;
	margin:0 auto;
/*	padding:48px 0 0 0;*/
	padding:22px 0 0 0;
	line-height:13px;
	color:#EEE;
}
.quotation div {
	margin-right:400px;
	font-size:12px;
	letter-spacing:1px;
/*	font-family:Gill Sans Light, Gill Sans, sans-serif;*/
}

	/* HEADER */
.header {
	width:750px;
	height:260px;
	margin:48px auto 0px;
	position:relative;
	background:url(img/headerbg.jpg) no-repeat center 40px #FFF;
}

#linda {
	position:absolute;
	left:50px;
	top:-14px;
}

h1 {
	position:absolute;
	font-weight:normal;
	left:275px;
	text-transform:lowercase;
}

.services {
	position:absolute;
	width:425px;
	left:275px;
	top:75px;
}

h2 {
	font-weight:normal;
	color:#751E06;
	font-size:18px;
	margin-bottom:16px;
}

.indent1 { margin-left:0px; }
.indent2 { margin-left:30px; }
.indent3 { margin-left:60px; }
.indent4 { margin-left:90px; }

.description {
	width:570px;
	position:absolute;
	top:148px;
	left:184px;
	padding:6px 2px 6px 12px;
	border:1px solid #CCC;
	background:url(img/descriptionbg.jpg) repeat-x right bottom #FFF;
	font-size:12px;
}

	/* SECTIONS */
.sections {
	margin:auto;
}
.sections td {
	vertical-align:top;
}
.section {
	margin:10px 10px;
	background:#EEE;
	font-size:13px;
	color:#484848;
}
.sectioninnards {
	margin:10px 13px 20px;
}
.onecol {
	width:740px;
}
.twocol {
	width:360px;
	height:200px;
}
h3 {	
	font-weight:normal;
	background:#FFF;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	font-size:16px;
	letter-spacing:1px;
	display:inline;
	padding:2px 10px;
	color:#AAA;
}
.imgleft {
	float:left;
	margin:0 4px;
}

	/* RESOURCES */
.resources {
	margin:0 0 0 40px;
}

	/* CONTACT */
.contact {
	list-style:none;
	width:240px;
	margin:10px auto;
}

.contact td {
	vertical-align:middle;
	text-align:center;
	line-height:57px;
}

.contact a {
	text-decoration:none;
	display:block;
	height:64px;
}

.contact a:hover {
	background:url(img/graygradient.png) repeat-x left bottom #939393;
	color:#FFF;
}

	/* RESPONSES */
.author {
	text-align:right;
	margin:0;
	color:#000;
}

.credentials {
	text-align:right;
	margin:0;
	padding:0 0 20px; f
	color:#939393;
	font-size:11px;
}

	/* text links */
.textlinks {
	text-align:center;
	font-size:12px;
	margin:10px auto 40px;
}

	/* FOOTER */

.footer {
	text-align:center;
	font-family:Verdana, sans-serif;
	font-size:10px;
	margin:18px auto 40px;
	color:#757575;
}

.footer p {
	margin-bottom:8px;
	line-height:12px;
}

.footer a {
	border:0;
	text-decoration:underline;
}
