/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
/*-------------------------------------------------------------------------------------------------------*/
/*	CONTENT STYLES
/*
/*********************************************************************************************************/
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Body structure elements
/*-------------------------------------------------------------------------------------------------------*/
html
{
height: 100%
}

/*	horizontal centering	*/
#center-x
{
	position:				relative;
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	background-color:		white;
	width:					801px;
	border:					1px solid #8a9ccf;
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
}

body,body.nobg
{
	margin: 0px;
	padding: 0px;
	background-color: white;
	height: 100%;
}

/*	Eliminate background image	*/
body.nobg
{
	background-image:		none;
}


#header
{
}

table#body
{
	border-collapse:		collapse;
	table-layout:			fixed;
	border:					0px dotted purple;
	width: 					706px;
}

col#left
{
	border:					0px dotted red;
	width:					164px;
}

td#left
{
	border:					0px dotted red;
	width:					164px;
	padding:				0px 0px 0px 0px;
}

col#content
{
	border:					0px dotted purple;
	width:					542px;
}

td#content
{
	width: 					542px;
	padding: 				14px 0px 20px 0px;
}

td#right
{
	width:					120px;
}

#height_structure
{
	height:					100%;
	margin:					0px;
	padding:				0px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Footer styles
/*-------------------------------------------------------------------------------------------------------*/
#footer
{
	position: relative;
	bottom: 0px;
	left: 0px;
	clear: both;
	margin: 0px 0px 10px 164px;
	padding: 0em 1em;
	line-height: 2.0em;
	font-family: verdana,arial,sans serif;
	font-size: 0.7em;
	width: 520px;
	border-color: rgb(138, 156, 207);
	border-width: 1px 0px 0px 0px;
	border-style: solid;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	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 0px .75em 0px;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

img
{
	border-color:			#8a9ccf;
}

img#logo
{
	border:					0px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Global styles
/*-------------------------------------------------------------------------------------------------------*/
#globals
{
	text-align:				left;
	font-family:			verdana,arial,sans serif;
	font-size:				0.65em;
	color:					black;
	position:				absolute;
	top:					235px;
	left: 					706px;
	width:					84px;
	white-space:			normal;
	padding-left:			10px;
}

#globals a
{
	color:					black;
	text-decoration:		none;
}

#globals a.active:hover
{
	color: 					black;
}

#globals a:hover
{
	color:					#6D8DC5;
}

.global-with-image
{
	/* background image set dynamically in site.php	*/
	background-image: 		none;	
	background-repeat: 		no-repeat;
	padding-left:			20px;
	width:					40px;
	white-space:			normal;
	padding-bottom:			8px;
}

.global-without-image
{
	/* background image set dynamically in site.php	*/
	padding-bottom:			6px;
}

#global-divider
{
	text-align:				left;
	border-bottom:			1px solid #8a9ccf;
	width:					94px;
	position:				relative;
	top:					0px;
	left:					-10px;
	font-size:				0px;
	line-height:			0px;
	margin-top:				10px;
	margin-bottom:			10px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Standard body styles
/*-------------------------------------------------------------------------------------------------------*/
h1
{
	margin: 			0px;
	padding: 			5px 0px 10px 0px;	/*	This padding designed to go in .bodytext. Other wise use h1.title1	*/
	font-family: 		arial,sans serif;
	font-weight: 		bold;
	font-size: 			13pt;
	color: 				#006;
}

h1 a,h1 a:hover
{
	text-decoration:		none;
	color:					black;
}

h1.title
{
	margin: 			0px;
	padding: 			5px 20px 5px 20px;
	font-family: 		arial,sans serif;
	font-weight: 		bold;
	font-size: 			13pt;
	color: 				#006;
}

h1.title a,h1.title a:hover
{
	text-decoration:		none;
	color:					black;
}

h2
{
	margin: 				0px;
	padding: 				5px 0px 10px 0px;
	font-family: 			arial,sans serif;
	font-weight: 			bold;
	font-size: 				13pt;
	color: 					#006;
}

h3
{
	margin: 				0em;
	padding: 				0.5em 0em 0.25em 0em;
	line-height: 			1.7em;
	font-family: 			arial,sans serif;
	font-weight: 			bold;
	font-size: 				11pt;
	color: 					#666;
}

h4
{
	font-family: 		arial,sans serif;
	font-weight: 		bold;
	color: 				#006;
	display: 			inline;
	font-size: 			10pt;
}

h5
{
	font-family: 		arial,sans serif;
	font-weight: 		bold;
	color: 				#666;
	display: 			inline;
	font-size: 			10pt;
}



/*	Same properties except different line-height	*/
.bodytext,.bodytext2
{
	margin:					0px;
	padding:				5px 20px;
	line-height:			1.5em;
	font-family:			verdana, arial, sans serif;
	font-size:				9pt;
	color:					black;
}

.bodytext2
{
	line-height:			1.4em;
	margin-bottom:			1.3em;
}

.bodytext li
{
margin-bottom:		.75em;
}

a
{
	text-decoration: none;
	color: rgb(26, 48, 97);
}

a:hover
{
	text-decoration: underline;
}

.bodytext a
{
	text-decoration: underline;
}

blockquote
{
	margin:					1em 0px;
	padding:				1em;
	line-height:			1.4em;
	background-color:		#EEE;
	font-style:				italic;
}

cite
{
	font-style: normal;
}

.formRequired 
{
	font-weight: bold;
}

#featured_news
{
	position: absolute;
	top: 388px;
	left: 685px;
	width: 105px;
	margin: 0em 0em 1.7em 0px;
	padding: 0px;
	background-color: #D9E0F0;
}

#featured_news_text
{
	padding: 5px 5px 5px 10px;
	width: 90px;
	line-height: 1.5em;
	font-family: helvetica, arial,sans serif;
	font-size: 8pt;
	color: black;
}

.newslist
{
	margin: 0em 0em 1.7em 0px;
	padding: 5px 0 0 0;
}

.newslist p
{
	margin-bottom: 1.5em;
}

.newslist h5
{
	color: #E19301;
}

.news-footer	/*	This is the contact info on the left sidebar of news pages	*/
{
width:						84px;
	font-size:				12px;
position:					absolute;
left:						717px;
top:						425px;
}

/*
#featured_news
{
	position: 				absolute;
	top: 					206px;
	left: 					0px;
	width: 					153px;
	margin: 				0em 0em 1.7em 0px;
	padding: 				17px 5px 5px 5px;
	line-height: 			1.5em;
	font-family: 			verdana, arial, sans serif;
	font-size: 				8pt;
	color: 					black;
	background-color: 		#D9E0F0;
}

*/
/*********************************************************************************************************/
/*	EXAMPLE	- remove or customize as needed
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Image positioning ( image only )
/*-------------------------------------------------------------------------------------------------------*/
img.right
{
	float: 					right;
	margin: 				10px 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
{
	padding:				0px 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;
}

.caption
{
	padding:				5px 0px;
	border-bottom:			1px solid #999;
}

/*********************************************************************************************************/
/*	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;
}

/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	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		----------------------------*/
	position: absolute;
	top: 128px;
	left: 164px;
}


/*********************************************************************************************************/
/*	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;
	display:				none;
	z-index: 				200;
	visibility:				hidden;
	margin: 				0px;
	padding: 				0px;
	list-style-type: none;
	/*	Customizeable options	--------------------*/
	width: 					140px;
	border-bottom: 			none;
	background-color: 		rgb(222, 225, 237);
}

/*	Do not modify	*/
ul.menublock li, ul.submenublock li
{
	display:				inline;
	width:					140px;
}

ul.menublock a,ul.submenublock a
{
	display:				block;
	width:					140px;
	height:					21px;
	border-bottom:			1px solid rgb(18, 41, 92);
	padding:				0px 8px;
	line-height:			21px;
	white-space:			nowrap;
	font-family:			verdana,arial,sans serif;
	font-size:				10px;
	text-decoration:		none;
	color:					rgb(18, 41, 92);
	background-color: 		rgb(222, 225, 237);

}

.menublock a:hover,.submenublock a:hover
{
	background-color: rgb(18, 41, 92);
	color: #FF9F00;
	text-decoration: none;
}

/*	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 );
}

/*********************************************************************************************************/
/*	EXAMPLE	- remove or customize as needed
/*********************************************************************************************************/

/*-------------------------------------------------------------------------------------------------------*/
/*	Sidenav styles
/*-------------------------------------------------------------------------------------------------------*/
ul#sidenav,
ul#sidenav ul.sub
{
	border:					0px solid blue;
	margin:					0px;
	list-style-type:		none;
	text-align:				left;
	padding-left:			8px;
	padding-top:			19px;
}

ul#sidenav li,
ul#sidenav ul.sub li
{
	position: relative;
	border:					0px dotted green;
	padding-bottom:			6px;
	padding-left:			16px;
	text-indent:			-16px;
}

/*
a.sidenav-top
{
	display:				block;
	padding:				0.7em 0em;
	margin-bottom:			0.4em;
	border-bottom:			1px solid rgb(204,204,204);
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.68em;
	text-decoration:		none;
	color:					#ff7e00;
}
*/

ul#sidenav a
{
	border:					0px solid red;
	font-family: 			verdana,arial,sans serif;
	font-size:				0.7em;
	text-decoration: 		none;
	color: 					#ff7e00;
	padding-left:			16px;

}

ul#sidenav ul.sub a
{
	margin-left:			1.0em!important;
}

ul#sidenav a.active
{
/*	background-image: 		url(/images/arrows.gif);*/
	background-repeat: 		no-repeat;
	font-weight:			bold;
}

.active-navigation-link-arrows
{
	border:					0px solid pink;
	position:				absolute;
	width:					16px; height: 16px;
	background-image: 		url(/images/arrows.gif);
	background-repeat: 		no-repeat;
	background-position:	-1px 3px;
}

ul#sidenav a.active:hover
{
	color: 					#ff7e00;
}

ul#sidenav a:hover
{
	color:					#6D8DC5;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Customer Page Styles
/*-------------------------------------------------------------------------------------------------------*/
Table#customerlogos
{
	border-bottom: 1px solid #8A9CCF;
	width: 542px;
}

Table#customerlogos img
{
	border:					0px;
}

Table#customerlogos TD
{
	padding: 0 5px 10px 5px;
	text-align: center;

}

Table#customers
{
	width: 542px;
}

Table#customers TH
{
	padding: 5px 5px 5px 5px;
	text-align: left;
	background-color: #0D326C;
	color: white;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

Table#customers TD
{
	padding: 10px;
	text-align: left;
	background-color: #D8DFEF;
}

