.clearfix:after {  	
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html{
	margin:0px;
	padding:0px;
	height:100%;
}
body {
	background: #fbfbfb;
	margin:0;
	padding:0;
	height:100%;
	color: #000;
}

form {
	margin:0px;
	padding:0px;
}
body, td, div {
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
}
/*td, p, div{
	font-family: Arial, Verdana, Tahoma;
}
*/

p {
	padding:0px;
	margin:10px 0px 10px 0px;
}

form {
	padding:0px;
	margin:0px;
}



td {/*padding : 3px;*/ /*border : 1px solid #000; */}

img { border : 0; }
/*
img.png  { behavior: url(/iepngfix.htc); } 
input.png  { behavior: url(/iepngfix.htc); cursor: pointer;} 
*/

html>body img { behavior: none; } 

/*
input, select, textarea { 
	vertical-align: middle; 
	margin:0px; 
	padding:0px; 
	background: #111111; 
	border: 1px solid #333333; 
	color: #999999;
	font-family: tahoma;
	font-size:11px;
	line-height:11px;
	padding:2px;	
	margin:0;
}
*/

h1 {
	color: #606060;
	margin: 20px 0 10px 0;
	padding:0;
	font-size:20px;
	text-transform:none;
	font-weight:normal;
	font-family:arial;
	line-height:24px;
}
h2 {
	color: #606060;
	margin: 20px 0 10px 0;
	padding:0;
	font-size:16px;
	text-transform:none;
	font-weight:normal;
	font-family:arial;
	line-height:20px;
}
h3 {
	color: #606060;
	margin: 20px 0 10px 0;
	padding:0;
	font-size:14px;
	text-transform:none;
	font-weight:normal;
	font-family:arial;
	line-height:18px;
}
h4 {
	color: #606060;
	margin: 20px 0 10px 0;
	padding:0;
	font-size:13px;
	text-transform:none;
	font-weight:normal;
	font-family:arial;
	line-height:17px;
}
h5 {
	color: #606060;
	margin: 20px 0 10px 0;
	padding:0;
	font-size:12px;
	text-transform:none;
	font-weight:normal;
	font-family:arial;
	line-height:16px;
}
h6 {
	color: #606060;
	margin: 20px 0 10px 0;
	padding:0;
	font-size:11px;
	text-transform:none;
	font-weight:normal;
	font-family:arial;
	line-height:15px;
}
a, a:link, a:visited, a:active {
	color:orange;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

.error {
	margin:10px;
	padding:20px;
	background: #ffeeee;
	font-family: verdana;
	color: #CC0000;
	font-weight: bold;
}

.error h2, .error h1	{ margin-top: 0px; color: #CC0000;}
.error h3				{ margin-top: 0px; margin-bottom: 12px; color: #CC0000; border-bottom: 1px #CC0000 solid;}

.error ul {
list-style-type: none;
list-style-position: outside;
}
.error ul li {
color:#CC0000;
}


tr.row{
	background:inherit;
}
tr.rowo{
	background:inherit;
}

tr.row{
	background:inherit;
}
tr.rowo{
	background:#efefef;
}


.clear {
	clear:both;
}

.left {
	float:left;
}
.right {
	float:right;
}

.center {
	text-align:center;
}
.aligncenter {
	text-align:center;
}
.alignjustify {
	text-align:justify;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}


#MainZone {
	width:100%;
	max-width:1515px;
	margin:0 auto;
	background: url(/images/mainbg.gif) center top repeat-y;
}

#Main{
	width:859px;
	margin: 0 auto;
	padding: 0 8px;
	background:#ffffff;
}

#FooterZone {
	padding-top:0px;
	width:100%;
	height:265px;
	overflow:hidden;
	background:  no-repeat;
	clear:both;
}
#Footer {
	clear:both;
	width:859px;
	height:265px;
	margin: 0 auto;
	padding: 0 8px;
	color:#000;
	background: url(/images/footerbg.jpg) no-repeat;
	overflow:hidden;
	font-family:Arial, Verdana, Tahoma;
	font-size:11px;
}

#Footer h1 {
	color:#000;
	font-weight:normal;
	margin:0 0 20px 0;
	padding: 0;
	font-size:20px;
	font-family:Arial, Verdana, Tahoma;
	text-transform:lowercase;
}

#Header {
	padding: 0px;
	margin:0;
	width:859px;
	height:455px;
	clear:both;
}
#Header #Top {
	width:859px;
	height:110px;
}

#Header #Logo {
	float:left;
	height:110px;
	width:163px;
}

#Header #TopR {
	float:left;
	width:696px;
	height:110px;
	overflow:hidden;
}

#Header #TopIcons {
	text-align:right;
	width:696px;
	height:13px;
	margin:5px 0 6px 0;

}

#Header #TopIcons img {
	vertical-align:middle;
}

#Header #TopIcons .sep {
	display: inline-block;
	width:1px;
	height:13px;
	vertical-align:middle;
	overflow:hidden;
	background-color: #cccccc;
	margin:0 10px;
}

#Header #TopSearch {
	text-align:right;
	width:696px;
	height:86px;
}


#Header #TopSearch form {
	width:223px;
	height:64px;
	border:0;
	margin:0;
	float:right;
	padding:22px 0px 0px 10px;
	background: url(/images/searchbox_bg.gif) no-repeat;
	text-align:left;
}

#Header #TopSearch form input {
	margin:0;
	padding:0;
	border:0;
	border: 0px solid red;
	background:none;
	font-size:10px;
	height:12px;
	line-height:12px;
	font-family:tahoma;
	width:125px;
	vertical-align:top;
}

#Header #TopSearch form input.submit {
	width:75px;
	height:40px;
	cursor:pointer;
	background:none;
	vertical-align:top;
}

#Menu {
	float:none;
	height:40px;
	margin:0px 0;
	background: url(/images/menubg.gif);
	width:859px;
	overflow:hidden;
}

#Menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#Menu ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	width: 117px;
	height: 40px;
	float:left;
	display:inline;
	margin-left:0px;
	line-height:40px;
	border-right: 1px solid #fff;
}
html>body #Menu ul li { 
	display:block;
}

#Menu ul li a {
	font-size:15px;
	font-weight:normal;
	padding:0px 5px;
	color:#000;
	width:107px;
	height:40px;
	line-height:40px;
	text-decoration:none;
	text-align:center;
	display:block;
	text-transform:uppercase;
}
#Menu ul li.hover a {
	color:#fff;
}
#Menu ul li a:hover {
	color:#005395;
}


#HeaderImg {
	clear:both;
	width:859px;
	height:300px;
	overflow:hidden;
	margin:5px 0 0 0;
	background-position: right center;
	background-repeat: no-repeat;
}
#HeaderImg .headertxt {
	width:309px;
	height:82px;
	padding:20px 20px 20px 530px;
	margin-top: 170px;
	margin-bottom: 8px;
	background: url(/images/headerimg_txtbg.png);
	color:#fff;
	font-size:11px;
	text-align:right;
}

.hr {
	width:849px;
	height:18px;
	overflow:hidden;
	background: url(/images/hr1.gif) center center no-repeat;
	padding:5px 0;
	clear:both;
}
.hr2 {
	width:189px;
	height:18px;
	overflow:hidden;
	background: url(/images/hr2.gif) center center no-repeat;
	padding:5px 0;
	clear:both;
}

#ContentZone {
	clear:both;
	width:859px;
	padding:5px 0;
}

#Content {
	width: 656px;
	float:left;
	overflow:hidden;
	background: url(/images/maincontentbg.gif) left 22px no-repeat;
}

.maincont {
	width:auto;
	min-height:200px;
	height:auto;
	clear:both;
}
.contentfooter {
	width:auto;
	height:20px;
	clear:both;
	background: url(/images/maincontentfooter.gif) left 0 no-repeat;
}

#RColumn {
	width: 193px;
	padding: 0px 0px;
	float:left;
	margin-left:10px;
	display:inline;
	overflow:hidden;
}

#RColumn h1{
	margin:0;
	padding:0;
	background: url(/images/menuheader.gif) no-repeat;
	height:22px;
	padding:0px 20px;
	overflow:hidden;
	line-height:22px;
	font-size:16px;
	font-weight:bold;
	font-family:verdana;
	color:#fff;
	text-transform:uppercase;
}

#RColumn ul.list1 {
	list-style-type:none;
	margin:0px 0;
	padding:0;
}
#RColumn ul.list1 li {
	list-style-type:none;
	margin:4px 0 0 0;
	padding:0;
	/*height:17px;*/
	line-height:17px;
	font-size:11px;
	font-family:tahoma;
	background: #e9e9e9;
	/*white-space: nowrap;*/
}
#RColumn ul.list1 li.ident0 {
	padding:0 0 0 0;
	/*white-space: nowrap;*/
}
#RColumn ul.list1 li.ident1 {
	padding:0 0 0 10px;
	background: #fff;
	margin:0;
	/*white-space: nowrap;*/
}
#RColumn ul.list1 li.ident2 {
	padding:0 0 0 20px;
	background: #fff;
	margin:0;
	/*white-space: nowrap;*/
}
#RColumn ul.list1 li a,
#RColumn ul.list1 li a:link,
#RColumn ul.list1 li a:visited,
#RColumn ul.list1 li a:active
{
	color:#000;
	font-size:11px;
	text-decoration: underline;
	/*white-space: nowrap;*/
}
#RColumn ul.list1 li a:hover
{
	text-decoration: none;
}
#RColumn ul.list1 li a.selected{
	font-weight:bold;
}


#Home {
	clear:both;
	width:859px;
	height:277px;
	margin:5px 0;
}

#Home .box {
	width:420px;
	height:277px;
	background-color:#e4e4e4;
	overflow:hidden;
	float:left;
	margin-left:19px;
}

#Home .firstbox {
	margin-left:0;
}

#Home .box .boxheader {
	text-align:right;
	height:26px;
	line-height:26px;
	margin:5px 0;
}

#Home .box .boxheader span {
	background: #f58025;
	padding: 0 7px 0 21px;
	line-height:26px;
	font-size: 20px;
	height:26px;
	font-family:verdana;
	font-weight:normal;
	color:#fff;
	overflow:hidden;
	letter-spacing:2px;
}


.news {
	margin:0px;
	margin-top:0px;
	padding:0 10px;
	clear:both;
}

.news ul {
	list-style-type : none;
	margin: 0;
	padding: 0;
}
.news ul li {
	margin: 0px 0px 0px 0px;
	padding: 3px 0 0px 0;
	width:auto;
	height:auto;
	clear:both;
}
html>body .news ul li {
	height:72px;

}

.news ul li .img{
	width:74px;
	height:64px;
	background: url(/images/homeimgbg.gif) no-repeat;
	float:left;
	display:inline;
	padding:4px;
	margin:0px 10px 0px 0px;
}

.news ul li .img img{
	width:74px;
	height:64px;
}

.news ul li .date {
	color: #000;
	font-size:10px;
	font-weight:bold;
	font-family:tahoma;
	margin-top:6px;
}
.news ul li .title{
	color: #000;
	font-size:11px;
	font-weight:bold;
}

.news ul li .content{
 	padding:0px;
 	margin:0px;
 	font-size:11px;
}


.news ul li .title a,
.news ul li .title a:link,
.news ul li .title a:active,
.news ul li .title a:visited
{
	color: #000;
	text-decoration:underline;
}

.news ul li .title a:hover
{
	color: #000;
	text-decoration:none;
}


#FooterBoxes {
	clear:both;
}

#FooterBoxes .b1 {
	float:left;
	width:420px;
	height:100px;
	overflow:hidden;
}
#FooterBoxes .b2 {
	float:left;
	width:280px;
	height:100px;
	display:inline;
	margin-left:19px;
	overflow:hidden;
}

#FooterContent {
	clear:both;
	margin-top:20px;
	text-align:center;
	clear: both;
	color: #000;
}

.PageHeading {
	background: url(/images/titleheader.gif) no-repeat;
	height:22px;
	padding:0px 20px;
	margin:0 0 10px 0;
	overflow:hidden;
}

.PageHeading h1 {
	line-height:22px;
	font-size:16px;
	font-weight:bold;
	font-family:verdana;
	margin:0;
	padding:0;
	color:#fff;
	text-transform:uppercase;
}


.listing {
	margin:0px;
	margin-top:0px;
	padding:10px 0px;
	clear:both;
}

.listing ul {
	list-style-type : none;
	margin: 0;
	padding: 0;
}
.listing ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width:auto;
	height:20px;
	clear:both;
}
html>body .listing ul li {
	min-height:20px;
	height:auto;
}

.listing ul li img{
	display:block;
	float:left;
	display:inline;
	margin-right:10px;
	vertical-align:top;
	border:1px solid gray;
}
