/* CSS Document */

body {
	background-color: #6B2A4B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu {
	background-image: url(images/menu_bkg.jpg);
	height: 44px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 20px;
}

h1 {
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #6A2A4A;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	line-height: 24px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #6B2A4B;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

li {
	padding-bottom: 10px;
}

li ul {
	margin-top:10px;
}


#header {
	background-image: url(images/top_right.gif);
	background-repeat: no-repeat;
	width: 780px;
}

#topmenu {
	width: 730px;
	text-align: right;
	margin: 0px;
	padding-top: 100px;
	color: #334E39;
	font-size: 11px;
}

#topmenu a:link, #topmenu a:visited {
	color: #334E39;
	text-decoration: none;
}

#topmenu a:hover, #topmenu a:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#breadcrumbs {
	background-color: #A7BBAA;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 2px;
	padding-right: 23px;
	padding-bottom: 0px;
	margin: 0px;
}

#breadcrumbs_lt_bkg {
	background-image: url(images/breadcrumbs_left.jpg);
	background-repeat: repeat-y;
}

#breadcrumbs_rt_bkg {
	background-image: url(images/breadcrumbs_right.jpg);
	background-repeat: repeat-y;
}

#content {
	background-image: url(images/content_bkg.gif);
	background-repeat: repeat-y;
}


#content_left {
	padding-right: 20px;
	padding-left: 45px;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}

#content_middle {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #6B2A4B;
	border-left-color: #6B2A4B;
	padding-right: 20px;
	padding-left: 20px;
	width: 470px;
	font-size: 12px;
	line-height: 16px;
	color: #6B2A4B;
}

#content_right {
	padding-right: 50px;
	padding-left: 20px;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}

#content_2column {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #6B2A4B;
	padding-right: 80px;
	padding-left: 20px;
	width: 680px;
	font-size: 12px;
	line-height: 16px;
	color: #6B2A4B;
}

.quote {
	font-style: italic;
	color: #334E39;;
}

.black {
	color: #000000;
}

.right_table {
	border: 1px solid #666666;
	width: 200px;
}

.right_table th {
	background-color: #FFE7B5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: 14px;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #6B2A4B;
}

.right_table td {
	margin: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.right_table2 {
	border: 1px solid #666666;
	width: 200px;
}

.right_table2 th {
	background-color: #E3C481;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: 14px;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #6B2A4B;
}

.right_table2 td {
	margin: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.left_table {
/*width:150px;*/
}
.left_table a {
color:  #6B2A4B;
text-decoration: underline;
}
.left_table a:hover {
color: #334E39;
}

.testimonial_table {
	border: 1px solid #666666;
	width: 200px;
}

.testimonial_table td {
	margin: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-color: #FFFFAE;
}

.testimonial_table2 {
	border: 1px solid #666666;
	width: 200px;
}

.testimonial_table2 td {
	margin: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-color: #FFFFCC;
}

#bottom {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	height: 72px;
}

#footer {
	color: #6B2A4B;
	margin: 0px;
	padding-top: 11px;
	text-align: center;
	font-size: 11px;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #334E39;
	text-decoration: underline;
}

#breadcrumbs a:hover, #breadcrumbs a:visited:hover {
	color: #6B2A4B;
	text-decoration: underline;
}


#content_middle a:link, #content_middle a:visited {
	color: #334E39;
	text-decoration: underline;
}

#content_middle a:hover, #content_middle a:visited:hover {
	color:  #6B2A4B;
	text-decoration: underline;
}

#content_right a:link, #content_right a:visited {
	color:  #6B2A4B;
	text-decoration: underline;
}

#content_right a:hover, #content_right a:visited:hover {
	color: #334E39;
	text-decoration: underline;
}

#content_2column a:link, #content_2column a:visited {
	color: #334E39;
	text-decoration: underline;
}

#content_2column a:hover, #content_2column a:visited:hover {
	color:  #6B2A4B;
	text-decoration: underline;
}

.button {
	border: 1px solid #666666;
	background-color: #FFE7B5;
	width: 100px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-left: 15px;
	color: #6B2A4B;
	text-align: center;
	text-decoration: none !important;
}

.button a {
	color: #6B2A4B;
	text-decoration: none;
}

.button a:link, .button a:visited {
	color: #6B2A4B;
	text-decoration: none;
}

.button a:hover, .button a:visited:hover {
	color: #334E39;
	text-decoration: none;
	background-color: #6B2A4B;
}

.newsletter-button {
width:180px;
}

p#credits {
width:1009px;
margin:0 auto;
color:#fff;
text-align:center;
font-size:80%;
}
p#credits a {
color:#fff;
}


ul#seolinks {
	width:956px;
	margin:0 auto 15px auto;
	padding:0;
	list-style:none;
	text-align:center;}

	ul#seolinks li {
		display:inline;
		padding:0 10px;}
	
	ul#seolinks li a {
		font-size:70%;
		color:#fff;}