@import url('main.css');
/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"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:		#003366;
}

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

	/*	Customize			----------------------------*/
	margin-bottom:			20px;
	width:					800px;
}

table#header
{
	border-bottom:			1px solid rgb(170,170,170);
	margin-bottom:			2px;
}

table#header td
{
	width:					800px;
	vertical-align:			middle;
}
/* odd items 1,3,5,7,... */
table tr.odd th,
.odd {
    background: #E5E5E5;
}

/* even items 2,4,6,8,... */
table tr.even th,
.even {
    background: #D5D5D5;
}

/* hovered table rows */
div.icon:hover,
table tr.odd:hover,
table tr.even:hover,
table tr.hover {
    background:   #ffffcc;
    color:   #000000;
}



form#search
{
	margin:					0px;
}

form#search input
{
	vertical-align:			middle;
}

table#body
{
	text-align:	left;
	width:					600px;
}

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

col#col-content
{
	width:					auto;
}

td#left
{
	width:					127px;
	background-color:		rgb(238,238,238);
}

col#content
{
	width:					auto;
}

td#right
{
	width:					150px;
	padding:				30px 30px 30px 0px;
}

td#content
{
	width:					auto;
	padding:				23px 30px;
	border-left:			1px solid rgb(170,170,170);
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					0px;
	border-top:				1px solid rgb(170,170,170);
	padding:				1.5em 24px 3.0em;
	line-height:			1.55em;
	font-family:			helvetica,verdana,arial,sans serif;
	font-size:				0.65em;
	color:					rgb(153,153,153);
}
#footer a
{
	color:					rgb(153,153,153);
	text-decoration:		underline;
}

/*---------------------------------------------------------------------------------------------------------
/*	Global styles
//-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	white-space:			nowrap;
}

#sectornav
{
	display:				block;
	padding-left:			455px;
	padding-bottom:			2px;
	border-bottom:			1px solid rgb(170,170,170);
	background-image:		url( /site/images/team_subhead.jpg );
	background-repeat:		no-repeat;
}

/*	different header image for each section	*/
.section-about		{	background-image:	url( /site/images/about_subhead.jpg )!important	}
.section-team		{	background-image:	url( /site/images/team_subhead.jpg )!important;	}
.section-companies	{	background-image:	url( /site/images/company_subhead.jpg )!important;	}
.section-advantage	{	background-image:	url( /site/images/advantage_subhead.jpg )!important;	}
.section-news		{	background-image:	url( /site/images/news_subhead.jpg )!important;	}
.section-next		{	background-image:	url( /site/images/next_subhead.jpg )!important;	}

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

	font-family:			times new roman,serif;
	font-weight:			normal;
	font-size:				1.6em;
	color:					rgb(59,121,166);
}

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

h2
{
	margin:					0em;
	padding:				0.5em 0em 0em 0em;
	
	line-height:			1.6em;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				1.4em;
	color:					rgb(59,121,166);
}

h3
{
	margin:					1.7em 0em 0em 0em;
	line-height:			1.7em;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				1.2em;
	color:					black;
}

/*	Same properties except different line-height	*/
.bodytext,.bodytext2
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			1.6em;
	font-family:			verdana,arial,sans serif;
	font-size:				0.70em;
	color:					rgb(102,102,102);
}

.bodytext h2
{
	font-size:				1.0em!important;
}

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

a
{
	text-decoration:		none;
	color:					rgb(59,133,187);
}

a:hover
{
	color:					rgb(51,51,51);
}

a.anchor
{
	color:					rgb(102,102,102)!important;
}

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);
}

.testimonial
{
	margin-bottom:			30px;
	border-top:				1px solid rgb(59,121,166);
	border-bottom:			1px solid rgb(59,121,166);
	padding:				10px 0px;
	
	line-height:			1.6em;
	font-family:			verdana,sans serif;
	font-size:				0.65em;
	color:					rgb(59,121,166);
}

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

#syndicate
{
	float:					right;
	width:					180px;
}

#eventfeed
{
	margin:					0px 0px 15px 0px;
}

.syndtitle
{
	width:					180px;
	margin:					0px 0px 0.5em 0px;
	border-bottom:			1px solid rgb(59,121,166);
	line-height:			1.4em;
	text-transform:			uppercase;
	font-family:			verdana,sans serif;
	font-weight:			bold;
	font-size:				11px;
	color:					rgb(59,121,166);
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.data
{
}

table.data th
{
	padding:				0em 0.5em;
	background-color:		rgb(137,182,215);
	line-height:			2.0em;
	text-align:				left;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.9em;
	color:					white;
}

table.data td
{
	padding:				0.75em 1.5em 0.75em 0.5em;
	text-align:				left;
	font-family:			verdana,arial,sans serif;
	font-size:				0.9em;
	color:					rgb(102,102,102);
}

td.row1
{
	background-color:		rgb(238,238,238);

}
td.row0
{
	background-color:		white;

}

#nav-main
{
	/*	Do not modify		----------------------------*/
	clear:					both;
	border-top:				0px!important;
	
	/*	Customizeable		----------------------------*/
}


/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	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:					180px;
	border-top:				1px solid #000000;
	border-bottom:			none;
	background-color:		rgb(140,140,71);
}

ul.submenublock
{
	background-color:		rgb(158,63,63);
	padding:				2px 0px 4px;
}

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

ul.menublock a,
ul.submenublock a
{
	display:				block;
	width:					auto;
	height:					22px;
	border-bottom:			1px solid #000000;
	padding:				0px 8px;
	line-height:			22px;
	white-space:			nowrap;
	font-family:			verdana,arial,sans serif;
	font-size:				10px;
	text-decoration:		none;
	color:					#000000;
}

ul.submenublock a
{
	height:					19px;
	border-bottom:			0px;
	line-height:			19px;
}

.menublock a:hover,
.submenublock a:hover,
a.highlight
{
	background-color:		rgb(158,63,63);
	color:					#000000;
}

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

/*	Menu item mouseover	*/
a.showsub:hover,
a.highlight
{
	background-image:		url( /site/images/nav/sub_arrow.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;
}

