@import url('reset.css');
@import url('content_area.css');

/*--- Basics ---*/
html, body {
	height:100%;
}

body {
	background:#FFF url('../images/bg-body_gradient.jpg') 0 0 repeat-x;
}

a, a:visited {
	color:#1869c1;
	text-decoration:none;
}

a:hover, a:active {
	color:#003b64;
}

a.b_arrow {
	background: url('../images/bg-arrow_blue_circle.gif') 0 0 no-repeat;
	font-size:10px;
	font-weight:bold;
	height:0;
	line-height:0;
	padding:2px 0 5px 18px;
	text-transform:uppercase;
}

	a img { border:none; }

h1 {
	color:#1869c1;
	font-size:20px;
	font-weight:normal;
	margin-bottom:15px;
	/*padding-top:80px;*/
}

h2 {
	color:#333;
	font-size:15px;
	font-weight:bold;
	margin:15px 0 10px;
}

h3 {
	color:white;
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-transform:uppercase;
}

h4 {
	color:#333;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

#related h4 {
	color:#999;
}

h5 {
	color:#333;
	font-size:11px;
	font-weight:bold;
	margin:10px 0;
}

h6 {
	color:#003b64;
	font-size:11px;
	font-weight:bold;
	margin-bottom:15px;
	text-transform:uppercase;
}

.related_hd {
	color:#999;
	margin:0;
	text-transform:uppercase;
}

p {
	line-height:16px;
	margin-bottom:17px;
}

#content_col ul {
	margin:15px 0 25px 25px;
}

	#content_col ul li {
		margin-bottom:10px;
	}

/*--- Layout ---*/
#wrapper {
	background:url('../images/bg-halftone.jpg') top center no-repeat;
	height:516px;
	margin: 0 auto;
	padding:0;
	position:absolute; /* needed for footer positioning*/
		top:0;
	width:100%;
	z-index:0;
}

	#container {
		/*background: url('../images/bg-circles.gif') 120px 100% no-repeat;*/
		display:block;
		height:auto !important; /* real browsers */
		height:100%; /* IE6: treaded as min-height*/
		margin: 0 auto;
		min-height:100%; /* real browsers */
		padding:0;
		position:relative; /* needed for footer positioning*/
		width:933px;
		z-index:1;
	}
	
		#header {
			/*background:#ffe;*/
			height:150px;
			position:relative;
		}
		
			#header .bb_logo {
				display:block;
				float:left;
				margin-top:20px;
				margin-right:37px;
			}
			
			#header .divider {
				float:left;
				margin:70px 25px 0 0;
				/*position:relative;*/
					/*left:162px;*/
					/*bottom:20px;*/
			}
			
			#header .site_title {
				padding-top:85px;
			}
		
		#content {
			/*background:#efe;*/
			display:block;
			padding:0 0 50px;
		}
		
			#nav_col {
				background:url('../images/bg-nav_col_shadow.png') 100% 0 no-repeat;
				float:left;
				margin:-14px 0 0 -117px;
				padding:14px 0 0;
				overflow:visible;
				width:160px;
				width:275px;
				
				/*up right*/
				/*-moz-box-shadow: 8px -8px 20px 0 #dddddd;
				-webkit-box-shadow: 8px -8px 20px #dddddd;
				box-shadow: 8px -8px 20px #dddddd;*/
			}
			
				#nav_col #related {
					/*background:url('../images/bg-50white.png') 0 0;*/
					margin:40px 0 0 135px;
					margin:0 0 0 116px;
					padding:0px 0 85px 0px;
					width:144px;
					
					/*up right*/
					/*
					-moz-box-shadow: 8px -8px 20px 0 #dddddd;
					-webkit-box-shadow: 8px -8px 20px #dddddd;
					box-shadow: 8px -8px 20px #dddddd;
					*/
				}
				
					#nav_col #related p {
						margin-bottom:10px;
					}
			
			#content_col {
				/*background:#eef;*/
				float:left;
				margin-left:0px;
				width:535px;
			}
			
				#assoc_photo {
					display:block;
					height:250px;
					margin-bottom:16px;
					/*margin-top:-34px;*/
					width:535px;
				}
				
				#assoc_photo img {
					display:block;
					/*margin-top:-100px;*/
					position:relative;
						top:-34px;
				}
			
				#masthead {
					display:block;
					float:right;
					height:13px;
					margin:0 0 15px 0;
					padding:19px 20px 18px;
					/*width:495px;*/
					width:735px;
					
					/*down*/
					-moz-box-shadow: 0px 8px 12px 0 #aaaaaa;
					-webkit-box-shadow: 0px 8px 12px #aaaaaa;
					box-shadow: 0px 8px 12px #aaaaaa;
				}
				
					#masthead.mast1 {
						background:url('../images/bg-masthead1.jpg') 0 100% no-repeat;
					}
					
					#masthead.flush_bottom {
						margin-bottom:0;
					}
				
				#primary_content {
					background:url('../images/bg-main_content_shadow.png') 0 0 no-repeat;
					margin:-14px 0 0 -14px;
					padding:30px 0 50px;
					position:relative;
					width:565px;
					z-index:8;
					
					/*straight up*/
					/*-moz-box-shadow: 0px -8px 20px 0 #cccccc;
					-webkit-box-shadow: 0px -8px 20px #cccccc;
					box-shadow: 0px 10px -8px #cccccc;*/
				}
				
				.w805 #primary_content {
					background:url('../images/bg-main_content_shadow_wide.png') 0 0 no-repeat;
					width:805px;
				}
				
					#map_holder {
						display:block;
						/*margin-top:-15px;*/
						margin:20px auto;
						width:710px;
					}
					
					
		
			#sidebar {
				/*background:#0f0;*/
				float:right;
				margin:0;
				padding:0 12px;
				padding:0;
				width:225px;
			}
			
				#connect {
					/*background:red;*/
					margin:30px 20px;
				}
				
					#connect p {
						margin:10px 0 0 0;
					}
					
					#connect a {
						color:#666;
						font-size:10px;
						font-weight:bold;
						height:0;
						padding-left:20px;
					}
					
					#connect a.twit {
						background:url('../images/logo-twitter.gif') 0 0 no-repeat;
						padding-top:3px;
						padding-bottom:6px;
					}
					
					#connect a.fb {
						background:url('../images/logo-facebook.gif') 0 0 no-repeat;
						padding-top:4px;
						padding-bottom:15px;
					}
					
					#connect a.utube {
						background:url('../images/logo-you_tube.gif') 0 0 no-repeat;
						margin-left:-6px;
						padding-left:26px;
						padding-top:1px;
						padding-bottom:6px;
					}
		
		#circles {
			height:112px;
			width:96px;
			position:absolute;
				bottom:0;
				left:120px;
			z-index:9;
		}
		
			#circles img {
				display:block;
			}
		
		#footer {
			background:#e4e4e4;
			display:block;
			position:absolute;
				bottom:0px;
				right:0;
			height:50px;
			/*margin-left:163px;*/
			width:775px;
			z-index:10;
		}
		
			#footer p {
				color:#999;
				font-size:10px;
				line-height:10px;
				margin:20px 0 0 20px;
				padding:0;
			}
			
			#footer a, #footer a:visited {
				color:#666;
			}
			
			#footer a:hover, #footer a:active {
				color:#333;
			}

/*--- Main Nav ---*/
#main_nav {
	margin:15px 0 0 107px;
	padding-bottom:85px;
	width:153px;
}

#main_nav > li {
	display:block;
	margin:0;
	padding:0;
	width:auto;
}

#main_nav  a {
	color:#666;
	display:block;
	font-size:13px;
	font-weight:normal;
	height:14px;
	line-height:14px;
	margin:0;
	padding:6px 0 6px 10px;
	text-decoration:none;
	width:auto;
}

#main_nav a.active, #main_nav a:hover {
	background:url('../images/bg-nav_bar.png') 0 0 no-repeat;
	color:#000;
	font-weight:bold;
}

#main_nav li ul a{line-height: 9px;}

/*--- Sub Nav ---*/
#sub_nav {
	background:#f6f6f6;
	margin:15px 0 15px 10px;
	margin:0 0 0 0px;
	padding:15px 0 5px 0;
}

#sub_nav li {
	margin:0 0 8px;
	padding-left:10px;
	width:auto;
}

#sub_nav a {
	background:url('../images/bg-arrow_blue.gif') 0 3px no-repeat;
	font-size:10px;
	padding:0 0 0 10px;
}

#sub_nav a.active, #sub_nav a:hover {
	background:url('../images/bg-arrow_blue.gif') 0 3px no-repeat;
}






/*--- FAQ & pop outs ---*/
#sidebar #faq {
	background:#fff200 url('../images/bg-FAQ_fade.png') 0 0 no-repeat;
	padding:34px 0 20px 21px;
	width:204px;
	z-index:20;
}

	#faq ul {
		margin-top:35px;
	}

		#faq li {
			/*background:url('../images/bg-arrow_blue_circle.gif') 0 2px no-repeat;*/
			line-height:15px;
			margin:0 15px 10px 0;
			/*position:relative;*/
		}
	
			#faq a {
				background:url('../images/bg-arrow_blue_circle.gif') 0 0 no-repeat;
				color:#333;
				font-size:11px;
				line-height:14px;
				padding-left:20px;
			}
			
			#faq a:hover {
				color:#1869c1;
			}

/*------------------------------------------------------------------------------
	Tooltip
------------------------------------------------------------------------------*/

a.tt {
	display:block;
	padding-bottom:4px;
	position:relative;
	z-index:24;
	text-decoration:none;
}

	#faq ul li a.tt a {
		background:transparent;
		color:#1869c1;
		margin:0;
		padding:0;
	}
	
	#faq ul li a.tt a:hover {
		background:transparent;
		color:#003b64;
		margin:0;
		padding:0;
	}

a.tt span {
	display: none;
}

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover {
	z-index:25;
}

a.tt:hover span.tooltip {
	color: #333;
	display:block;
	font-size:11px;
	line-height: 13px;
	padding:0;
	position:absolute;
		top:-31px;
		left:-458px;
	text-align: left;
	width:473px;
	
	filter: alpha(opacity:100);
	KHTMLOpacity: 1;
	MozOpacity:1;
	opacity: 1;
}

a.tt:hover span.top {
	background:  url('../images/tooltip_top.png') no-repeat top;
	display: block;
	height: 26px;
	padding: 0;
}

a.tt:hover span.middle {
	background:  url('../images/tooltip_mid.png') no-repeat top;
	/*background:red;*/
	display: block;
	padding: 0 40px 10px 20px;
	margin:0;
	padding:30px 60px;
}

	a.tt span.middle h4 {
		background:#ecead9;
		margin:0;
		padding:0 0 15px 0;
	}

a.tt:hover span.bottom {
	background: url('../images/tooltip_bottom.png') no-repeat bottom;
	color: #000;
	display: block;
	height: 26px;
	padding:0;
}







/*--- BOXES FOR PROGRAM PAGE ---*/

.prog_box {
	background:#fff;
	display:block;
	margin-bottom:15px;
	width:535px;
}

	.prog_box .col_left {
		float:left;
		padding:30px 20px 20px;
		text-align:right;
		width:100px;
	}
	
	.prog_box .col_right {
		float:left;
		padding:30px 20px 20px;
		width:350px;
	}
	
		.prog_box .col_right h1 {
			margin-bottom:10px;
		}




/*--- LAYOUT STUFF SPECIFIC TO THE PROGRAM DETAILS PAGES ---*/
.progDetailLogo {
	/*background:red;*/
	padding-top:0;
	padding-bottom:0;
}

.progDetailDesc {
	/*background:green;*/
	margin-top:15px;
	margin-left:10px;
	padding-top:0;
	padding-bottom:0;
}

	.progDetailDesc .row {
		/*background:yellow;*/
		padding-bottom:0;
		width:500px;
	}

.progDetailInfo {
	/*background:blue;*/
}

	.progDetailInfo .icon {
		/*background:pink;*/
		margin:0;
		padding:0;
		width:50px;
	}
	.progDetailInfo .row {
		/*background:orange;*/
		width:475px;
	}




/*--- Classes ---*/
.clear {
	clear:both;
	height:0;
}

.rule{
	border-top: 1px solid #e5e5e5;
	margin: 15px 0;
}

#faq .rule {
	border-top: 1px solid #e9c605;
}

.badge {
	margin-bottom:16px;
	width:225px;
}

	.badge img {
		display:block;
	}

.has_shadow {
	margin: 10px 30px 30px 10px
	margin:0;
	padding:0;
	/*down*/
	-moz-box-shadow: 0px 8px 12px 0 #aaaaaa;
	-webkit-box-shadow: 0px 8px 12px #aaaaaa;
	box-shadow: 0px 8px 12px #aaaaaa;
}

	.has_shadow img {
		display:block;
		margin:0;
		padding:0;
	}

.sub_col {
	float:left;
	margin:0 0 0 25px;
	width:230px;
}

ul.sm_blue_arrow li {
	background:url('../images/bg-sm_blue_arrow.gif') 0 4px no-repeat;
	padding-left:12px;
}

.w805 {
	width:805px;
}

/* Great Futures */
.great-future-feature{
	padding: 0 0 0 15px; margin-top: -15px;
}
.gf_left{
	float: left;
	width: 330px;
}
.gf_lrg_txt{
	font-size: 13px;
	line-height: 1.5em;
}
.gf_how_checkin{
	width: 225px;
	height: 550px;
	background: url(../images/greatfutures/how-to-checkin.jpg) 0 0 no-repeat;
	position: relative;
}
	.gf_how_checkin p{
		font-size: 10px;
		width: 145px;
		margin-left: 60px;
	}
	.gf_one{
		padding-top: 75px;
	}
	.gf_two{padding-top: 78px;}
	.gf_three{padding-top: 87px;}

/*--- Tables ---*/
/*
th {
	text-align: left;
	font-weight: bold;
}
tr.even td { background: #CCC; }
tr td  { background: #FFF; }
*/

.process td {
	padding:10px 0;
}





/*--- Forms ---*/

form { width:400px; }

label {
	display: block;
	float: left;
	clear: left;
	width: 100px;
	height: 23px;
}

input.text, select { height: 20px; }

input.text, select, textarea {
	float: left;
	display: block;
	border: 1px solid #ccc; /* standard border in all browsers */
	width: 296px;
} 

/* space between fields */
label, input.text, select, textarea { margin-bottom: 10px; }

textarea { overflow: auto; }

.submit { 
	clear:both;
	display:block;
	margin-left: 100px; /* label width */
}
.required { color: #f00; }

/*--- Misc ---*/
.floatL{float: left;}
.floatR{float: right;}

.clearL{clear: left;}
.clearR{clear: right;}
.clearB{clear: both;}
