body, html {
	background-color: #ececec;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#bg1 {
	background: url('images/background.jpg') repeat-x bottom center;
}

div#bg2 {
	/* background: url('images/bg2.jpg') repeat-x top center; */
}


div#container {
	position: relative;
	width: 1000px;
	/* min-height: 2405px; */
	height:auto !important;
	height: 1405px;
	margin: 0 auto;

}

div#extraline {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 92px;
	height: 120px;
}

div#header {
	position: relative;
	height: 200px;
	background: url('images/bg-header.jpg') repeat-x top center;
}

div.bar {
	width: 1000px;
	height: 6px;
	background: url('images/bar.gif') repeat-x top center;
}

div#logo {
	position: absolute;
	top: 6px;
	left: 0;
	width: 194px;
	height: 194px;
	/* border: 1px solid red; */

}

div#tagline {
	position: absolute;
	top: 33px;
	left: 229px;
	width: 656px;
	height: 27px;
}

div#search {
	position: absolute;
	top: 66px;
	left: 781px;
}

div#search form {
	margin: 0;
	padding: 0;
}

div#search input.textField {
	float: left;
	height: 20px;
	font-size: 11px;
	padding-left: 6px;
	padding: 0;
	padding-left: 5px;
	margin: 0;
	border-top: 1px solid #e7ecee;
	border-left: 1px solid #e7ecee;
	border-bottom: 1px solid #e7ecee;
	background-color: #f7f9fa;
	color: #000;
	vertical-align:middle;
	width: 120px;
	background: url('images/search_bg.jpg') repeat-x top center;
}

div#search input.btn {
	float: left;
	margin: 0;
	padding: 0;
	border-top: 1px solid #e7ecee;
	border-right: 1px solid #e7ecee;
	border-bottom: 1px solid #e7ecee;
	vertical-align: middle;
}

div#menu {
	position: absolute;
	top: 170px;
	left: 170px;
	width: 828px;
	overflow: hidden;
}

div#menu ul {
	list-style: none outside none;
	margin:0;
	padding: 0;
}

div#menu li {
	float: left;
}

div#menu li a {
	font-size: 17px;
	line-height: 15px;
	text-decoration: none;
	color: #000;
	padding: 0 10px;
	border-right: 1px solid #000;
}

div#menu li.menu-current a {
	background-color: #bf1f24;
	color: #fff;
}

div#menu li a:hover {
	text-decoration: underline;
}

div#menu li.menu-last a {
	border: 0;
}

div#slider {
	height: 120px;
}

div#content h1 {
	font-weight: normal;
	font-size: 20px;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 5px;
}

div#content p {
	margin-top: 10px;
	margin-bottom: 5px;
}

div#content  a {
	color: #fff;
}

div#content a.learnmore {
	color: #fff;
	margin: 10px;
	float: right;
}

div#content hr {
	color: #fff;
	background-color: #fff;
	height: 1px;
	border: 0;
}

div#left {
	float: left;
	color: #fff;
	width: 341px;
	background: #05527d url('images/bg-column-left.jpg') repeat-x bottom center;
	padding: 5px 20px;
}

div#left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#left ul li {
	font-weight: normal;
	font-size: 20px;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	padding-bottom: 20px;
}


div#left ul ul {
	margin-top: 10px;
}

div#left ul li li {
	text-transform: none;
	font-size: 12px;
	margin: 0;
	border: 0;
	padding: 0;
}

div#left ul li li:before {
		 content: "\003E \0020";
}

div#right {
	float: left;
	width: 579px;
	background: #ffffff url('images/bg-column-right.jpg') repeat-x bottom center;
	padding: 5px 20px;
}

div#right h1 {
	color: #05527d;
	margin-bottom: 20px;
}

div#right a.learnmore {
	color: #05527d;
}

div#right hr {
	color: #05527d;
	background-color: #05527d;
}

div#footer {
	position: relative;
	width: 1000px;
	height: 95px;
	background: url('images/footer-bg.jpg') repeat-x top center;
}

div#footer div.content {
	position: absolute;
	top: 14px;
	height: 47px;
	line-height: 47px;
	text-align: right;
	font-size: 10px;
	width: 980px;
	padding-right: 20px;
}

div#footer div.content img {
	margin: 0 3px;
	margin-bottom: 4px;
}

div#content td.post-title a,
div#content td.post-short a {
            color: #000;
}

div#right  a {
            color: #000;
}
