/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	margin:					0px;
	padding:				20px 0px;
	
	background-color:		#E9E9E9;

	/*	Default text styles	----------------------------*/
	font-family:			arial,sans-serif;
	color:					#333333;

}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					#cc0000;
}

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

/*---------------------------------------------------------------------------------------------------------
//	Site structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
#center-x
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	width:					813px;

	background-image:		url( /site/images/bg_main.gif );
	background-repeat:		repeat-y;
}

#main
{
	margin:					13px 16px 11px;

	border:					1px solid #5E5E5E;
	width:					auto;
	min-height:				300px;

	background-color:		white;
/*	padding:				10px 22px 0px 17px;	*/
	padding:				10px 17px 0px 17px;

	border-radius:			6px 6px;
	-moz-border-radius:		6px 6px;

}

/*	Popup container	*/
#popup-box
{
	/*	Customize			----------------------------*/
	background-color:		white;
	border:					1px solid black;
	margin:					0px 20px 0px 20px;
	padding:				15px;
}

#header
{
	position:				relative;
	width:					100%;
	height:					87px;
	background-image:		url( /site/images/bg_header.gif );
	background-repeat:		no-repeat;

/*
	border-radius:			30px 30px 0px 0px;
	-moz-border-radius:		30px 30px 0px 0px;
*/
}

img#logo
{
	position:				absolute;
	top:					18px;
	left:					20px;
}

#logo a,
#logo a:hover
{
	color:					white;
}


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

/*	Optional sitebar	*/
td#right
{
}

/*
#content
{
	border:					1px solid #5E5E5E;
	width:					auto;
	background-color:		white;
	border-radius:			6px 6px;
	-moz-border-radius:		6px 6px;
	padding:				10px;
}
*/

#content
{
	float:					left;
	width:					503px;
	margin:					0px;
/*	padding:				0px 0px 0px 8px;	*/
	padding:				0px 0px 30px;
}

#right
{
	position:				relative;
	float:					right;
	width:					202px;
	margin:					0px 0px 50px;
	padding:				11px 0px 0px 0px;
}
#right h2
{
	font-size:				0.75em;
}

#clear
{
margin:	0px;
padding:	0px;
	display:				block;
	height:					0px;
	line-height:			0px;
	clear:					both!important;
	overflow:	hidden;
}



#flags
{
	float:					right;
	margin:					8px 12px 4px;
}
#flags img
{
	margin:					0px 0px 0px 6px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					0px;

	position:				relative;

	height:					40px;

	padding:				4px 16px 0px;


	background-image:		url( /site/images/bg_footer.gif );
	background-repeat:		no-repeat;
}

#bottom
{
	text-align:				center;
	background-color:		#e9e9e9;

	line-height:			1.5em;
	text-transform:			uppercase;
	font-size:				0.7em;
	color:					#666666;
}

#bottom p
{
	clear:					both;
}

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

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

#bottom a
{
	color:					#666666;	
}

#bottom .divider
{
	margin:					0px 5px;
	color:					#C9372E;
}

.google-stats-box-max,
.google-stats-box-max a
{
	color:					blue!important;;
}

/*---------------------------------------------------------------------------------------------------------
//	Subscribe form
//-------------------------------------------------------------------------------------------------------*/

form#subscribe
{
	position:				absolute;
	top:					2px;
	right:					20px;

	display:				block;
	margin:					0px;
	padding:				6px 0px 0px;

	width:					344px;
	text-align:				right;
	white-space:			nowrap;
}

form#subscribe label
{
	display:				block;
	float:					left;

	margin:					0px;
	margin-right:			8px;

	line-height:			20px;
	font-weight:			normal!important;
	text-transform:			uppercase;
	font-size:				12px;
	color:					white;
}
form#subscribe select {
background-color:	#DDDDDD;
background-repeat:no-repeat;
	border:					1px solid #777777;
color:black;
float:left;
font-family:lucida sans,verdana,sans serif;
font-size:11px;
font-weight:bold;
margin:0 0 0 5px;
width:45px;
}

form#subscribe input#email
{
	display:				block;
	width:					80px;
	float:					left;

	margin:					0px;

	border:					1px solid #777777;
	background-color:		#DDDDDD;

	padding:				0px 5px;

	height:					17px;
	line-height:			17px;
	font-size:				11px;
	color:					black;
}

input#subscribebutton
{
	margin:					1px 0px 0px 4px;
}

/*---------------------------------------------------------------------------------------------------------
//	Search form
//-------------------------------------------------------------------------------------------------------*/
form#search
{
	position:				absolute;
	right:					7px;
	top:					44px;

	margin:					0px;
	width:					206px;
}

form#search input#findtext
{
	display:				block;
	width:					118px;
	float:					left;

	border:					1px solid #777777;
	background-color:		#424242;
	background-repeat:		no-repeat;

	margin:					0px;

	padding:				0px 5px;

	height:					19px;
	line-height:			19px;
	font-size:				13px;
	color:					white;
}

input#searchbutton
{
	float:	left;
	margin-left:			5px;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					6px 0px 0px;
	padding:				0px;


	font-weight:			bold;
	font-size:				1.4em;
}

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

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

h2
{
	margin:					0em;
	padding:				0px;
	

	font-weight:			bold;
	font-size:				0.85em;
	color:					#666666;
}

h3
{
	margin:					1.7em 0em 0em 0em;
	line-height:			1.7em;

	font-weight:			bold;
	font-size:				0.70em;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			1.5em;

	font-size:				0.75em;
}

blockquote
{
	margin:					1em 3em;
	font-weight:			bold;
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					180px;
	padding:				20px;
}

.sidebar
{
	line-height:			1.4em;

	font-size:				0.70em;
	margin-bottom:			20px;
}

/*=========================================================================================================
//	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;
	font-size:				0.70em;
}

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;
	font-size:				0.70em;
	color:					white;
}

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

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	clear:					both;
	display:				block;
	width:					auto;
	height:					26px;
	line-height:			26px;
	padding:				0em 1.0em;
	white-space:			nowrap;

	font-size:				11px;

	border-bottom:			1px solid rgb(238,238,238);
}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:			bold;
}

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

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Widget styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
.widget,
.widget-stacked,
.widget-half
{
	margin:					0px 0px 10px 0px;
	width:					202px;
}

.widget,
.widget-half
{
	height:					121px;

	font-size:				10px;
	line-height:			14px;     
	/*margin: 				0 40px;*/
}

.widget-stacked
{
	width:					202px;
	height:					116px;
}

.widget-stacked .widget,
.widget-half
{
	height:					52px!important;
	margin-right:			0px;
}

.wtitle,
.widget p
{
	margin:					5px 10px;
	padding:				0px;
}
.wtitle
{
	margin:					10px 10px 0px;
	font-size:				1.5em;
	font-weight:			bold;
	text-transform:			uppercase;
	color:					#CC0000!important;
}
.widget a p
{
	color:					#333;
	font-size:				1.25em;
	font-weight:			bold;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	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;
}
.footerIcons{margin-left:10px}    
#headerSpecialOffer{padding-left: 125px; margin:-4px 0 0 0;}     