
* {
	margin:0;
	padding:0;
} 

html {
	height: 100%;
	overflow-y: scroll;
}

body{
	height: 100%;
	background-image:url(../gfx/body_bg.png);
	background-repeat:repeat-x;
	background-color:#003339;
}

#wrapper{
	position:relative;
	width:920px;
	min-height: 100%;
	margin:0 auto;
}

* html #wrapper{
	height: 100%;
}

#main{
	width:920px;
	overflow:auto;
	padding-bottom: 140px;
}

#footer{
	position: relative;
	width:100%;
	height:140px;
	margin-top: -140px;
	clear:both;
	background-image:url(../gfx/footer_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#00262b;
}

/* Opera Fix */
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px; /* thank you Erik J - negate effect of float */
}








#header_and_content{
	width:580px;
	float:left;
}

#logo{
	width:280px;
	height:90px;
	padding:30px 0 0 28px;
}






#content{
	width:470px;
	float:left;
	padding:30px 0 20px 40px;
}

#content *{
	max-width:470px;
}


#aside{
	width:340px;
	min-height:560px;
	overflow:hidden;
	float:right;
	margin:12px 0 0 0;
	background-image:url(../gfx/aside_bg.png);
	background-repeat:no-repeat;
	background-position:top;
	border-bottom:solid 0px #ccc;
}

#aside .padding{
	padding:24px 20px 20px 20px;
}

#aside *{
	max-width:300px;
}


h2.label{
	color:#ccd7d8;
}







/* polaroids generic */

#polaroids #container{
	display:none;
}

#polaroids{
	position:relative;
	top:0;
	left:0;
	width:300px;
	height:121px;
	margin:0 0 54px 0;
}

#overlay{
	position:absolute;
	top:0;
	left:0;
	width:300px;
	height:121px;
	background-image:url(../gfx/polaroids_aside.png);
	z-index:900;
}

#polaroids .item{
	position:relative;
	width:90px;
	height:90px;
	overflow:hidden;
	background-color:#666;
	z-index:600;
}

#polaroids .item img{
	width:90px;
	height:auto;
}

#polaroids .label{
	position:absolute;
	width:86px;
	height:20px;
	overflow:hidden;
	z-index:1000;
	text-align:center;
	font-size:8px;
	line-height:10px;
	color:#00464e;
	background:transparent;
}

#polaroids #polaroids_1{
	position:relative;
	top:10px;
	left:12px;
}

#polaroids #label_1{
	top:84px;
	left:12px;
}

#polaroids #polaroids_2{
	position:relative;
	top:13px;
	left:102px;
}

#polaroids #label_2{
	top:86px;
	left:103px;	
}

#polaroids #polaroids_3{
	position:relative;
	top:13px;
	left:197px;
}

#polaroids #label_3{
	top:83px;
	left:200px;	
}


/* polaroids on Default.asp - different size and pos */

.Default #polaroids{
	position:relative;
	top:0;
	left:0;
	width:540px;
	height:210px;
	margin:30px 0 0 0;
}

.Default #overlay{
	position:absolute;
	top:0;
	left:0;
	width:540px;
	height:210px;
	background-image:url(../gfx/polaroids_v01.png);
	z-index:900;
}

.Default #polaroids .item{
	position:relative;
	width:165px;
	height:130px;
	overflow:hidden;
	background-color:#666;
	z-index:600;
}

.Default #polaroids .item img{
	width:165px;
	height:auto;
}

.Default #polaroids .label{
	position:absolute;
	width:140px;
	height:30px;
	overflow:hidden;
	z-index:1000;
	text-align:center;
	font-size:11px;
	line-height:13px;
	color:#00464e;
	background:transparent;
}

.Default #polaroids #polaroids_1{
	position:relative;
	top:20px;
	left:26px;
}

.Default #polaroids #label_1{
	top:152px;
	left:38px;
}

.Default #polaroids #polaroids_2{
	position:relative;
	top:23px;
	left:182px;
}

.Default #polaroids #label_2{
	top:157px;
	left:197px;	
}

.Default #polaroids #polaroids_3{
	position:relative;
	top:20px;
	left:346px;
}

.Default #polaroids #label_3{
	top:151px;
	left:359px;	
}





#footer *{
	font-size:12px;
	color:#809395;
}

#footer .inner{
	width:840px;
	margin:0 auto 0 auto;
	padding:20px 0;
}

#footer h4{
	font-size:12px;
	color:#809395;
	font-weight:normal;
	clear:both;
}

#footer .address{
	width:500px;
	float:left;
}


#footer .address p{
	width:160px;
	float:left;
}

#footer .sponsors{
	width:340px;
	float:right;
}



/* navigation */

#navigation{
	width:500px;
	height:30px;
	margin:30px 0 0 30px;
	font-size:16px;
}

#navigation ul{
	margin:0;
	padding:0;
	list-style:none;
}

#navigation li{
	list-style:none;
	float:left;
	margin:0;
	padding:0 12px 0 12px;
}

#navigation a,
#navigation strong{
	display:block;
	height:25px;
	text-decoration:none;
	font-weight:normal;
}

#navigation a,
#navigation strong,
#navigation a span,
#navigation strong span{
	padding:0;
	background-image:url(../gfx/navigation.gif);
	background-repeat:no-repeat;
}

#navigation a{
	background-position:0 0;
	color:#e2893b;
}

#navigation a:hover{
	background-position:0 -25px;
	color:#fff;
}

#navigation strong,
#navigation li.Open a,
#navigation li.ClosedSelected a,
#navigation li.OpenSelected a{
	background-position:0 -50px;
	color:#fff;
}

#navigation span{
	height:16px;
	padding:0;
	background-position:right 0px;
}

#navigation a:hover span{
	background-position:right -25px;
}

#navigation strong span,
#navigation li.Open span{
	background-position:right -50px;
}



#subnav{
	padding:26px 0 20px 0;
}

#subnav strong{
	font-weight:normal;
	color:#fff;
}


/*
.label{
	background-color:#004952;
}

.label h3{
	padding:5px 15px;
}
*/




.above_listing{
	min-height:100px;
}


.listing ul{
	margin:12px 0 2px 0;
	padding-top:6px;
	list-style:none;
	border-top:solid 1px #004345;
}

.listing li{
	margin:0;
	padding-top:2px;
	padding-bottom:2px;
	list-style:none;
}

.listing li.Selected{}

.listing li img{
	width:58px;
	height:58px;
	margin:4px 10px 4px 0;
	float:left;
	border:solid 1px #002d32;
}

.listing li h3{
	margin-top:0;
}

.listing li.Selected h3 strong{
	color:#fff;
	font-weight:normal;
}

.listing li p{
	font-size:12px;
	line-height:16px;
}

.listing .more_items {
	border:none;
	text-align:right;
}

.listing .more_items a{
	font-size:14px;
	font-weight:normal;
	color:#ccd7d8;
	font-style:italic;
}



.clear{
	display:block;
	float:none;
	clear:both;
	width:100%;
	height:1px;
	line-height:1px;
}

.Warning{
	padding:20px;
	border:solid 1px #888;
	background-color:#eee;
	color:#aa0000;
}


