@charset "utf-8";
/* CSS Document */



@import url(http://fonts.googleapis.com/css?family=Limelight);
@font-face {
font-family: 'Limelight', cursive;
src:url ("Limelight.ttf") format('truetype');
}





h2 {
    color: #000000;
    /*font-family: 'Abril Fatface';*/
	font-family: 'Limelight', cursive;
    font-size: 345%;
    font-stretch: semi-expanded;
    /*font-weight: bolder;*/
    letter-spacing: 5pt;
    margin: 0;
    padding: 0;
}

/*@font-face {
    font-family: Britannic Bold;
    src: url("BRITANIC.TTF");
}*/

/*@font-face {
    font-family:"Britannic Bold";
    src: url(BRITANIC.TTF) 
}


h2 {
    color: #000000;
    margin: 0px;
    padding: 0px;
    font-family:"Britannic Bold" !important;
    font-size: 345%;
    font-weight: bolder;
    font-stretch: semi-expanded;
    letter-spacing: 5pt;
	
}*/



/*@font-face { font-family: Britannic Bold; src: url('BRITANIC.ttf');}*/


/*@font-face {
font-family:"Britannic Bold" !important;
src:url ("BRITANIC.ttf") format('truetype');
}*/

/* ... */















h3 {
    color: #000000;
    font-family: Arial,sans-serif;
    font-weight: bold;}
	
	
	
/*	#siteInfo {
    clear: both;
    font-size: small;
    color: #cccccc;
    margin-top: 0px;
    background-color: #666633;
}
*/

.style7 {
    font-size: x-small;
}



#breadCrumb {
    padding: 5px 0px 5px 10px;
    font: small Verdana,sans-serif;
    color: #AAAAAA;
	background-color:#FFFFFF;
}


.image_area{ width:100%; text-align:left;}

.nav_right_area{ 

/*float:right; width:178px; margin-top:50px;*/
    float: right;
    width: 178px;
    padding: 0px;
    background-color: #CCCC99;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font: small Verdana,sans-serif;
    margin-top: 38pt;
    border-top: 1px solid #cccccc;

}

.nav_outer_area{ width:100%;}

.contain_area{width:92%;}
.contain_text{padding-left:60px; padding-right:15px;}



#siteInfo {
    clear: both;
    font-size: small;
    color: #cccccc;
    padding: 10px 10px 10px 10px;
    margin-top: 0px;
    background-color: #666633;
}



/*.style4 {
    font-family: "Arno Pro Light Display";
}
*/



@media only screen and (max-device-width: 480px) and (min-device-width: 320px){

	.contain_area{width:87% !important;margin:0px auto;}
	.contain_text{padding-left:0px !important; padding-right:0px !important;}
	.nav_right_area{ width: 197px !important;}
	body{margin:8px 0 0 0 !important;}
	 .nav_right_area {border-bottom: none !important;border-top: none !important;}
}


@media screen and (max-width : 640px){

	.contain_text{padding-left:0px !important; padding-right:0px !important;}
	.nav_right_area{border-bottom: none !important;border-top: none !important;}
}


/*@media screen and (max-width: 767px) {
	.contain_text{padding-left:0px !important; padding-right:0px !important;}
	
}*/


@media screen and (max-width: 768px) {
	.contain_text{padding-left:100px; padding-right:50px;}
	
}




/*
@media (min-width:320px) { .contain_text{padding-left:0px !important; padding-right:0px !important;} }
@media (min-width:480px) { .contain_text{padding-left:0px !important; padding-right:0px !important;} }
@media (min-width:600px) { .contain_text{padding-left:0px !important; padding-right:0px !important;} }
@media (min-width:801px) { .contain_text{padding-left:0px !important; padding-right:0px !important;} }
@media (min-width:1025px) { .contain_text{padding-left:0px !important; padding-right:0px !important;} }
@media (min-width:1281px) { .contain_text{padding-left:0px !important; padding-right:0px !important;} }
*/




/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	display: none;
}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
li a {
	display:block;
	min-width:140px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-family: Verdana,sans-serif;
	color: #666600;
	background: #CCCC99;
	text-decoration: none;
	font-size: 15px;
	font-weight:bold;
}

/*Hover state for top level links*/
li:hover a {
	background: #cccc66;
	text-decoration:none;
	
}

/*Style for dropdown links*/
li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #19c589;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #000;
	text-align: center;
	padding: 10px 0;
	display: none;
	cursor:pointer;
	/*background:url(../image/mobile_icon_menu.png) no-repeat center #666633;*/
	height: 33px;
	text-transform: uppercase;
	background-color:#666633;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/
@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	
	.left_menu{ display: none;}
}




#menu5 {
	width: 200px;
	margin: 10px;
}
	
#menu5 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}	
	
#menu5 li a:link, #menu5 li a:visited {
	color: #FFF;
	display: block;
	background:  url(menu5.gif);
	padding: 8px 0 0 10px;
}
	
#menu5 li a:hover {
	color: #FFF;
	background:  url(menu5.gif) 0 -32px;
	padding: 8px 0 0 10px;
}
#menu5 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


.left_menu{ width:100%; float:left; background-color: #CCCC99; font-family: Verdana,sans-serif;}

 .left_menu a{ font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 3px 3px 3px 10px;
    color: #666600;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #cccccc;}
	
 .left_menu a:hover{background-color: #cccc66;
    font-weight: bold;
    text-decoration: none;
    display: block;
    color: #666600;
    border-top: 1px solid #cccccc;}