@charset "utf-8";

/*---------------------------Layout---------------------------*/
body {
	background: url(../images/layout/brow_bg.jpg) repeat-x left top;
}
#container {
	background: #FFFFFF;
	margin:0 auto;
	padding: 0 20px;
	border: 1px solid #c5bca5;
	border-top:none;
}
#header {
	background:#ADC07E url(../images/layout/header_bg.jpg) repeat-x left top;
	height:80px;
	position:relative;
}
/*#curls {
	position:absolute;
	bottom: 0;
	left:0;
	width:960px;
	height:37px;
	z-index:5;
	background:url(../images/layout/header_curls.gif) bottom right repeat-x;
}*/
#nav {
	background:url(../images/layout/nav_bg.jpg) bottom right repeat-x;
	position:absolute;
	right:0px;
	top: 15px;
	z-index:10;
	height:50px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	display:inline;
	margin: 0;
	padding: 0;
}
#nav a {
	/*background:url(../images/layout/nav_seperator.gif) bottom right no-repeat;*/
	border-right: dashed 1px #BECC97;
	color: #19416c;
	display: block;
	margin: 0;
	padding:15px;
	text-decoration: none;
	float:left;
}
#nav a:hover {
	background:url(../images/layout/nav_indicator.gif) top center no-repeat;
}
#nav .left, #nav .right {
	position:absolute;
	width:15px;
	height:50px;
	position:absolute;
}
#nav .left {
	background:url(../images/layout/nav_left_bg.jpg) top left no-repeat;
	left:0px;
}
#nav .right {
	background:url(../images/layout/nav_right_bg.jpg) top right no-repeat;
	right:0;
}
#wrap {
	background: #F6F3EC url(../images/layout/col_bg.gif) repeat-y left top;
	padding: 5px 0;
	overflow:hidden;
	height:100%;
	clear:both;
}
#col {

}
#fade{
	width:276px;
	border: solid 2px #154D79;
/*	border-bottom: 1px solid #807353;
	border-top: 1px solid #807353;*/
}
#content {
	overflow:hidden;
}
#footer{
	background: #F6F3EC;
	font-size:12px;
	clear:both;

}
#footer .address{
	background: #ECDDB3;
	padding: 5px 10px;
	clear:both;
}
#left_col, #right_col {
	width:313px;
	float:left;
}
#award {
	width:125px;
	font-size:11px;
	line-height:normal;
}
/*---------------------------Layout---------------------------*/

/*---------------------------Styles---------------------------*/
a:link {
	color:#19416c;
}
a:visited {
	color:#19416c;
}
a:hover {
	color:#807353;
}
a:active {
	color:#807353;
}
/*---------------------------Styles---------------------------*/

/*---------------------------Classes---------------------------*/
.brd {	
/*	border: solid 1px #807353;*/
	border: solid 2px #154D79;
}
.window {
	border: solid 1px #c5bca5;
/*	background:#ffffff url(../images/layout/heading_bg.jpg) repeat-x left top;*/
	background-color:#FFFFFF;
	margin-bottom:5px;
}
scrollbar-face-color: {
	color:#c5bca5;
}

/*.window h1{
	background:url(../images/layout/heading_right_bg.gif) no-repeat right top;
	border-bottom: solid 1px #807353;
	color:#19416c;
}*/
.padding {
	padding: 5px 5px 0;
	overflow:hidden;
}
.scroll {
	height:160px;
	overflow:auto;	
	width:96%;
	scrollbar-arrow-color:#19416C;
	scrollbar-track-color:FFFFFF;
	scrollbar-face-color:#BFB9A9;
	scrollbar-shadow-color:BFB9A9;			
	scrollbar-3dlight-color:BFB9A9;
	scrollbar-darkshadow-color:BFB9A9;
	scrollbar-highlight-color:BFB9A9;
}
.flleft {
	float:left;
	margin: 0 5px 5px 0;
}
.flright {
	float:right;
	margin: 0 0 5px 5px;
}
/*---------------------------Classes---------------------------*/
