@charset "utf-8";

/* ========== BACKGROUND ========== 

body {
	background: #0e0d0c url(../images/slate/background.jpg) repeat-x top;
}

/* ========== BASIC TEXT STYLES ========== */

body, td {
	color: #333333;
	font: 9pt Tahoma, Geneva, sans-serif;
} 
a:link, a:visited {
	color: #cf8525;
	font: 9pt Tahoma, Geneva, sans-serif;
	text-decoration: underline; 
} 
a:hover, a:active {
	color: #000000;
	font: 9pt Tahoma, Geneva, sans-serif;
	text-decoration: underline; 
}

/* ========== HEADER TEXT ========== */

@font-face {  
	font-family: Century Gothic ;  
	src: url( /website/zseries2/fonts/CenturyGothic.eot ); 
}
@font-face {  
	font-family: Century Gothic ;  
	src: url( /website/zseries2/fonts/CenturyGothic.ttf ); 
}
@font-face {  
	font-family: BakerSignet BT ;  
	src: url( /website/zseries2/fonts/BakerSignetBT.eot );
}
@font-face {  
	font-family: BakerSignet BT ;  
	src: url( /website/zseries2/fonts/BakerSignetBT.ttf );
}  
#headtitle {
	color: #ffffff;
	font: 30pt "Century Gothic", Arial, Helvetica, sans-serif;
	height: 52px;
	line-height: 52px;
	padding-top: 8px;
}
#headsubtitle {
	color: #bf853a;
	font: 13pt "BakerSignet BT", Georgia, "Times New Roman", Times, serif;
	height: 35px;
	line-height: 35px;
	top: 232px;
}

/* ========== FOOTER INCLUDE ========== */

#footinc_contact div, #footinc_contact a:link, #footinc_contact a:visited, #footinc_seo a:link, #footinc_seo a:visited  {
	color: #7f7970;
	font: 9pt Tahoma, Geneva, sans-serif;
}
#footinc_contact a:hover, #footinc_contact a:active, #footinc_seo a:hover, #footinc_seo a:active  {
	color: #cf8525;
	font: 9pt Tahoma, Geneva, sans-serif;
}
#footinc_seo a:link, #footinc_seo a:visited {
	border-right: solid 1px #463f34;
}

/* ========== FRAME LAYOUT ========== */

#bodyframe {
	background: url(../images/slate/content_bodybg.png) repeat-y center;
}
#bodyfoot {
	background: url(../images/slate/content_footer.png) no-repeat;
}

/* ========== HEADER LAYOUT ========== */

#head_title {
	background: url(../images/slate/splash_header.png) no-repeat;
}
#head_sidebar {
	background: url(../images/slate/content_sidebartop.png) no-repeat;
}
#head_curve {
	background: url(../images/slate/content_contenttop.png) no-repeat;
}

/* ========== CONTACT COLUMN ========== */

.contactblock {
	border-top: dotted 1px #948c80;
}
#contact_logo img {
	background: url(../images/slate/splash_imageborder.png) repeat;
}
#contact_phone {
	color: #ffffff;
	font: bold 12pt Tahoma, Geneva, sans-serif;
}
#contact_phone span {
	color: #cf8525;
	font: bold 8pt Tahoma, Geneva, sans-serif;
}
#contact_address {
	color: #cccccc;
	font: 8pt Tahoma, Geneva, sans-serif;
}

/* NAV MENU
============================================================== */

#dyn_nav_v {
	border-color: #4e4940;
	border-style: dotted;
	border-width: 1px 0 0 0;
}

/* main menu item
-------------------------------------------------------------- */

a.dyn_nav_mm:link,  a.dyn_nav_mm:visited {
	background: none; /* IE bug needs at least color */
	border-color: #4e4940;
	border-style: dotted;
	border-width: 0 0 1px 0;
	color: #cccccc;
	font: bold 9pt Tahoma, Geneva, sans-serif;
}

a.dyn_nav_mm:hover,  a.dyn_nav_mm:active {
	background: none; /* IE bug needs at least color */
	color: #cf8525;
}

/* main menu item arrow
-------------------------------------------------------------- */

a.dyn_nav_a:link, a.dyn_nav_a:visited {background: url(../images/slate/menu_arrow.png) no-repeat right 12px;}
a.dyn_nav_a:hover, a.dyn_nav_a:active {background: url(../images/slate/menu_arrow.png) no-repeat right 12px;}

/* drop down item structure
-------------------------------------------------------------- */

#dyn_nav_v li ul {
	background: #433e35;
	border-color: #1b1915;
	border-style: solid;
	border-width: 2px 2px 2px 2px; 
}

/* drop down item
-------------------------------------------------------------- */

.dyn_nav_dd a:link, .dyn_nav_dd a:visited {
	background: none; /* IE bug needs at least color */
	border-color: #5f584c;
	border-style: dotted;
	border-width: 0 0 1px 0;
	color: #cccccc;
	font: normal 8pt Tahoma, Geneva, sans-serif;
}

.dyn_nav_dd a:hover, .dyn_nav_dd a:active {
	background: #28241d; /* IE bug needs at least color */
	color: #cf8525;
}