/**** General  ***/
body
{
    font-size: 12px;
    margin: 0;
	 	padding:12px 0 0 0;
    color: Black;
    font-family: Arial, Helvetica, sans-serif;
		background: url(../images/bg.jpg) repeat-x;
}
body.iframe
{
    font-size: 12px;
    margin: 0;
	 	padding:0;
    color: black ;
    font-family: Arial, Helvetica, sans-serif;
}
.floatcontainer:after
{
    clear: both;
    display: block;
    font-size: 0px;
    visibility: hidden;
    height: 0px;
    content: ".";
}
.floatcontainer
{
    display: inline-block;
}
* HTML .floatcontainer
{
    height: 1%;
}
.floatcontainer
{
    display: block;
}
a
{
    color: Black;
    text-decoration: none;
}
a:hover
{
    color: #e30f2f;
    text-decoration: underline;
}
input
{
    border: #d1d0cc 1px solid;
	color:black;
}
textarea
{
    border: #d1d0cc 1px solid;
	color:black;
}
select
{
    border: #d1d0cc 1px solid;
	color:black;
}
h1
{
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 30px;
  font-weight: bold;
  color: #e5100c;
}
h2
{
  font-weight: bold;
  font-size: 26px;
  margin:0 0 10px 0;
  color: #e5100c;
}
h3
{
  font-weight: bold;
  font-size: 12px;
  margin:0 0 5px 0;
	padding-left: 15px;
  color: #e5100c;
	height: 16px;
} 
h4{
	color:#e5100c;
	font-size:12px;
	font-weight: bold;
	margin: 0 0 3px 0; 
}
input.btn
{
    border: Black 0px solid;
    color: white;
	font-weight:bold;
	padding:0 5px;
    background: url(../images/bg_btn.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
input.noBorder
{
    border: medium none;
}
img.pic
{
    border: #cbcbcb 1px solid;
}
.error
{
    color: #cc0000
}
.justify
{
    text-align: justify;
}
/**** Page Container ***/

#pageContainer
{
  direction: ltr;
	margin:0 auto;
	width:799px;
	padding:0;
	border-top:solid 1px #d1d1d1;
	border-left:solid 1px #d1d1d1;
	border-right:solid 1px #d1d1d1;
	background-color: White;
}
#pageContainer IMG
{
    border: medium none;
}
/**** Top ***/
#header{
	margin-top: 7px;
	height: 286px;
	background: url(../images/bg_top.jpg) no-repeat;
}
#top{
	height: 240px;
}
#search{
	float: right;
	width:300px;
	line-height: 82px;
	vertical-align: middle;
	padding-right:25px;
	text-align: right;
	font-size: 11px;
}
#search input{
	height: 14px;
	width: 150px;
}
#logo{
	float: left;
	width:420px;
}
/**** Static menu ***/
#staticContainer
{
  direction: ltr;
	margin:0 auto;
	width:793px;
	padding:0;
}
#staticMenu{
	padding-left:40px;
	height:24px;
}
#staticMenuRight{
	float: left;
	width:419px;
	background: url(../images/bg_static.jpg) no-repeat;
	font-size: 20px;
}
#staticMenuRight .red{
	color:#e30f2f;
}
#staticMenuLeft{
	float: left;
	width:104px;
	margin-left: 4px;
}

/**** Main Menu ***/

#mainMenu{
	margin:0 0 0 30px;
}
#mainMenu ul{
	height:22px;
	padding:0;
	margin:0;
	list-style: none;
	z-index: 500;
}
#mainMenu li{
	float: left;
	text-align: center;
	color: #0094ac;
	font-weight:bold;
	height:18px;
	padding:0 15px;
	font-size: 14px;
	position: relative;
	z-index: 500;
}
#mainMenu li a{
	color: #0094ac;
	display:block;
}
#mainMenu li a:hover,#mainMenu li.menu_on a{
	color: #e30f2f;
	display:block;
	text-decoration: none;
}
#mainMenu li.sep{
	width:1px;
	background-color: #d8d8d8;
	padding:0;
}

/** Menu Drop Down */
#mainMenu li ul {
	position: absolute;
	left:0;
	top: 18px;
	display: none;
	border-bottom: solid 1px #6d6d6d;
	height: auto;
	width:147px;
}
#mainMenu li:hover ul,#mainMenu li.over ul { display: block; }

#mainMenu li ul li{
	clear: both;
	height:20px;
	border-top: solid 1px #6d6d6d;
	border-right: solid 1px #6d6d6d;
	border-left: solid 1px #6d6d6d;
	background-color: #0094ac;
	text-align: left;
	color: White;
	font-size: 13px;
	margin: 0;
	font-weight: bold;
	width:115px;
}
#mainMenu li ul li:hover{
	clear: left;
	height:20px;
	width:115px;
	background-color: #e30f2f;
}
#mainMenu li.menu_on ul li a,
#mainMenu li ul li a{
	background: url(../images/bg_menu_drop.jpg) repeat-x left;
	display: inline-block;
	color: White;
	width:107px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	padding: 0;
	padding-left:8px;
}
#mainMenu li.menu_on ul li a:hover,
#mainMenu li ul li a:hover{
	background: url(../images/bg_menu_drop_on.jpg) repeat-x;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	width:107px;
	padding: 0;
	padding-left:8px;
	color: White;
}
/* Fix IE. Hide from IE Mac \*/
#menu ul li {float: left; width: 100%;height: 1%;}
#menu ul li a {height: 1%;} 
/* End */




/**** Nav ****/
#nav{
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	color:Black;
	font-size: 11px;
	padding-left:35px;
	direction: ltr;
}
#nav a{
	color:Black;
}
#nav a:hover{
	color:Black;
	text-decoration: none;
}
.nav_on{
	color:#e30f2f;
	font-weight: bold;
}
/**** Footer ***/
#footer
{
  clear: both;
  margin: 10px 35px;
	padding-top:5px;
  color: #818181;
	font-size: 14px;
	text-align:center;
	border-top:solid 1px #cecece;
	font-weight: bold;
	
}
#footer a
{
    color: Black;
}
#footer a:hover
{
    color: Black;
    text-decoration: underline
}
/**** Credit ***/
#credit
{
    clear: both;
    padding: 5px 0;
    margin: 0px 70px auto;
    color: white;
    text-align: center;
	color:#707070;
}
#credit a
{
    color: #707070;
}
#credit a:hover
{
    color: #707070;
    text-decoration: underline;
}
/**** Main Page ***/
#main
{
	margin:0 35px;
	padding: 0;
}
.textWrap
{
	padding: 15px;
}
/**** Right Column ***/
#mainContentRight{
	float:left;
	width: 182px;
}
/**** Center Column ***/
#mainContent{
}
#mainContentCenter{
	float: left;
	width: 430px;
}
/**** Left Column ***/
#mainContentLeft{
	float:right;
	width: 240px;
}
#mainBoxT{
	background: url(../images/bg_main_box_t.jpg) no-repeat;
	text-align: center;
	padding-top:10px;
	margin-bottom: 20px;
}
#mainBox{
	background: url(../images/bg_main_box.jpg) no-repeat bottom;
	width:219px;
	min-height: 196px;
	text-align: center;
	padding:10px;
	padding-top:0;
	font-weight: bold;
}
#mainContentBox{
	margin-top:10px;
}
#mainBoxTitle{
	border-bottom:solid 1px #cecece;
	padding-bottom: 2px;
	margin-bottom: 20px;	
}
/**** Side Menu ***/
#sideMenu {
	margin-bottom: 10px;
}
#sideMenu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#sideMenu li{
}
#sideMenu li a{
	color:#155676;
	margin-bottom: 1px;
	border-bottom: solid 1px #155676;
	background: url(../images/bg_side.jpg) no-repeat left;
	display: block;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	padding-left: 15px;
	font-weight: bold;
}
#sideMenu li a:hover,#sideMenu li.menu_on a{
	color:#7b2410;
	margin-bottom: 1px;
	border-bottom: solid 1px #7b2410;
	background: url(../images/bg_side_on.jpg) no-repeat left;
	display: block;
	text-decoration: none;
}
/**** News box ***/
#newsBox{
	border: solid 1px #dcdcdc;
	padding: 10px;
	margin-bottom: 10px;
}
#newsBox dt{
	color:#7b2612;
	font-weight: bold;
}
#newsBox dd{
	color:Black;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: solid 1px #dcdcdc;
}
#newsBox dd a{
	color:Black;
}

/**** Banners ***/
#banners {
	margin:5px 0;
}
#banners div{
	margin-top:5px;
}
/**** Text Boxes ***/
#boxes{
	padding-top: 10px;
}
/**** Text Box ***/
.boxItem {
	margin:0 0 15px 0;
	float: left;
	width:360px;
}
.boxImg {
	float: left;
	width:95px;
	text-align: center;
	margin-right:5px;
}
.boxImg img {
	border: solid 1px #c1c2bd;
}
.boxText{
	float: right;
	width:250px;
}
.boxItem div.text{
	background-color: #ccdfe5;
	padding:10px 15px;
}
/**** Text box **/
.textBox{
	margin-top:10px; 
}
.textBox div.textBoxImg{
	float:left;
	width:80px;
}
.textBox div.textBoxText{
	float:right;
	width:285px;
}
.textBox h3{
	color:#145578;
	margin: 0 0 5px 0;
	font-size:12px;
}
.details{
	color: Black;
	font-size: 11px;
	text-align: right;
}
.details a{
	color: Black;
	font-size: 11px;
}
/**** Cube ***/
.cubeT{
	background: url(../images/bg_box_t.jpg) no-repeat top;
	padding-top:10px;
	margin-bottom: 0;
}
.cubeB{
	background: url(../images/bg_box_b.jpg) no-repeat bottom;
	padding-bottom:10px;
}
.cube{
	background: url(../images/bg_box.jpg) repeat-y top;
	padding:0 15px;
}

