/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:    see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
html
{
	height:              100%;
}

body
{
	height:              100%;
	margin:              0px;
	padding:             0px;
	
	background-image:    url('/images/back.gif');
	background-position: top center;
	background-repeat:   repeat;

	/*	Default text styles	----------------------------*/
	font-family:         'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color:               #333;
	font-size:           62.5%; /* Reset to 10 pixels */
	line-height:         1.4em;

}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:               #af8a1b;
}

a:hover
{
	text-decoration: underline;
}

a#homelink:hover
{
	text-decoration: none;
}

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

	/* For sticky footer */
    min-height:       100%;
    height:           auto !important;
    height:           100%;

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

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

#header
{
	position:            relative;
	height:              137px;
	margin-bottom:       32px;
	background:          white url('/images/header.jpg') no-repeat ;
}

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

/*	Optional sitebar	*/
td#content
{
	width:               auto;
	max-width: 710px;
	padding:             0 20px 25px 20px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:               both;
	height:              29px;
	line-height:         29px;
	color:               #b0b4c4;
	background-image:    url('/images/footer_back.jpg');
	background-position: top center;
	background-repeat:   no-repeat;
	text-align:          center;

	/*	Center footer on page		----------------------------*/
	margin-right:        auto;
	margin-left:         auto;
}

#footer a
{
	color:               #b0b4c4;
	text-decoration:     underline;
}

#footer-space
{
	clear:               both;
	height:              34px;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:              0px 0px 35px 0px;
	padding:             0px;
	font-weight:         normal;
	font-size:           1.8em;
	color:               #232F63;
}

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

h2
{
	font-size:           1.8em;
	margin:              0px 0px 0.5em 0px;
	padding:             0px;
	
	font-weight:         normal;
	color:               #af8a1b;
}

h3
{
	font-size:           1.3em;
	font-weight:         normal;
	color:               #888;
	text-transform:      uppercase;
	margin:              0;
}

/*	Standard body style	*/
.bodytext
{
	font-size:           1.2em;
	line-height:         1.8em;
	margin:              0em 0em 1.7em 0px;
	padding:             0px;
}

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

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:               212px;
	padding:             0 20px 25px 62px;
}

.sidebar
{
	font-size:           1.1em;
	line-height:         1.7em;
	padding-bottom:      1.5em;
	border-bottom:       1px solid #E4DDC9;
	margin-bottom:       1.5em;
}

.sidebar-img
{
	border:              1px solid #e4ddc9;
	padding:             1px;
	margin-bottom: 		 1.5em;
}

td#right h3
{
	font-size:           1.2em;
	color:               #333;
	text-transform:      none;
	font-weight:         bold;
}

blockquote.testimonial
{
	font-style:          normal;
	padding:             0px;
	margin:              0px 0px .5em 0px;
}

td#right cite
{
	font-weight:         bold;
	line-height:         1.4em;
	font-style:          normal;
	display:             block;
}


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

.left-float
{
	float:               left;
	margin-right:        20px!important;
	margin-bottom:       5px;
}

.right-float
{
	float:               right;
	margin-left:        20px!important;
	margin-bottom:       5px;
}

.thumbleft
{
	float:               left;
	margin-right:        20px;
	margin-bottom:       5px;
	border:              1px solid #e4ddc9;
	padding:             1px;
}

.video-block
{
	margin:              20px 0;
	padding:             20px;
	border:              1px solid #e4ddc9;
}

.tab h3
{
	margin:              0;
	padding-right:		 20px;
	cursor: pointer;
	background-position: center right;
	background-repeat: no-repeat;
}

.tab h3.inactive-tab
{
	background-image: url('/images/arrow_right.gif');
}

.tab h3.active-tab
{
	background-image: url('/images/arrow_down.gif');
}

.tab ol
{
	margin-left:         1.5em;
	padding-left:        0;
}

.tab
{
	margin-bottom:       20px;
	border:              1px solid #e4ddc9;
	padding:             10px;
}

.tab-content
{
	display:             none;
}

#testimonials
{
	height:              300px;
	border:              1px solid black;
	padding:             10px;
}

.clear{ clear:        both;height:1px;width:1px;}

/*---------------------------------------------------------------------------------------------------------
//	Custom CSS
//--------------------------------------------------------------------------------------------------------*/
#person-header
{
	width:               100%;
	border-collapse:     collapse;
	margin-bottom:       15px;
}

td.img
{
	width:               64px;
	overflow:            hidden;
	padding-right:       10px;
}

td.img img
{
	border:              1px solid #e4ddc9;
	padding:             1px;
}


#person-header td
{
	vertical-align:      bottom;
	padding-bottom:      10px;
	border-bottom:       1px solid #e4ddc9;
	padding-right:       10px;
}

#user-email
{
	font-size: 1.1em;
}

#person-list
{
	border-collapse: collapse;
}

#person-list td
{
	vertical-align:      bottom;
	padding-bottom:      10px;
	padding-top:	     27px;
	border-bottom:       1px solid #e4ddc9;
}

#person-list td h2
{
	font-size: 1.2em;
}

#person-list td.spacer
{
	height: 10px!important;
	width: 10px!important;
	border-bottom: none!important;
	padding: 0!important;
}

.listitem
{
	border-top: 1px solid #e4ddc9;
	padding-top: 20px;
}

.first
{
	padding-top: 0;
	border-top: none;
}

.listitem h2
{
	font-size: 1.4em;
}

.listitem h3
{
	font-size: 1.2em;
}

.back-link
{
	display: block;
	clear:both;
}

iframe
{
	border: 1px solid #e4ddc9;
	padding:1px;
}

#homelink
{
	position: absolute;
	top:      10px;
	right:    15px;
	height:   30px;
	width:    330px;
}
