/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
/*
	td, div {border: 1px solid red}
*/
body
{
	margin: 0px;
	padding: 20px 10px 10px 10px;
	background-color: #666;
}

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

	/*	Customize			----------------------------*/
	position: relative;
	margin-bottom:			20px;
	margin-top:				20px;
	width:					864px;
	background-color: #FFF;
	padding: 0px;
}

#header
{
	height: 36px;
	width: 864px;
	padding-top: 80px;
	background-image: url(../images/head-back.gif);
	background-repeat: no-repeat;
}

img#titleimage
{
	position: absolute;
	left: 0px;
	top:  95px;
}

table#body
{
	width:					864px;
}

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

col#col-content
{
	width:					358px;
}

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

/*	Optional sitebar	*/
td#left
{
	padding-top: 4px;
	width: 506px;
	height: 300px;
	background-color: #fff;
	text-align: right;
}

td#content
{
	width: 358px;
	padding: 55px 20px 0px 30px;
	vertical-align: top;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear: both;
	width: 864px;
	height: 144px;
	margin: 0px;
	padding: 0em;
	line-height: 2.0em;
	font-family: arial,sans serif;
	font-size: 0.7em;
	background-color: #CDCC98;
	color: #AB6734;
}

#addressfooter
{
	background-color: #CDCC98;
	color: #AB6734;
	line-height: 1.7em;
	font-family: arial,sans serif;
	font-size: 0.65em;
	text-align: left;
	padding: 2px 2px 2px 15px;
	font-weight: bold;
	letter-spacing: 1px;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin: 0px 0px 1em 0px;
	padding: 0px;
	font-family: verdana, arial, sans serif;
	font-weight: bold;
	font-size: .65em;
	color: #D2774A;
	text-transform: uppercase;
}

h1 a,h1 a:hover
{
	text-decoration:		none;
	color: #D2774A;
}

h2
{
	margin:					0em;
	padding:				0px;
	
	font-family:			verdana, arial,sans serif;
	font-weight:			bold;
	font-size:				0.85em;
	color:					black;
}

h3
{
	padding-top: 5px;
	margin: 0em;
	line-height: 1.7em;
	font-family: verdana,arial,sans serif;
	font-weight: bold;
	font-size: 0.65em;
	color: #CD6A38;
}

h4
{
	padding-top: 5px;
	margin: 0em;
	margin-left:	10px;
	line-height: 1.7em;
	font-family: arial,sans serif;
	font-weight: bold;
	font-size: 0.6em;
	color: #CD6A38;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			1.4em;
	font-family:			arial,sans serif;
	font-size:				0.65em;
	color:					black;
}

.bodytext-marginsmall ul
{
	margin:					0px;
}

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

a:hover
{
	color:					rgb(102,34,34);
}

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

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					180px;
	padding:				20px;
}

.sidebar
{
	line-height:			1.4em;
	font-family:			sans serif;
	font-size:				0.65em;
	color:					rgb(102,102,102);
}

/*=========================================================================================================
//	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:			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:			arial,sans serif;
	font-size:				0.65em;
	color:					black;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	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:					140px;
}

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

ul.menublock a,ul.submenublock a
{
	display:				block;
	width:					auto;
	padding:				0px;
	white-space:			nowrap;
	font-family:			arial,sans serif;
	font-size:				10px;
	text-decoration:		none;
}

.menublock a:hover,
.submenublock a:hover,
a.highlight
{
	color:					white;
}

/*	Makes arrow indicator for links with submenu	*/
a.showsub,
a.showsub:hover,
a.highlight
{

}

/*	Menu item mouseover	*/
a.showsub:hover,
a.highlight
{
}



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

/* portfolio styles */

div#portfolio
{
	position: absolute;
	margin: 0px;
	left: 506px;
	width: 338px;
	bottom: 163px;
	padding-left: 20px;
}

div#portfolio h3,div#portfolio table
{
	margin-left: 10px;
}

div#imagedesc
{
	background-image: url(/images/desc-arrow.gif);
	padding-left: 10px;
	line-height: 1.7em;
	font-family: arial,sans serif;
	font-size: 0.65em;
	color: #B4632B;
	font-style: italic;
	background-repeat: no-repeat;
	background-position: left 4px;
	height: 55px;
}

a.imagenumber
{
	display: block;
	width: 15px;
	font-family: arial,sans serif;
	font-size: 0.65em;
}

a.imagenumber:hover
{
	color: #A0A4A3;
	cursor: crosshair;
}

a#selectedImage
{
	color: #A0A4A3;
}

div#imagetitle
{
	padding-left: 30px;
	line-height: 1.7em;
	font-family: arial,sans serif;
	font-size: 0.65em;
	color: #A0A4A3;
	font-style: italic;
	background-repeat: no-repeat;
	background-position: left center;
}
