/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"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:		#0f65a0;
	background-image:		url( /conrescorp/images/bg.png );
	background-position:	top left;
	background-repeat:		repeat-x;

	/*	Default text styles	----------------------------*/
	font-family:			arial,sans-serif;
	color:					#333333;
}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					#0f65a0;
}

a:hover
{
	color:					#f08f1e;
}

/*---------------------------------------------------------------------------------------------------------
//	Site structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
#center-x
{
	/*	Customize			----------------------------*/
	width:					1020px;
}

/*	Popup container	*/
#popup-box
{
	/*	Customize			----------------------------*/
	background-color:		white;
	border:					1px solid black;
	margin:					0px 20px 0px 20px;
	padding:				15px;
}

#header
{
	position:				relative;

	height:					86px;

	background-image:		url( /site/images/bg_header.png );
	background-position:	top left;
	background-repeat:		repeat-x;
}

#headertext
{
	position:				absolute;
	top:					20px;
	left:					210px;

	width:					275px;
	line-height:			13px;
	font-size:				11px;
	color:					#999999;
}
#content
{
	min-height:				460px;
	background-color:		white;

	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;

	padding:				0px 22px 10px;
}

.newsscroller
{
	margin:					10px 0px;
	background-color:		white;

	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;

	padding:				10px 22px;
}

table#body
{
	margin-right:			10px;
	border-collapse:		collapse;
	width:					1010px;
}

/*	See sectionnav CSS tempaltes for td#left	*/

td#main
{
	padding:				0px 0px 0px 10px;
}

/*	Optional sitebar	*/
td#right
{
	width:					200px;
	padding:				0px 0px 0px 10px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					0px;
	padding:				20px;

	line-height:			12px;
	font-size:				10px;
	color:					#b7d1e3;
}

#footer a
{
	color:					#b7d1e3;
}


#footer ul
{
	width:					100%;
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

#footer li
{
	float:					left;
	padding:				0px 5px 0px 0px;
}


form#search
{
	position:				absolute;
	top:					11px;
	left:					810px;

	width:					200px;
	height:					25px;

	background-image:		url( /site/images/bg_form_search.png );
	background-position:	top left;
	background-repeat:		no-repeat;
}

form#search input#findtext
{
	position:				absolute;
	top:					0px;
	left:					0px;

	border:					0px;
	width:					160px;
	background:				transparent;
	padding:				5px 5px 5px 11px;
	line-height:			15px;
}
form#search input#searchbutton
{
	position:				absolute;
	top:					0px;
	left:					176px;

}

#home
{
	float:					left;
	display:				block;
	width:					250px;
	height:					230px;
	padding:				10px 00px;
	margin:					20px 0px 0px 20px;
	overflow:				hidden;
	color:					white!important;
}

.section
{
	float:					left;
	display:				block;
	width:					210px;
	height:					210px;
	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
	background-color:		white;
	padding:				20px;
	margin:					20px 0px 0px 20px;
	overflow:				hidden;
}


/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0px;
	padding:				0px;
	font-weight:			bold;
	font-size:				15px;
	color:					white;
}

h1 a,h1 a:hover
{
	color:					white;
}

#popup-box h1
{
	margin-top:				10px;
	text-align:				center
}

h2
{
	margin:					0px;
	padding:				18px 0px 0px;
	
	font-weight:			bold;
	font-size:				15px;
}

.section p,
#home p
{
	line-height:			17px;
	font-size:				12px;
	color:					#333333;
}
#home p
{
	line-height:			18px!important;
	color:					white!important;
}

h3
{
	margin:					1.7em 0em 0em 0em;
	font-weight:			bold;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0px;
	padding:				10px 0px;

	line-height:			1.6em;
	font-size:				0.72em;

}

blockquote
{
	margin:					1em 3em;
	padding:				0em;
	font-style:				italic;
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
.widget,.ad
{
	margin:					0px 0px 12px;
}

.widget
{
	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
	background-color:		#4b8cb8;
	padding:				10px 10px 13px;

	line-height:			17px;
	font-size:				12px;
	color:					white;
}
.widget h2
{
	margin:					0px 0px 5px;
	padding:				0px;

	font-weight:			bold;
	font-size:				14px;
	color:					white;

}

h2.expand
{
	cursor:					pointer;
}

.expandable
{
	display:				none;
}

.widget label
{
	display:				block;
	margin-top:				8px;
	font-size:				10px;
}
.widget input,
.widget select,
.widget textarea
{
	width:					180px12/14/2009;
}

button
{
	height:					23px;
	line-height:			23px;

	margin:					0px;
	padding:				0px 12px;
	border:					1px solid #b7d1e3;
	border-radius:			4px;
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;

	background-color:		#88be5b;

	font-weight:			bold;
	font-size:				12px;
	color:					white;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.data
{
	border:					1px solid rgb(204,215,238);
	border-collapse:		collapse;
	empty-cells:			show;
}

table.data caption
{
	margin:					0.5em 0em;
	text-align:				left;
	font-weight:			bold;
}

tr.r0
{
	background-color:		white;
}

tr.r1
{
	background-color:		rgb(238,245,255);
}

table.data th,
table.data td
{
	padding:				0.5em 1.0em;
	text-align:				left;
}

table.data th
{
	vertical-align:			bottom;
	background-color:		rgb(204,215,238);
	font-weight:			bold;
	color:					white;
}

table.data td
{
	vertical-align:			top;
	border-bottom:			1px solid rgb(204,215,238);
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	clear:					both;
	display:				block;
	width:					auto;
	height:					29px;

	margin:					0px -22px 15px;

	border:					2px solid white;
	border-bottom:			0px;

	-moz-border-radius-topleft:			6px;
	-moz-border-radius-topright:		6px;
	-webkit-border-top-left-radius:		6px;
	-webkit-border-top-right-radius:	6px;

	background-color:		#dddddd;

	padding:				0px 11px;
	white-space:			nowrap;

	line-height:			29px;
	font-size:				11px;
	color:					#555555;
}

#breadcrumb a
{
}

#breadcrumb .static
{
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}



/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Social networking tool links
//-------------------------------------------------------------------------------------------------------*/
table.links-bar td
{
	padding:				0px 10px 0px 0px;
}

.inline-digg
{
	float:					left;
	margin:					3px 10px 5px 0px;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Video controls
//-------------------------------------------------------------------------------------------------------*/
#video-buttons a
{
	background-color:		#CCCCCC;
	color:					white;
	font-weight:			bold;
	padding:				4px 6px;
	margin-right:			5px;
	float:					left;
	margin-top:				5px;
}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

/*	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;
}

/*	do not underline links	*/
a
{
	text-decoration:		none;
}

/*	shortcomings of the formatter	*/
p
{
	margin:					0px;
}

/*	IE will allocate space for these if there are not display:none -  POSJ	*/
map
{
	display:				none;
}

sup
{
	vertical-align:			super;
	font-size:				0.75em;
}



/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	jQueryTabs
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
#pagetabs ul#tabs
{
	list-style-type:		none;
	margin:					0px -22px;

	background-position:	bottom left;
	background-repeat:		repeat-x;

	padding:				0px 0px 0px 10px;

	height:					29px;

	line-height:			29px;
	font-family:			arial,sans-serif;
	font-weight:			bold;
	font-size:				0.72em;
}

#pagetabs ul#tabs li
{
	display:				block;
	float:					left;
	margin:					0px 2px 0px 0px;
	height:					29px;
	text-align:				center;
}

#pagetabs ul#tabs a
{
	display:				block;
	width:					115px;
	height:					28px;
	padding:				0px 0px;

	-moz-border-radius-topleft:			6px;
	-moz-border-radius-topright:		6px;
	-webkit-border-top-left-radius:		6px;
	-webkit-border-top-right-radius:	6px;


	background-color:		#d9ebf6;
	background-position:	bottom center;
	background-repeat:		no-repeat;

	color:					#74a8cb;
}
#pagetabs ul#tabs a.selected
{
	border:					1px solid #0079c3;
	border-bottom:			1px solid white;
	background-color:		white;
	color:					#0f65a0;
}

#pagetabs
{

}

.tabcontent
{
	margin:					0px -22px;
	border-top:				1px solid #0079c3;
	padding:				10px 22px;
}
