#main {
	width:990px;
	margin:0 auto;
}
#header {
	height:523px;
	background-image:url('../images/header-bg.jpg');
	background-repeat:no-repeat;
	background-position:right bottom;
	overflow:hidden;
}
#header, #content, #footer {
	font-size:0.814em;
}
.site-nav {
	float:left;
	display: inline-block;
	height: 30px;
	width: 790px;
}
.col-1, .col-2, .col-3 {
	float:left;
}
/*======= index.html =======*/
#page1 #content .col-1 {
	width:223px;
	margin-right:13px;
	/* [disabled]margin-top: 10px;
*/
}
#page1 #content .col-2 {
	width:754px;
}
#page1 #content .col-2 .row-1 .col-1 {
	width:242px;
	margin-right:14px;
	margin-top: 0px;
}
#page1 #content .col-2 .row-1 .col-2 {
	width:242px;
	margin-right:14px;
}
#page1 #content .col-2 .row-1 .col-3 {
	width:242px;
}
#page1 #content .col-2 .row-2 .col-1 {
	width:254px;
	margin-right:0;
}
#page1 #content .col-2 .row-2 .col-2 {
	width:436px;
}
/*======= index-1.html =======*/
#page2 #content .col-1 {
	width:223px;
	margin-right:13px;
}
#page2 #content .col-2 {
	width:754px;
}
#page2 #content .col-2 .col-1 {
	width:254px;
	margin-right:0;
}
#page2 #content .col-2 .col-2 {
	width:436px;
}
/*======= index-2.html =======*/
#page3 #content .col-1 {
	width:223px;
	margin-right:13px;
}
#page3 #content .col-2 {
	width:754px;
}
#page3 #content .col-2 .col-1 {
	width:254px;
	margin-right:0;
}
#page3 #content .col-2 .col-2 {
	width:436px;
}
/*======= index-3.html =======*/
#page4 #content .col-1 {
	width:223px;
	margin-right:13px;
}
#page4 #content .col-2 {
	width:754px;
}
#page4 #content .col-2 .col-1 {
	width:254px;
	margin-right:0;
}
#page4 #content .col-2 .col-2 {
	width:436px;
}
/*======= index-4.html =======*/
#page5 #content .col-1 {
	width:223px;
	margin-right:13px;
}
#page5 #content .col-2 {
	width:754px;
}
#page5 #content .col-2 .col-1 {
	width:254px;
	margin-right:0;
}
#page5 #content .col-2 .col-2 {
	width:436px;
}
/*======= index-5.html =======*/
#page6 #content .col-1 {
	width:223px;
	margin-right:13px;
}
#page6 #content .col-2 {
	width:754px;
}
#page6 #content .col-2 .col-1 {
	width:254px;
	margin-right:0;
}
#page6 #content .col-2 .col-2 {
	width:436px;
}
/*======= index-6.html =======*/
#page7 #content .col-1 {
	width:223px;
	margin-right:13px;
}
#page7 #content .col-2 {
	width:754px;
}
#page7 #content .col-2 .col-1 {
	width:293px;
	margin-right:48px;
}
#page7 #content .col-2 .col-2 {
	width:293px;
}
/*=========================*/


#footer {
	height:100px;
	width: 990px;
	margin: auto;
	/* [disabled]background-color: #494B4C; */
	/* [disabled]background-image: url('../images/footer-recog.png'); */
	background-repeat: no-repeat;
	text-align: center;
}
/*====== accordion =========*/
dl#accordion {
	list-style-type:none;
	margin: 0;
	height:auto !important;
}
dl#accordion .indent {
	padding-top:7px !important;
	padding-bottom:5px !important
}
dl#accordion dd {
	display:none;
	margin-bottom:0;
}
dl#accordion dd em {
	min-height:40px;
	padding-right:10px;
	display:block;
}
.ul dt a {
	background:url(../images/marker1.gif) center left no-repeat;
	padding:3px 0 4px 20px;
	color:#c004055;
	font-weight:bold;
	text-decoration: underline;
	line-height:2em;
	font-size:12px
}
hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	margin-bottom: 20px;
	margin-top: 20px;
}
