/*------------------------------------------------------------
	GLOBAL
------------------------------------------------------------*/
body
{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 62.5%;
	background-image: url(../graphics/body_bkgrd_small.jpg);
	background-repeat: repeat;
	background-color: #3C3E47;
}

a:link, a:visited
{
	color: #c5b383;
	text-decoration: none;
	border-bottom: #FFF 1px dotted;
}

a:hover, a:active
{
	text-decoration: none;
	color: #e7a248;
}

.left { float: left; }
.right { float: right; }


/* Text - Fonts + Decoration */
h1
{
	font-size: 1.7em;
	line-height: 1.2em;
	margin: .5em 0em .5em 0em;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
}

h2 
{ 
	font-size: 1.3em; 
	line-height: 1.2em; 
	margin: 2em 0em .5em 0em;
	color: #FFF;
	letter-spacing: .1em;
 	text-transform: uppercase;
	font-weight: normal;
}

h3 
{ 
	font-size: 1.2em; 
	line-height: 1.2em;
	margin: 1.5em 0em .5em 0em;
	color: #FFF;
}


p, td 
{ 
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0em 0em 1.2em 0em; 
	color: #b7b7b7;
}

table.table4 td 
{ 
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0em 0em 1.1em 0em; 
	color: #b7b7b7;
}

table.table4 h2 
{ 
	font-size: 1.3em; 
	line-height: 1.2em; 
	margin: 0em 0em .5em 0em;
	color: #FFF;
	letter-spacing: .1em;
 	text-transform: uppercase;
	font-weight: normal;
}

ul
{
	margin: 1em 0em 1.5em 0em;
	padding: 0em 0em 0em 3em;
}

li
{
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 0em;
	color: #b7b7b7;
	margin: 0px 0px 8px 0px;
}

ul li
{
	list-style-image: url(../graphics/bullet.gif);
}

img { border: 0px; }

input, textarea
{ 
	font-size: 1.0em; 
	line-height: 1.4em;
	color: #c2bebe;
	background-color: #6d6e75;
/*
	background-color: #222;
*/
}

p.date 
{ 
	color: #CCC;
	margin: 0em; 
}


/*------------------------------------------------------------
	Page Layout Blocking
------------------------------------------------------------*/
#pageFrame
{
	width: 900px;
	text-align: left;
	margin: 0px auto 20px auto;
	border-color: #000;
	border-width: 0px 2px 2px 1px;
	border-style: solid;
	background-color: #3C3E47;
	background-image: url(../graphics/pageFrame_bkgrd.gif);
	background-repeat: repeat-y;
}

#headerContain
{
	float: left;
	background-color: #3C3E47;
	padding: 30px 0px 0px 0px;
}

#header
{
	float: left;
	width: 860px;
	height: 50px;
	margin: 5px 0px 0px 0px;
	padding: 0px 40px 8px 0px;
	text-align: right;
}

#flashContain
{
	float: left;
	margin: 0px 0px 0px 0px;
}

#gradation
{
	float: left;
	margin: 0px 0px 0px 0px;
}



/*------------------------------------------------------------
	Main Navigation - #nav
------------------------------------------------------------*/
#nav
{
	float: left;
	width: 860px;
	margin: 0px;
	padding: 0px 0px 0px 40px;
}

#nav ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px 45px 0px 0px;
}

#nav li
{
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: 1.1em;
	text-transform: uppercase;
}

#nav li a
{
	margin: 0px;
	border: 0px;
	padding: 0px 0px 0px 15px;
	background-color: transparent;
	text-decoration: none;
}

#nav li.selected a { padding: 0px 0px 0px 15px; }

#nav a:link, #nav a:visited { color: #c2bebe; }
#nav a:hover, #nav a:active { text-decoration: underline; }


#nav li.selected a:link, #nav li.selected a:visited
{
	color: #FFF;
	font-weight: bold;
}


/*------------------------------------------------------------
	Sub Navigation - #subNav
------------------------------------------------------------*/
#subNav
{
	float: left;
	width: 815px;
	padding: 0px 45px 0px 40px;
	margin: 5px 0px 0px 0px;
}

#subNav ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-top: 1px solid #FFF;	
	border-color: #595b62;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
}

#subNav ul li
{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 0.9em;
	text-transform: uppercase;
}

#subNav ul li a
{
	margin: 0px;
	padding: 3px 8px 2px 8px;
	display: block;
	text-align: center;
	border-color: #595b62;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	background-color: #6c2428;
	text-decoration: none;
}

#subNav a:link, #subNav a:visited { color: #c2bebe; }

#subNav li.selected a:link, #subNav li.selected a:visited, #subNav a:hover
{
	background-color: #525253;
	color: #FFF;
	text-decoration: none;
}


/*------------------------------------------------------------
	Content Areas
	
	All pages have identical layouts:
	Narrow left column and wide right column
	Index page has special margins based on the design.
	Note: we also added a full page width div
------------------------------------------------------------*/
#contentContain
{
	float: left;
	margin: 20px 0px 10px 0px;
/*
	background-color: #8B0;
	width: 860px;
*/
}

#contentContain.full
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	background-color: #3C3E47;
/*
	width: 860px;
*/
}

#contentLeftIndex
{
	float: left;
	display: inline;
	width: 225px;
	margin: 0px 55px 10px 70px;
	padding: 0px 0px 0px 0px;
/*
	background-color: #0EF;
	background-color: #484a52;
*/
}

#contentRightIndex
{
	float: left;
	display: inline;
	width: 455px;
	margin: -10px 0px 0px 0px;
	padding: 0px 45px 80px 0px;
	z-index: 0;
	position: relative;
	/*
	background-color: #666;
*/
}

#contentRightIndex img
{
	margin: 0px 10px 0px 0px;
	border: 1px solid #AAA;	
	/*
	background-color: #666;
*/
}

#contentFull
{
	float: left;
	display: inline;
	width: 770px;
	margin: 5px 0px 10px 70px;
	padding: 30px 0px 80px 0px;
	/*
	background-color: #0EF;
*/
}


#contentLeft
{
	float: left;
	display: inline;
	width: 225px;
	margin: 5px 0px 10px 70px;
	padding: 30px 0px 0px 0px;
	/*
	background-color: #0EF;
*/
}

#contentLeft p, #contentLeftIndex p, #printEmailContain p, #contentLeftIndex li
{ 
	font-size: 1.1em;
	line-height: 1.4em;
}

#contentLeft h2
{ 
	padding: 1.5em 0em 0em 0em;
	margin: 0em 0em .5em 0em;
}

#contentLeft img
{
	border: 1px solid #DDD;	

/*
	background-color: #0EF;
*/
}

#contentRight
{
	float: right;
	display: inline;
	width: 455px;
	margin: 15px 45px 10px 0px;
	padding: 0px 45px 80px 0px;
	z-index: 0;
	position: relative;
/*
	background-color: #666;
*/
}

#contentRight img
{
	margin: 0px 12px 0px 0px;
}

#contentRight a img
{
	margin: 0px 20px 15px 0px;
	border: 1px solid #DDD;	
}

#contentRight a.thumbnail
{
	border: 0px;	
}

#printEmailContain
{
	margin: 0px 45px 0px 0px;
	text-align: right;
	display: inline;
	float: right;
	z-index: 1;
	position: relative;
/*
	background-color: #222;
*/
}

#newsModule, #careersModule { margin: 0px 0px 30px 0px; }

#careersModule ul, #galleryModule ul
{
	list-style-type: square;
	margin: 0em 0em 1.5em 0em;
	padding: 0em 0em 0em 2em;
}

#careersModule li, #galleryModule li
{
	color: #b7b7b7;
	font-size: 1.1em;
	margin: 0em 0em .5em 0em;
}

/*
#contentLeftIndex a:link, #contentLeftIndex a:visited { color: #c5b383; }
#contentLeftIndex a:hover, #contentLeftIndex a:active { color: #e7a248; }

#contentLeft a:link, #contentLeft a:visited { color: #e7a248; }
#contentLeft a:hover, #contentLeft a:active { color: #bb9d57; }

bb9d57, c5b383, e7a248, e49938

*/

.watermark
{
	background-image: url(../graphics/watermark.gif);
	background-position: right bottom;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

.spotlight
{
	margin: 30px 0px 20px 0px;
	padding: 0px 20px 20px 20px;
	border-top: 1px solid #AAA;	
	border-bottom: 1px solid #AAA;	
/*
	background-color: #6c2428;
	border: 2px solid #6c2428;	
	background-color: #222;
	background-color: #6c2428;
*/
}

#printLogo
{
	height: 0px;
	display: none;
}

/*------------------------------------------------------------
   Content Type - News Summary
------------------------------------------------------------*/
.newsSummary, #newsList
{
   list-style-type: none;
   margin: 0px 0px 11px 0px;
   padding: 0px 0px 0px 0px;
}
   
.newsSummary li, #newsList li
{
   margin: 0px 0px 10px 0px;
   padding: 0px;
}

ul.newsSummary li, ul#newsList li
{
   list-style-image: none;
}

.newsSummary li img { margin: 0px 15px 10px 0px !important; }

#newsList li img { margin: 0px 15px 10px 0px; }

.newsSummary .date, #newsList .date { font-weight: bold; }

/*------------------------------------------------------------
   Content Type - Event Summary
------------------------------------------------------------*/
.eventSummary
{
   list-style-type: none;
   margin: 0px 0px 11px 0px;
   padding: 0px 0px 0px 0px;
}

.eventSummary li
{
   margin: 0px 0px 10px 0px;
   padding: 0px;
}

.eventSummary li img { margin: 0px 15px 10px 0px !important; }

.eventSummary .date { font-weight: bold; }

/*--------------------------------------------------
  Form Styles
--------------------------------------------------*/
.inputForm
{

}

.inputForm table
{
   padding: 0px;
   margin: 0px;
   border: 0px;
}

.inputForm input, .inputForm textarea
{ 
	font-size: 1.0em; 
	line-height: 1.4em;
	color: #fff;
	background-color: #6d6e75;
   border: solid 1px #999;
}

.inputForm td 
{ 
   font-size: 1.1em; 
   color: #b7b7b7;
   padding: 0px 3px 3px 0px;
}

.inputForm .label 
{ 
   font-size: 1.1em; 
   color: #fff; 
}

.inputForm .required 
{ 
   color: #e7a248;
   font-weight: bold;
}

/*------------------------------------------------------------
   Content Type - Tables
------------------------------------------------------------*/
.table1
{
   border-collapse: collapse;
   border: 0px;
}

.table1 th
{
   font-family: arial, helvetica, verdana, sans-serif;
   font-size: 11px;
   font-weight: bold;
   text-align: left;
   background-color: #6c2428;
   color: #fff;
   padding: 4px 8px 4px 8px;
   border: 0px;
   border-top: solid 1px #666;
   border-left: solid 1px #666;
   border-right: solid 1px #666;
   border-bottom: solid 1px #666;
}

.table1 .highlight
{
   background-color: #525253;
}

.table1 td
{
   font-family: arial, helvetica, verdana, sans-serif;
   font-size: 11px;
   font-weight: normal;
   border-left: solid 1px #666;
   border-right: solid 1px #666;
   border-bottom: solid 1px #666;
   padding: 4px 8px 4px 8px;
}

.table2
{
   border-collapse: collapse;
   border: 0px;
}

.table2 th
{
   font-family: arial, helvetica, verdana, sans-serif;
   font-size: 11px;
   font-weight: bold;
   text-align: left;
   background-color: #6c2428;
   color: #fff;
   padding: 4px 8px 4px 8px;
   border: 0px;
}

.table2 .highlight
{
   background-color: #525253;
}

.table2 td
{
   font-family: arial, helvetica, verdana, sans-serif;
   font-size: 11px;
   font-weight: normal;
   border-bottom: solid 1px #666;
   padding: 4px 8px 4px 8px;
}

.table3
{
   border-collapse: collapse;
   border: 0px;
}

.table3 th
{
   font-family: arial, helvetica, verdana, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #fff;
   border-top: solid 1px #666;
   border-left: solid 1px #666;
   border-right: solid 1px #666;
   border-bottom: solid 1px #666;
   padding: 4px 8px 4px 8px;
}

.table3 .highlight
{
   background-color: #525253;
}

.table3 td
{
   font-family: arial, helvetica, verdana, sans-serif;
   font-size: 11px;
   font-weight: normal;
   border-left: solid 1px #666;
   border-right: solid 1px #666;
   border-bottom: solid 1px #666;
   padding: 4px 8px 4px 8px;
}

.table4
{
}

.table4 th
{
   font-family: arial, helvetica, verdana, sans-serif;
   font-size: 11px; 
   font-weight: bold;
   color: #fff;
   padding: 2px 2px 2px 0px;
}

.table4 td
{
   font-family: arial, helvetica, verdana, sans-serif;
   font-size: 11px;
   font-weight: normal;
   padding: 2px 2px 2px 0px;
}

.td_body 
{ 
   font-family: Trebuchet MS, arial, sans-serif;
   font-size: 12px; 
}


/*--------------------------------------------------
   Sitemap Styles
--------------------------------------------------*/
#sitemap
{
	float: left;
	display: inline;
	margin: 0px 0px 20px 0px;
}

.sitemapContain
{
	float: left;
	width: 320px;
	margin: 10px 32px 10px 0px;
	padding: 0px 20px 0px 0px;
}

.sitemapContain ul
{
	margin: 1em 0em 1.5em 0em;
	padding: 0em 0em 0em 3em;
}

.sitemapContain h2 
{ 
	margin: 0em 0em .5em 0em;
}

/*------------------------------------------------------------
	FOOTER
------------------------------------------------------------*/
#footer
{
	clear: both;
	height: 40px;
	margin: 0px;
	padding: 10px 40px 0px 40px;
	background-color: #242529;
}

#footer p
{ 
	font-size: 1.0em;
	line-height: 1.3em;
}

#footer a:link, #footer a:visited { color: #FFF; }