*
{
	margin: 0;
	padding: 0;
}

body
{
	/*background-image: url(../images/bkg_strip_02.jpg);*/
	background-repeat: repeat-x;
	margin: auto; /*turn on when not editing*/
	background-color: #000;
}

p
{
	color: #fff;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 10px;
}

h1
{
	color: #3db7e4;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
}

h2, h2 a
{
	color: #fff;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 12px;
}

a
{
	color: #3db7e4;
	text-decoration: none;
}

a:hover
{
	color: #3db7e4;
	text-decoration: underline;
}

.blue_text
{
	color: #3db7e4;
}

.white_text
{
	color: #FFF;
}

img.main_image
{
	border: 1px solid #fff;
}

ul.bullet_list
{
	color: #3db7e4;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 10px;
}

/*#wrapper
{
	border: 1px solid #FF0;
	width: 936px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bkg_grid_02.png);
}*/

/*-------------------
	Float Clear Div Hack
-------------------*/

.clearer_div
{
	width: 0;
	height: 0;
	clear: both;
}

/*-------------------
	Navigation
-------------------*/

#navigation
{
	border-top: 1px solid #FFF;
	width: 100%
	margin-left: auto; /*turn on when not editing*/
	margin-right: auto; /*turn on when not editing*/
	background-image: url(../images/nav_bkg_03.jpg);
	background-repeat: repeat-x;
	height: 34px;
	padding-right: 20px;
}

	#navigation_inset
	{
		/*border: 1px solid #fff;*/
		font-family: "Lucida Grande", arial, sans-serif;
		font-size: 13px;
		width: 916px;
		/*height: 48px;*/
		text-align: right;
		margin-left: auto; /*turn on when not editing*/
		margin-right: auto; /*turn on when not editing*/
	}
	
	#navigation_inset a
	{
  	  	margin-left: 40px;
  	  	color: #fff;
		letter-spacing: 1px;
		text-decoration: none;
		position: relative; top: 9px;
	}
	
	#navigation_inset a:hover
	{
		color: #333;
	}

	
/*-------------------
	Header
-------------------*/

#header
{
	/*border: 1px solid #FFF;*/
	background-image: url(../images/bkg_mesh_01.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	width: 936px;
	margin-left: auto; /*turn on when not editing*/
	margin-right: auto; /*turn on when not editing*/
	height: 198px;
}
	
	#logo
	{
		margin: 55px 0 0 0;
		float: left
	}
	
	#header p
	{
		font-size: 24px;
		font-weight: normal;
		text-align: right;
		margin-top: 89px;
		margin-right: 20px;
		line-height: 120%;
		float: right
	}
	
	#anniversary_badge
	{
		/*border: 1px solid #FFF;*/
		float: right;
		margin-top: 18px;
	}
	
/*-------------------
	Columns
-------------------*/
	
#columns
{
	border-top: 1px solid #fff;
	height: 100%;
	clear: both;
	background-color: #333;
	padding-bottom: 20px;
	padding-top: 30px;
}	

	#columns_inset
	{
		width: 936px;
		margin-left: auto; /*turn on when not editing*/
		margin-right: auto; /*turn on when not editing*/
		/*background-image: url(../images/bkg_grid_02.png);*/
	}

#column_1
{
	/*border: 1px solid #fff;*/
	width: 282px;
	margin-right: 30px;
	float: left;
}

#column_1_wide
{
	/*border-top: 1px solid #fff;*/
	width: 418px;
	margin-right: 50px;
	float: left;
}

#column_1_contact
{
	/*border: 1px solid #fff;*/
	width: 240px;
	margin-right: 15px;
	float: left;
}


#column_2
{
	/*border: 1px solid #fff;*/
	width: 282px;
	margin-right: 20px;
	float: left;
}

#column_2_wide
{
	/*border-top: 1px solid #fff;*/
	width: 418px;
	margin-left: 19px;
	margin-top: 40px;
	float: left;
}

#column_2_extra_wide
{
	/*border-top: 1px solid #fff;*/
	width: 604px;
	margin-top: 40px;
	float: left;
}

#column_2_contact
{
	/*border: 1px solid #fff;*/
	width: 200px;
	padding-top: 34px;
	margin-right: 20px;
	float: left;
}

#column_3_contact
{
	/*border: 1px solid #fff;*/
	width: 195px;
	margin-right: 20px;
	margin-left: 12px;
	float: left;
}

#column_3
{
	/*border: 1px solid #fff;*/
	/*background-color: #2e2e2e;*/
	width: 302px;
	margin-right: 20px;
	float: left;
}

	#column_3 h1
	{
		padding-left: 10px;
		margin-bottom: 10px;
	}

	#column_3 p
	{
		padding: 10px;
		background-color: #2e2e2e;
		margin: 0;
	}
	
	.no_bkg_color
	{
		font-family: "Lucida Grande", arial, sans-serif;
		font-size: 12px;
		line-height: 150%;
		background-color: #333;
		position: relative; top: 20px; left: 10px;
	}
	
	#twitter_bird
	{
		float: right;
		margin-right: 20px;
	}
	
	/*-------------------
		Last Tweet
	-------------------*/
	
	#twitter_update_list li
	{
		list-style-type: none;
		padding: 10px;
		background-color: #2e2e2e;
		margin: 0;
		color: #fff;
		font-family: "Lucida Grande", arial, sans-serif;
		font-size: 12px;
		line-height: 150%;
	}

/*-------------------
	Sections
-------------------*/

.section
{
	/*border: 1px solid #fff;*/
	width: 292px;
	margin-right: 20px;
	float: left;
}

#main_section
{
	border-top: 1px solid #696969;
	border-bottom: 1px solid #696969;
	background-color: #333;
	width: 100%;
	margin-left: auto; /*turn on when not editing*/
	margin-right: auto; /*turn on when not editing*/
	margin-bottom: 20px;
	padding-top: 30px;
	clear: both;
}

	#main_section_inset
	{
		width: 936px;
		margin-left: auto; /*turn on when not editing*/
		margin-right: auto; /*turn on when not editing*/
	}
	
	#main_section img
	{
		border: 1px solid #fff;
	}
	
	#main_section p
	{
		position: relative; top: -25px;
	}
	
	.image_caption
	{
		background-color: #000;
		/* for IE */
  		filter:alpha(opacity=60);
  		/* CSS3 standard */
  		opacity:0.6;
		width: 290px;
		height: 32px;
		position: relative; top: -33px; left: 1px;
	}	
	
	.image_caption h2
	{
		position: relative; top: 9px; left: 12px;
	}
	
/*------------------
	Studio
-------------------*/
	
#grey_border_studio
{
	border-top: 1px solid #696969;
	width: 100%;
	margin-bottom: 20px;
}	
	
img.main_image_studio
{
	border: 1px solid #fff;
	margin-bottom: 20px;
}

/*------------------
	Contact
-------------------*/
	
#twitter_reminder
{
	background-image: url(../images/twitter_reminder_bkg_01.jpg);
	width: 239px;
	height: 99px;
	margin-top: 40px;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
}

#twitter_reminder a
{
	vertical-align: middle;
	color: #fff;
	position: relative; top: 12px; left: 0;
}

#twitter_reminder a:hover
{
	color: #3db7e4;
	text-decoration: none;
}

img.map
{
	border: 1px solid #FFF;
}

.image_caption_map
{
	background-color: #000;
	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
	width: 427px;
	height: 32px;
	position: relative; top: -33px; left: 1px;
}

.image_caption_map h2
{
	text-align: center;
	position: relative; top: 9px;
}

/*------------------
	Health and Safety
-------------------*/



/*------------------
	Footer
-------------------*/
	
#footer
{
	clear: both;
}
	
	#footer_inset
	{
		width: 936px;
		margin-left: auto; /*turn on when not editing*/
		margin-right: auto; /*turn on when not editing*/
	}

	.twitter_logo
	{
		float: left;
		margin-right: 10px;	
	}

	.follow_twitter
	{
		float: left;
		margin-top: 4px;
	}
	
	.footer_cta
	{
		float: right;
		margin: 4px 20px 0 10px;
	}
	
	.footer_cta a
	{
		color: #FFF;
	}
	
/*------------------
	Cool Stuff
-------------------*/

.hidden
{
	display: none;
}
