@charset "utf-8";
/* CSS Document */

*
{
	margin: 0px;
	padding: 0px;
}

body {
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../images/gradient_bg.jpg);
	background-color: #fef0c1;
	font-family: Verdana, Geneva, sans-serif;
	color: #0065B2;
}

div.all{
    width:1000px;
}

.header {
	height: 140px;
}

.header_right {
	float: left;
	height: 140px;
	width: 820px;
}

/* Font Resizer and Print Version*/

div.fontResizerPrintVer {
	border:0px solid red;
	width: 400px;
	height:28px;
}

.header_bottom    {
	width:820px;
	clear:both;
	padding-top:32px;
}

.header_bottom .heading_container {
	background-image: url(../images/heading_bg.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
	height: 43px;
	width: 558px;
	font-size: 1.2em;
	color: #0077b2;
	clear: both;
}

.header_bottom .heading_container .heading {
	padding-top: 10px;
	margin-left: 290px;
}

.all {
	min-height: 756px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}
.logo a {
	width: 173px;
	height: 140px;
	text-decoration:none;
	float: left;
}

/* Top Menu and Search Box */

div.top_menu_container  {
	border:0px solid red;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#FFF;
	width:820px;
}

div.topMenuArea {
	border:0px solid green;
	margin-left:0px;
	height:36px;
	width:530px;
	float:left;
}

div.searchBoxArea {
	border:0px solid orange;
	height:36px;
	width:285px;
	float:right;
}

/* Left Container */

.left_container {
	border:0px solid red;
	width: 180px;
	float: left;
	background-image: url(../images/image1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 140px;
}
.left_container .left_menu {
	margin-left: 12px;
	margin-top: 10px;
}
.left_container .menu_top {
	background-image: url(../images/left_menu_top.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 159px;
	font-size: 0em;
}
.left_container .menu_bottom {
	background-image: url(../images/left_menu_bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 159px;
}

.left_container .left_menu .menu_middle {
	color: #0065a2;
	font-size: 1em;
	width: 157px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #05649C;
	border-left-color: #05649C;
	background-color: #FFFEFF;
}

.left_menu .menu_middle .heading {
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 7px;
	margin-bottom: 10px;
}

/* Center Container */

.center_container {
	border:0px solid red;
	width: 780px;
	padding-top: 12px;
	/*line-height: 1.1em;*/
	float: left;
}

.center_container p {
	margin-top: 5px;
	margin-bottom: 10px;
}

/* Default Normal Column */

.center_container .normalDefaultColumn {
	border:0px solid red;
	float: left;
	width: 720px;
	min-height: 400px;
	margin-bottom: 15px;

	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #05649C;
}

.center_container .normalDefaultColumn .normalContent {
	margin-top: 2px;
	margin-right: 16px;
	margin-left: 16px;
}

/* Footer */

.footer_wide .leftFooterMenu {
	width: 280px;
	float: left;
}

.footer_wide{
	height: 50px;
}
.footer_wide div-A{
	margin-top: 5px;
}
.footer_wide .CopyrightContent{
	margin-top:5px;
	float: right;
	width: 220px;
	text-align: right;
	color:#33452D;
}
.footer_wide .CopyrightContent {
	margin-right: 120px;
}
.footer_wide {
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #05649C;
	margin-left: 15px;
	width: 720px;
}

.clear {
	clear: both;
}
