body {
	background-color: #7E4621;
	padding-top: 10px;
}

#page {
	width: 810px;
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
}

#header {
	width: 770px;
	padding: 20px 20px 20px 20px;
}

#menubox {
	float: right;
	width: 425px;
	font-family: Arial, Helvetica, sans-serif;
	color: #414141;
	font-size: 0.7em;
}

#menuboxleft ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	/*width: 165px;*/
	margin-right: 25px;
}

#menuboxright ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
}

#menuboxleft ul li, #menuboxright ul li {
	padding: 0 0 5px 20px;
}

#menuboxleft ul li a, #menuboxright ul li a {
	color: #414141;
	text-decoration: none;
}

#menuboxleft ul li.selected, #menuboxright ul li.selected {
	background-image: url(../images/shared/img_menu_arrow.gif);
	background-repeat: no-repeat;
}

#menuboxleft ul li a:hover, #menuboxright ul li a:hover {
	text-decoration: underline;
}

#flashbanner {
	width: 770px;
	height: 330px;
	padding: 0 20px 0 20px;
}

#subpagebanner {
	width: 770px;
	height: 320px;
	background-color: #C1DEE4;
	margin: 0 20px 0 20px;
}

#subpagebanner h2 {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #275B61;
	font-size: 0.9em;
	font-weight: normal;
	margin-left: 256px;
	margin-top: 0px;
	padding-top: 0px;
}

#subpagebanner h2 img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#subpagebanner p {
	font-family: Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	font-size: 0.8em;
	margin-left: 256px;
	line-height: 1.4em;
}

#subpagebanner p a {
	color: #6B6B6B;
	text-decoration: none;
}

#subpagebanner p a.underlined {
	text-decoration: underline;
}

#subpagebanner p a:hover {
	text-decoration: underline;
}

#content {
	width: 770px;
	padding: 5px 20px 0 20px;
}

#contentleft {
	width: 250px;
	float: left;
	padding-bottom: 20px;
}

#contentleft .quotebox {
	width: 200px;
	padding: 20px 0 0 0;
	text-align: left;
}

#contentleft .quotebox h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #9D5C32;
	font-size: 0.9em;
	font-weight: normal;
}

#contentleft .quotebox p {
	font-family: Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	font-size: 0.6em;
	font-style: italic;
	padding-right: 0px;
	margin-right: 0px;
}

#contentleft img.leftteaser {
	float: left;
	margin-top: 12px;
}

#contentright {
	width: 512px;
	float: right;
	padding-bottom: 30px;

}

#contentright2 {
	width: 512px;
	float: right;
	padding-bottom: 30px;

}

#contentcolumnleft {
	width: 270px;
	float: left;
	margin: 15px  0  0  0;		
}

#contentcolumnright {
	width: 200px;
	float: right;
    margin:20px 20px 0 0;
}

#contentright.subpage {
	margin-top: 10px;
}

#contentleft h2, #contentright h2, #contentright2 h2 {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #52331E;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#contentleft h2 img, #contentright h2 img, #contentright2 h2 img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#contentleft h3, #contentright h3, #contentright h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #9D5C32;
	font-size: 0.8em;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
}

#contentright h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #9D5C32;
	font-size: 1em;
	margin-top: 0px;
	padding-top: 10px;
}

#contentright2 h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #9D5C32;
	font-size: 1em;
	margin-top: 0px;
	padding-top: 10px;
}

#contentleft p, #contentright p, #contentright2 p {
	font-family: Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	font-size: 0.8em;
	padding-top: 0px;
	margin-top: 10px;
	padding-right: 10px;
}

#content p a {
	color: #3294B4;
	background-image: url(../images/shared/img_bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 14px;
	text-decoration: none;
}

#contentright p a:hover {
	text-decoration: underline;
}

#contentright p strong {
	color: #9D5C32;
}

#contentright ol {
	font-family: Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	font-size: 0.8em;
}

#contentright ol li {
	padding-bottom: 20px;
}

#contentright table {
	font-family: Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	font-size: 0.8em;
	border: none;
	margin-bottom: 30px;
	/* border-left: 1px solid #C1DEE4;
	border-top: 1px solid #C1DEE4; */
}

#contentright table a {
	color: #3294B4;
	background-image: url(../images/shared/img_bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 14px;
	text-decoration: none;
}


#contentright table a:hover {
	text-decoration: underline;
}

#contentright table tr td {
	/* border-right: 1px solid #C1DEE4;
	border-bottom: 1px solid #C1DEE4; */
	border: none;
	padding: 0px;
}

#contentright table tr td.leftaligned {
	padding-right: 10px;
}

#contentright table.prices {
	font-family: Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	margin-bottom: 30px;
	border-left: 1px solid #C1DEE4;
	border-top: 1px solid #C1DEE4;
	float: right;
}

#contentright table.prices tr td {
	border-right: 1px solid #C1DEE4;
	border-bottom: 1px solid #C1DEE4;
	padding: 6px;
	font-size: 0.9em;
	text-align: center;
}

#contentright ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	font-size: 0.8em;
	list-style-type: none;
}

#contentright ul li {
	background-image: url(../images/shared/img_bulletpoint.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-bottom: 10px;
}

#contentright form input, #contentright form textarea {
	width: 300px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #C1DEE4;
	font-family: Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	font-size: 0.8em;
}

#contentright form select {
	width:220px;
	margin-top:2px;
	margin-bottom:2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	font-size: 0.8em;
}

#contentright form label
{
	float: left; 
	width: 120px; 
	margin-right: 2px; 
	font-weight: bold;
	margin-top:2px;
	margin-bottom:2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	font-size: 0.8em;
}

#contentright2 p a:hover {
	text-decoration: underline;
}

#contentright2 p strong {
	color: #9D5C32;
}

#contentright2 ol {
	font-family: Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	font-size: 0.8em;
}

#contentright2 ol li {
	padding-bottom: 20px;
}

#contentright2 table {
	font-family: Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	font-size: 0.8em;
	border: none;
	margin-bottom: 30px;
	/* border-left: 1px solid #C1DEE4;
	border-top: 1px solid #C1DEE4; */
}

#contentright2 table a {
	color: #3294B4;
	display: block;
	text-decoration: none;
}


#contentright2 table a:hover {
	text-decoration: underline;
}

#contentright2 table tr td {
	/* border-right: 1px solid #C1DEE4;
	border-bottom: 1px solid #C1DEE4; */
	border: none;
	padding: 0px;
}

#contentright2 table tr td.leftaligned {
	padding-right: 10px;
}

#contentright2 table.prices {
	font-family: Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	margin-bottom: 30px;
	border-left: 1px solid #C1DEE4;
	border-top: 1px solid #C1DEE4;
	float: right;
}

#contentright2 table.prices tr td {
	border-right: 1px solid #C1DEE4;
	border-bottom: 1px solid #C1DEE4;
	padding: 6px;
	font-size: 0.9em;
	text-align: center;
}

#contentright2 ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	font-size: 0.8em;
	list-style-type: none;
}

#contentright2 ul li {
	background-image: url(../images/shared/img_bulletpoint.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-bottom: 10px;
}

#contentright2 form input, #contentright form textarea {
	width: 300px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #C1DEE4;
	font-family: Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	font-size: 0.8em;
}

#contentright2 form select {
	width:220px;
	margin-top:2px;
	margin-bottom:2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	font-size: 0.8em;
}

#contentright2 form label
{
	float: left; 
	width: 120px; 
	margin-right: 2px; 
	font-weight: bold;
	margin-top:2px;
	margin-bottom:2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	font-size: 0.8em;
}

#teaserbanner {
	width: 770px;
	padding: 0 20px 20px 20px;
	height: 70px;
}

#teaserbanner img {
	margin-right: 10px;
	float: left;
}

#teaserbanner img.teaserlast {
	margin-right: 0px;
}

#footer {
	width: 770px;
	padding: 0 20px 20px 20px;
}

#footer p.address {
	float: right;
	width: 200px;
	text-align: right;
	color: #6B6B6B;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p.address a {
	color: #6B6B6B;
	text-decoration: underline;
}

#footer p.footerleft {
	float: left;
	width: 500px;
	color: #6B6B6B;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 43px;
}

#footer p.footerleft a {
	color: #6B6B6B;
	text-decoration: underline;
}

.clearline {
	clear: both;
}