/* This is the style of your browser text */

html, body {
	height: 100%;
}

body {
	min-width: 810px;
	line-height: 14pt;
	padding: 0;
	margin: 0;
	text-align: center;
	background:#DBD7CD url(images/bg.gif);
	background-position:top;
	background-repeat:repeat-y;
}

* {
	margin: 0;
}

#wrapper {
	position: center;
	position: relative;
	text-align:left; /* reset text alignment */ 
	width:810px; /* or a percentage, or whatever */ 
	min-height: 100%;
	height: auto;
	height: 100%;
	margin: 0 auto;
	background:#F8F7F5 url(images/wrapper.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#header {
	width: 810px;
	height: 240px;
	margin-left:0px;
	background: none;
}

#nav {
	padding: 70px 40px 0px;
	margin: 0px 10px 0px 0px;
	width: 300px;
	height: 20px;
}

#breadcrumb {
	position: absolute;
	padding: 0px 40px 0px;
	top: 185px;
	width: 400px;
}

#breadcrumb p{
	font-family: "Lucida Grande", verdana, sans-serif;
	font-size: 11px;
	color: #6B6351;
}

#breadcrumb a {
	text-decoration: none;
	color: #6B6351;
}

#breadcrumb a:hover {
	text-decoration: underline;
	color: #EE0175;
}

#content {
	position: relative;
	top: 0px;
	padding-left: 40px;
	width:460px;
	margin-bottom: 20px;
}

#content p, #right p, #footer p #firstpara p{
	font-family: "Lucida Grande", verdana, sans-serif;
	font-size: 11px;
	color: #6B6351;
	padding-bottom: 14px;
}

#right {
	font-family: "Lucida Grande", verdana, sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height:18px;
	position: absolute;
	top: 240px;
	right: 0px;
	width:270px;
	margin-bottom: 20px;
}

#right ul {	
	margin-left: 0px;
	padding:0px;

}

#right li {	
	margin-left: 0px;
	background: url(images/icon_pencil.gif) 30px 0px no-repeat;
	padding:  0px 30px 10px 60px;
	font-style:  normal;
	list-style-type: none;
}

#right p {	
	padding:  0px 30px 20px 30px;
	font-size: 10px;
	line-height:16px;
	color: #FFF;
}

#right h2 {	
	padding:  0px 0px 20px 30px;
	color: #FFF;
}

#footer {
	position: relative;
	top: 0;
	height: 50px;
	margin-left:0px;
	width: 810px;
}

#footer p {
	font-family: "Lucida Grande", verdana, sans-serif;
	font-size: 11px;
	color: #6B6351;
	padding: 30px 0 15px;
	text-align: center;
}

a:link, a:visited {
	text-decoration: none;
	color: #EE0175;
}

a:hover {
	text-decoration: underline;
	color: #6B6351;
}

#firstpara {
	font-size: 11px;
	font-style: bold;
}

#success p{
	color:#FFFFFF;
	padding-bottom: 0px;
}

#testimonials p{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
	color:#6B6351;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 {
	font-size: 19px;
	color: #EE0175;
	font-style: bold;
	line-height:22px;
	letter-spacing: normal;
	padding-bottom: 20px;
}

h2 {
	font-size: 13px;
	color: #6B6351;
	font-style:  bold;
	padding-bottom: 10px;
	line-height:18px;
	letter-spacing: normal;
}

h3 {
	font-size: 11px;
	color: #EE0175;
	font-style:  bold;
	letter-spacing: normal;
	padding-bottom:0px;
}

h4 {	
	background: url(images/icon_question.gif) 0px 0px no-repeat;
	padding:  0px 0px 20px 34px;
	font-size: 13px;
	color: #6B6351;
	font-style:  bold;
	line-height:26px;
	letter-spacing: normal;
}


h5 {
	background: url(images/icon_info.gif) 0px 0px no-repeat;
	padding:  0px 0px 20px 34px;
	font-size: 13px;
	color: #6B6351;
	font-style:  bold;
	line-height:26px;
	letter-spacing: normal;

}

h6 {
	background: url(images/icon_contact.gif) 0px 0px no-repeat;
	padding:  0px 0px 20px 34px;
	font-size: 13px;
	color: #6B6351;
	font-style:  bold;
	line-height:26px;
	letter-spacing: normal;

}

input, select, textarea{
	border: 1px solid #DADEE4;
}