	@charset "UTF-8";
/* CSS Document */

/*-------------------------------  ROUNDED CORNERS
-moz-border-radius-topleft / -webkit-border-top-left-radius
-moz-border-radius-topright / -webkit-border-top-right-radius
-moz-border-radius-bottomleft / -webkit-border-bottom-left-radius
-moz-border-radius-bottomright / -webkit-border-bottom-right-radius
  -------------------------------*/

html, body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #222;
	background: url(images/bg.png) repeat-x #f2eebf;
	margin: 0;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	background: transparent;
	border: 0;
}

/*-------------------------------   HEADER   -------------------------------*/

#header {
	display: block;
	padding: 0;
	margin: 0;
	color: #000;
	text-align: center;
	font-weight: bold;
	border: 0;
	width: 900px;
	height: 200px;
	background: url(images/header.png) no-repeat top transparent;
}

/*-------------------------------   NAVIGATION   -------------------------------*/

#nav {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 150px 0 0 0;
	width: 940px;
	background: transparent;
	text-align: center;
	border: 0;
	overflow: hidden;
	height: 50px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	display: inline;
	list-style-type: none;
}

#nav a, #nav strong {
	display: inline-block;
	padding: 5px 5px 12px 5px;
	margin: 10px 2px;
	border: 2px solid transparent;
	text-decoration: none;
	position: relative;
	color: #000;
	-moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px;
}

#nav a:link, #nav a:visited {
	background: transparent;
}

#nav a:hover, #nav a:active {
	background: transparent;
	border: 2px solid #d9cc39;
}

#nav strong {
	background-color: #d9cc39;
	color: #000;
	border: 2px solid #d9cc39;
}

/*-------------------------------   CONTENT   -------------------------------*/

#content {
	overflow: hidden;
	width: 900px;
	margin: 0;
	padding: 15px 0 0 0;
	background: transparent;
	border: 0;
}

p {
	margin: 0 20px 15px 20px;
	line-height: 1.5;
	font-size: 1em;
}

.block {
	margin: 0 0px 20px 20px;
	border: 1px solid #000;
}

p .left {
	margin: 0 20px 20px 0;
	float: left;
	border: 1px solid #000;
}

p .right {
	margin: 0 0 20px 20px;
	float: right;
	border: 1px solid #000;
}

a:link, a:visited {
	text-decoration: none;
	color: #6c0d03;
	border-bottom: 1px dotted #6c0d03;
}

a:active, a:hover {
	text-decoration: none;
	background: #FAFAF4;
	border-bottom: 1px solid #6c0d03;
}

h1 {
	color: #000;
	font-family: "avenir lt std", verdana, arial, sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	margin: 0 20px 10px 20px;
	padding: 0;
	border-bottom: 1px dotted #000;
	clear: both;
}

h2 {
	color: #870A0A;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 20px 5px 20px;
	padding: 0;
}

.box {
	border: 1px solid #D9CC39;
	background: #FAFAF4;
	margin: 0 20px 10px 20px;
	padding: 10px 0 5px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.box a:hover, .box a:active {
	background: #F2EEBF;
}

.colLarge {
	float: left;
	width: 533px;
	margin: 0;
	padding: 0;
}

.colSmall {
	float: right;
	width: 367px;
	margin: 0;
	padding: 0;
}

#content ul {
	margin: 0 20px 10px 5px;
	line-height: 1.5;
}

#content ul.afterP {
	margin: -10px 20px 10px 5px;
	line-height: 1.5;
}

.table {
	width: 860px;
	border: 0;
	margin: 0 20px 10px 20px;
	float: left;
	font-size: 1em;
	text-align: left;
}

.table .th {
	background-color: #D9CC39;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #D9CC39;
	-moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px;
}

.table .tr {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #D9CC39;
}

.table .trBottom {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #D9CC39;
	-moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px;
}

.table .tr:nth-child(odd) {
	background-color: #fdfcef;
}

/*.table .tr .td:nth-child(even) {
	background-color: #fdfcef;
}*/

.table .td {
	float: left;
	width: 194px;
	padding: 5px 10px;
}

#content .table .td ul {
	padding: 0 0 0 10px;
	margin: 0 0 0 5px;
}

.hidden {
	display: none;
}

/*-------------------------------   FOOTER   -------------------------------*/

#footer {
	display: table;
	border: 0;
	padding: 10px 0 0 0;
	width: 900px;
	height: 45px;
	background: url(images/bg_footer.png) top no-repeat transparent;
	position: relative;
	bottom: 0;
	vertical-align: bottom;
	color: #000;
	text-align: center;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #6c0d03;
	border-bottom: 1px dotted #6c0d03;
}

#footer a:active, #footer a:hover {
	text-decoration: none;
	background: #FAFAF4;
	border-bottom: 1px solid #6c0d03;
}
