﻿@charset "utf-8";

* {
	margin:0;
	padding:0;
}
body {
	font-size: 80%;
	font-family: Verdana, Geneva, sans-serif;
	color: #555;
	background:url(pics/bg_gradient.jpg) repeat-x scroll;
}
a {
	color:#942222;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
h1, h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#25857d;
	padding-bottom:15px;
}
h1 {
	font-size: 130%;
}
h2 {
	font-size: 110%;
}
p {
	font-size:85%;
	margin-bottom:10px;
	line-height:150%;
}
ul li {
	font-size:85%;
	list-style-position:outside;
	margin-left:2em;
}
#wrapper {
	width:950px;
	margin:0 auto;
}
#logo {
	width:950px;
	height:242px;
	float:left;
	background:url(pics/bg_tvor.jpg) no-repeat scroll;
}
#logo a img {
	border:none;
	position:relative;
	top:85px;
	left:61px;
}
#menu {
	margin:0 62px;
	clear:both;
}
#menu ul li {
	list-style-type: none;
	display:inline;
	font-size:17px;
	margin:0;
	padding-right:2em;
}
#menu ul li a {
	text-decoration:none;
}
#menu ul li a:hover {
	color:#25857d;
}
#menu ul li a.act {
	text-decoration:none;
	color:#25857d;
}
#content {
	margin:0 62px 25px;
}
#footer {
	margin:0 auto;
	padding:25px 0 200px 0;
	background-color:#942222;
	color:#fff;
	overflow:hidden;
	clear:both;
}
#footerContent {
	margin:0 auto;
	width:826px;
}
#footerContent dt {
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:130%;
	margin-bottom:10px;
}
#footerContent dd {
	color:#fff;
	font-size:85%;
	padding-bottom:4px;
}
#footerContent dd.pad {
	padding-top:10px;
}
#leftHalfFull dt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:110%;
	margin-bottom:10px;
}
#leftHalfFull dd {
	font-size:85%;
	padding-bottom:4px;
}
#leftHalfFull dd.pad {
	padding-top:10px;
}

#footerContent a {
	color:#faa;
	text-decoration:none;
}
#footerContent a:hover {
	color:#fff;
}
#leftHalfFull, #rightHalfFull, #rightHalfLeftQuarter, #rightHalfRightQuarter, #leftHalf, #rightHalf, #leftHalfLeftQuarter, #leftHalfRightQuarter {
	float:left;
}
#leftHalfFull {
	width:48%;
	padding-right:10px;
	padding-bottom:2em;
}
#rightHalfFull {
	width:48%;
	padding-left:10px;
	padding-bottom:2em;
}
#rightHalfLeftQuarter, #leftHalfRightQuarter {
	width:22%;
	padding:0 3%;
}
#footer #leftHalfRightQuarter {
	width:25%;
	padding:0 0 0 3%;
}
#rightHalfRightQuarter, #leftHalfLeftQuarter {
	width:22%;
}
#leftHalf, #rightHalf {
	margin:15px 0;
}
#leftHalf {
	width:48%;
	padding-right: 2%;
}
#rightHalf {
	width:47%;
	padding-left: 3%;
}
#footerContent #rightHalfFooter {
	margin-top:0;
	width:46%; /* IE 6,7 hack */
	float:left;
	padding-left: 3%;
}
fieldset {
	border:none;
}
label {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:85%;
	color:#25857d;
}
input, textarea {
	width:250px;
	padding:2px;
}
textarea {
	height:150px;
}
input.submit {
	width:100px;
}
input.submit {
	margin:5px 26px;
	cursor:pointer;
	border:none;
	background:url(pics/button.gif) no-repeat bottom;
	width:206px;
	height:36px;
	color:#fff;
	font-size:15px;
}
input.submit:hover {
	background-position:top;
}
img.cert {
	margin-bottom:20px;
}
a img {
	border:#942222 1px solid;
}
.clear {
	clear:both;
}
.nowrap {
	white-space:nowrap;
}
#rightHalfFull ul {
	margin-top: 35px;
}
