body {
	margin:0;
	padding:0;
	background-color:#FFF;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;  
color:#666666;
}

.imgNoBorder{
border:0px;
}

.imgNoBorder100PerCent{
border:0px;
width:100%;
height:100%;
}

/***********************************************/
/* Link Styles                                */
/***********************************************/



a {
	text-decoration: none;
	color: #009b7a;
border:0px;
}
a:hover {
	text-decoration: underline;
	color: #009b7a;
}
		

a.mainMenuOne {
color:#FFF;
}

a.mainMenuOne:hover {
	color: #FFF;
	text-decoration: underline;
}	
a.mainMenuOneOn {
	color: #FFF;
	text-decoration: underline;
}	


a.mainMenuTwo {
color:#FFF;
display:block;
padding:2px 10px 10px 10px;
}

a.mainMenuTwo:hover {
display:block;
padding:2px 10px 10px 10px;
	color: #2e2e2f;
	background-color:#FFF;
	text-decoration: none;
}	
a.mainMenuTwoOn {
display:block;
padding:2px 10px 10px 10px;
	color: #2e2e2f;
	background-color:#FFF;
	text-decoration: none;
}	






/***********************************************/
/* Layout Divs                                 */
/***********************************************/
div.bgContainer {
position:relative;
width:1000px;
float:left;
background: #FFF url('../gfx/container_bg.gif') repeat-y fixed;
} 

div.container {
position:relative;
width:933px;
margin-left:28px;
} 



/***********************************************/
/* header and menu                           */
/***********************************************/




div.header {
position:relative;
float:left;
height:98px;
width:933px;
background: #007057 url('../gfx/header/bg_grad.jpg') repeat-x fixed;
} 

div.logoHolder {
position:relative;
float:left;
width:285px;
height:49px;
margin-top:22px;
margin-left:10px;
} 

div.menuOneContainer {
position:relative;
float:right;
width:475px;
height:34px;
margin:64px 10px 0 0;
background: #007057 url('../gfx/header/menu1/bg_main.jpg') repeat-x;
} 

div.menuOneRS {
position:relative;
float:right;
margin:0;
width:12px;
height:33px;
background: #007057 url('../gfx/header/menu1/bg_right.jpg') no-repeat;
} 

div.menuOneTextContainer {
position:relative;
float:right;
width:450px;
} 

div.menuOneText {
position:relative;
float:right;
margin:8px 5px 0 5px;
font-size: 16px;	
line-height:21px;
color: #FFF;
} 


div.menuOneLS {
position:relative;
float:left;
margin:0;
width:12px;
height:33px;
background: #007057 url('../gfx/header/menu1/bg_left.jpg') no-repeat;
} 


div.menuOneSplitter {
position:relative;
float:right;
margin:16px 5px 0 5px;
width:2px;
height:6px;
background: #FFF url('../gfx/header/menu1/splitter.gif') no-repeat;
} 




div.menuTwoContainer {
position:relative;
float:left;
width:933px;
height:26px;
background: #000 url('../gfx/header/menu2/bg.jpg') repeat-x;
} 


div.menuTwoTextContainer {
position:relative;
float:left;
min-width:150px;
margin:2px 0 0 10px;
} 

div.menuTwoText {
position:relative;
float:left;
margin-right:5px;
padding:0;
font-size: 14px;	
line-height:18px;
color: #FFF;
}

