/* CSS Document */


body, p, td, textarea, input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#414141;
}

body {
	background-color:#d5d5d5;
	background-image:url(img/background.gif);
	background-repeat:repeat;
	margin:0px 10px 0px 10px;
	padding:0px;
}

p {
	margin:0px 0px 10px 0px;
	padding:0;
}

a:link, a:visited {
	color:#5e0528;
	text-decoration:none;
} 
a:hover {
	color:#5e0528;
	text-decoration:underline;
} 

h1, h1 a:link, h1 a:visited {
	margin:0px 0px 2px 0px; 
	color:#5e0528; 
	font-size:22px; 
	font-weight:normal; 
	line-height:26px; 
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size:16px;
	color:#000000;
	margin:0px 0px 0px 0px; 
	font-weight:normal; 
}
h3 {}

hr { 
	border-top:1px dashed #DDD;
	font-size: 1px;
	line-height: 1px;
	height:1px;
	margin-bottom:3px;
	margin-top:3px;
	border-collapse:collapse;
	border-bottom:none;
	border-left:none;
}
.quote {
	border:#5e0528 1px solid;
	padding:14px;
	background-color:#f3ebce;
	color:#000000; 
	font-size:18px; 
	font-weight:normal; 
	line-height:26px; 
	font-family:Georgia, "Times New Roman", Times, serif;
}
.note {
	font-size:10px;
	line-height:12px;
	color:#999999;
}
/* -------------------------------------
	LAYOUTS
	-------------------------------------*/
#wrapper {
	position:absolute;
	width:830px;
	left:50%;
	margin-left:-415px;
	background-image:url(img/back01.gif);
	background-repeat:repeat-y;
	height:auto;
	min-height:100%;
}




/* -- HEADER AREA -------------------------------------*/
#header {
	width:814px;
	height:129px;
	background-image:url(img/header.gif);
	background-repeat:no-repeat;
	margin-left:8px;
	position:relative;
	float:left;
	clear:both;
}
.logo {
	float:left;
	width:210px;
	height:90px;
	margin:10px 0px 0px 20px;
	cursor:pointer;
}

.nav {	
	margin:0px 27px 0px 0px;
	padding: 0;
	float:right;
	clear:right;	
	height:33px;
	font: bold 13px Arial;
	/*overflow: hidden;*/
	text-align:right;
	border-left: 1px solid #e3a10c;
	border-right: 1px solid #efb81c;
}
.nav li{
	display: inline;
}
.nav li a, .nav li a:visited {
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid #e3a10c;
	border-left: 1px solid #efb81c;
}
.nav li a:hover, .nav li .current {
	color: #FFFFFF;
	background-color:#ecab11;
	background-image:url(img/nav_back_on.gif);
	background-repeat:repeat-x;
}
.nav li .current {
	color: #FFFFFF;
	background-color:#ecab11;
	background-image:url(img/nav_back.gif);
	background-repeat:repeat-x;
}

.nav2 {
	float:right;
	width:400px;
	height:36px;
	margin:35px 27px 0px 0px;
	text-align:right;
	font-size:11px;
	line-height:18px;
	color:#959595;
}


/* -- CONTENT AREA -------------------------------------*/
#content {
	width:760px;
	height:auto;
	background-image:url(img/back02.gif);
	background-repeat:repeat-y;
	margin-left:8px;
	padding:0px 27px 1px 27px;
	margin-bottom:0px;
	clear:both;
	float:left;
	position:relative;
}
#content_btm {
	width:814px;
	height:24px;
	background-image:url(img/back03.gif);
	background-repeat:no-repeat;
	margin-left:8px;
	clear:both;
	float:left;
	position:relative;
}

.column01 {
	width:240px;
	margin-right:18px;
	float:left;
	clear:left;
		position:relative;
}
.column02 {
	width:240px;
	margin-right:18px;
	float:left;
	clear:none;
	position:relative;
}
.column03 {
	width:240px;
	float:right;
	clear:none;
		position:relative;
}
.column_wide {
	width:500px;
	float:left;
	clear:none;
	position:relative;
}


/* -- FOOTER AREA -------------------------------------*/
#footer {
	width:760px;
	margin-left:8px;
	margin-top:4px;
	padding:0px 27px 1px 27px;
	font-size:11px;
	line-height:18px;
	color:#959595;
	text-align:right;
	position:relative;
	clear:both;
	float:left;
	height:auto;
}
#footer .copyright {
	font-size:10px;
	color:#959595;
}


/* -- MAIN HOME -------------------------------------*/
.main_hm {
	width:760px;
	height:192px;
	margin-bottom:20px;
	text-decoration:none;
	float:left;
	position:relative;
}
.main_hm_right {
	width:200px;
	height:162px;
	padding:20px 20px 10px 20px;
	float:right;
	background-image:url(img/main_back_right.gif);
	background-repeat:no-repeat;
}

.main_hm_right p{
	font-size:14px;
	line-height:18px;
}
.main_hm_left {
	width:520px;
	height:192px;
	float:left;
}

/*
.main_hm_title{
	font-size:24px; 
	font-weight:normal; 
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	float:right;
	clear:both;
	height:44px;
	line-height:44px;
	padding-right:20px;
} */
	
/* -- BOXES -------------------------------------*/

.box_top {
	background-image:url(img/box_top.gif);
	background-repeat:no-repeat;
	height:9px;
	line-height:1px;
	width:240px;
}
.box {
	border-left:#c3c3c3 1px solid;
	border-right:#c3c3c3 1px solid;
	width:218px;
	padding:0px 10px 10px 10px;
}
.box p{
	font-size:11px;
	text-align:center;
	margin-bottom:0px;
}
.box h1 {
	font-size:14px;
	color:#000000;
	margin:0px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:16px;	
}
.box_btm {
	border-bottom:#c3c3c3 1px solid;
	border-right:#c3c3c3 1px solid;
	border-left:#c3c3c3 1px solid;
	background-image:url(img/box_btm.gif);
	background-repeat:repeat-x;
	width:218px;
	height:16px;
	line-height:16px;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	padding:0px 10px 0px 10px;
	margin-bottom:10px;
}
.box_btm a:link, .box_btm a:visited {
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
}
.box_btm a:hover { 
	color:#5e0528;
	font-size:10px;
	text-decoration:none;
}

