* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}

body
{
	background-image: url('../images/pattern.jpg');
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 20px;
}

.clear { clear: both; }

#logo {
	display: inline-block;
	vertical-align: bottom;
	background-image: url(../images/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 250px;
	height: 85px;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

header { margin-bottom: 2px;}

header nav {
	display: inline-block;
	vertical-align: bottom;
	float: right;
	margin-top: 77px;
  left: 2px;
	top: 2px;
  position: relative;
}

header nav > ul > li {
	list-style: none;
	float: left;
	background-color: #2c866f;
	padding: 15px 30px;
	border-right: #255b4e solid thin;
}

header nav > ul > li:last-child { border-right: none; }

header nav > ul > li:hover, header nav > ul > li > ul > li:hover {
	background-color: #255b4e;
}

header nav > ul > li > a {
	text-decoration: none;
	color: #ffffff;
}

header nav > ul > li > ul {
	position: absolute;
	margin-top: 10px;
	display: none;
	margin-left: -30px;
}

header nav > ul > li:hover > ul {
	display: block;
}

header nav > ul > li > ul > li {
	list-style: none;
	padding: 8px 10px;
	width: 200px;
	background-color: #2c866f;
	border-bottom: #255b4e solid thin;
}

header nav > ul > li > ul > li:last-child { border-bottom: none; }

header nav > ul > li > ul > li > a {
	text-decoration: none;
	color: #ffffff;
}

#banner img {
	width: 100%;
	border: 1px solid #255b4e;
}

#txtbg p {
	color: #363636;
	font-size: 14px;
	margin: 15px 0;
	text-align: justify;
}

#txtbg h1
{
	text-align: center;
	margin: 20px;
}

#tabbg {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

#tabbg .tab {
	display: inline-block;
	vertical-align: top;
	width: 280px;
	margin: 0 10px;
}

#tabbg .tab img {
	width: 240px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	border: #ddd solid 2px;
}

#tabbg .tab h3 { color: #255b4e; margin: 10px 0; }

#tabbg .tab p { color: #363636;}

/* MESSAGES */

p.msg-ok,p.msg-error,p.msg-neutral
{
	margin: 0px;
	margin-left: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	padding: 8px;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
	font-size: 12pt;
	
	background-color: #FFF;
}

p.msg-ok
{
	border: 2px solid #00FF00;
	color: #009900;
}

p.msg-error
{
	border: 2px solid #FF0000;
	color: #FF0000;
}

p.msg-neutral
{
	border: 2px solid #BBBBBB;
	color: #000000;
}

/* CAPTCHA */

div.captcha
{
	position: relative;
	background-color: #FFF;
	font-size: 8pt;
	
	border: 2px solid #FF0000;
	border-radius: 6px;
	padding: 8px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	
	width: 300px;
	
	color: #000 !important;
	overflow: hidden;
	text-align: left;
}
	div.captcha img
	{
		border: 0;
		float: left;
		margin-right: 16px;
	}
	div.captcha font
	{
		color: #777;
		font-size: 16px;
	}
	div.captcha a
	{
		font-size: 9px;
		text-decoration: underline;
		color: #000f93;
	}
	div.captcha iframe
	{
		width: 300px;
		height: 14px;
	}
	div.captcha div
	{
		position: relative;
		overflow: hidden;
		width: auto;
		height: auto;
		margin-top: 8px;
		margin-bottom: 6px;
	}
#TCaptcha
{
	background-color: #FFF;
	border: 1px solid #777;
	width: 100px;
}