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

	/*	Default text styles	----------------------------*/
	font-family:			arial,sans serif;
/*	color:					#666666;*/
	color:					white;
	font-size:				0.75em;
	line-height: 			1.25em;

}

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

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

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

	/*	Customize			----------------------------*/
	width:					900px;
	/* border:					1px solid rgb(170,170,170); */
	background-color:		#3b6f8f;
}

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

#header
{
}

#logo
{
	height:					75px;
	color:					white;
	font-size:				16px;
	font-weight:			bold;
	background-image:		url( /images/header.gif );
	
	position:				relative;
}

#logolink
{
	position: 				absolute;
	top: 					0px;
	right: 					0px;
}

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


div#slideshow
{
	width:					100%;
	height:					265px;
	border-bottom:			18px #cfd4d8 solid;
}

.lonequote
{
	border-bottom:			18px #cfd4d8 solid;
}

table#body
{
	border-collapse:		collapse;
	width:					760px;
}

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

col#col-content
{
	width:					auto;
}

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

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

td#homepage_content
{
	background-color: 		#569bbd;
}

#homepage_content_box
{
	padding: 				30px;
	background-color: 		#3b6f8f;
}

#homepage_content_box2
{
	padding: 				30px;
	background-color:		#569bbd;
}

td#homepage_content a
{
	text-decoration:		underline;	
}

#left-col
{
	width: 					690px;
	background-color:		#569bbd;
}

#right-col
{
	width: 					210px;
	background-color:		#3b6f8f;
}
td.widgetcol
{
	width:					210px;
}

#right-col div.bodytext
{
	line-height: 1.3em;
}

#divider-bar
{
	clear:					both;
	background-color:		#cfd4d8;
	height:					18px;
}

.widget_image
{
	border-bottom:			3px #cfd4d8 solid;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	font-size:				11px;
	background-color:		#98002e;
	color:					white;
	width:					100%;
	
	padding: 				7px 0px;
}

#footer a
{
	color:					#cfdfd8;
}

#footer p
{
	clear:					both;
	text-align: 			right;
	margin: 				10px 20px 0 0;
}

#footer ul
{
	margin:					0px;
	list-style-type:		none;
}

#footer li
{
	float:					left;
	margin:					5px 0px;
}

#footer li a
{
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0 0 .3em 0;
	font-weight:			bold;
	font-size:				1.4em;
	color:					#cfd4d8;
}

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

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

h2
{
	margin:					0em;
	padding:				0px;
	
	font-weight:			bold;
	font-size:				1.1em;
	color:					#CFD4D8;
}

h3
{
	margin:					1.7em 0em 0em 0em;
	line-height:			1.7em;
	font-weight:			bold;
	font-size:				0.70em;
}

/*	Standard body style	*/
.bodytext
{
	line-height:			1.7em;
}

blockquote
{
	margin:					1em 3em;
	border-top:				1px solid rgb(221,204,204);
	border-bottom:			1px solid rgb(221,204,204);
	padding:				0.5em 0em;
	font-size:				1.15em;
	font-style:				italic;
	line-height:			1.4em;
	color:					rgb(153,51,51);
}

p.abstract
{
	font-size:				12px;
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
.sidebar
{
	line-height:			1.4em;
	font-size:				0.65em;
}

/*=========================================================================================================
//	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;
}

div#sales_product_header
{
	display: 				none;
	padding:				5px;
	background-color:		#569bbd;	
	margin-bottom:			10px;
	font-weight:			bold;
}

/*=========================================================================================================
//	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;
}

div.caption_box 
{
	background-color: 		#569bbd;
	padding:				5px;
	margin-top:				10px;
}

input#search_button
{
	background-color:		#569bbd;
	color:					white;
	font-size:				10px;
	padding:				8px;
	margin:					10px;
	position:				relative;
	top:					12px;
	font-weight:			bold;
}

div#search_results_box
{
	background-color:		#455560;
	padding:				5px 10px;
	margin:					20px auto;
	width:					90%;
	font-weight:			bold;
	font-size:				1.2em;

}
/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	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;
}
