/* STYLE LEFT NAV */
/* There are a number of views to every site.  Each view should have a similar */
/* look and feel to the other.  Therefore the defaults should determine the entire site */
/* unless specifically stated.  In this instance, please remove the comments around the */
/* sections that have been remarked out. */

/* Defaults for the majority of the site */
body {
	margin: 0px;
	padding: 0px;
/*	background-image: url('../images/squeeze-bg.gif'); */
/*	background-repeat: repeat-x;*/
}
body, td, p, li {
	font-family: Verdana, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	color: #252525;
}
p.header {
	color: #996633;
	font-weight: bold;
	font-size: 16pt;
}
/* This refers to the page title which appears on every page */
.topbanner {
	padding: 0px;
	color: #996633;
	font-family: Verdana, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	background-color: none;
}
.topbanner th {
	color: #996633;
	font-family: Verdana, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
	background-color: none;
}
.strap {
	color: #996633;
	font-family: Verdana, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: none;
	font-style: italic;
	text-align: left;
	background-color: none;
}
.content {
	margin-top: 0px;
	background-color: white;
	filter:alpha(opacity=90);
	color: #996633;
	vertical-align: top;
	padding: 0px;
}
.optincontent {
	margin-top: 0px;
	background-color:#FFFFFF;
	color: gray;
	vertical-align: top;
	padding: 0px;
}
/* This refers to the text in the footer area */
.foottext {
	color: #996633;
	font-family: Verdana, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: none;
	line-height: 11pt;
	text-align: left;
}
/* This refers to the link at the bottom of every page which takes the user back to the top of the page */
.backtotop {
	font-family: Verdana, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
}
Heading Levels - Not being used yet
.h1 {
	color: #990033;
	font-size: 24px;
	font-weight: bold;
}
.h2 {
	color: #990033;
	font-size: 14px;
	font-weight: bold;
}
.h3 {
	color: red;
	font-size: 14px;
}
/* Links */
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #FF9933;
	text-decoration: none;
}
a:hover {
	color: #996633;
	text-decoration: none;
}
a.subtleLink:link, a.subtleLink:visited, a.subtleLink:hover {
	color: #FFFFFF; 
	text-decoration: none;
}

/* Bottom Navigation */
/* This isn't used often */
.bottomnav a {
	color: #CDADDD;
	text-decoration: none;
	font-weight: bold;
}
.bottomnav a:hover {
	color: #99CCFF;
}

/* Forms */
.form {
	margin: 0px;
	padding: 0px;
}
.optform {
	border: 1px solid #A1248F;
	padding: 2px;
}
.optform th {
	background-color: #A1248F;
	font-family: "Arial";
	font-size: 14px;
	padding: 2px;
	color: white;
}
.optform td {
	font-family: "Arial";
	font-size: 12px;
	font-style: italic;
}

/* Miscellaneous */
.hr {
	color: #993399;
	size: 18px;
	width: 100%
}
/*.hrmenu {
	color: #996633;
	size: 1px;
	width: 100%
}*/

/* Navigation Bar - Applies to the Left Menu Area*/
/* Some changes may also be needed in the menu_tpl.tpl file however try to avoid adjusting this file if possible */
.nav {
	background-color: #FFFFFF;
	border-right: 1px solid #996633;
	font-family: Verdana, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height:14pt;
	width: 100%;
	vertical-align: top;
	padding: 1pt;
}
/*.nav td {
	border-right: 1px solid #822C59;
}*/
.nav a:link {
	font-family: Verdana, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: none;
	color: #FFCC33;
	text-decoration: none;
}
.nav a:visited {
	font-family: Verdana, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: none;
	color: #FF9933;
	text-decoration: none;
}
.nav a:hover {
	font-family: Verdana, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: none;
	color: #996633;
	text-decoration: none;
}
/*Sub-Menu Items */
.nav li li {
	position: relative;
	float: none;
	border: none;
	display: block;
	padding: 2px;
	margin: 0px;
	height: 14pt;
	text-align:center;
	width: 115px;
}
.nav ul ul {
	position: absolute;
	margin-left: -75px;
	margin-top: 17px;
}
.nav ul ul[alt="menu"] {
	margin-left:50px;
}
/* Search Box */
.searchbox {
	background-image: none;
	width: 130px;
	height: 26px;
	border: none;
	background-repeat: no-repeat;
	background-position: center;
	margin:12px;
	padding-left: 15px;
	vertical-align: center;
}
.searchtext {
	width: 90px;
	height: 17px;
	border: 1px solid white;
	margin-top:2px;
	margin-left: 10px;
}
.searchbutton {
	color: white;
	border: 1px solid #660033;
	background-color: #660033;
	cursor: pointer;
}
/* This is not often used */
.topmid {
	background-color: black;
	border-bottom: 1px solid white;
	vertical-align: middle;
	height: 40px;
}
.topmid form{
	padding-left: 10px;
}
.toprep {
	background-repeat: repeat-y;
	background-position: right;
}
.highlight {background-color:#ffff00}
.excerpt {
	font-family:"Times New Roman", Times, serif;
	color:#000066;
	font-size:12pt;
	font-weight:normal;
	padding:10px;
	background-color: #CFDDFC;
	font-style: italic;
	border: 1px dotted #000066;
}
.testimonial {
	font-family:verdana, arial, helvetica, sans-serif;
	color:#FFFFFF;
	font-size:8pt;
	font-weight:normal;
	line-height: 9pt;
	padding:10px;
	background-color: #999999;
	border: 2px solid #000066;
}
.footerlogo {
	font-family:verdana, arial, helvetica, sans-serif;
	color:#FFFFFF;
	font-size:4pt;
	font-weight:normal;
	line-height: 4pt;
	padding:4px;
	background-color: none;
	border: none;
}
