/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #636466;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #598c17;
	line-height: 1.3;
}

h1
{
	font-size: 30px;
}

h2
{
	font-size: 22px;
}

h3
{
	font-size: 18px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 15px;
}

h6
{
	font-size: 14px;
}

p
{
	color: #636466;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 14px;
	line-height: 1.3;
}

/*************************************************** Layout Divs ***************************************************/

.rhcol
{
	width: 150px;
	background: url(images/doves.jpg);
	background-repeat: repeat-y;
}

.header
{
        clear: both;
        height: 50px;
        padding: 1px;
}

.menu
{
	width: 155px;
	background-color: #b14f77;
	color: #ffffff;
}

.content
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top:0px;
	padding-bottom:10px;
        margin: 0px;
	margin-top: 5px;
}

.footer
{
	text-align: center;
	background-color: #b14f77;
}

/*************************************************** Header & Footer Styles ***************************************************/

.header h1
{
	text-align: center;
}

.footer p
{
	font-size: 10px;
	padding: 10px;
	color: #ffffff;
}

.footer a
{
	color: #ffffff;
}

.footer a:hover
{
	color: #000000;
}

/*************************************************** Main Content Styles ***************************************************/

.content .img_left
{
	padding-right:5px;
}

.content .img_right
{
	padding-left:5px;
}

.content ul
{
	padding-left: 20px;
	padding-right: 20px;
}

.content ul li
{
	font-size: 14px;
	list-style: none;
	padding-bottom: 8px;
}

.content a
{
	color: #636466;
}

.content a:hover
{
	color: #a4d52c;
}

.content ol
{
	padding: 10px 80px 14px 60px;
}

.content ol li
{
	font-size: 14px;
	padding-left: 4px;
	color: #598c17;
	padding-bottom: 8px;
}

/*************************************************** Menu Content Styles ***************************************************/

.menu 
{
	padding-top:60px;
	padding-left:5px;
	padding-right:0px;
	padding-bottom:0px;
}

.menu ul li
{
	font-size: 14px;
	list-style: none;
	padding-bottom: 35px;
}

.menu a
{
	color: #ffffff;
}

.menu a:hover
{
	color: #000000;
}

/*************************************************** Mail Form Styles ***************************************************/

.mailformprompt

{
	width: 200px;
}                             

.mailforminput
{

	width: 400px;
        border: 1px #000 solid;                    
        font-size: 10pt; 
        background:  #fff;
}

.mailformbutton
{
        margin-left: 225px;
}

.mailthankyou
{
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}