.front_header_default {
	height:165px;
	width:100%;
	display:block;
	background-image: url(images/header_blue_bg.jpg);
	background-repeat: repeat-x;
	background-color: #2671b5;
}
.front_header_grass {
	height:165px;
	width:100%;
	display:block;
	background-image: url(images/header_blue_bg_grass.jpg);
	background-repeat: repeat-x;
	background-color: #2671b5;
}
.front_header_default_logo {
	height:165px;
	width:476px;
	background-image: url(images/header_blue_logo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.front_header_default_logo_grass {
	height:165px;
	width:540px;
	background-image: url(images/header_blue_logo_grass.jpg);
	background-repeat: no-repeat;
	
}
.front_footer_default {
	height:82px;
	width:100%;
	display:block;
	background-image: url(images/footer_blue_bg.jpg);
	background-repeat: repeat-x;
	background-color: #0e2034;
}
.front_footer_default1 {
	height:37px;
	width:100%;
	display:block;
	background-color: #94b317;
}
.front_footer_inner_logo {
	height:82px;
	width:450px;
	display:block;
	padding:0px;
	background-image: url(images/footer_blue_webdesgin_and_programing.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}

.navigation_header_menu_container{
	height:44px;
	width:100%;
	background-image: url(images/navigation_header_menu_bg.jpg);
	background-repeat: repeat-x;
	
}

.navigation_header_menu_button_container{
	height:44px;
	text-align: center;
	vertical-align: middle;
	
	
	/*padding-left: 15%;
	padding-right: 15%;*/
		
}
.navigation_header_menu_button_container_left{
	height:44px;
	width:2px;
	float:left;
	display:inline;
	background-image: url(images/navigation_header_menu_border_left.jpg);
	background-repeat: no-repeat;
	background-position: center;	
}
.navigation_header_menu_button_container_right{
	height:44px;
	width:2px;
	float:left;
	display:inline;
	background-image: url(images/navigation_header_menu_border_right.jpg);
	background-repeat: no-repeat;
	background-position: center;	
}
.navigation_header_menu_button_container_center{
	height:44px;
	float:left;
	display:inline;
	vertical-align: middle;
	text-align: center;
	line-height: 44px;
	padding-right: 10px;
	padding-left: 10px;
}

.navigation_header_menu_button_container_active{
	height:44px;
	float:left;
	display:inline;
	vertical-align: middle;
	text-align: center;
	line-height: 44px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/navigation_header_menu_bg_active.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

.navigation_header_menu_button_container_active a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #586d00;
	text-decoration: none;
}

.navigation_header_menu_button_container_center:hover{
	background-image: url(images/navigation_header_menu_bg_hover.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

.navigation_header_menu_button_container_center a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #586d00;
	text-decoration: none;
}

.center_content_container{
	width:100%;
}
.center_content_container_inner{
	width:900px;
	display:block;
}

.center_content_container_white_space{
	width:100%;
	height:70px;
	display:block;
}


