@charset "UTF-8";
/* CSS Document */

/*---------------------- BODY DEFINITIONS --------------------------*/

body, html {
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#5e5456;
	background-color:#e9e9e9;
	margin:0px;
}

a {
	color:#5e5456;
	text-decoration:none;
}

a:hover {
	color:#b6995d;
	text-decoration:none;
}

/*---------------------- PAGE DEFINITIONS --------------------------*/

#wrapper {
	width:100%;
	margin:0px;
	background-color:#e9e9e9;
}

#mastheadwrapper {
	width:100%;
	height:118px;
	background-color:#FFF;
}

#masthead {
	width:980px;
	height:118px;
	margin:auto;
}

#nav {
	float:right;
	margin-top:87px;
}

#nav ul {
	display:block;
	display:inline;
}

#nav li {
	display:block;
	display:inline;
	padding-left:15px;
}

#testimonialwrapper {
	width:100%;
	height:142px;
	background-image:url(images/testimonialwrapperbg.jpg);
	background-repeat:repeat-x;
}

#testimonials {
	width:980px;
	height:142px;
	margin:auto;
	background-image:url(images/testimonialbg.jpg);
	background-position:top;
	text-align:center;
}

#headerwrapper {
	width:100%;
	height:72px;
	background-image:url(images/headerbg.jpg);
	background-repeat:repeat-x;
}

#header {
	width:980px;
	height:72px;
	margin:auto;
}

#contentwrapper {
	width:100%;
}

#content {
	width:980px;
	margin:auto;
	padding-top:20px;
	line-height: 1.5;
}
#content ul {

}

#content li {
	line-height: 1.5em;
	margin-bottom: 15px;
}

#leftcolumn {
	float:left;
	width:700px;
}

#rightcolumn {
	float:right;
	width:240px;
}

#footerwrapper {
	width:100%;
}

#footer {
	width:980px;
	margin:auto;
	text-align:center;
	margin-top:20px;
}


/*-------------------------- CLASSES -------------------------------*/


hr {
	color:#5e5456;
}

.header1 {
	font-size:24px;
	font-weight:normal;
	line-height:3em;
	pading:none;
	margin:none;
}

.header2 {
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	line-height:1.5em;
	padding:none;
	margin:none;
}

.header3 {
	font-size:18px;
	font-weight:normal;
	line-height:1em;
	padding:none;
	margin:none;
}

.style1 {font-size: 20px}

.header2 .style1 {
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	line-height:1.5em;
	padding:none;
	margin:none;
}

.header4 {
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	line-height:1.5em;
	padding:none;
	margin:none;
}

/*-----------------------tip-----------------*/

img.tTip						{ margin: 8px 15px 8px 0px; float: left; }
.tinyTip						{ width: 600px; padding: 17px 0px 0px 0px; display: block; background: url(images/Tip-top.png) 0px 0px no-repeat; }
.tinyTip .content				{ padding: 0px 15px 0px 15px; font-size: 13px; font-family: "helvetica"; color:#5e5456;  background: url(images/Tip-content.png) 0px 0px repeat-y; }
.tinyTip .bottom				{ height: 47px; background: url(images/Tip-bottom.png) 0px 0px no-repeat; font: 0px/0px sans-serif; }
