@charset "utf-8";
body {
	margin-top: 4px;
	background-color:#666666;
}
#main {
	width:986px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width:100%;
	height:210px;
}
#logo
{
	width:224px;
	height:210px;
	float:left;
}
#logo_left
{
	background-image:url(../_img/logo_left.png);
	background-repeat:no-repeat;
	background-position:left;
	width:26px;
	height:210px;
	float:left;
}
#logo_right
{
	background-image:url(../_img/logo_right.png);
	background-repeat:no-repeat;
	background-position:left;
	width:198px;
	height:210px;
	float:left;
}
#header_content {
	width: 762px;
	height: 210px;
	float:left;
}
#contact_no {
	height: 20px;
	margin-top: 90px;
	margin-left: 25px;
	text-align:left;
	float:left;
	z-index: 1;
}
#header_images {
	width: 452px;
	height: 143px;
	text-align:left;
	float: left;
	z-index: 100;
}
#header_content_top {
	width: 762px;
	height: 149px;
	float:left;
}
#header_content_middle {
	width: 752px;
	height: 143px;
	margin-top: 6px;
	background-image: url(../_img/banner_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
}
#header_right_corner {
	width: 10px;
	height: 143px;
	margin-top: 6px;
	background-image:url(../_img/banner_bg_right_corner.png);
	background-repeat:no-repeat;
	background-position:top;
	float: left;
}
/* Hack IE6. This properties only work in IE6*/
* html #main_links {
	margin-top:0px;
}
#main_links {
	width: auto;
	height: 31px;
	margin-top:149px;
	padding-right: 20px;
	vertical-align:middle;
	background-image:url(../_img/main_links_bg.jpg);
	background-position:left;
	background-repeat:repeat-x;
}
#right_content_top {
	width:100%;
	height:30px;
	background-color:#FFFFFF;
}
#right_content_top_corner{
	width:18px;
	height:30px;
	background-image:url(../_img/right_content_top_corner.png);
	background-repeat:no-repeat;
	background-position:left;
	float:right;
}
#right_content_middle {
	width:314px;
	height:30px;
	margin-right:1px;
	background-color:#666666;
	float:right;
}
#body_content {
	margin-left:26px;
	background-color:#FFFFFF;
	width:960px;
	height:100%;
}
*html #body_left_content {
	padding-left: 75px;
	padding-right: 0px;
} 
#body_left_content {
	margin-left: 76px;
	padding-bottom: 30px;
	background-color:#FFFFFF;
	width:470px;
	height:auto;
	float: left;
}
*html #body_right_content #right_content {
	border-right:none;
	margin-right: 1px;
}
#body_right_content {
	margin-right: 0px;
	width: 332px;
	height:auto;
	float: right;
	background-color:#666666;
	border-right:#FFFFFF solid 1px;
}
#right_content {
	margin-right: 0px;
	padding-left: 34px;
	padding-right: 34px;
	background-color:#666666;
	height:auto;
}
#right_content_heading {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#right_content_content {
	padding-right: 10px;
}
#right_content_seperator {
	height: 20px;
}
#body_right_content_bottom {
	width: 332px;
	height: 18px;
	background-color:#FFFFFF;
	background-image:url(../_img/right-col-bottom.png);
}
#content_heading {
	margin-top: 27px;
	width: 100%;
	height:auto;
}
#content {
	margin-top: 27px;
	padding-right: 27px;
	width: 524px;
	height:auto;
}
#footer {
	margin-left: 26px;
	height: 72px;
	width:auto;
	background-image: url(../_img/footer-bg.png);
	background-repeat:no-repeat;
	background-position:left;
}
#footer h1 {
	margin: 0;
	margin-left: 665px;
	padding-top: 31px;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
#outer_footer {
	text-align:right;
	padding-right: 15px;
}
#outer_footer a {
	color: #444;
	text-decoration: none;
	font-size: 9px;
}
#outer_footer a:hover {
	color: #ffed02;
	text-decoration: none;
}


/*-------- Main menu styles ---*/
.menu {
	padding-top: 1px;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
}
.menu li{
	margin: 0;
	float: left;
	/*width: 160px;*/
	list-style-type: none;
}
.menu li a {
	display: block;
	text-decoration: none;
	margin: 0;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	color: #333;
	border: 0;
	font-weight: normal;
	padding: 0 20px;
}

.menu li a:visited {
}
.menu li a:hover, .menu a.selected {
	background-color:#555555; 
	color: white;
	background-image:url(../_img/link_corner.png);
	background-position:right;
	background-repeat:no-repeat;
}
.menu a.selected {

}
li.ddsubmenustyle_top, li.ddsubmenustyle_bottom {
	background-position: top center;
	background-repeat:no-repeat;
	height:13px;
	width: 180px;
	line-height: 13px;
	font-size: 1px;
	display: block;
}
li.ddsubmenustyle_top {
	background-image:url('/_img/sublink_corner_top.png');
}
li.ddsubmenustyle_bottom {
	background-image:url('/_img/sublink_corner_bottom.png');
}

/* Drop Down ULs CSS */
.ddsubmenustyle, .ddsubmenustyle ul	{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: transparent;
	visibility: hidden;
	z-index: 100;
	width: 180px; /*width of menu (not including side paddings)*/
}
.ddsubmenustyle li a {
	display: block;
	text-decoration: none;
	text-align: left;
	text-indent: 10px;
	width: 180px;
	line-height: 25px;
	font-size: 11px;
	background-color: #666;
	color: #ffed02;
}
* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 180px; /*width of menu (include side paddings of LI A*/
}
.ddsubmenustyle li a:hover{
	text-decoration: none;
	background-color: #555;
	color: white;
}
.ddsubmenustyle li:hover > a{
	text-decoration: none;
	background-color: #555;
	color: white;
}
.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 6px;
	left: 100px;
	border: 0;
}
.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}