* { 
	margin: 0;
	padding: 0;
}

body { 
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px; 
	color: #500;
	background: #EDE3C0;
}

a {	
	text-decoration: none;
	color: #777;
}

img { 
	border: none;
}

/* Container */

#container { 
	margin: 10px auto 0;
	padding: 0;
	width: 100%;
	background: url(../images/ctnr-bkg.png) fixed center no-repeat;
}

/* Menu */

#menu-one ul {
	background: url(../images/menu-one-bkg.jpg) bottom left no-repeat;
}

#menu-one ul li {
	float: left;
}

#menu-two ul {
	background: #e5b778 url(../images/menu-two-bkg.jpg) top right no-repeat;
}

#menu-two ul li {
	float: right;
}

.menu { 
	margin: auto;
	padding: 0;
	width: 1000px;
	height: 40px;
}

.menu ul { 
	padding: 0 10px;
	width: 980px;
	height: 40px;
	list-style: none;
}

.menu ul li { 
	position: relative;
	margin: 0 5px;
	text-align: left;
}

.menu ul li a {
	position:relative;
	display: block;
	margin: 0 5px;
	padding: 13px 2px 7px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #3f3e37;
}

.menu ul li a:hover { 
	color: #D13D21;
}

#menu-two li ul {
	display: none;
	position: absolute;
	left: -10px;
	top: 39px;
	z-index: 100;
	margin: 0;
	padding: 0 5px;
	width: 200px;
	height: auto;
	background: #f6f1df url(../images/submenu-two-bkg.jpg) top right no-repeat;
}

#menu-two li ul a {
	display: block;
	margin: 0;
	padding: 10px 5px;
	border-bottom: 1px dotted #EEE;
	width: 180px;
	height: auto;
	font-size: 10px;
}

#menu-two li:hover ul {
	display: block;
}

#menu-two li:hover ul, #menu-two li.over ul {
	display: block;
}

#menu-two ul .active, #menu-one ul .active {
	color: #D13D21;
}

#menu-one .facebook a { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #fff }

#menu-one .facebook a span { font-weight: normal }

#menu-one .facebook-like { padding: 9px; width: auto; height: 22px; overflow: hidden }
 
/* End Menu */

/* Header */

#header {
	margin: 0 auto;
	padding: 0 10px;
	width: 980px;
	height: 300px;
	background: url(../images/banner.png);
}


#header .title, #header .motto {
	padding: 25px 0px 0;
	width: 230px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #D61B14;
}

#header .title {
	padding-bottom: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* End Header*/

/* Content */

#content {
	margin: 0 auto;
	padding: 25px 10px 50px;
	width: 980px;
	background: #e5b778;
}


#content-left {
	float: left;
	margin: 0;
	width: 200px;
}

#content-left a {
	display: block;
	margin: 5px;
	padding: 5px;
	text-align: center;
	color: #b40;
}

#content-left a:hover {
	color: #121212;
}

#content-left .target {
	margin: 0 0 12px;
	width: 200px;
	height: 60px;
}

#content-left .link-boxed {
	position: relative;
	padding: 0 0 10px;
	width: 200px;
	height: 170px;
	text-align: left;
}
#content-left .link-boxed img {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 200px;
}

#content-left .link-boxed a {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 200px;
}


#content-middle {
	float: left;
	margin: 20px;
	width: 540px;
	text-align: justify;
}

#content-middle h1 {
	font-size: 18px;
	font-weight: normal;

	color: #B40;
}

#content-middle form { display: block; width: 380px; }
 
#content-middle form span { display: block; margin: 0 0 10px; height: 20px; }

#content-middle form div { margin: 0 0 10px; height: 60px; }

#content-middle form label { display: block; float: left; padding: 0; width: 100px; height: 20px; font-size: 12px; text-align: left; }

#content-middle form input, #content-middle form textarea {	float: right; padding: 2px 10px; border: 1px solid #B40; width: 250px; height: 16px; }

#content-middle form textarea { height: 56px; overflow: auto; }

#content-middle form .code { display: block; float: right; margin: 0; border-left: none; width: 136px; }

#content-middle form .code-img { display: block; float: right; margin: 0; border: 1px solid #B40; border-right: none; width: 114px; height: 20px; cursor: pointer; }

#content-middle form button{ display: block; float: right; padding: 2px 10px; border: 1px solid #B40; font-size: 14px; }

#content-middle a { color: #B40; }

#content-middle ul { text-align: justify; }

#content-middle li { margin: 5px 0 5px 15px; list-style: disc; }

#content-middle li li {	margin: 0 0 0 50px; }

.image-boxed { float: left; margin: 0 40px 25px; text-align: center; }

.pages-link { float: right; height: 20px; margin: 0 80px;}


#content-middle .social { }

#content-middle .social img { float: left; margin: 10px 10px 10px 0; }

#content-middle .social h1 { padding: 0; font-size: 18px }


#map { border: 2px solid #B40; width: 536px; height: 350px; }


#content-right {
	float: right;
	margin: 0;
	padding: 62px 0 0;
	width: 200px;
	background: url(../images/pane-bkg.png) top no-repeat;
}

.box-question {
	margin: 10px 0 0;
	width: 200px;
	height: 240px;
	background: url(../images/box-question.jpg);
}

.box-newsletter {
	margin: 10px 0 0;
	padding-top: 40px;
	width: 205px;
	height: 165px;
	background: url(../images/box-newsletter.jpg) no-repeat;
}

.box-news {
	margin: 10px 0 0;
	padding-top: 25px;
	width: 200px;
	height: 245px;
	background: url(../images/box-news.jpg);
}

.box-news a {	
	display: block;
	margin: 19px 20px 2px;
	height: 18px;
	font-size: 12px;
	color: #000;
	background: none;	
 }

.outer-box {
	position: relative;
	display: block;
	margin: 0 20px 0;
	width: 160px;
	height: 150px;
	overflow: hidden;
}

.inner-box {
	position: absolute;
	display: block;
	margin: 0;
	width: 160px;
	overflow: hidden;
}

.inner-box a{
	display: block;
	margin: 0;
	height: auto;
	font-size: 12px;
	color: #000;
}

#content-right form {
	padding-top: 10px;
	width: 200px;
}

#content-right input {
	margin: 5px 20px 2px;
	border: none;
	width: 160px;
	height: 18px;
	background: none;
}

#content-right textarea {
	margin: 5px 20px 2px;
	border: none;
	width: 160px;
	height: 68px;
	background: none;
	overflow: hidden;
}

#content-right button {
	margin: 5px 20px 2px;
	border: none;
	width: 55px;
	height: 18px;
	cursor: pointer;
	background: none;	
}

#content-right span {
	display: block;
	height: 25px;
}
#content-right .code {
	float:left;
	margin-right: 0;
	width: 80px;
}

#content-right .code-img {
	float: right;
	margin: 5px 20px 2px 0;
	width: 80px;
	height: 18px;
	cursor: pointer;
}
#content-right textarea {}

/* End Content*/

/* Footer */

#footer {
	width: 100%;
	height: 280px;
	background: #333;
}

#footer-content {
	margin: 0 auto;
	width: 1000px;
	height: 205px;
	font-size: 10px;
	color: #f9ffb8;
	background: #e5b778 url(../images/foot-bkg.jpg) bottom center no-repeat;
}
				
#footer a {
	display: inline-block;
	margin: 1px 0;
	padding: 5px;
	height: 10px;
	font-size: 9px;
	color: #B40;
}

#footer h1 {
	margin-top: 5px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #500;
}

#footer .foot-menu {
	margin-bottom: 5px;
	padding: 0 10px 25px;
	height: 80px;
	text-align: justify;
}

#footer .item {
	color: #500;
}

#logo-small { }

#validation { margin: 0 auto; width: 900px; text-align: center; }

#validation a { margin-top: 5px; padding: 0; }

/* End Footer */

	/* partners */
	.partners { position: relative; clear: both; width: 800px; margin: 10px auto; padding: 0; text-align: center; color: #eee; }
	.partners a { border: none; text-decoration: none; font: 11px Arial, Tahoma; color: #fff; }
	#footer .partners a { color: #fff; }
	.partners img { position: relative; float: none; margin: 3px 0 3px 0; padding: 0; border: 0; vertical-align: middle; }


.clear { clear: both; height: 0; overflow: hidden; }

.small { font-size: 15px; }


.style1 { color: #133c72 }

.style2 { color: #247e2c }

.style3 { color: #ed008c }

/* End Container */
