/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	margin:					0px;
	padding:				0px;
	
	background-color:		rgb(180,213,233);
	background-image:		url( /images/bg_main.gif );
	background-position:	817px 0px;
	background-repeat:		no-repeat;
}

table#header,
table#body,
table#home,
table#newsletter,
table#newsheader
{
	margin-left:			6px;
	width:					815px;
	background-color:		white;
}

table#newsletter,
table#newsheader
{
	width:					600px;
}

table#header,
table#newsheader
{
	margin-top:				19px;
}

table#body,
table#home,
table#newsletter
{
	border-bottom:			22px solid white;
}

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

col#col-content
{
	width:					auto;
}

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

/*	Optional sitebar	*/
td#right
{
}

td#content,
td#leftcolumn,
td#newsleftcolumn
{
	width:					auto;
	padding:				11px;
	background-color:		rgb(234,230,217);
}

td#content
{
	height:					368px;
}

td#leftcolumn
{
	padding-top:			92px;
	width:					242px;
}

td#newsleftcolumn
{
	width:					389px;
	padding:				20px;
}

#section
{
	width:					auto;
	margin-bottom:			20px;
	text-align:				right;
	clear:					both;
}

img#sectiongraphic
{
}

img.title
{
	display:				block;
	clear:					both;
}

table.twocolumns
{
	width:					100%;
}

table.twocolumns td
{
	width:					50%;
	padding-right:			11px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer, #footer A
{
	clear: both;
	margin: 4px 0px 50px 0px;
	padding: 0em 1em 0em 1em;
	line-height: 2.0em;
	font-family:			verdana,arial,sans serif;
	font-size:				10px;
	color: white;
}

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

	font-family:			corporates light,arial,sans serif;
	font-weight:			normal;
	font-size:				1.25em;
	color:					rgb(110,99,88);
}

h1 a,h1 a:hover
{
	text-decoration:		none;
	color:					rgb(110,99,88);
}

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

	font-weight:			bold;
	font-size:				1.0em;
	color:					rgb(110,99,88);
}

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
{
	clear:					right;
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			1.5em;
	font-family:			verdana,arial,sans serif;
	font-size:				10px;
	color:					rgb(110,99,88);
}

.bodytext2
{
	line-height:			1.4em;
	margin-bottom:			1.4em;
}

.blue
{
	color:					rgb(0,141,207);
}

a
{
	text-decoration:		none;
	color:					rgb(255,0,153);
}

a:hover
{
	color:					rgb(255,0,153);
}

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-family:			times new roman,times;
	font-size:				1.15em;
	font-style:				italic;
	line-height:			1.4em;
	color:					rgb(153,51,51);
}

a.details,
a.view,
a.pdf,
a#download
{
	display:				block;
	margin-top:				6px;
	background-image:		url( /images/page.gif );
	background-repeat:		no-repeat;
	padding:				0px 0px 0px 16px;
	
	line-height:			14px;
	font-family:			verdana,sans serif;
	color:					rgb(255,0,153);
}

a.view
{
	background-image:		url( /images/view.gif );
}

a.pdf
{
	background-image:		url( /images/pdf.gif );
}

a#download
{
	position:				absolute;
	top:					120px;
	left:					220px;
	background-image:		url( /images/pdf.gif );
	font-family:			verdana,arial,sans serif;
	font-size:				10px;
}

table#clientlist
{
	width:					100%;
}

table#clientlist td
{
	width:					33%;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	IImage 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;
}

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

/*-------------------------------------------------------------------------------------------------------*/
/*	Google stats box
/*-------------------------------------------------------------------------------------------------------*/
.google-stats-box, .google-stats-box-max, .google-stats-box-mini
{
	background:				white;
	border:					1px solid red;
	z-index:				1000;
	display:				block;
	width:					auto;
	font-size:				10px;
	font-family:			verdana,arial,sans serif;
	line-height:			16px;
	height:					16px;
	font-weight:			normal;
}

.google-stats-box-max
{
	position:				absolute;
	top:					25px;
	left:					595px;
	width:					220px;
}

.google-stats-box-mini
{
	width:					auto;
	display:				inline;
	line-height:			16px;
	margin-left:			2px;
	margin-right:			2px;
/*	float:					left;
	clear:					right; */
}

.google-stats-box-table
{
	display:				none;
	font-size:				10px;
}
