html, body {
	background-color: #e8eef5;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	color: #111;
	margin: 0;
	padding: 0;
	border-top: 5px solid #333;
}

input, textarea, button {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}

small {
	font-size: 10px;
}

.tr {
	text-align: right;
}

.tc {
	text-align: center !important;
}

.hr {
	height: 60px;
	background: url('../img/hr.gif') center center no-repeat;
}

.big {
	font-size: 13px;
}

.bigger {
	font-size: 14px;
}

.last {
	margin-bottom: 0;
}

#container {
	margin-top: 30px;
}

#container a {
	color: #3180df;
    text-decoration: none;
    border-bottom: 1px solid #5596e5;
}

#container a:hover {
    color: #1C5EAE;
    border-bottom-color: #3180df;
}

#top {
	margin-bottom: 30px;
}

#logo {
	background: url('../img/logo.jpg') center left no-repeat;
	height: 46px;
}

#logo a {
	display: block;
	width: 320px;
	height: 46px;
	border: none;
}

#menu {
	text-align: right;
	line-height: 46px;
}

#menu ul {
	margin: 0;
	padding: 0;
	float: right;
}

#menu ul li {
	float: left;
	list-style-type: none;
	margin-left: 10px;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 0 10px;
	margin: 5px 0;
	line-height: 36px;
}

#menu ul li a .ac {
	border-bottom: 1px dotted #333;
}

#menu ul li a:hover, #menu ul li a.active {
	background-color: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #666;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 30px;
}

#content h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}

#content h2 img {
	vertical-align: middle;
	margin-right: 15px;
}

#content h3 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 15px;
}

#content p, #content ul {
	margin: 0;
	margin-bottom:  30px;
	text-shadow: #fff 0 1px 1px;
	line-height: 25px;
}

#content p {
	text-align: justify;
}

#content ul {
	padding: 15px;
}
#content ul li {
	list-style-image: url('../img/bullet.gif');
}

#content .intro {
	font-size: 14px;
	text-align: justify;
}

#content .intro p {
	line-height: 30px;
}

#content form input, #content form textarea {
	padding: 10px; 
	font-size: 14px;
	font-weight: bold;
	color: #666;
	width: 430px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
}

#content form textarea {
	line-height: 25px;
	font-weight: normal;
}

#content form button {
	padding: 10px 20px;
	font-weight: bold;
}

#content form .message {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	display: none;
}

#content .message_ok {
	text-align: center;
	color: #459829;
}

#content .message_error {
	text-align: center;
	color: #990000;
}

#twtr-widget-1 a {
	border-bottom: none !important;
}

#content .section {
	cursor: pointer;
}

#footer {
	line-height: 20px;
	margin-bottom: 30px;
}

#footer img {
	vertical-align:  middle;
}

#footer .bigger {
	font-size: 14px;
}

