@charset "utf-8";
/* CSS Document */

*
{
	padding:0px;
	margin:0px;
}

body
{
	background-color:#fbf7ee;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

img
{
	border:none;
}

#site_container
{
	background-image:url(../img_upload/background.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

#main_site
{
	width:950px;
	text-align:left;
	margin:0px auto 0px auto;
}

#header
{
	width:950px;
	height:290px;
}

#header_left
{
	width:237px;
	float:left;
}

#header_right
{
	float:right;
	width:713px;
}

.clearify
{
	clear:both;
}

#slogan
{
	height:40px;
}

#flash_area
{
	height:250px;
}

#details_area
{
	width:950px;
	background-image:url(../img_upload/details_area_back.jpg);
	background-repeat:repeat-y;
	margin-top:40px;
	margin-bottom:40px;
}

#left_column
{
	width:195px;
	float:left;
}

.menu
{
        width:195px;
        color:#000000;
}

.menu li

{
        list-style:none;
}

.menu li a
{
        display:block;
        margin-top:10px;
        text-decoration:none;
        color:#d51919;
        font-size:12px;
        text-align:center;
        text-decoration:none;
}

.menu li a:hover
{
        color:#307628;
}

.menuheader
{
	background-image:url(../img_upload/menu_back.jpg);
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;
	height:29px;
        color:#016531;
        padding-top:25px;
        text-align:center;
}

.menutop,.menubot
{
        padding:5px;
}

#middle_column
{
	float:left;
	width:530px;
        padding-left:15px;
}

#middle_column h1, #middle_column h2, #middle_column h3
{
        font-size:20px;
        font-weight:normal;
        padding-top:10px;
        clear:both;
        color:#307628;
}

#middle_column h3
{
        font-size:12px;
        padding-top:5px;
        color:#000000;
}

#middle_column p
{
        font-size:12px;
        padding-top:10px;
        padding-bottom:10px;
        line-height:1.5em;
        text-align:left;
}

#middle_column .prev_copy
{
        padding-top:5px;
        padding-bottom:0px;
}

#middle_column a:link, #middle_column a:visited
{
        color:#d51919;
        text-decoration:none;
        font-size:12px;
}

#middle_column a:hover
{
        color:#307628;
}

#middle_column li
{
        margin-left:35px;
}

#middle_column ul
{
        padding-top:5px;
        padding-bottom:5px;
}

.out_link p
{
        padding-top:0px !important;
        padding-bottom:0px !important;
}

#middle_column .boxes
{
        float:left;
        width:45%;
        margin:1%;
        border:#ded9c5 1px solid;
        padding:5px;
}

.boxes h4
{
        font-size:15px;
        background-color:#ded9c5;
        color:#d51919;
        padding:3px;
}

.boxes .boxce img
{
        text-align:left !important;
        padding-right:5px;
}

.boxes p
{
        padding-left:0px !important;
        padding-right:0px !important;
        padding-bottom:0px !important;
        padding-top:5px !important;
}


#right_column
{
	float:right;
	width:195px;
        display:inline;
}

#right_column .boxes3
{
        background-color:#ebe6d3;
        margin-bottom:10px;
        width:190px;
        margin-left:5px;
}


#right_column h4
{
	padding-left:5px;
        padding-right:5px;
        padding-top:5px;
        padding-bottom:5px;
	color:#307628;
	font-size:15px;
        text-align:center;
        background-color:#ded9c5;
}

.content2 p
{
        padding-top:5px;
	padding-bottom:5px;
        font-size:12px;
        line-height:18px;
        padding-left:10px;
        padding-right:10px;
        color:#000000;
}

.content2 a:link, .content2 a:visited

{
        color:#919194;
        text-decoration:none;
        font-size:12px;
}

.content2 a:hover
{
        text-decoration:underline;
}

.content2 img
{
        text-align:center !important;
        padding-top:10px;
        padding-bottom:10px;
}

#footer
{
	background-color:#307628;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	color:#fff;
	font-size:12px;
}

#footer a:link, #footer a:visited
{
	color:#fff;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

.search {
	width: 98%;
	background-color: #FBF2F0;
	border: 1px solid #F1F1C9;
	float: left;
	display: inline;
	color: #000000;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	overflow: hidden;
}
.search .content2 p {
	font-size: 50%;
}

.search h4 {
	background-color: #D47255;
	display: block;
	padding: 10px;
	margin: 0px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C13E22;
}
.search .content2 img {
	float: none;
	width: 100%;
	margin-right: 6px;
	margin-bottom: 2px;
	height: auto;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


