/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/

html
{
	font-family:			verdana,arial,'sans serif';
	font-size:				62.5%;
}

body
{
	margin:					0;
	padding:				0;	
	color:					#645337;
	
	background-image:		url(/images/bg_glow.jpg);
	background-repeat:		no-repeat;
	background-position:	center top;
	background-color:		white;

	/*	Default text styles	----------------------------*/
	font-size:				1.25em;
	line-height:			20px;
}

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

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


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

	/*	Customize			----------------------------*/
	width:					960px;
	background-image:		url(/images/main_column_bg.png);
	background-repeat:		repeat-y;
}

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

#header
{
	position:				relative;
	z-index:				1;

}

#logo
{
}

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

div#wrapper
{
	background-image:		url(/images/main_column_bg_top.png);
   	background-repeat:		no-repeat;
	background-position: 	0 0;
}

table#body
{
	border-collapse:		collapse;
	width:					100%;
}

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

/*	Optional sitebar	*/
td#right
{
	width:					314px;
	padding-top:			54px;
}

td#content
{
	padding:				10px 70px 20px 70px;
	width:					507px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	border-top:				1px solid rgb(204,204,204);
	background-color:		white;
	height:					1%;
	font-size:				0.9em;
	text-align:				center;
}

#footer p
{
	clear:					both;
}

#footer ul
{
	display;				block;
	padding:				0px;
	list-style-type:		none;
	width:					650px;
	margin:					0 auto;

}

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

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0px 0px 0.5em 0px;
	padding:				0px;
	font-weight:			bold;
	visibility:				hidden;
	display:				none;
}

h1 a,h1 a:hover
{
}

#mainheading
{
	font-size:				1.92em;
	line-height:			30px;
	margin-bottom:			21px;
	font-family:			Georgia,'Times New Roman',serif;
}

#mainheading p
{
	margin:					0;
}


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

h2
{
	margin:					0px 0px 0.2em 0px;
	padding:				0px;
	
	font-weight:			bold;
	color:					#666666;
}

h3
{
	margin:					8px 0;
}

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

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

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/

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

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	clear:					both;
	display:				block;
	width:					auto;
	padding:				4px 0px 21px 0px;
	white-space:			nowrap;
	font-size: .8em;
}

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

#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-bottom:			23px;
}

/*	IE will allocate space for these if there are not display:none -  POSJ	*/
map
{
	display:				none;
}

sup
{
	vertical-align:			super;
}

.whitebox
{
	width:					304px;
	margin-top:				-45px;
	font-size:				0.8em;
	line-height:			1.8em;
}

.whitebox .top
{
	background-image:		url(/images/sidebar_white_top.jpg);
	background-repeat:		no-repeat;
	height:					20px;
}

.whitebox .middle
{
	background-image:		url(/images/sidebar_white_middle.jpg);
	background-repeat:		repeat-y;
	padding: 25px 9px;
}

.whitebox .middle .scroller
{
	height: 400px;
	overflow: auto;
	padding:				0px 25px;
	position: relative;
}

.whitebox .bottom
{
	background-image:		url(/images/sidebar_white_bottom.jpg);
	background-repeat:		no-repeat;
	height:					20px;
}

.whitebox .heading
{
	font-size:				1.4em;
	color:					#3B79A6;
	font-weight:			bold;
	margin-bottom:			15px;
}

.whitebox ul,
.whitebox li
{
	margin:					0;		
	padding:				0;		
}

.whitebox ul
{
}

.whitebox li
{
	list-style:				none;
}

.whitebox div.links ul
{
	color:					black;
}

.whitebox div.links ul a
{
	color:					black;
}

.whitebox hr
{
	display:				block;
	border:					1px dashed #bbaf9b;
	margin:					25px 0;

}

.whitebox a.readmore
{
	display:				block;
	margin:					10px 0 0 12px;
}

#thumbgallery
{
	margin-left:			9px;
	border-collapse:		collapse;
}

#thumbgallery .gallerythumb
{
	padding-bottom:			25px;
	width:					86px;
	text-align:				left;
	font-size:				0.8em;
	line-height:			12px;
	padding-right:			14px;
}

#thumbgallery .gallerythumb a
{
	color:					#645237;
}

#thumbgallery .gallerythumb img
{
	border:					6px solid #645237;
	margin:					0 auto;
	margin-bottom:			7px;
}

#thumbgallery .gallerythumb img:hover
{
	border:					6px solid #589cbb;
}

#thumbgallery p
{
	margin:					0;
}

div#whats-new-slideshow
{
	border:					6px solid #645237;
	width:					195px;
}

/*
 * Formatter styles
*/

.fontsize10
{
	font-size:				10px;
}

.fontsize14
{
	font-size:				14px;
}

.fontsize24
{
	font-size:				24px;
}
.teal
{
	color:					#488eab;
}

.black
{
	color:					black;
}

.georgiafamily
{
	font-family:			Georgia,'Times New Roman',serif;
}

/*
 * End formatter styles
*/







