/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
*
{
	margin:					padding;
	padding:				padding;
}

optgroup option
{
	margin-left:10px;
}


body
{
	margin:					0px;
	padding:				0 0 20px;
	
	/*	Default text styles	----------------------------*/
	color:					#666666;
	font-size:				0.69em;
	line-height:			17px;
	padding:				0;
	
	border-collapse:		collapse;
	border-spacing:			0;
	color:					#333333;
	font-family:			verdana,arial;
	font-style:				normal;
	font-weight:			normal;
	text-decoration:		none;

	background-image:		url('/images/bg11.gif');
	padding:				0 0 20px;	
}

#site_container
{
}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					rgb(59,121,166);
}

a:hover
{
	color:					rgb(119,119,119);
}

#content a
{
	color:					#CC0011;
	text-decoration:		underline;	
}

#content a:hover
{
	text-decoration:		none;	

}

#right a
{
	color:					#333;
	text-decoration:		underline;	
}

#right a:hover
{
	color:					#CC0011;
	text-decoration:		underline;

}

a.blue_link
{
	color:					rgb(59,121,166) !important;
	text-decoration:		none  !important;


}
a.blue_link:hover
{
	color:					rgb(119,119,119) !important;
}

a.gray_link
{
	color:					#333333 !important;
}
/*---------------------------------------------------------------------------------------------------------
//	Site structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/

*
{
	margin:					0;
	padding:				0;
}
#center-x
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	width:					900px;
}

/*	Popup container	*/
#popup-box
{
	/*	Customize			----------------------------*/
	padding:				15px 30px;
	background-color:		#e4eef7;
	background-image:		url('/images/popup-bg.png');
	background-repeat:		repeat-x;

	min-height:				378px;
	height:					auto !important;
	height:					378px;
	border:					none;

}

#logo_banner_area
{
	background-color:		white;
	/*height:					113px;*/
	position:				relative;
}
#header
{
	background-image:		url('/images/bgBlue.jpg');
}

#top_red_bar
{
	background-color:		#cd0011;
	color:					white;
	padding:				0 0 0 19px;
}
#top_red_bar a
{
	color:					white;
	font-weight:			bold;
	line-height:			24px;
	font-size:				12px;
}
#top_red_bar a:hover
{
	text-decoration:underline;
}
#logo
{
	line-height:			29px;
	background-color:		#666666;
	color:					white;
	font-size:				16px;
	font-weight:			bold;
	text-align:				center;
	/*margin:				27px 10px;;*/
	margin:					0px 10px;;
}

#logo a,
#logo a:hover
{
	color:					white;
}
table#body,
#main_content_area,
.main_content_area,
.blue_fade
{
	background-image:		url('/images/bgBlue.jpg');
	background-repeat:		repeat-Y;
}

table#body2,
table#body
{
	border-collapse:		collapse;
	width:					900px;
	margin-top:				15px;

}

col#col-left
{
	width:					0px;
}

col#col-content
{
	width:					auto;
}

/*	See sectionnav CSS tempaltes for td#left	*/

/*	Optional sitebar	*/
td#right
{
}

td#content
{
	width:					auto;
	padding:				0px 12px 20px 25px ;
}

td#right_image_column
{
	width:					auto;
	padding:				0px 20px 20px 8px;

	
}
/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					0px;
	border-top:				1px solid rgb(204,204,204);
	padding:				17px 150px ;
	font-weight:			bold;
}

#footer p
{
	clear:					both;
}

#footer a
{
	color:					#333333;
	font-size:				10px;
	font-weight:			bold;
}

#footer a:hover
{
	text-decoration:		underline;
}

#footer ul
{
	width:					100%;
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
	list-style-image:		none;
}

#footer li
{
	float:					left;
	padding:				5px 10px;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0px 0px 0.5em 0px;
	padding:				0px;
	font-weight:			bold;
}

h1 a,h1 a:hover
{
	color:					#888888;
}

#popup-box h1
{
	margin-top:				10px;
}

h2
{
	margin:					0px 0px 0.2em 0px;
	padding:				0px;
	
	font-weight:			bold;
	color:					#666666;
	font-size:				17px;
}

h3
{
	margin:					0;
	font-weight:			bold;
	font-size:				12px;
}

ol,
ul
{
	margin:					0 20px;
	padding:				0 20px;
}
ul
{
	list-style-type:		square;
}

ul.list
{
	list-style-image:		url('/images/arrow-red.gif');
	margin:					0 1em;
	padding:				0;
}
ul.list ul.list
{
	margin-left:			1.4em;
}

ul.list li
{
/*	margin:					0 0 0 0px;
	padding:				0;*/
}

/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
}

blockquote
{
	margin:					1em 3em;
	padding:				0em;
	font-style:				italic;
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					228px;
	padding:				0 20px 30px 12px;
}

.sidebar
{
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.data
{
	border:					1px solid rgb(204,215,238);
	border-collapse:		collapse;
	empty-cells:			show;
}

table.data caption
{
	margin:					0.5em 0em;
	text-align:				left;
	font-weight:			bold;
}

tr.r0
{
	background-color:		white;
}

tr.r1
{
	background-color:		rgb(238,245,255);
}

table.data th,
table.data td
{
	padding:				0.5em 1.0em;
	text-align:				left;
}

table.data th
{
	vertical-align:			bottom;
	background-color:		rgb(204,215,238);
	font-weight:			bold;
	color:					white;
}

table.data td
{
	vertical-align:			top;
	border-bottom:			1px solid rgb(204,215,238);
}

#breadcrumb,
#nav-section-div,
#top_gray_line
{
	margin:					0 20px 0 25px;	
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	clear:					both;
	display:				block;
	width:					auto;
	white-space:			nowrap;
	background-repeat:		repeat-Y;
	line-height:			30px;
}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:			bold;
	display:				block;

}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}



/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Social networking tool links
//-------------------------------------------------------------------------------------------------------*/
table.links-bar td
{
	padding:				0px 10px 0px 0px;
}

.inline-digg
{
	float:					left;
	margin:					3px 10px 5px 0px;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Video controls
//-------------------------------------------------------------------------------------------------------*/
#video-buttons a
{
	background-color:		#CCCCCC;
	color:					white;
	font-weight:			bold;
	padding:				4px 6px;
	margin-right:			5px;
	float:					left;
	margin-top:				5px;
}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:			bold;
	padding-bottom:			10px;
	margin:					0;
	white-space:			normal;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

/*	do not underline links	*/
a
{
	text-decoration:		none;
}

/*	shortcomings of the formatter	*/
p
{
	margin:					0px;
}

/*	IE will allocate space for these if there are not display:none -  POSJ	*/
map
{
	display:				none;
}

sup
{
	vertical-align:			super;
	font-size:				0.75em;
}

/* Formatter Styles Dropdown */
.red_header
{
	color:					#CC0011;
	font-size:				20px;
	font-weight:			bold;
	line-height:			30px;
}

.form_title,
.red_subtitle
{
	color:					#CC0011;
	font-size:				12px;
	font-weight:			bold;
	line-height:			30px;
}

.thumbnail
{
	margin-right:			9px;
}

.gray_line,
.red_line
{	
	display:				block;
	margin:					3px 0 0;
	padding:				3px 0 0;
}

.gray_line
{	
	border-top:				1px solid #aeaeae;
}

.red_line
{	
	border-top:				1px solid #CD0011;
}

.programs_list div.programs h2
{
	display:				block;
	border-bottom:			1px solid #aeaeae;
	padding:				0 0 3px;

}

.blue-bg-header
{
	background-color:		#cbd9e6;
}


div.programs
{
	width:					287px;
	float:					left;
}

.programs_list div.programs
{
	width:					auto;
	float:					none;
}

.programs_list div.programs ul
{
	list-style-type:		none;
	list-style-image:		none;
	margin-left:			0;
}

#right div.programs
{
	width:					auto;
	float:					none;
	padding-top:			10px;
}

.locations-div,
.programs-div
{
	border:				1px solid #b3b3b3 !important;
	background-color:	white;
}

.locations-div .blue-bg-header,
.programs-div .blue-bg-header
{
	border-bottom:		1px solid #b3b3b3;
	padding:			0 15px 0;
}

.locations-div .locations,
.programs-div .programs
{ 
	padding:			20px 0 17px 15px;
}
#content .programs,
.home-content .programs-div .programs
{
	margin-right:140px;
}
.black_subtitle,
.black_subtitle a 
{
	color:				#333333;
	font-size:			12px;
	font-weight:		bold;
}

.disclaimer 
{
	color:				#666666;
	font-size:			9px;
}

table.list td
{
	padding-top:		4px;
	padding-bottom:		4px;
}

td.td_video_thumb
{
	cursor: pointer;
	cursor: hand;
}

.color_red
{
	color:				#CC0011;
}

.color_black
{
	color:				#000;
}

.color_blue
{
	color:				#3B79A6;
}

.color_yellow
{
	color:				yellow;
}

.color_green
{
	color:				#b4e152;
}

.color_orange
{
	color:				#ffdd94;
}

.color_gray
{
	color:				#7F7F7F;
}

.phone_number
{
	color:				#c70110;
	border:				1px solid #aeaeae;
	font-size:			21px;
	line-height:		17px;
	padding:			14px;
	white-space:		nowrap;
	margin-bottom:		13px;
}

#pop_up_links
{
	padding:			20px;
	text-align:			center;
}

#pop_up_links a
{
	padding:			0 20px;
}

#phone_search
{
	position:			absolute;
	right:				7px;
	top:				40px;
}

#search_area #findtext
{
	margin:				5px 0 0 3px;
	width:				168px;
	height:				12px;
	float:				left;
	border:				1px solid #8b8a8a;
	color:				#4b4a4a;
	font-size:			11px;
	padding:			1px 3px;
}

#search_area #search_button
{
	float:				left;
	margin:				-1px 0 0 0;
}

#header_phone
{
	margin:				6px 0px 0 0;
	padding:			0 3px 0 0;
	text-align:			center;
	line-height:		25px;
	font-size:			24px;
}

.big_red_link
{
	white-space:		nowrap;
	margin-top:			11px;
	cursor:				hand;
	cursor:				pointer;
}

.button_link_text,
.button_link_text:hover
{
	background:			url('/images/red-link-bg.png');
	height:				28px;
	line-height:		28px;
	width:				auto;
	display:			block;
	float:				left;
	padding:			0 7px;
	color:				white !important;
	text-decoration:	none !important;
	font-size:			12px;
	font-weight:		bold;

}

.big_red_link .red_link_rounded
{
	float:				left;
}

#form_part_1
{
}

#form_part_2
{
	display:			none;
}

.two_step_nav
{
	text-align:			right;
	padding-right:		15px;
}

.no_js_video,
.no_js_form
{
	background-color:	#efefef;
	background-image:	url('/images/gray_bg.jpg');
	background-repeat:	repeat-x;
	z-index:			2;
}

.no_js_video
{
	padding:			20px;
}

.no_js_form
{
	/*position:absolute;*/
	padding:			20px;
}