html, body { height:100%; }

body {
	text-align:center;
	margin:0;
	padding:0;
	font: 12px Arial, Helvetica, sans-serif;
	color:#000000;
}

a {
 color:#1C1CD9;
 text-decoration:none;
}

a:hover { text-decoration:underline; }

h1,h2,h3,h4,h5,h6,form,input {
	padding:0;
	margin:0;
}

h2,h3 {
	font-size:12px;
	color:#000066;
}

p {
	margin:0;
	padding:0 0 10px 0;
}

img { border:0; }

.whiteText {
	color:#FFFFFF;
}

.whiteText a {
	color:#FFFFFF;
	text-decoration:none;
}

.current {
	color:#B4B4B4;
	text-decoration:none;
	font-weight:bold
}

.corners, .lightCorners {
	padding:3px 0;
	position:relative;
	background-color:#000066;
	width:100%;
}

body .cornerPad {
	padding:9px 0;
}

.lightCorners { 
	background-color:#E6E6F7;
	color:#000083;
}

.topLeft, .topRight, .bottomLeft, .bottomRight {
	position:absolute;
	width:6px;
	height:6px;
	overflow:hidden;
	line-height:1px;
	background-repeat:no-repeat;
}

.corners .topLeft { background:url(../images/corner_tl.gif);top:0;left:0; }
.corners .topRight { background:url(../images/corner_tr.gif);top:0;right:0; }
.corners .bottomLeft { background:url(../images/corner_bl.gif);bottom:0;left:0; }
.corners .bottomRight { background:url(../images/corner_br.gif);bottom:0;right:0; }

.lightCorners .topLeft { background:url(../images/cornerl_tl.gif);top:0;left:0; }
.lightCorners .topRight { background:url(../images/cornerl_tr.gif);top:0;right:0; }
.lightCorners .bottomLeft { background:url(../images/cornerl_bl.gif);bottom:0;left:0; }
.lightCorners .bottomRight { background:url(../images/cornerl_br.gif);bottom:0;right:0; }

/* The below fixes a bug in IE6 */
#left .corners .bottomRight, #left .lightCorners .bottomRight { left:155px; } 
#left .corners .topRight, #left .lightCorners .topRight { left:155px; } 

.marginTop { margin-top:10px;}
.marginBottom { margin-bottom:10px;}
.padding { padding:10px; }
.paddingTop { padding-top:10px; }
.paddingRight { padding-right:10px; }
.paddingBottom { padding-bottom:10px; }
.paddingLeft { padding-left:10px; }

.smTBPadding { 
	padding-top:3px;
	padding-bottom:3px;
}

.floatLeft { float:left; }

#mainContainer {
	width:700px;
	margin:0 auto;
	text-align:left;
	position:relative;
	min-height:100%;
	_height:100%;
}

#body { padding-bottom:60px; }

#header {
	background:url(../images/header.gif) no-repeat #FFFFFF;
	height:139px;
	position:relative;
	font-weight:bold;
}

#nameAddress {
	position:absolute;
	top:25px;
	left:100px;
}

#nameAddress h1 {
	font-size:21px;
	font-weight:bold;
	text-transform:uppercase;
}

#nameAddress {
	font-size:10px;
}


ul.navList {
	list-style:none;
	padding:0;
	margin:0;
	line-height:12px;
	font-weight:bold;
}

#footer a:hover, ul.navList a:hover {
	color:#8b8bc8;
}

ul.navList li {
	padding:0 8px;
	margin:0;
	float:left;
	border-right:solid 1px #FFFFFF;
}

ul.navList li.last { border:none; }

ul#topNavList {
	position:absolute;
	bottom:5px;
	left:0;
	font-size:13px;
}

ul#topNavList li {
	padding:0 18px;
}

#left {
	width:161px;
	float:left;
	overflow:hidden;
}

#sidePic {
	text-align:center;
	font-size:10px;
	font-weight:bold;
}

#sidePic a {
	display:block;
}

#sidePic img {
	margin:4px 0 5px 0;
	width:156px;
	height:103px;
}

#mainLeftNav {
	background-color:#FFFFFF;
	margin:0 1px;
	padding:6px;
}

#mainLeftNav a {
	color:#000066;
	text-decoration:none;
	line-height:15px;
	font-weight:bold;
}

body #mainLeftNav a:hover { color:#8b8bc8; }

#mainLeftNav ul {
	list-style:none;
	padding:0;
	margin:0;
	font-size:11px;
}

#mainLeftNav ul ul {
	margin-left:10px;
}

#mainLeftNav li {
	padding:0;
	margin:0;
}

a.current, #mainLeftNav a.current {
	color:#B4B4B4;
}

ul#leftNav {
	padding:0;
	margin: 0;
	list-style:none;
}

ul#leftNav a {
	display:block;
	width:161px;
	height:35px;
	overflow:hidden;
	text-indent:-1000px;
}

ul#leftNav a:hover {
	background-position:0 -35px;
}

a#btn_company { background-image:url(../images/btn_company.gif); }
a#btn_camps { background-image:url(../images/btn_camps.gif); }
a#btn_club { background-image:url(../images/btn_club.gif); }
a#btn_festivals { background-image:url(../images/btn_festivals.gif); }

#search {
	padding:10px 0;
}

#searchBox {
	width:128px;
	float:left;
	font-size:14px;
	line-height:14px;
	padding:2px 2px;
	vertical-align:middle;
	border:1px solid #A5ACB2;
}

#searchBtn {
	width:22px;
	height:22px;
	float:right;
	border:0;
	text-indent:-1000px;
	overflow:hidden;
	cursor:pointer;
}

#right {
	float:right;
	width:520px;
}

#support {
	font-size:13px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;;
}

#sponsors h2, #sponsors { font-size:10px; }

#companies {
	background-color:#FFFFFF;
	margin:3px 1px 6px 1px;
	padding-top:3px;
	padding-bottom:3px;
}

#mainCopy {
	background-color:#FFFFFF;
	margin:0px 1px;
}

#mainCopy h2 {
	margin-bottom:10px;
}

#footer {
	position:relative;
	color:#C8C8C8;
}

#footer a { font-weight:bold; }

a#btn_dominion {
	background:url(../images/dominion.gif) no-repeat;
	width:137px;
	height:11px;
	position:absolute;
	bottom:8px;
	right:10px;
	text-indent:-1000px;
	overflow:hidden;
}

#footerContainer {
	position:absolute;
	bottom:0;
	width:700px;
}
#footerContainer1 {
	/*width:700px;*/
	margin:0 auto 0 auto;
	padding:0px;
}

/* Fix's not clearing inner floats in firefox */
.clearIt:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
html .clearIt {
	height: 1%;
}