/* Page layout CSS */
.header{
   position: relative;
   float: left;
   width: 100.00%;
   height: 90px;
   background-color: #FFFFFF
}
.headerMenu{
	float: right;
}
.headerSearch{
	float: right;
}
.wrapper{
   position: relative;
   float: left;
   left: 2%;
   width: 96.00%;
   padding-top: 5px;
   /*background-color: #fff*/
}
.right{
   position: relative;
   float: left;
   left: 0%;
   width: 22%;
   /*border: #CC3399 0px solid;*/
}
.left2{
   position: relative;
   float: left;
   left: 1%;
   width: 60.00%;
   /*background-color: #fff;*/
   /*border: #CC3399 0px solid;*/
}
.left1{
   position: relative;
   float: right;
   right: 0;
   width: 15.00%;
   /*border: #CC3399 0px solid;*/
}
.footer{
   clear: both;
   width: 100.00%;
   float: left;
   position: relative;
   text-align:center;
   /*border-bottom: #000 1px solid;*/
   /*background-color: #b4d2f7*/
}
.footerBox{
   margin-top:15px;
   text-align:center;
   clear: both;
   background-color:#fff;
   padding:2px;
}
body {
   border-width: 0px;
   padding: 0px;
   margin: 0px;
   font-size: 90%;
   width: 100%;
   min-width: 600px;
   background-color: #e2dcc4;
}
.boxDesign {
	width:100%;
	position: relative;
	clear: both;
	border: #D6D7D6 1px solid;
	background-color:#F7F7F7;
	padding:2px;
}
.searchBoxField {
	background-color:#EBF3F9;
	border-color:#C5C5C5 #D8D8D8 #ECECEC;
	border-style:solid;
	border-width:2px;
	font-size:15px;
	font-weight:bold;
	height:17px;
	margin-right:4px;
	padding:5px;
	width:360px;
}
.searchButton {
	background-color:#EBF3F9;
	border-color:#C5C5C5 #D8D8D8 #ECECEC;
	border-style:solid;
	border-width:2px;
	font-size:15px;
	font-weight:bold;
	height:32px;
	margin-right:4px;
	padding:5px;
	width:100px;
}



/* TABS CSS */
#tabco4{
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	height: 45px;
}
#navigation a 
{ 
color: #EB7823; 
background-color: #fff;
text-decoration: none; 
padding:7px;
} 
.SeparatedTopMenu {
	color: #EB7823; 
	background-color: #fff;
	text-decoration: none; 
	padding:7px;
}
#navigation a span 
{ 
padding:7px;
} 

#navigation a, #navigation a span 
{ 
display: block; 
float: left 
} 

/* Commented backslash hack hides rule from IE5-Mac \*/ 
#navigation a, #navigation a span 
{ 
float: none 
} 
/* End IE5-Mac hack */ 

#navigation a:hover 
{ 
color: #26a; 
background-color: #fff;
text-decoration: none; 
padding:7px;
} 
#navigation 
{ 
list-style: none; 
padding: 0; 
margin: 0 
} 

#navigation li 
{ 
float: right; 
display: block; 
margin: 0; 
padding: 1.5px; 
}

#navigation ul 
{ 
background-color: #fff;
}