/* Basic */

body {
	font: 70% verdana, arial, sans-serif;
	background: #e6e6e6 url("../layout/body.gif") repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}

.noScreen, #header span {
	display: none;
}

.cBoth {
	clear: both;
}

img {
	border: none;
}

/* Structure */

#wrapper {
	margin: 15px auto;
	padding: 0;
	width: 760px;
	text-align: left;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 243px;
	background: transparent url("../layout/header.gif") top left no-repeat;
}

#header h1 {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 70px;
	z-index: auto;
}

#header h1 a {
	display: block;
	width: 200px;
	height: 70px;
	margin: 0;
	padding: 0;
}

#movie {
	position: absolute;
	left: 0;
	top: 70px;
	margin: 0;
	padding: 0;
	width: 760px;
	height: 138px;
	z-index: auto;
}

#movie p {
	margin: 0;
	padding: 0;
}

#content {
	margin: 0;
	padding: 15px;
	background: #fff url("../layout/content.gif") top left no-repeat;
}

#footer {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 90%;
	background: transparent url("../layout/footer.gif") no-repeat;
	height: 37px;
}

/* Main navigation */

#mNav {
	position: absolute;
	left: 0;
	top: 208px;
	margin: 0;
	padding: 0;
	height: 36px;
	width: 760px;
	background: transparent url("../layout/nav_a.gif") no-repeat;
}

#mNav ul {
	margin: 0;
	padding: 0;
	float: right;
}

#mNav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#mNav a {
	margin: 0;
	padding: 0 25px;
	display: block;
	float: left;
	color: #000;
	background: transparent url("../layout/nav_b.gif") left top no-repeat;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
}

#header a:hover {
	color: #09c;
}

/* Intro */

#leftBar {
	margin: 0;
	padding: 0;
	float: left;
	width: 180px;
}

#rightBar {
	margin: 0;
	padding: 0 0 0 10px;
	float: right;
	width: 530px;
	border-left: 1px solid #bbb;
}

* html #rightBar {
	width: 540px;
}

/* Quick navigation */

#header p {
	margin: 0;
	padding: 0;
}

#qHome, #qContact {
	display: block;
	margin: 15px 0 0 0;
	padding: 0 15px 0 15px;
	background: transparent url("../layout/icon_home.gif") left center no-repeat;
	float: right;
}

#qContact {
	background: transparent url("../layout/icon_contact.gif") left center no-repeat;
}

/* Links */

a {
	color: #09c;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.button {
	display: block;
	padding: 7px 0 7px 30px;
	margin: 0;
	background: #a93752 url("../layout/icon_hand.gif") left center no-repeat;
	color: #fff;
	text-decoration: none;
	border: 1px dashed #fff;
}

a.button:hover {
	background: #135985 url("../layout/icon_hand.gif") left center no-repeat;
}

/* Typography */

#content p.cfmFalse {
	padding: 3px;
	margin: 0 0 1em 0;
	background-color: #f00;
	color: #fff;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: 38px;
}

#content .textRight {
	text-align: right;
}

.textCenter {
	text-align: center;
}

#content .textLeft {
	text-align: right;
}

#content ul, ol {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 1em;
	line-height: 1.5em;
}

#content ul ul, ol ol {
	padding-bottom: 0;
}

#content p, address {
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 1.5em;
	text-align: justify;
}

#leftBar p {
	text-align: left;
	padding: 0.5em 0;
	border-bottom: 1px dashed #bbb; 
}

#content span {
	color: #a93752;
}

abbr {
	color: #09c;
	border-bottom: 1px dashed #09c;
}

h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 140%;
	font-weight: bold;
	line-height: 30px;
	color: #09c;
	background: transparent url("../layout/h2.gif") bottom left no-repeat;
}

h3 {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 130%;
	font-weight: bold;
	color: #09c;
}

blockquote {
	padding: 5px;
	border: 1px dashed #bbb;
	font-style: italic;
	background-color: #ddd;
}

/* Images */

img.imgRight {
	float: right;
	margin: 0 0 0 10px;
}

img.imgLeft {
	float: left;
	margin: 0 10px 0 0;
}

/* Tables */

table {
	font-size: 100%;
}

table.statTable {
	border-collapse: collapse;
	text-align: center;
	margin: 0 0 1em 0;
}

table.statTable th {
	background-color: #135985;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #fff;
}

table.statTable th.red {
	background-color: #a93752;
}

table.statTable td {
	background-color: #ddd;
	padding: 3px;
	border: 1px solid #fff;
}

table.statTable td.red {
	color: #a93752;
	font-weight: bold;
}

/* Forms */

input, select, textarea {
	font: 100% verdana, arial, sans-serif;
}

form {
	margin: 0;
	padding: 0 0 1em 0;
}

legend {
	color: #09c;
	font-weight: bold;
	background-color: #fff;
}

fieldset {
	margin: 0 0 1em 0;
	border: 1px dashed #bbb;
	padding: 10px;
}

