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

	/*	Default text styles	----------------------------*/
	font-family:			helvetica,sans serif;
	color:					#333333;
	font-size:				13px;
	line-height:			19px;
	overflow:				-moz-scrollbars-vertical;
}

textarea
{
	overflow:				auto;
}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					rgb(59,121,166);
	outline:				none
}

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


/*---------------------------------------------------------------------------------------------------------
//	Kaslo popup
//-------------------------------------------------------------------------------------------------------*/
#kaslo-popup
{
	/*	Do not modify		----------------------------*/
	position:				absolute;
	top:					92px;
	display:				none;
	width:					100%;
	left:					0px;
}

#kaslo-popup-inner
{
	margin-right:			auto;
	margin-left:			auto;	
	width:					960px;
}	

#kaslo-popup td
{
	color:					white;
	font-size:				13px;
}

#kaslo-popup td h2,
#kaslo-popup td h2 a,
#kaslo-popup td h2 a:hover
{
	font-family:			georgia,garamond,serif;
	font-size:				20px;
	line-height:			24px;
	color:					white;
	font-weight:			normal;
	margin-bottom:			4px;
	margin-top:				0px;
}

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

	/*	Customize			----------------------------*/
	background-color:		white;
	width:					960px;
}

/*	Popup container	*/
#popup-box
{
	/*	Customize			----------------------------*/
	background-color:		white;
	border:					1px solid black;
	margin:					0px 20px 0px 20px;
	padding:				15px;
}

#header
{
	margin:					0px 10px;
	border-top:				6px solid #1280b3;
	border-bottom:			1px solid #b36100;
	padding:				0px 0px 10px 0px;
	padding-top:			15px;
}

table#header-text
{
	margin:					0px 0px 19px 0px;
}

table#header-text td
{
	color:					#333333;
	font-size:				11px;
	line-height:			16px;
}

#logo
{
	height:					75px;
	line-height:			75px;
	margin:					15px 15px 10px 15px;
	padding:				15px;
	background-color:		#666666;
	color:					white;
	font-size:				16px;
	font-weight:			bold;
	text-align:				center;
}

#logo a,
#logo a:hover
{
	color:					white;
}

table#body
{
	border-collapse:		collapse;
	width:					960px;
}

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

col#col-content
{
	width:					auto;
}

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

/*	Optional sitebar	*/
td#right
{
}

td#content
{
	width:					auto;
	padding:				20px;
	padding-right:			40px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					0px 0px 50px;
	color:					#777777;
}

#footer p
{
	clear:					both;
}

#footer ul
{
	width:					100%;
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

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

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					20px 0px 0em 0px;
	padding:				0px;
	font-weight:			normal;
	line-height:			32px;
	font-size:				29px;
	font-family:			georgia,garamond,serif;
}

h1 a,h1 a:hover
{
	color:					#333333;
}

.custom-title
{
	display:				block;
	margin:					20px 0px 0em 0px;
	padding:				0px;
	font-weight:			normal;
	line-height:			32px;
	font-size:				29px;
	font-family:			georgia,garamond,serif;
}

.subtitle
{
	font-weight:			normal;
	font-size:				17px;
	font-family:			georgia,garamond,serif;
	color:					#333333;
	display:				block;
	font-style:				italic;
	margin-bottom:			10px;
	margin-top:				5px;
}

#popup-box h1
{
	margin-top:				10px;
}

h2
{
	display:				block;
	color:					#333333;
	text-transform:			uppercase;
	font-family:			verdana,sans-serif;
	font-size:				11px;
	line-height:			14px;
	font-weight:			bold;
	padding-right:			10px;
	margin-bottom:			0px;
	padding:				0px;
	margin-bottom:			10px;
}

h2 a,
h2 a:hover
{
	color:					#b36100;
	font-weight:			bold;
}

.custom-subtitle
{
	display:				block;
	color:					#333333;
	text-transform:			uppercase;
	font-family:			verdana,sans-serif;
	font-size:				11px;
	height:					19px;
	line-height:			12px;
	font-weight:			bold;
	padding-right:			10px;
	margin-bottom:			0px;
	padding:				0px;
}

h3
{
	margin:					1.7em 0em 0em 0em;
	font-weight:			bold;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
}

.bodytext-line
{
	b/order-bottom:			1px dotted #DDDDDD;
	background-image:		url( /images/sidebar-divider.gif );
	background-repeat:		no-repeat;
	background-position:	left bottom;

	padding-bottom:			30px;
	margin-bottom:			30px;
	line-height:			20px;
}

blockquote
{
	margin:					1em 3em;
	padding:				0em;
	font-style:				italic;
}

a.morelink
{
	display:				block;
	height:					20px;
	line-height:			20px;
	background-image:		url(/images/home-arrow.gif);
	text-transform:			uppercase;
	font-family:			verdana,sans-serif;
	color:					#999999;
	font-weight:			bold;
	padding-left:			15px;
	font-size:				10px;
	background-repeat:		no-repeat;
	margin-top:				5px;
}

a.morelink2
{
	display:				block;
	height:					20px;
	line-height:			20px;
	background-image:		url(/images/home-arrow.gif);
	text-transform:			uppercase;
	font-family:			verdana,sans-serif;
	color:					#999999;
	font-weight:			bold;
	padding-left:			15px;
	font-size:				10px;
	background-repeat:		no-repeat;
	margin-top:				5px;
}

a.morelink
{
	color:					#333333;
}

.home-title
{
	border-bottom:			1px solid #cccccc;
	margin-bottom:			17px;
	height:					19px;
}

.home-title a,
.home-title a:hover
{
	display:				block;
	color:					#b36100;
	text-transform:			uppercase;
	font-family:			verdana,sans-serif;
	font-size:				11px;
	float:					left;
	height:					19px;
	font-weight:			bold;
	line-height:			12px;
	padding-right:			10px;
}

.home-title a.sublink,
.home-title a.sublink:hover
{
	padding-left:			10px;
	font-weight:			normal;
	font-size:				10px;
	color:					#333333;
	line-height:			14px;
	border-left:			1px solid #cccccc;
}

.membersfeatured h2
{
	margin-top:				0px;
}

#commentformbox
{
	padding:				20px 0px;
	border-top:				1px solid #cccccc;
	border-bottom:			1px solid #cccccc;
	margin:					20px 0px;
	width:					580px;
}

#commentformbox h2
{
	margin-top:				0px;
}

#commentformbox input.text,
#commentformbox textarea.text
{
	border:					1px solid #7f9db9;
	font-size:				11px;
	color:					#555555;
	padding:				4px;
	font-family:			helvetica, sans-serif;
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					220px;
	padding-right:			10px;
	padding-top:			35px;
}

.sidebar
{
}

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

/*---------------------------------------------------------------------------------------------------------
//	Table List
//-------------------------------------------------------------------------------------------------------*/
table.list
{
	border-collapse:		collapse;
	empty-cells:			show;
}

table.list th,
table.list td
{
	padding:				0.5em 1.0em;
	text-align:				left;
}

table.list td
{
	vertical-align:			top;
	border-bottom:			1px solid #EEEEEE;
}

#innerright
{

}

.sidebarwidget
{
	width:					220px;
	font-size:				11px;
	line-height:			16px;
	margin-bottom:			20px;

	background-image:		url(/images/sidebar-divider.gif);
	background-repeat:		no-repeat;
	background-position:	left bottom;
	padding-bottom:			20px;
}

.sidebarwidget a.title
{
	text-align:				left;
	font-weight:			bold;
	color:					#b36100;
	text-transform:			uppercase;
	font-size:				11px;
	color:					#b36100;
	display:				block;
	margin-bottom:			3px;
}

.sidebarwidget img.thumb
{
	float:					left;
	margin:					0px 15px 10px 0px;
}

.sidebarwidget a.mainlink,
.sidebarwidget a.mainlink2
{
	display:				block;
	background-image:		url(/images/sidebar-mainlink.gif);
	background-repeat:		no-repeat;
	background-position:	0px 3px;
	padding-left:			15px;
	margin-top:				10px;
	font-size:				10px;
	color:					#333333;
	text-transform:			uppercase;
	font-weight:			bold;
	font-family:			verdana;
}

.sidebarwidget a.mainlink2
{
	color:					#aaaaaa;
	margin-top:				0px;
}

.sidebarwidget a.mainlink2:hover
{
	color:					#333333;
}	

ul#twitter_update_list
{
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	clear:					both;
	display:				block;
	width:					auto;
	height:					26px;
	padding:				0em 1.0em;
	white-space:			nowrap;
	border-bottom:			1px solid rgb(238,238,238);
}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:			bold;
}

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