html, body { 
	margin: 0; 
	padding: 0; 
	height: 100%;
	/*---color: #b2ebff;---*/
	}




body {
     font-family: Verdana, Arial, sans-serif, Helvetica;  
	 /*---font-family: 'Englebert', cursive;	--*/
	 /*---font-family: 'Mouse Memoirs',  sans-serif; ---*/ 
     font-size: 12px;
	 /*---background-color: #2B2B2B;	 ---*/ 
	 background: #232323 url(images/mainbg.jpg) no-repeat fixed;
	 background-size: 100% 100%, auto;
	 color: #FFFFFF; /*--white font color-----*/;
}

strong{
	 color: #82e2f7;
	 text-shadow:black 3px 2px;
	 line-height: 400%;
	


}
#outside_wrapper_box{
	width:980px;
	min-height:70%;
	margin:0 0px;
	margin: 0 auto;	
	background: transparent url(images/outerwrapperbg.png) repeat-y;	
}

#inner_wrapper_box {
	width:938px;
	margin-left:20px;
}

#top_box {
	height: 27px; 
	width:100%;
	background-color: #252525; 
	padding: 0 0 0 0; 
	position:relative;
	text-align:right;
	
}

#top_box  .mobile_icon  { display:block; float:right; }
#top_box  .home_icon  { display:block; float:right; }
#top_box  .contact_icon  { display:block; float:right; }
#top_box  .login_icon { display:block; float:right; }

#header_box{ width:100%; float:left; position:relative; }
#header_banner_pict_box
#header_banner_pict {max-width:100%; float:left; }
#header_info_box {font-family: 'Englebert', cursive; position:absolute; top:60px; left: 0;  overflow:hidden; color:#fff; max-width:420px; background: transparent url(images/bg_gray.png)}
#header_info_box    .wstitle a {font-size: 3.9em; line-height: 120%; color:#fff ! important; padding:5px 5px 10px 20px;  }
#header_info_box    .pagetitle {font-size: 1.2em; font-weight: bold; line-height: 120%;  padding:5px 5px 10px 20px; margin:0;  }
#header_info_box    .pagedesc {font-size: 0.9em; font-weight: bold; line-height: 120%;  padding:5px 0 10px 20px;  }



#outer_breadcrumbs_box {height:30px; clear:both; background:url(images/shade.png) repeat-x ;}
#breadcrumbs_box {margin-left: 230px; padding:0px 5px 0px 0px; clear:both; }



#nav_left_box {
	clear:left;
	float:left;
	margin: 0 0 0 0;	
	width:210px;
	min-height:240px;
	display:inline;
}

#nav_menu_left_box {
	/*--float: right;  -----------*/
	width: 100%;
	margin: 30px 20px 0 0;
	background-color: transparent;
	line-height: 120%;
	min-height: 125px;
	
}	

#menu_info_box{
	background-color: transparent; 
	margin-top: 50px;
	margin-left: 20px; 
	width: 156px;
}

#menu_info_box_content{
	margin-top: 5px;
}

#main_content_box {
	float:left;
	display:inline;	
	min-height:220px;
	padding:0;
	margin-left:20px;
	margin-top:10px;
	width:700px;
	/*--color: #82e2f7; /*--light blue font color-----*/
	/*--background-color: #82e2f7;---*/
	
}
h1 {	
	color: #06a7ca ;
    font-size: 30px;
	/*--text-shadow: 2px 2px 3px #82e2f7;--*/
}
h2 {	
	color: #06a7ca ;
    font-size: 20px;
	/*--text-shadow: 2px 2px 3px #82e2f7;--*/
}
a{	
	color: #06a7ca ;
}

a:visited{	
	color: #a6ca06  ;
}

a:hover{	
	color: #FFFFFF ;
}

.clearboth{
	clear: both;
	width: 100%
}

#footer{
	width:980px;
	height:72px;
	margin:0 auto 0 auto;
	color: #fff;
	text-align:right;
	font-size:12px;
	padding-top:6px;
	background: transparent url(images/footer.png) no-repeat center top;
}


/*--Menu definitions--*/

#menu {
	line-height: 120%;
	min-height: 125px;
}	



#menu ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	list-style-image: none;	
}


#menu li {	
	padding: 0 0 0 0;		
} 

#menu a:link, #menu  a:visited
{
text-decoration: none;
}

#menu li a {
	display: block;
	padding: 10px 0px 8px 20px;	
	text-decoration: none;
	font-weight:bold;
	font-size:14px;
	line-height:100%;
	color: #75c4d0;
	border-bottom:1px solid #666;		
}

#menu ul ul a {
	display: block;
	padding: 10px 0px 8px 20px;	
	text-decoration: none;
	font-weight:bold;
	font-size:14px;
	line-height:100%;
	color: #06a7ca;
	border-bottom:1px solid #666;		
}

#menu li a:hover, #menu li a.menu_parent {
	color: #d0eee6;
	background: transparent url(img/glitzer.png) no-repeat right bottom;
}

#menu ul li a.menu_current {color: #a6ca06; text-shadow: 2px 2px  6px #000; }

#menu li li a {font-size:12px; padding: 8px 0px 8px 30px;}
#menu li li li a {font-size:12px; padding: 6px 0px 6px 40px;}
#menu li li li li a {font-size:12px; padding: 6px 0px 6px 50px;}