/* Global
----------------------------*/
form { margin: 0px; }
img { border-style: none; }

table { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
table a { color: #745616; font-weight: bold; text-decoration: underline; }
table a:hover { color: #7A9F68; font-weight: bold; text-decoration: underline; }

input, select, textarea, div { font-family: Verdana, Arial, Helvetica, sans-serif; }

/* Classes
----------------------------*/

.content_pad { padding-left: 28px; padding-right: 28px; padding-bottom: 28px; }
.content {
	background-color: #F5F3E9;
	width: 740px;
	height: 400px;
	vertical-align:top;
	text-align:left;
}

.homepage_box a { color: #2B660F; font-weight: bold; text-decoration: underline; }
.homepage_box a:hover { color: #000000; font-weight: bold; text-decoration: underline; }
.homepage_box {
	background-color:#F5F3E9;
	border: 1px solid #666666;
	vertical-align:top;
	text-align:left;
	font-size: 11px;
	width: 250px;
	height: 112px;
	color: #2B660F;
}

.white_bar { border-bottom: 1px solid #FFFFFF; }
.white_border { background-color:#FFFFFF; }
.picture_box { background-color: #7A9F68; vertical-align:top; text-align:left; }
.fading_picture {
	background-color: #7A9F68;
	width: 465px; 
	height:298px;
	vertical-align:top;
}
.homepage_green_pad { padding: 12px; }
.homepage_green {
	background-image:url(../images/homepage_green.jpg);
	background-repeat:no-repeat;
	background-color: #7A9F68;
	width: 274px;
	height:298px;
	vertical-align:top;
	text-align:left;
}

.homepage_content_floral	{
	background-color: #C6BB8A;
	width: 740px;
	height: 138px;
	vertical-align:top;
	text-align:left;
	background-image:url(../images/floral.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
}
.homepage_content_floral_pad {
	padding: 9px;
}

.welcome_table { width: 690px; border-style: none; }
.welcome_cell_pad { padding: 12px; }
.welcome_cell {	
	width: 453px;
	background-color: #ECE8D7;
	border: 1px solid #726B3F;
	color:#2B660F;
	vertical-align:top;
	text-align:left;
	height:120px;
}

/* Common Classes
----------------------------*/
.body { margin:0px; background-color:#795720; }
.alignment { text-align:center; }
.print_friendly { text-align:left; padding: 16px; background-color:#000000; }
.pageTitle { font-weight: bold; color: #7B7E6C; font-size: 14px; }

.crumb { font-size: 9px; color: #000000; }
.crumb strong { color:#000000; }
.crumb a { color: #000000; font-weight: bold; text-decoration: underline; }
.crumb a:hover { color: #000000; font-weight: bold; text-decoration: underline; }

.subnav { font-size: 10px; }
.subnav a { color: #000000; text-decoration: underline; font-weight: normal; }
.subnav a:hover { color: #000000; text-decoration: underline; font-weight: normal; }

.footer_frame { height: 20px; background-color:#2B660F; text-align:center; vertical-align:middle; border-bottom: 2px solid #ffffff; }
.footer { font-size: 10px; color:#FFFFFF; }
.footer a { font-weight: bold; text-decoration: none; color:#FFFFFF; }
.footer a:hover { font-weight: bold; text-decoration: none; color:#D6D2B7; }

.internal_search_bg { 
	width: 269px; 
	height:57px; 
	background-color:#745616;
	vertical-align:middle;
	text-align:center; 
}
.search_bg { }
.search_table { width: 118px; }
.search { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-left: 4px;
	width: 105px;
}

/* Tell a Friend
----------------------------*/
.taf {
	background-color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.textbox {
	width:150px;
	height: 14px;
	border-style: solid;
	border-width: 1px;
	border-color:#333333;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left: 4px;
}
.textarea {
	width:300px;
	height: 75px;
	border-style: solid;
	border-width: 1px;
	border-color:#333333;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left: 4px;
}

/* Buttons
----------------------------*/
.button {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#745616;
	background-color:#DEDAC4;
}

/* Other
----------------------------*/
.contact table { font-size:11px; }
.contact input { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
.contact textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
.contact select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }

.newsletter { font-size:11px; color:#000000; }
.sitemap { font-family: verdana, arial, helvetica, sans-serif; font-size:11px; color:#012D24; }

.required { color: #ff0000; }

