@charset "utf-8";
/* CSS Document */

#center {
	width:1100px;
	margin:auto;
	padding:0px 0px 0px 0px;
	text-align:left;
}
#main-content {
	width:920px;
	background:#fff;
	min-height:600px;	
	padding:0px 90px 15px 90px;
	float:left;
}
#right-leaf {
	background:url(../../media/static/images/leaf-right.png) no-repeat;
	width:275px;
	height:375px;
	float:right;
	position:absolute;
	margin:200px 0px 0px 1000px;
	z-index:1;
}
#left-leaf {
	background:url(../../media/static/images/leaf-left.png) no-repeat;
	width:368px;
	height:380px;
	float:left;
	position:absolute;
	margin:460px 0px 0px -260px;
	z-index:2;
}
#rule-black {
	width:100%;
	height:3px;
	border-top:1px solid #000;	
	padding:3px;
	float:left;
}
#rule-white {
	width:90%;
	height:3px;
	border-top:1px solid #fff;	
	padding:3px;
	float:left;
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	width:1000px;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	margin-left:auto;
	margin-right:auto;
}
.leftmenu {
	background:#164f71;
}
.leftmenu .colright {
	float:right;
	width:200%;
	position:relative;
	right:250px;
	background:#FFF;
}
.leftmenu .col1wrap {
	float:left;
	width:50%;
	position:relative;
	left:250px;
}
.leftmenu .col-main {
	margin:0 250px 0 0px;
	position:relative;
	left:100%;
	overflow:hidden;
	width:670px;
	padding:25px;
}
.leftmenu .col-side {
	float:right;
	width:250px;
	padding-top:100px;
}
#home-image-area {
	width:920px;
	height:330px;
	padding:0px 0px 20px 0px;
	border-bottom:1px solid #000;	
	margin:-15px 0px 0px 0px;
	float:left;
}
#left-single-column {
	width:200px;
	float:left;
	margin:20px 0px 0px 0px;
	padding:0px 18px 0px 0px;
	border-right:1px solid #000;
}
#middle-single-column {
	width:200px;
	float:left;
	margin:20px 0px 0px 0px;
	padding:0px 18px 0px 18px;
	border-right:1px solid #000;
}
#right-single-column {
	width:200px;
	float:left;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 18px;
}
#news-two-column {
	width:310px;
	height:130px;
	float:left;
	margin:20px 40px 20px 0px;
	padding:0px 0px 0px 0px;
	border-bottom:1px solid #000;
}
#three-column {
	width:700px;
	float:left;
	margin:0px 20px 0px 0px;
	padding:0px 0px 0px 0px;
}
#legend-sidebar {
	width:150px;
	height:200px;
	margin:0px 0px 0px 0px;
	float:right;
	border:1px solid #999;
	color:#000;
	background:#fff;
	padding:12px;
	margin-bottom:25px;
	font-size:12px;
	display:block;
}
#legend img {
	width:16px;
	height:16px;	
}
#sidebar {
	width:200px;
	margin:0px 0px 0px 0px;
	float:right;	
}
#sidebar-top {
	width:160px;
	height:20px;
	background:#3d7ea4;
	display:block;
	padding:10px 20px 10px 20px;
	color:#fff;
	font-size:18px;
}
#sidebar-bottom {
	width:160px;
	min-height:263px;
	background:#164f71;
	display:block;
	padding:10px 20px 10px 20px;	
}
#call2action {
	margin-top:35px;
	padding-top:10px;
	border-top:1px solid #000;	
}
/* TEXT */
#intro {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	line-height:22px;
	margin-bottom:24px;
	color:#000;
}
#notice {
	border:1px solid #000;
	color:#3d7ea4;
	padding:12px;
	margin-bottom:25px;
}
#breadcrumb {
	font-size:12px;
	margin-bottom:12px;
}
#byline {
	float:left;
	width:300px;
	color:#3d7ea4;
	font-size:12px;
}
#dateline {
	float:right;
	width:300px;
	color:#3d7ea4;
	font-size:12px;
	text-align:right;
}
/* NEWS */
#newsLink {
	line-height:14px;
}
#newsLink a {
	display:block;
	padding:15px;
	text-decoration:none;
	color:#4A6501;
	border-top:1px dotted #999;
}
#newsLink a:hover {
	background:#999;
	color:#FFF;
}
#newsLink h3 {
	font-size:14px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
#green-button {
	background:#164f71;
	width:190px;
	height:25px;
	border:1px solid #fff;
	color:#fff;
	font-style:italic;
	padding:5px;
	text-align:center;
	margin:15px 0px 15px 0px;
	display:block;	
	text-decoration:none;
}

#green-button:hover {
	background:#3d7ea4;	
	text-decoration:none;
}
.sidebar:link {
	text-decoration:none;
	display:block;
	padding:8px;	
}
.sidebar:hover {
	background:#3d7ea4;
	text-decoration:none;
	display:block;
}
