/*--------------------[GENERAL RULES]--------------------*/
* {
	margin: 0;
	padding: 0;
}

html {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	background: #448cca url(/img/htmlBg.png) repeat-x center bottom;
	float: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
}

body {
	background: url(/img/bodyBg.png) repeat-x center top;
	height: 430px;
}

#wrapper {
	margin: 0 auto;
	width: 774px;
}

#container {
	width: 774px;
	position: relative;
	float: left;
}

p {
	margin: 0 0 1em;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	clear: both;
	float: left;
	white-space: nowrap;
	width: 100%;
}

h1, h2 {
	padding-bottom: .5em;
	margin-bottom: .5em;
	border-bottom: 1px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 22px;
	font-variant: small-caps;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 11px;
}

h6 {
	font-size: 10px;
}

hr {
	height: 1px;
	margin: 1em 0;
	border-width: 0 0 1px;
	border-color: #fff;
}

a {
	color: #ffff88;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #FF1A00;
}

img {
	border-width: 0;
}

.imgLeft {
	float: left;
	margin-right: 1em;
}

.imgRight {
	float: right;
	margin-left: 1em;
}



/*--------------------[HEADER RULES]--------------------*/
#header {
	width: 774px;
	float: left;
	height: 130px;
	background: url(/img/headerBg.png) no-repeat center 19px;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: none;
	display: inline;
	width: auto;
}

#header h1 a {
	background: url(/img/logo.png) no-repeat left top;
	height: 96px;
	width: 256px;
	float: left;
}

#header h1 a span {
	display: none;
}
/*
#header h6 {
	float: right;
	margin: 24px 24px 0 0;
	display: inline;
	color: #666;
	clear: right;
	width: auto;
}

#header h6 span {
	display: none;
}
*/
#header #adBanner {
	border: 1px solid #448CCA;
	float: right;
	margin-top: 16px;
}

#header #adBanner a {
	width: 468px;
	height: 60px;
	float: left;
	background: url(/img/banners/ad1.png) no-repeat left top;
}

#header #adBanner.ad2 a {
	background: url(/img/banners/ad2.jpg) no-repeat left top;
}

/*--------------------[MENU RULES]--------------------*/
#menu {
	margin-top: 1px;
	margin-left: 41px;
	width: 692px;
	height: 32px;
	float: left;
	display: inline;
}

#menu ul {
	height: 32px;
	float: left;
}

#menu ul li {
	list-style: none;
	float: left;
}

#menu ul li a {
	padding: 0 16px;
	font: bold 14px/32px Verdana, Helvetica, Arial, sans-serif;
	cursor: pointer;
	display: block;
	text-decoration: none;
	float: left;
	color: #003471;
}

#menu ul li a:hover {
	color: white;
	background: #B0CFE9;
}

#menu ul li.menuSelect a {
	background: #CBDFF0;
	cursor: default;
	color: #000;
}



/*--------------------[CONTENT RULES]--------------------*/
#content {
	padding: 16px 41px;
	width: 692px;
	float: left;
	background: url(/img/contentBg.png) repeat-y center;
	min-height: 300px;
}



/*--------------------[MAIN RULES]--------------------*/
#main {
	float: left;
	padding: 8px;
	margin-right: 16px;
	width: 456px;
	text-align: left;
	background: url(/img/bgOpaque25.png);
	border: 4px solid white;
	min-height: 300px;
}

#main.eventMain {
	width: 360px;
}

#main #contact {
	float: left;
	margin-bottom: 16px;
}

#main #contact label {
	float: left;
	clear: left;
	width: 128px;
	text-align: right;
	padding-right: 8px;
	cursor: pointer;
	font-weight: bold;
}

#main #contact input {
	float: left;
	width: 310px;
	text-align: left;
	margin-bottom: 4px;
	border: 1px solid black;
	background-color: white;
	padding: 4px;
}

#main #contact input.button {
	margin: 8px 0 0 8px;
	float: right;
	width: auto;
	text-align: center;
	background: url(/img/bgOpaque50.png);
	cursor: pointer;
	border: 1px solid white;
}

#main #contact input.button:hover {
	background: url(/img/bgOpaque75.png);
}

#main #contact textarea {
	float: left;
	width: 310px;
	height: 150px;
	margin-bottom: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	background-color: white;
	padding: 4px;
}

#main ul li {
	list-style: square;
	margin: 0 0 0 2em;
}

/*--------------------[SIDE RULES]--------------------*/
#side {
	float: right;
	width: 172px;
	text-align: left;
	padding: 8px;
	background: url(/img/bgOpaque25.png);
	border: 4px solid white;
	min-height: 300px;
}

#side.eventSide {
	width: 268px;
}

#side ul {
	list-style: none;
	margin-bottom: 1em;
}

#side ul li {
	margin-bottom: 1em;
}

#side ul li .picthumb {
	border-width: 1px;
	border-style: solid;
	border-color: white;
}

#side .selected {
	cursor: default;
}

#side dl {
	margin-bottom: 1em;
	float: left;
	width: 100%;
}

#side dl dt {
	float: left;
	clear: left;
	white-space: nowrap;
	font-weight: bold;
}

#side dl dd {
	font-size: 9px;
	margin-left: 1em;
	float: right;
	clear: right;
	white-space: nowrap;
}

#side h4 {
	padding-bottom: .6em;
	margin-bottom: 1em;
	border-bottom: 1px solid #fff;
	line-height: 22px;
}



/*--------------------[FOOTER RULES]--------------------*/
#footer {
	padding: 17px 41px 16px;
	width: 692px;
	float: left;
	height: 64px;
	background: url(/img/footerBg2.png) no-repeat center bottom;
}

#footer span {
	font-size: 10px;
	float: right;
	line-height: 1.25em;
	clear: right;
	white-space: nowrap;
}

#footer a {
	float: left;
	height: 30px;
	width: 90px;
	margin-right: 16px;
	background-repeat: no-repeat;
}

#footer a span {
	display: none;
}