/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
/*-------------------------------------------------------------------------------------------------------*/
/*	CONTENT STYLES
/*
/*********************************************************************************************************/
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Body structure elements
/*-------------------------------------------------------------------------------------------------------*/
html, body
{
	margin:					0px;
	padding:				0px;
	width:					100%;
	height:					100%;
	background-color:		#858390;
}

/*	Eliminate background image	*/
body.nobg
{
	background-image:		none;
}

#main
{
	margin:					0px auto;
	margin-top:				30px;
	margin-bottom:			25px;
	width:					800px;
	min-height:				600px;
	background-color:		#ffffff;
	background-image:		url('/images/bg.gif');
	background-repeat:		repeat-y;
	
	font-family:			Verdana, Helvetica, Arial, sans-serif;
	font-size:				12pt;
	color:					#666666;
	
}

#header
{
	background: url('/images/header_bg_full.gif') no-repeat;
	height: 200px;
}

#header img#seltzerlogo
{
	margin-top:				25px;
	margin-left:			20px;
}

#header_left
{
	width:385px;
	float:left;	
	height: 190px;
}

#header_right
{
	float:left;
	height: 190px;
}

.subnav
{
	position:				absolute;
	top:					215px;
	width:					380px;
	text-align:				left;
	padding:				0 0 0 28px;
	font-size:				10px;
	text-transform:			uppercase;
	color:					#aaaaaa;
}

.subnav a
{
	color:					#999999;
}

/*
#maincontent
{
	width:					330px;
	margin:					0px 10px 10px 20px;
	float:					left;
	min-height:				400px;
}

*html #maincontent
{
	height:					400px;
	width:					320px;
}

#sidebar
{
	width:					418px;
	margin:					-8px 0px 0px 0px;
	float:					right;
}

#sidebar .bodytext
{
	width:					400px;
	margin:					15px 15px 10px 13px;
}

*html #right_area
{
	width:					317px;
	position:				absolute;
	top:					250px;
}
*/

#bottom
{
	height:					15px;
	width:					800px;

	display:				block;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Footer styles
/*-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	height:					4px;
	margin:					0;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Developer positioning tools
/*-------------------------------------------------------------------------------------------------------*/
#poslabel
{
	position:				absolute;
	display:				none;
	z-index:				1000;
	background-color:		rgb(238,238,238);
	font-family:			verdana,arial,sans serif;
	font-size:				0.65em;
	padding:				5px 3px;
	border:					1px solid rgb(153,51,51);
}

#grid
{
	position:				absolute;
	display:				none;
	z-index:				500;
	top:					0px;
	left:					0px;
	width:					100%;
	height:					0px;
	background-image:		url(/images/grid.gif);
	border:					1px solid black;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Miscellaneous
/*-------------------------------------------------------------------------------------------------------*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

p
{
	margin:					0px;
}

/*	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;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Global styles
/*-------------------------------------------------------------------------------------------------------*/
#globals
{
	text-align:				left;
	font-family:			verdana,arial,sans serif;
	font-size:				0.65em;
	color:					black;
	
	position:				absolute;
	top:					20px;
	right:					20px;
	white-space:			nowrap;
}

#globals a
{
	margin-right:			10px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Standard body styles
/*-------------------------------------------------------------------------------------------------------*/
h1
{
	margin:					20px 0px 0px 0px;
	padding:				0.5em 0em;

	font-family:			arial,sans serif;
	font-weight:			bold;
	font-size:				1.4em;
	color:					black;
}

h1 a,h1 a:hover
{
	text-decoration:		none;
	color:					black;
}

h2, bodytext h2
{
	margin:					0em;
	padding:				0.5em 0em 0.5em 0em;
	
	font-family:			Verdana, Helvetica, Arial, sans-serif;
	font-weight:			normal;
	font-size:				10pt;
	color:					#666666;
}

h3
{
	margin:					1.7em 0em 0em 0em;
	line-height:			1.7em;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.70em;
	color:					black;
}

/*	Same properties except different line-height	*/
.bodytext,.bodytext2
{
	margin:					0em 0em;
	padding:				0px;
	line-height:			1.7em;
	font-family:			Verdana, Helvetica, Arial, sans-serif;
	font-size:				9pt;
	color:					#666666;
}

.bodytext2
{
	line-height:			1.4em;
	margin-bottom:			1.3em;
}

a
{
	text-decoration:		none;
	color:					#666666;
}

a:hover
{
	color:					#55a0a0;
}

blockquote
{
	margin:					5px 5px 10px 15px;
}

/*********************************************************************************************************/
/*	EXAMPLE	- remove or customize as needed
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Image positioning ( image only )
/*-------------------------------------------------------------------------------------------------------*/
img.right
{
	float:					right;
	margin:					0px 0px 20px 20px;
}

img.left
{
	float:					left;
	margin:					0px 20px 20px 0px;
}

/*********************************************************************************************************/
/*	EXAMPLE	- remove or customize as needed
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Image positioning with caption block
/*-------------------------------------------------------------------------------------------------------*/
.caption-left,.caption-right
{
	border-top:				1px solid rgb(221,204,204);
	border-bottom:			1px solid rgb(221,204,204);
	width:					200px;
	padding:				5px 0px;

	line-height:			1.3em;
	font-family:			verdana,arial,sans serif;
	font-size:				0.65em;
}

.caption-left
{
	float:					left;
	margin:					0px 20px 20px 0px;
}

.caption-right
{
	float:					right;
	margin:					0px 0px 20px 20px;
}

/*********************************************************************************************************/
/*	EXAMPLE	- remove or customize as needed
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Table data
/*-------------------------------------------------------------------------------------------------------*/
table.data
{
	border:					1px solid rgb(204,204,204);
}

table.data th
{
	background-color:		rgb(204,204,204);
	text-align:				left;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.72em;
	color:					black;
}

table.data td
{
	background-color:		white;
	padding:				0.25em 0.5em;
	border-bottom:			1px solid rgb(204,204,204);
	text-align:				left;
	font-family:			verdana,arial,sans serif;
	font-size:				0.65em;
	color:					black;
}

table.list
{
	margin:					10px 5px 10px 40px;
}

/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	MENUS & NAVIGATION
/*
/*********************************************************************************************************/
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Container blocks for nav sets
/*-------------------------------------------------------------------------------------------------------*/
/*	NOTE:  Do not user border-top property because IE and Opera will not position DHTML menus correctly
/*-------------------------------------------------------------------------------------------------------*/
#topnav
{
	/*	Do not modify		----------------------------*/
	clear:					both;
	border-top:				0px!important;
	
	/*	Customizeable		----------------------------*/
	border-bottom:			0px solid rgb(204,204,204);
	background-color:		rgb(221,221,221);
	margin-top:				150px;
	
}


/*********************************************************************************************************/
/*	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-family:			verdana,arial,sans serif;
	font-size:				11px;
}

#breadcrumb a
{
	text-decoration:		none;
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	DHTML menu styles
/*-------------------------------------------------------------------------------------------------------*/
ul.menublock,ul.submenublock
{
	/*	Do not modify		----------------------------*/
	position:				absolute;
	z-index:				200;
	visibility:				hidden;
	margin:					0px;
	padding:				0px;
	list-style-type:		none;

	/*	Customizeable options	--------------------*/
	width:					140px;
	border:					0px;
	background-color:		#f3f3f3;
	margin-top:				-108px;
	height:					67px;
}

ul#m211300
{
	margin-top:				-128px;
}

*html ul#m211300
{
	margin-top:				-131px;
}

ul#m210500
{
	margin-top:				-107px;
	height:					66px;
}

/*	Do not modify	*/
ul.menublock li, ul.submenublock li
{
	display:				inline;
}

ul.menublock a,ul.submenublock a
{
	display:				block;
	width:					auto;
	height:					21px;
	padding:				0px;
	line-height:			21px;
	white-space:			nowrap;
	font-family:			verdana,arial,sans serif;
	font-size:				10px;
	text-decoration:		none;
}

.menublock a:hover,.submenublock a:hover
{
	background-color:		#8b959c;
	color:					#ffffff;
}

/*	Makes arrow indicator for links with submenu	*/
a.showsub,a.showsub:hover
{
	background-image:		url( /images/arrow0.gif );
	background-position:	center right;
	background-repeat:		no-repeat;
}

/*	Change color on mouseover	*/
a.showsub:hover
{
	background-image:		url( /images/arrow1.gif );
}




/*-------------------------------------------------------------------------------------------------------*/
/*	Other stuff
/*-------------------------------------------------------------------------------------------------------*/

#topanchorimg
{
	position: 				absolute;
	top:					0px;
	left:					0px;
}

/* Get rid of Firefox dotted border */
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}


#address_header
{
	padding-left:			35px;
	top:					194px;
	margin-top:				44px;
	color: 					rgb(139,149,156);
	font-family:			Times, Times New Roman, serif;
	font-weight:			normal;
	font-size:				12px;
	white-space:			nowrap;
}

.pipe
{
	color : rgb(217,115,101);
	margin: 0px 4px 0px 4px;
}

.buzzitem
{
	margin:					0px 0px 10px 0px;
}


.title_image
{
	margin-left:			4px;
}


.pagelinks
{
	color:					#cd432f;
	float:					right;
	font-size:				16px;
	padding:				0px 10px 10px 10px;
	text-align:				right;
	display:				block;
	margin-top:				10px;
}

.pagelinkcurrent
{
	color:					#55a0a0;
}

.pagelinks a
{
	color:					#cd432f;
}

.pagelinks a:hover
{	
	color:					#55a0a0;
}

.client_list_item
{
	color:					#666666;
	margin:					0px;
	padding:				0px;
	line-height:			1.7em;
}

.client_list_item a
{
	color:					#666666;
}

.client_list_item a:hover, .client_list_item a:active
{
	color:					#55a0a0;
}

#alphabet_form
{
	padding:				0px 0px 0px 0px;
	margin:					0px;
}

.alphabet
{
	display:				block;
	padding:				3px 10px 20px 18px;
}

.alphabet a
{
	color:					#cd432f;
	font-size:				10pt;
	margin-right:			17px;
}

.main_image
{
	margin:					0px 0px 0px -20px;
}

*html .main_image
{
	margin:					0px;
}

#right_area
{
	min-height:				400px;
}

ul
{
	margin:					0px;
	padding:				0px;
	list-style-position:	outside;
}

#leftcell ul
{
	margin-left:			0px;
	list-style-type:		none;
}

#leftcell ul li:before
{
	content: "\2022 \20";
}

#rightcell ul
{
	margin-left:			15px;
}

li
{
	margin:					0px;
	padding:				0px;
	list-style-position:	outside;
}

/*
#contentblock
{
	min-height:				400px;
}
*/

.resultstext b
{
	color:					#55a0a0;
}

.resultstitle
{
	font-size:				11pt;
}

.subhead
{
	font-weight:			bold;
	color:					#cd4330;
}


/* TABLE STUFF */
#maintable
{
	width:					800px;
	margin:					0px;
	padding:				0px;
}

#overtopcell
{
	background-image:		none;
	background-color:		#858390;
	text-align:				right;
	height:					20px;
}

#overtopcell a
{
	font-size:				10pt;
	color:					#cccccc;
	font-weight:			normal;
}

#overtopcell a:hover
{
	color:					#ffffff;
}

#topcell
{
	width:					800px;
}

#homecell
{
	padding-bottom:			80px;
}

#homecell #home_main_image
{
	margin-top:				-9px;
}

*html #homecell
{
	padding-bottom:			50px;
}

#leftcell
{
	width:					383px;
	min-height:				400px;
}

*html #leftcell
{
	height:					400px;
}

#leftcell .bodytext, #leftcell h2
{
	padding:				0px 10px 10px 15px;
	line-height:			1.7em;
}

#rightcell
{
	width:					417px;
	min-height:				400px;
}

*html #rightcell
{
	height:					400px;
}

#rightcell .bodytext, #rightcell h2
{
	padding:				0px 15px 0px 15px;
}

#rightcell .bodytext
{
	margin-top:				8px;
}

#rarcell
{
	height:					30px;
	background-image:		url('/images/clients-rar-bg.gif');
	background-repeat:		no-repeat;
	background-position:	top left;
}

#bottomcell
{
	width:					800px;
}

a:hover
{
	color:					55a0a0;
}