.title{
	margin-top:70px;
	margin-left:20px;
}

/** =Menu **/
ul#nav{
	margin:0 0 0 0px;
	width:959px;
}
ul.drop a{
	display:block;
	color:white;
	font-family:Verdana;
	font-size:14px;
	text-decoration:none;
}
ul.drop, ul.drop li, ul.drop ul{
	list-style:none;
	margin:0;
	padding:0;
	border: 1px solid #00cc33;
	background:#00cc33;
	color:white;
}
ul.drop{
	position:relative;
	z-index:10;
	float:left;
}
ul.drop li{
	float:left;
	line-height:1.3em;
	vertical-align:middle;
	zoom:1;
	padding:5px 10px;
}
ul.drop li.hover,ul.drop li:hover {
	position:relative;
	z-index:10;
	cursor:default;
	background:#009933;
}
div h3 a{
	text-decoration:none;
}
ul.drop ul{
	visibility:hidden;
	position:absolute;
	top:100%;
	left:0;
	z-index:10;
	width:165px;
	background:white;
	border: 1px solid #00cc33;
}
ul.drop ul li{
	float:none;
}
ul.drop ul ul{
	top:-2px;
	left:100%;
}
ul.drop li:hover>ul{
	visibility:visible;
}
.selected{
	font-weight:bold;
	text-decoration:none;
}
.arrow{
	float:right;
}

.logo{
	margin-top:10px;
	margin-bottom:10px;
	border:none;
}

 .format_grid{
	margin-top:30px;
	margin-left:10px;
	text-align:center;
 }
 .format_grid h3{
	color:#00cc33;
 }
footer{
	clear: both;
	width:960px;
	height:70px;
	color: white;
	line-height:90%;
	padding-top:5px;
	text-align: center;
	background: #00cc33;
	border-top: 1px solid #d1d1d1;
}
footer a{
	color:white;
}
footer a:hover{
	text-decoration:none;
}
.button{
	float:left;
	background: #00cc33;
	padding: 8px;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	font-weight:strong;
	margin-left:19px;
	margin-top:-5px;
}
.button a{
	text-decoration:none;
	color:white;
}
.button:hover{
	background: #009933;
	color: white;
}
.button1{
	float:left;
	background: #00cc33;
	padding: 8px;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	font-weight:strong;
}
.button1 a{
	text-decoration:none;
	color:white;
}
.button1:hover{
	background: #009933;
	color: white;
}
ol li a{
	text-decoration:none;
	color:#00cc33;
}
ol li a:hover{
	text-decoration:underline;
	color: #009933;
}
ol li h3{
	color:#00cc33;
}
ol{
	text-align:left;
	color:#00cc33;
}
ol h3 li{
	color:black;
}
.link a{
	float:right;
	color:#009933;
}
.link a:hover{
	color:#00cc33;
	font-weight:bold;
}
.sitemap li{
	color:#009933;
}
.sitemap ul li{
	color:#009933;
}
.sitemap ul li a{
	text-decoration:none;
	color:#009933;
}
.sitemap a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#00cc33;
}

/** image hover **/
.container_12 .box {
	border: 5px solid #fff;
	cursor: pointer;
	width:250px;
	height: 300px;
	float: left;
	margin: 5px;
	position: relative;
	overflow: hidden;
		-webkit-box-shadow: 1px 1px 1px 1px #ccc;
		-moz-box-shadow: 1px 1px 1px 1px #ccc;
		box-shadow: 1px 1px 1px 1px #ccc;
}
.container_12 .box img {
	position: absolute;
	left: 0;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
	margin-left:20px;
}
/* Caption Common Style */
.container_12 .box .caption {
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	color: #fff;
	z-index: 100;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
		transition: all 300ms ease-out;
	left: 0;
}

/** Caption 2: Full Width & Height **/
.container_12 .box .full-caption {
	width: 250px;
	height: 250px;	
	top: -280px;
	text-align: left;
	padding: 15px;
}

.container_12 .box:hover .full-caption {
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	opacity: 1;
	transform: translateY(100%);
}






/* Internet explorer*/
.xxx{
	clear: both;
	width:960px;
	height:70px;
	color: white;
	line-height:90%;
	padding-top:5px;
	text-align: center;
	background: #00cc33;
	border-top: 1px solid #d1d1d1;
}
.xxx a{
	color:white;
}
.xxx a:hover{
	text-decoration:none;
}
.img_logo{
	border:none;
}