/* Copyright (c) 2005 Service First Webmasters, Inc. All Rights Reserved. */

body,html {
	text-align: center; /*for IE5x only*/
	margin:0; padding:0;
}
body {/*this is separated because DW applies the html background to everything */
	background-color:#BABCC0; /* the color shown outside the 780 or 1004-wide page div */
}
/* ---------- page - the biggest div, containing everything else ------------*/
div#page {
	text-align:left;/* to counteract the IE5x hack in the body tag for centering*/
	padding: 0;
	margin: auto; /* set this margin to zero for stuck-left designs, auto for float-center */
	background: #FFFFFF;
	width: 96.8%;
	min-width: 780px;
	max-width: 1004px; 
	width:expression(document.body.clientWidth < 780 ? "780px": document.body.clientWidth > 1004 ? "1004px": "auto" );
}

/* --------------- ^ page ^ ---------------*/

/* ----------- banner -----------------*/
div#banner {
	position: relative;
	margin: 0;
	padding: 0;
	background: url(assets/banner_bg.jpg) left top no-repeat #163053;
	height: 217px;
	width: 100%;
}
div#slogan {
	position:relative;
	top: 60px;
	left: 280px;
	margin: 0;
	padding: 0;
	width: 50%;
	width: expression("70%");
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: black;
	font-weight: bold;
	font-style:italic;
}
div#kennyTop {
	position: relative;
	top: 0;
    float: right;
	padding: 0; /* T R B L */
	margin: 0; /* T R B L */
	height:217px;
	width:280px;
	background: url(assets/kenny.png);
	background: expression("transparent");
	filter:expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/kenny.png', sizingMethod='scale')");	
	z-index:19;
}
div#stripes {
	position: absolute;
	top: 159px;
	left: 0;
	background: #FEECA1;
	border-top: 5px solid #560212;
	border-bottom: 22px solid #FFFFFF;
	width: 100%;
	z-index:18;
}
div#stripes .underBannerHL {
	float: left;
	margin: 0;
	padding: 2px 0 4px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 21px;
	color: #560212;
}
div#stripes .underBannerP1 {
	float: right;
	margin: 0;
	padding: 6px 10px 0 10px;
	padding: expression("6px 0 0 10px");
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 17px;
	font-style: italic;
	color: #000000;
}
div#stripes .underBannerP2 {
	float: right;
	margin: 0;
	padding: 6px 15px 0 65px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 17px;
	font-style: italic;
	color: #000000;
}
/* ----------- ^ banner ^ -----------------*/

/* -------- left column ----------*/
div#leftcol {
	float: left; 
	background: white;
	margin: 0;	
	padding: 0 0px 10px 0px; /* T R B L */
	width: 199px; /* content + padding + border */	
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 199px; /* content only */
}
/* --------- vertical navigation-------------*/
div#nav ul {
	position: absolute;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 199px;
}
div#nav li {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 5px 0;
	margin: expression("0 0 -1px 0");
	padding: 0 15px 0 15px;
	width: 199px; /* content + padding + border */	
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 169px; /* content only */
	height: 51px;

}
div#nav li a:link {	
    display: block;
	text-decoration: none;
	color: #FFFFFF !important;
	background: url(assets/btn_bg.png) left top no-repeat;	
	margin: 0 0 0 0 ;
	padding: 16px 0 25px 13px;
	padding: expression("17px 0 24px 20px");
	width: 189px; /* content + padding + border */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 169px; /* content only */
}
div#nav li a:visited {	
    display: block;
	text-decoration: none;
	color: #FFFFFF !important;
	background: url(assets/btn_bg.png) left top no-repeat #FFFFFF;	
	margin: 0 0 0 0 ;
	padding: 16px 0 25px 13px;
	padding: expression("17px 0 24px 20px");
	width: 189px; /* content + padding + border */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 169px; /* content only */
}
div#nav li a:hover {
	color: #FEECA1 !important;	
}
div#nav li a:active {
	color: #FEECA1 !important;	
}
div#nav li a.YAH:link {
	cursor: text !important;
	color: #FEECA1 !important;	
}
div#nav li a.YAH:visited {/*essential for IE when the current page has been visited */
	color: #FEECA1 !important;	
}

/* --------- ^ vertical  navigation ^ -------------*/

div#badge1 {
	position: relative;
	top: 220px;
	padding: 5px 0px 10px 5px;
	background: transparent;
	margin: 45px 0 0 0;
	height: 300px;
	width: 208px;
	text-align: center;
}
div#yellowBox {
	background: #FEEDA1;
	color: black;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	font-style:italic;
	margin: 0 14px 0 14x;
	padding: 3px 3px 5px 3px;
	width: 190px;
	width: expression("180px");
}
div#badge2 {
	position: relative;
	top: 120px;
	padding: 5px 0px 10px 5px;
	background: transparent;
	margin:140px 0 0 0;
	width: 208px;
	text-align: center;
}

/* -------------content---------------*/
div#content {
	background: #FFFFFF;
	margin: 0 0 0 245px; /* wide left margin keeps the content from wrapping under the left column navigation */
	padding: 5px 50px 50px 10px;  /*T R B L */
	text-align: left;
	min-height: 420px; /* keeps the content area taller than the left column */
	_height:450px;
}
/* content text styling */
h1, h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-size: 19px;
	line-height: 1.2em;
}
h2 {
    font-size: 17px;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 1.5em;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 1.5em;
	padding-top: 1.2em; 
	margin: 0;
}
p.firstPara {
	padding-top: 0;
}
/* links in the content area */
#content a {
	color: #163053;
	text-decoration: underline;
}
.photoPair {
	width:521px;
	margin: 20px 0 0 0;
	padding-bottom: 30px;
}
.floatedPhotoRight {
	float: right;
	margin: 10px 0 5px 15px;  /* T R B L */
}
.floatedPhotoRight img {
	display: block;
	padding-bottom: 3px;
}
.floatedPhotoRight p {
	margin: 1px 0 0 0;
	padding: 2px 2px 0 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
}
.floatedPhotoLeft {
	float: left;
	margin: 10px 15px 5px 0;  /* T R B L */
}
.floatedPhotoLeft img {
	display: block;
	padding-bottom: 3px;
}
.floatedPhotoLeft p {
	margin: 1px 0 0 0;
	padding: 2px 2px 0 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
}
.floatedSidebar {
	float: right;
	margin: 10px 0 5px 15px;  /* T R B L */
	padding: 6px 6px 6px 6px;
	background: #FEECA1;
	border: 3px solid #9B0034;
	width: 200px;
}
.floatedSidebar h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
}
.floatedPullquote {
	float: right;
	margin: 10px 0px 15px 25px;  /* T R B L */
	padding: 5px 0px 8px 0px;  /* T R B L */
	border-top: 2px solid #BABCC0;
	border-bottom: 2px solid #BABCC0;
	width: 250px; /* content + padding + border */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 250px; /* content only */
}
.floatedPullquote p {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.1em;
	letter-spacing: 0.01em;
	color: #606E75;
	padding: 0px 5px 0px 8px;  /* T R B L */	
}

/* the styles for the contact form */
td.contactLabel {
	text-align:right;
	vertical-align:top;
	padding: 3px 3px 3px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td.contactBox {
	text-align:left;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.contactForm {
	clear: both;
	margin: 10px auto 0px auto; /* T R B L */
	border-collapse: collapse;
	width: 465px; /* content + padding + border */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 465px; /* content only */
}
.formBox {
	background-color:#FEEDA1;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.1em;
	padding: 2px;
}
.floatedTableLeft table,.floatedTableRight table,.floatedTableFull table {
	border-collapse: collapse;
	font-family: Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;	
}
.floatedTableLeft th,.floatedTableRight th,.floatedTableFull th {
	background-color: #374A75;
	color: #FFFFFF;
	padding: 2px;
}
.floatedTableLeft td,.floatedTableRight td,.floatedTableFull td {
	text-align: center;
	padding: 2px;
}
.floatedTableLeft td.tBottomRow,.floatedTableRight td.tBottomRow,.floatedTableFull td.tBottomRow {
	border-bottom: 1px solid #585769;
}
.floatedTableLeft .altRow,.floatedTableRight .altRow,.floatedTableFull .altRow {
	background-color: #FEEDA2;
}
.floatedTableLeft th.tLeft,.floatedTableRight th.tLeft,.floatedTableFull th.tLeft {
	padding: 2px 2px 2px 2px;
}
td#tBottomLeftFL, td#tBottomLeftFR, td#tBottomLeftFC {
	border-bottom: 1px solid #585769;
}
.floatedTableLeft p,.floatedTableRight p,.floatedTableFull p {
	font-family: Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0 2px 0 2px;
	line-height: 1.2em;
}
.floatedTableFull {
	margin: 10px auto 10px auto; /* T R B L */
}
.validationSummary, .validationSummary ul {
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	line-height: 1.4em;
	margin: 0.8em 0 0 3em; /* T R B L */
	padding: 0;	
}
.validationSummary li {
	color: #FF0000 !important;
	list-style-type: disc;
	list-style-position: outside;
}
.validationSummary li b{
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.button {
	display: block;
	width: 169px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF !important;
	text-decoration: none !important;
	font-weight: bold;
	background: url(assets/btn_bg.png) no-repeat;
	padding: 15px 9px 24px 40px; /* T R B L */
	margin: 2px 0 2px 0; /* T R B L */
}
.button:hover {
	color: #FEECA1 !important;
}
.fillIn {
	float:left;
	width:120px;
	min-width:120px;
	text-align:right;
	padding-right:5px;
}
/* ----------------------- Bottom Navigation list styles ---------------- */
div#bottomNav {
	clear: both;
	margin: 0;
	padding: 0;
	border-top: 10px solid #FEECA1;
	background: url(assets/kenny_lr.jpg) right bottom no-repeat #163053;	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FEECA1;
	height: 89px;
	height: expression("99px");
}
div#address {
	margin: 0 35px 0 35px;
	margin: expression("0 35px 0 15px");
	padding: 5px 0 0 0;
	float: left;
	text-align: center;
	width: 150px;
}
div#address p {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;

}
div#bottomNav ul {
	list-style-position:outside;
	list-style-type:none;
	margin: 0 0 0 0;/* T R B L */
	padding: 5px 10px 0 0px;
	float: left;

}
div#bottomNav li {
	display: inline;
	line-height: 1.7em;
	color: #FEECA1;
	margin: 0 0 0 0; /* T R B L */
	padding: 0 0 0 0;
}
div#bottomNav li a:link {	
	display: inline;
	text-decoration: none;
	color: #FFFFFF !important;	
	padding: 0 5px 3px 5px; /* T R B L */
}
div#bottomNav li a:visited {	
	display: inline;
	text-decoration: none;
	color: #FFFFFF !important;	
	padding: 0 5px 3px 5px; /* T R B L */
}
div#bottomNav li a:hover {
	text-decoration: underline;
	color: #FEECA1 !important;
}
div#bottomNav li a:active {
	text-decoration: underline;
	color: #FEECA1 !important;
}
div#bottomNav li a.YAH {
	cursor: text !important;
	color: #FEECA1 !important;
	text-decoration: none !important;
}
div#calltoaction {
	text-align: left;
	width: 50%;
	float: left;
	padding: 15px 0 0 3px;
}
.cta1 {
	margin: 0;
	padding: 0;
	color: #FEECA1;
	font-style:italic;
	font-weight: bold;
	font-size: 14px;
	width: 200px;

}
.cta2 {
	display:block;
	margin: 0;
	padding: 0 0 0 15%;
	padding: expression("0 0 0 32%");
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	width: 200px;

}
/* ------------ footer, where we put the copyright ----------------*/
div#footer {
	clear: both;
	margin: 0;
	padding: 0 0 0 0;
	background: #BABCC0;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;	
	border-top: 1px solid #560212;
	height: 22px;
	width: 100%;
}

div#footer .copy {
	font-family: Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 10px;
}
div#footer .allRights {
	float: left;
	padding: 5px 0 5px 10px;
	background: transparent;
	margin: 0;
	font-family: Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
div#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration:underline;
}
.clearBoth {
	clear: both;
}
/* ------------ ^ footer ^ ----------------*/