body {
	margin: 0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#3d3e39;
}

h2,h3,h4,h5,h6{
	color:#505542;
}
h1{
    color:#505542;
    font-size:18px;
}

table h3{
	color: #b7b7ae;	
}

p,span,label,a, ul,li,ol{
	color:#333333;
}

a:active { outline: none; } 

a:focus { -moz-outline-style: none; }

#container{
	width:980px;
	overflow:hidden;
	margin:0 auto;
}

#header{
	width:980px;
	height:99px;
	overflow:hidden;
	background:url(images/bg_header.jpg) repeat-x;
}

#logo{
	width:525px;
	height:99px;
	overflow:hidden;
	float:left;
}

#contact_link {
	width:440px;
	height:25px;
	float:right;
	color:#949493;	
	text-align:right;
	padding:5px;
}

#contact_link a{
	color:#838481;
}

#icons{
	width:450px;
	height:60px;
	float:right;
}

#string{
	background:transparent;
	border:none;
	color:#777777;
	font-size:12px;
	margin-top:3px;
	width:132px;
}

#string_background{
	width:160px;
	height:23px;
	background:url(images/bg_txt_search.jpg);
	padding-left:4px;
	float:right;
	margin-right:5px;
}

#menu{
	width:980px;
	height:40px;
	background:url(images/bg_menu.jpg) repeat-x;
}

#options_menu{
	width:715px;
	height:40px;
	float:left;
}

#shadow_menu{
	width:980px;
	height:9px;
	overflow:hidden;
	background:url(images/shadow.jpg) repeat-x;
	margin-top:1px;
}

#search{
	width:265px;
	height:33px;
	float:left;
	padding-top:7px;
}

#content{
	width:980px;
	overflow:hidden;
	/*background:url(images/bg_interior.jpg) repeat-y;*/
	background:#f6f1f0;
	padding-bottom: 15px;
}

#content_left{
	width:273px;
	overflow:hidden;	
	float:left;
}

#min_height{
	width:1px;
	height:350px;
	float:left;
}

#main_content_left{
	width:272px;
	overflow:hidden;
	float:left;
}

#content_right{
	width:672px;
	overflow:hidden;
	float:left;
	margin-left:12px;
}

#main_title{
	width:638px;
	height:32px;
	border-bottom:1px solid #698224;
	color:#64584c;
	padding-left:34px;
}

#main_content{
	width:638px;
	overflow:hidden;
	padding:15px 0px 0px 34px;
	color:#698224;
        font-size:14px;
}


#powered{
    width:980px;
    height:41px;
    background:url(images/bg_powered.jpg) no-repeat;
    overflow:hidden;
    color:#64584c;
    margin-bottom:2px;
    padding-top:25px;
    text-align:center;
}


/*  CSS MENU */

#menu ul{
	margin:0 0;
}

.option{
	color:#b7b7ae;
	text-decoration:none;
	list-style:none;
	height:34px;
	float:left;	
	padding: 0 10px;
	padding-top:6px;
	background:url(images/bullet_menu.jpg) top right no-repeat;
	font-weight:bold;
}

a.option{
	background:none;
}

.option:hover{
	color:#b7b7ae;
	text-decoration:none;
	list-style:none;
	background:#32332e;
	height:34px;
	float:left;
	padding: 0 10px;
	padding-top:6px;	
	font-weight:bold;
}

.option_active{
	color:#b7b7ae;
	text-decoration:none;
	list-style:none;
	background:#32332e;
	height:34px;
	float:left;
	padding: 0 10px;
	padding-top:6px;	
	font-weight:bold;
}


/*  CSS MENU*/



/* Style the menu and position list items */
ul.mainMenu {
	position: relative;
	height: 40px;
	padding: 0 8px;
	clear: both;
}
ul.mainMenu li { float: left; list-style: none; }

/* Style and position links and images in second level list items */
ul.mainMenu li a {
	display: block;
	height: 19px;
	text-decoration: none;
}
ul.mainMenu li a:hover {
	/*color: #ffffff;*/
	/*background: url(images/menubg-hover.png) repeat-x;*/
}

/* When hovering over main list items, show second level lists */
/* This is only for #menu1 */
ul.cssonly li:hover ul { display: block; }

/* Position and style second level lists and items */
ul.mainMenu ul {
	position: absolute;
	z-index:1;
	top: 40px;
	left: 8px;
	padding-top: 15px;
	background: #32332e url(images/shadow.png) repeat-x;
	display: none; /* Hide until parent list item is hovered on */
}
ul.mainMenu ul li { padding: 8px; }
ul.mainMenu ul li:last-child { border: 0; }

/*ul.mainMenu ul a:hover { color: #f4f7fa; }*/
ul.mainMenu ul a img { opacity: .7; border: 0; }
ul.mainMenu ul a:hover img { opacity: 1; }



/* Rounded corners */
ul.mainMenu { -webkit-border-radius: 6px; -moz-border-radius: 6px; }
ul.mainMenu ul { 
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}
div.wrapper,
ul.mainMenu ul a { -webkit-border-radius: 10px; -moz-border-radius: 10px; }

/* IE6 FIXES */
ul.mainMenu li,
ul.mainMenu li a { _float:left; _display: inline; }

	
	.normalStatus {
        padding: 4px 4px 4px 4px;
    }
	
	.error {
        border: 1px solid #A90000;
        padding: 4px 4px 4px 4px;
        background-color: #F8E5E5;
    }
    
    .success {
        border: 1px solid #74F019;
        padding: 4px 4px 4px 4px;
        background-color: #DEF8CA;
    }

    .subnav ul,.subnav li{
        color:#999999;
    }

    .subnav p, .subnav a {
        color:#95C416;
    }

/*---------Style footer ---------*/
#footer{
    width:980px;
    height:210px;
    overflow:hidden;
    background:#f6f1f0;
    color:#64584c;
    border-top:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
}

#footer p, #footer a, #footer label, #footer span, #footer ul, #footer li{
    color:#64584c;
    text-decoration:none;
}

#footer a:hover{
    text-decoration:underline;
}

#sitemap{
    width:449px;
    height:190px;
    overflow:hidden;
    float:left;
    border-right:1px dotted #939393;
    margin:15px 5px;
}

#social{
    width:239px;
    height:190px;
    overflow:hidden;
    float:left;
    margin:8px 5px;
    border-right:1px dotted #939393;
}

#newsletter{
    width:240px;
    height:190px;
    overflow:hidden;
    float:left;
    margin:8px 5px;
}

