@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0;
	font-family: 'Slabo 27px', serif;
	background: url(../images/bg_tile.jpg);
}

table {
	background: #ccc;
	border: 1px solid #FFF;
}

tr {
	border: none;
}

td {
	border: 1px solid #FFF;
	padding: 5px;
}

#leftcolodd {
	background: #666;
	color: #fff;
}

a:link {
	text-decoration: none;
	color: black;
}
a:visited {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: none;
	color: black;
}
a:active {
	text-decoration: none;
	color: black;
}

a img {
	border: none;
}

h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}

h10 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: 'Slabo 27px', serif;
}
h11 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: 'Slabo 27px', serif;
	margin-bottom: 20px;
}


#container {
	width: 1024px;
	margin: auto;
}

#header {
	width: 100%;
	height: 150px;
	float: left;
	clear: both;
	background: url(../images/header_bg.jpg) no-repeat;
	background-size: contain;
}

#menubar {
	width: 100%;
	clear: both;
	float: left;
	height: 50px;
	background: red;
	z-index: 10;
}

#banner {
	width: 100%;
	clear: both;
	float: left;
	height: 320px;
	background: green;
}

#content {
	width: 984px;
	clear: both;
	float: left;
	padding: 20px;
	background: white;
	max-width: 100%;
	line-height: 28px;
	font-size: 18px;
}
#content img {
	max-width: 982px;
}

#content ul li {
	list-style: none;
}

#content ul li img{
	max-width: 15px;
	margin-right: 30px;
}

#footer {
	width: 1024px;
	clear: both;
	float: left;
	background: black;
	line-height: 28px;
	font-size: 18px;
	min-height: 200px;
	color: #cccccc;
}

.footerblock {
	clear: none;
	margin-left: 0;
	float: left;
	padding-left: 30px;
	padding-top: 20px;
}

#footer ul {
	display: block;
	min-width: 160px;
	margin-top: 0;
	margin-left: -10px;
}

#footer ul h3{
	color: white;
}

#footer ul li {
	list-style: none;
	display: block;
	border-bottom: 1px dotted #666666;
	line-height: 30px;
	font-size: 14px;
}

#footer ul li:last-child {
	border-bottom: none;
}

#footer ul li a {
	color: #cccccc;
}

#footer ul li a:hover {
	color: white;
}

.clearfix:before {
	margin-top: 0;
}

/*Menu Style
top level elements */
	#nav, #nav ul {
	    list-style: none outside none;
	    margin: 0;
	    padding: 0;
	}
	#nav {
	    background-color: #f07f07;
	    height: 50px;
	    padding: 0 5px 0 5px;
	    position: relative;
	}
	#nav > li {
	    float: left;
	    height: 50px;
	    position: relative;
	    text-align: left;
		display: block;
	}
	#nav > li > a {
	    border: 1px solid transparent;
	    color: #FFFFFF;
	    display: block;
	    font-size: 16px;
	    font-weight: bold;
	    height: 50px;
	    line-height: 50px;
	    text-decoration: none;
	    text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
		padding: 0 15px 0 15px;
	}
	#nav > li:hover > a, #nav > a:hover {
	    background-color: #FFFFFF;
	    color: #FFFFFF;
	    position: relative;
		color: black;
	    z-index: 10;
		display: block;
		border-bottom: 5px solid #e44200;
	}
	
	#nav > li.current {
		background: #e44200;
		height: 50px;
		z-index: 3;
		background: rgb (255, 204, 51)
		color: white;
		box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
		line-height: 50px;
		border-bottom: 5px solid #FFF;
	}
	
	#nav > li.subs:hover > a {
	    background-color: #FFFFFF;
	    border-bottom-width: 0;
	    color: #000000;
	    text-shadow: 0 0 transparent;
	    z-index: 100;
		line-height: 60px;
	}


	/* top items separator */
	#nav > li:after {
	    background-color: #8e2c04;
	    content: "";
	    height: 50px;
	    position: absolute;
	    top: 0;
	    width: 1px;
	}
	#nav > li:first-child:after {
	    background-color: transparent;
	}
	/* submenu */
	#nav ul {
	    background-color: #FFFFFF;
	    box-shadow: 0 6px 5px rgba(0, 0, 0, 0.25);
	    display: none;
	    left: -1px;
	    min-width: 200px;
	    position: absolute;
	    top: 100%;
	    z-index: 99;
	}
	#nav li:hover ul {
	    display: block;
	}
	#nav ul li a {
	    border-bottom: 1px solid #cccccc;
	    color: #000000;
	    display: block;
	    font-size: 16px;
	    line-height: 30px;
	    padding: 0 22px;
	    text-decoration: none;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	#nav ul li a:hover {
	    background-color: #cccccc;
	    border-bottom: 1px dotted #cccccc;
	    color: #FFFFFF;
		z-index: 2000;
	}

/*Thumbs Style*/
#thumbcontainer {
	margin: 15px 0 10px 11px;
	width: 936px;
	min-height: 600px;
	padding: 3px 0 0 10px;
}

#thumbcontainer1 {
	margin: 15px 0 15px 11px;
	width: 936px;
	padding: 3px 0 0 10px;
}

.thumb {
	width: 175px;
	height: 175px;
	margin: 0 8px 8px 0;
	float: left;
	clear: none;
	display: block;
	border: 1px dotted #cccccc;
}

.thumb img {
	max-width: 170px;
	text-align: center;
}

.formholder {
	width: 460px;
	height: 590px;
	background: #666;
	margin: 20px 0 20px 20px;
	padding: 10px 20px 10px 20px;
	color: #FFF;
	border-radius: 10px;
}

.formholder input, textarea{
	min-width: 440px;
	max-width: 440px;
	font-family: 'Slabo 27px', serif;
	color: #000;
	padding: 5px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow:  0 0 6px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
	font-size: 14px;
}

.formholder hr{
	margin-bottom: 2px;
}

.formholder button{
	background: #F60;
	font-size: 16px;
	font-family: 'Slabo 27px', serif;
	margin-right: 30px;
	border: none;
	cursor: pointer;
	padding: 10px;
	box-shadow: 0 0 2px #000;
}

.formholder button:hover{
	background: #F30;
	font-size: 16px;
	font-family: 'Slabo 27px', serif;
	margin-right: 30px;
	border: none;
	cursor: pointer;
	color: #FFF;
	border-bottom: 5px solid #FFF;
}

