@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#666;
	background-color:#FCFCF2;
}

#google  {
	
	margin:0 auto;
	width:300px;
	
	
	
}

.search  {
	position:absolute;
	top:0px;
	right:10px;
	
}

#wrapper {
	clear:both;
	width:1000px;
	margin:45px auto 0px auto;
	background-color:#FCFBDE;
	/*-moz-box-shadow: 0 0 5px black; -webkit-box-shadow: 0 0 5px black; box-shadow: 0 0 5px black;*/
					padding: 0px;
	overflow:hidden;
	position:relative;
}
#header {
	height:215px;
	background-color:#FFf;
}
#header img.logo {
	width:300px;
	padding:90px 0 0 10px;
	float:left;
}
#banner {
	width:630px;
	float:right;
	margin:15px 0 0 0;
}
#banner img {
	width:630px;
	float:right;
	margin-top:0px;
}
#main {
	margin: 0;
}
#left  {
/*background-color:#FCF;*/
width:210px;
padding:0px 0 0 0px;
float:left;
height:400px;


}

#left ul  {
	margin-left:5px;
	margin-top:10px;
	
	
}

#left ul li  {
list-style-type:none;
line-height:42px;
font-size:.8em;
color:#999;
}

#left ul li a {
background-image:url(../images/bg_btn_green.png);
background-repeat:no-repeat;
text-decoration:none;
/*background-position: 0;*/
color:#999;
display:block;
padding:0px 0 0 45px;


}
img.reading  {
padding:0 0 0px 5px;	
}

#left ul li span {
background-image:url(../images/bg_btn_orange.png);
background-repeat:no-repeat;
text-decoration:none;
/*background-position: 0;*/
color:#333;
display:block;
padding:0px 0 0 45px;


}


#left ul li a:hover {
background-image:url(../images/bg_btn_orange.png);
background-repeat:no-repeat;
color:#333;
display:block;

}
#left a:link span {
	display:none;
}
#left a:visited span {
	display:none;
}
#left a:hover span {
	display:block;
	background-image:none;
	background-color:#D27E29;
	filter:alpha(opacity=90);
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	opacity:0.9;
	color:#fff;
	position:absolute;
	top:210px;
	left:210px;
	font-size:.9em;
	text-align:left;
	text-decoration:none;
	width:220px;
	padding:10px;
	z-index:20;
	line-height:1.4em;
}

#left ul.sub_list  {
	margin-left:15px;
	margin-top:0px;
	margin-bottom:10px;
	
}

#left ul.sub_list li.sub  {
list-style-type:none;
padding:0px 0 0px 0px;
line-height:32px;
font-size:.9em;
color:#999;
}

#left ul.sub_list li.sub a {
/*background-image:url(images/bg_btn_green_sub.png);
background-repeat:no-repeat;*/
background-image:none;
text-decoration:none;
/*background-position: 0 0 0 10px;*/
color:#999;
display:block;
padding:0px 0 0 35px;;
}



#left ul.sub_list li.sub a:hover {
/*background-image:url(images/bg_btn_orange_sub.png);
background-repeat:no-repeat;*/
background-image:none;
color:#333;
display:block;

}



img.reading  {
padding:0 0 0px 5px;	
}
#middle {
	/*background-color:#C90;*/
	width:500px;
	padding:20px 20px 30px 20px;
	float:left;
}
#right {
	/*background-color:#6FF;*/
width:240px;
	padding:10px 10px 20px 0px;
	float:right;
	height:400px;
}
#right a img {
	border:none;
}
#right a:link span {
	display:none;
}
#right a:visited span {
	display:none;
}
#right a:hover span {
	display:block;
	background-color:#D27E29;
	filter:alpha(opacity=90);
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	opacity:0.9;
	color:#fff;
	position:absolute;
	top:200px;
	right:270px;
	font-size:.9em;
	text-align:left;
	text-decoration:none;
	width:220px;
	padding:10px;
	z-index:20;
	line-height:1.3em;
}
p {
	font-size:13px;
	margin: 0 0 20px 0;
	line-height:21px;
}
h1 span {
	display:none;
}
h2 {
	font-size:1.5em;
	margin: 0px 0 15px 0;
	line-height:26px;
	font-weight:200;
	color:#444250;
}
h3 {
	font-size:1em;
	margin-bottom:10px;
	line-height:1.4em;
	color:#63573A;
	font-weight:300;
}
h4 {
}
ul.breadcrumbs {
	float:right;
}
ul.breadcrumbs li.breadcrumbs_li {
	display:inline;
	list-style-type:none;
	font-size:.9em;
	color:#C90;
}
#nav {

	height:200px;
	width:auto;
	background:#DBD3C0;
	opacity:.9;
	filter:alpha(opacity=90);
	padding:7px 0 0 17px;
	clear:both;
}
ul  {
padding-top:10px;	
}

li.first {
	display:inline;
	color:#fff;
	
	font-size:13px;
	font-weight:900;
	float:left;
	width:100px;
}


li.bottom {
	display:inline;
	color:#fff;
	padding-right:30px;
	font-size:13px;
	font-weight:900;
	float:left;
	
	
}
ul.sub {
	width:120px;
	padding-top:5px;
}
ul.sub li.bottom_block {
	display:block;
	color:#969083;
	font-size:11px;
	font-weight:900;
	float:left;
}
li.bottom a {
	text-decoration:none;
	color:#969083;
}

li.first a {
	text-decoration:none;
	color:#969083;
}


li.bottom_block a {
	text-decoration:none;
	color:#969083;
}
li.bottom a:hover {
	text-decoration:none;
	color:#fff;
}



li.first a:hover {
	text-decoration:none;
	color:#fff;
}
img.utilities {
	float:right;
}
.icon {
	margin:0 15px 10px 0;
}
.last {
	margin:0 0px 10px 0;
}
.absolute {
	position:fixed;
	top:80px;
	left:0;
}
.white {
	color:#FFF;
}
.clear {
clear:both;	
	
}

iframe {
	padding-bottom:20px;
}

div.center_box {
		
		width: 1000px;
		overflow: hidden;
		
		margin: 0 auto;
		position: relative;
}

div#footer a, div#footer a:link, div#footer a:visited {
		color: #f0eeed;
		font-size: 11px;
		text-decoration:none;
}

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

div#footer div.footer_content_boxes li span a {
		color: #E1DEDB;
		font-size: 12px;
		font-style: italic;
		font-weight: bold;
		text-decoration: none;
		list-style-type:none;
}

div#footer div.footer_content_boxes1 li span a {
		color: #E1DEDB;
		font-size: 12px;
		font-style: italic;
		font-weight: bold;
		text-decoration: none;
		list-style-type:none;
}

div#footer div.footer_content_boxes2 li span a {
		color: #E1DEDB;
		font-size: 12px;
		font-style: italic;
		font-weight: bold;
		text-decoration: none;
		list-style-type:none;
}


/*div#footer div.footer_content_boxes2 ul  {
		color: #E1DEDB;
		font-size: 13px;
		font-style: italic;
		font-weight: bold;
		margin-left:100px;
		text-decoration: none;
}*/




/*div#footer div.center_box {
		background-color: #726D5F;
}
*/

div#footer {
		clear: both;
		background-color: #726D5F;
		color: #E1DEDB;
		font-size: 11px;
}

div#footer div.center_box {
		
		padding-bottom: 30px;
		position: relative;
		background-color: #726D5F;
}

div#footer span.terms {
		position: absolute;
		left: 0;
		bottom: 30px;
}

div#footer span.terms2 {
		position: absolute;
		right: 0;
		bottom: 30px;
}

/*div#footer p {
		position: absolute;
		left: 0;
		bottom: 30px;
}*/

div.footer_content_boxes {
		float: left;
		width: 130px;
		display: inline;
		padding-bottom:10px;
}


div.footer_content_boxes1 {
		float: left;
		width: 90px;
		
		display: inline;
		padding-bottom:10px;
}

div.footer_content_boxes2 {
		float: left;
		width: 110px;
		display: inline;
		padding-bottom:10px;
		padding-left:10px;
}



div.footer_content_boxes ul {
		margin-top: 20px;
		margin-bottom: 20px;
		padding:0 10px;
		border-right: 1px dotted #b1aaa2;
		height: 203px;
}


div.footer_content_boxes1 ul {
		margin-top: 20px;
		margin-bottom: 20px;
		padding:0 10px;
		border-right: 1px dotted #b1aaa2;
		height: 173px;
}

div.footer_content_boxes2 ul {
		margin-top: 20px;
		margin-bottom: 50px;
		padding:0 10px;
		
		
		
}


div.footer_content_boxes ul.last {
		border-right: none;
}

div.footer_content_boxes ul li {
		padding: 2px 0;
		list-style-type:none;
}

div.footer_content_boxes1 ul li {
		padding: 2px 0;
		list-style-type:none;
}
div.footer_content_boxes2 ul li {
		padding: 2px 0;
		list-style-type:none;
}

div.footer_content_boxes ul li a {
		padding: 2px;
	

}

div.footer_content_boxes1 ul li a {
		padding: 2px;
	

}

div.footer_content_boxes2 ul li a {
		padding: 2px;
	
}

