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

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

	/*	Customize			----------------------------*/
	margin-bottom:			0px;
	width:					743px;
	border:					1px solid rgb(133,143,153);
}

#header
{
	border-bottom:			1px solid rgb(133,143,153);
	width:					743px;
}

#tagline
{
	position: relative;
	top: 76px;
	left: 232px;
	color: #94918F;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-style: italic;
}

table#body
{
	width:					743px;
	empty-cells:			show;
	background-color:		rgb(236,236,238);

/*	background-image:		url( ../images/bg_content2.gif);
	background-repeat:		no-repeat;
*/
}

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

col#col-content
{
	width:					auto;
}


td#left
{
	width:					119px;
	border-right:			1px solid white;
	background-color:		rgb(227,228,230);

	background-image:		url( ../images/bg_left.gif);
	background-repeat:		no-repeat;
}
/*	Optional sitebar	*/
td#right
{
}

td#content
{
	width: auto;
	padding: 35px 20px 0px 68px;
	background-image: url( ../images/bg_content.gif);
	background-repeat: no-repeat;
}

#nav-main
{
	padding-left: 10px;
	margin: 0px 0px 0px 150px;
	background-color: #F4793E;
}

#nav-global
{
	position:				absolute;
	top:					40px;
	margin-left:			625px;
	border:					1px solid rgb(133,143,153);
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	margin-bottom:			40px;
	width:					743px;

	line-height:			2.0em;
	font-family:			verdana, arial,sans-serif;
	font-size:				0.65em;
	color:					#333;
}

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

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

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

#footer a
{
	color: rgb(126, 126, 126);
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin: 0px 0px 1.4em 0px;
	padding: 0px;
	font-family: arial,sans-serif;
	font-weight: bold;
	font-size: 120%;
	line-height: 110%;
	color: #F4793E;
}

h1 sup
{
	vertical-align:			top;
	font-size:				0.5em;
}

h1 a,h1 a:hover
{
	text-decoration:		none;
	color:					#F4793E!important;
}

h2
{
	margin:					0em;
	padding:				0px;
	
	font-family:			arial,sans-serif;
	font-weight:			bold;
	font-size:				0.9em;
	color:					#333;
}

h3
{
	margin:					1.7em 0em 0em 0em;
	line-height:			1.7em;
	font-family:			arial,sans-serif;
	font-weight:			bold;
	font-size:				0.8em;
	color:					#333;
}

/*	Standard body style	*/
.bodytext
{
	margin: 0em 0em 1.7em 0px;
	padding: 0px;
	line-height: 150%;
	font-family: verdana, arial,sans-serif;
	font-size: 75%;
	color: #333;
}

a
{
	text-decoration:		none;
	color:					rgb(38,57,150);
}

a:hover
{
	color:					rgb(102,34,34);
}

blockquote
{
	margin:					1em 3em;
	border-top:				1px solid rgb(133,143,153);
	border-bottom:			1px solid rgb(133,143,153);
	padding:				0.5em 0em;
	font-family:			times new roman,times;
	font-size:				1.15em;
	font-style:				italic;
	line-height:			1.4em;
	color:					rgb(98, 94, 93);
}


.testimonial-name 
{
	margin:					1.0em 30px 0px 250px;
}

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

.sidebar
{
	line-height:			1.4em;
	font-family:			verdana,sans-serif;
	font-size:				0.65em;
	color:					rgb(102,102,102);
	padding-bottom: 1.5em;
}

/*=========================================================================================================
//	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 td.date
{
	padding:				0px 16px 0px 0px;
	white-space:			nowrap;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	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;
	display:				none;
	
	/*	Customizeable options	------------------------*/
	width:					140px;
/*	border-top:				1px solid rgb(204,204,204);*/
	border-bottom:			none;
	background-color:		rgb(220,221,223);
}

/*	Do not modify	*/
ul.menublock li, ul.submenublock li
{
	display:				inline;
}

ul.menublock a,ul.submenublock a
{
	display:				block;
	width:					auto;
	height:					19px;
	border-bottom:			1px solid rgb(133,143,153);
	padding:				0px 8px;
	line-height:			19px;
	white-space:			nowrap;
	font-family:			verdana,arial,sans-serif;
	font-size:				10px;
	text-decoration:		none;
	color:					rgb(98, 94, 93);
}

.menublock a:hover,
.submenublock a:hover,
a.highlight
{
	background-color:		rgb(161,162,164);
	color:					white;
}

/*	Makes arrow indicator for links with submenu	*/
a.showsub,
a.showsub:hover,
a.highlight
{
	background-image:		url( ../images/arrow0.gif);
	background-position:	center right;
	background-repeat:		no-repeat;
}

/*	Menu item mouseover	*/
a.showsub:hover,
a.highlight
{
	background-image:		url( ../images/arrow1.gif);
}



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

#login
{
	font-family: verdana, arial,sans-serif;
}

#login .accountlink
{
	font-size: .7em;
}

.accountlinks h2
{
	font-size: .75em;
	margin:25px 0 5px 0;
	padding:0px;
}
.accountlinks ul
{
	line-height: 150%;
	font-family: verdana, arial,sans-serif;
	font-size: .65em;
	margin: 0;
	padding: 0;
	list-style-type:		none;
}

.accountlinks ul li a
{
	display: block;
	line-height: 150%;
	font-family: verdana, arial,sans-serif;
	padding: 5px 0;
	color: rgb(102,102,102);
}

.accountlinks ul li a:hover
{
	color: rgb(244,121,62);
}