﻿html,body{height:100%}
body {
	font-family: "Times New Roman", serif;
	font-size: 12px;
	margin: 0px auto 0px auto;
	color: #444444;
	background: url('/z_resources/images/nav/bg_stripe.jpg') repeat;
}

.header_a {
	text-decoration:none;
	cursor:pointer;
}
.header_a span {
	color:#fff;
	font-size:8pt;
	font-family: Arial, sans-serif; 
	font-weight: 400; 
}

#header_pane {
	position: absolute; 
	left: 0px; top: 0px; 
	width: 100%;
	height:35px;
	background-color:#202020;
}

#bckgrd_wrapper {
	background: url('/z_resources/images/nav/bg_stripe.jpg') repeat-x transparent;
	background-color: #F4F5E3;
}

#title_bar {
	width:960px;
	margin:0px auto;
	margin-top:35px;
	padding: 0 0 10px 0;
}

#title_text {
	font-size:54px;
	color:#FFF;
	font-family:"Times New Roman";
}
	
#main_body_pane {
	width:960px;
	margin:0px auto;
	background-color:#fff;
	font-family: "Times New Roman", serif; 
	font-size:11pt;
	min-height:400px;
}

#inner-body {
	padding:20px 10px 30px 10px;
}

#inner-left {
	float:left;width:660px;
}
#inner-right {float:right;width:250px;}

h1 {font-family: "Times New Roman";font-weight:300; }

h2, h3, h4 {font-family: "Times New Roman", serif;margin-bottom:5px;color:#000;font-weight:300;margin-top:15px;}

ul {margin-top:0px;}

#contact_box {
	width:230px;margin:0px auto;margin-bottom:20px;background-color:#F4F5E3;
	
}
.contact_form {
    background-color: #FFF;
    border-color: #C3BCAB;
    border-style: solid;
    border-width: 1px;
    height: 20px;
    width: 135px;
}

table th {text-align:right;}

#slideshow_pane {
	height:400px;
	background-color:#f0f0f0;	
}

#main_menu{
	height:60px;
	background-color:#000;	
	border:1px solid #fff;
	font-size:14pt;
	font-family: Forum, Arial, serif; 
}

#main_menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}

#main_menu li{
	display: inline;
	margin: 0;
}

.menu_active {
	float:left;
	color:#000;
	background-color:#ccc;
	height:70px;
	width:150px;
	text-decoration:none;
	text-align:center;
}

.menu_inactive {
	float:left;
	color:#FFF;
	height:60px;
	width:150px;	
	text-decoration:none;
	text-align:center;
}

.menu_inactive:hover {
	background-color:#bbb;
/* 	height:70px; */
	color:#000;
}

.whitelink {text-decoration:none;color:#555  !important;text-transform:none !important;}
.whitelink:hover {color:#aaa !important;}

#footer_pane {
	background: url('/z_resources/images/nav/bg_stripe.jpg') repeat-x transparent;
	background-color: #F4F5E3;
	font-size:10pt;
	font-family: "Times New Roman", serif;
	color: #666;
}

#footer_pane a {font-size:9pt;color:#aaa;text-transform:uppercase;}
#footer_pane a:hover {color:#ddd;}

#inner_footer {
	width:960px;
	margin:0px auto;
}

.rounded_10 {						/*Rounded edges */
	border-color:#999999;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    padding:20px 10px;
}

/* ######### Begin Skitter overrides to /z_resources/js/skitterSlideshow/css/skitter.styles.css ######### */
.box_skitter {width:960px;height:400px;margin:auto;background:#121212;z-index:1} /*z-index required for IE7 to keep menu on top of Skitter*/

/* ######### End Skitter overrides ######### */


/***** contact form *****/
#contact-form {
	position:relative;
	vertical-align:top;
	z-index:1;
	}
	#contact-form fieldset {border:none; padding:0; width:100%; overflow:hidden;}
	#contact-form label {display:inline-block; min-height:44px; position:relative;}
	#contact-form .message{min-height:278px;}
	#contact-form input, #contact-form textarea {
		padding:9px 15px 10px;
		margin:0;
		font: 12px Arial, Helvetica, sans-serif;
		color:#85786e;
		outline:none;
		border:1px solid #c3c3c3;
		width:195px;
	}
	#contact-form .area .error {float:none;}
	#contact-form .success {
        display:none;
        position: absolute;
        width: 100%;
        background: #fff;
        padding: 20px 0;
        text-align: center;
        z-index: 99;
        top: 0;
        left: 0;
    }
	#contact-form .error,
	#contact-form .empty {
		color:#f00;
		font-size:11px;
		line-height:14px;
		display:none;
		overflow:hidden;
        position: absolute;
        right: 5px;
        top: 5px;
	}

.button{
	display:inline-block;
	cursor:pointer;
	font:12px/15px Arial, Helvetica, sans-serif;
	text-decoration:none;
	background:#fff;
	padding:8px 13px 7px;
	margin-bottom:2px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#85786e;
	outline:none;
	border:1px solid #c3c3c3;
}
.button:hover{text-decoration:none; background-position: center -57px; background-color: #000;}
.buttons-wrapper{text-align:right; position:relative; padding-right:1px;}
.buttons-wrapper a {cursor:pointer;}
.buttons-wrapper a[data-type=reset]{margin-right:20px;}
