
/* ---( base )------------------------------------ */

html {
     overflow: -moz-scrollbars-vertical -moz-scrollbars-horizontal;
}
	
	body {
	background-color: #f7f2e9;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg-01.jpg);
	background-repeat: repeat-x;
	}

	td, div{
	font-family: Arial, Helvetica, sans-serif;
	color: #60564d;
	font-size: 11px;
	}
	
.quoteClass{
	font-family: Arial, Helvetica, sans-serif;
	color: #60564d;
	font-size: 11px;
	white-space:nowrap;
	}

#wrapper {
}

#navContent {
z-index: 5;
}

#subContent {
z-index: 0;
}

#floatMenu   { 
position:relative; 
z-index: 11; 
visibility: visible 
}

#floatMenu2   { 
position:inherit;
z-index: 0; 
visibility:visible;
}

li{
	list-style-image:url(../images/listStyleImage.gif);	
}

/* ---( common )------------------------------------ */

h1, h2, h3, h4, h5, h6 {
}


h1 {
}

p {
}

img, a img {
}

/* ---( text )------------------------------------ */

	.yellow01 {
	color: #ffbf00;
	}
	
	.yellow02 {
	color: #ffbf00;
	font-size: 18px;
	font-weight:bold;
	}
	
	.bold01 {
	font-size: 12px;
	font-weight: bold;
	}
	
	.red01 {
	color: #ff1f1f;
	font-weight:bold;
	}

/* ---( layout )------------------------------------ */


	.textInput {
	border: 1px solid #9e9185;
	background: #e0d9cf;
	color: #8a7e72;
	font-size: 11px;
	}
	
	.textInput02 {
	border: 0px;
	background: #e0d9cf;
	color: #8a7e72;
	font-size: 11px;
	}
	
	.navBg01 {
	background: #60564d;
	color: #ffffff;
	border-width: 1px 0px 1px 1px;
	border-style: solid none solid solid;
	border-color: #a89f96;
	text-align:center;
	}
	
	.navBg02 {
	color: #ffffff;
	background-color: #ffbf00;
	
	text-align:center;
	}
	
	.headerBg01 {
	background-image:url(../images/header-bg-01.gif); 
	background-repeat:no-repeat; 
	height: 190px; 
	padding: 10px 3px 0px 3px;
	}
	
	.headerBg02 {
	background-image:url(../images/header-bg-02.gif); 
	background-repeat:no-repeat; 
	height: 148px; 
	padding: 10px 3px 0px 3px;
	}
	
	.whiteBg01 {
	background-image:url(../images/white-center-01.png);
	background-repeat:repeat-y;
	padding: 6px 30px 0px 30px;
	}
	
	.whiteBg02 {
	background-image:url(../images/white-center-02.png);
	background-repeat:repeat-y;
	padding: 0px 30px 0px 30px;
	}
	
	.tanBg01 {
	background-image:url(../images/tan-center-01.png);
	background-repeat:repeat-y;
	padding: 0px 10px 0px 10px;
	}
	
	.yellowBox01 {
	font-size:10px;
	background: #ffbf00;
	color: #ffffff;
	text-align:center;
	border: 1px solid #ffefbf;
	padding: 5px 0px 5px 0px;
	}
	
	.tanBox01 {
	font-size: 9px;
	background: #faf6ed;
	border: 1px solid #9c9387;
	padding: 5px 5px 5px 5px;
	}
	
	.tanBox02 {
	font-size: 9px;
	background: #faf6ed;
	line-height:14px;
	}
	
	.newsBox01 {
	color: #ffbf00;
	background-image:url(../images/news-01.gif);
	background-repeat:no-repeat;
	background-position: center;
	padding: 5px 10px 5px 10px;

	}


/* ---( links )------------------------------------ */

	a:link, a:active, a:visited  {
	text-decoration: none;
	color: #60564d;
	}
	
	a:hover {
	color: #4e3c3c;
	text-decoration: underline;
	}
	
	a.nav01:link, a.nav01:active, a.nav01:visited {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 8px;
	}
	
	a.nav01:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #7f7266;
	}
	
	a.nav02:link, a.nav02:active, a.nav02:visited {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px;
	}
	
	a.nav02:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #ff9c00;
	}
	
	a.link01:link, a.link01:active, a.link01:visited  {
	font-size: 9px;
	text-decoration: none;
	color: #60564d;
	}
	
	a.link01:hover {
	color: #4e3c3c;
	text-decoration: underline;
	}	
	
	a.link02:link, a.link02:active, a.link02:visited  {
	text-decoration: none;
	color: #6fb3d0;
	}
	
	a.link02:hover {
	color: #237fa6;
	text-decoration: underline;
	}	
	
a {
}

a:hover, a:focus, a:active {
}

a:focus, a:active {
}


/* ---( minor )------------------------------------ */

small {
}

abbr, acronym {
}

blockquote {
}

cite {
}

em {
}

strong {
}

/* ---( form )------------------------------------ */

.textField{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

form {
}

fieldset {
}

legend {
}

label {
}

input {
}

select {
}

option {
}

textarea {
}

input:focus, select:focus, option:focus, textarea:focus {
}

	input.btn{
	color:#000000;
	font-size:11px;
	font-weight:bold;
	background-color:#ffffff;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #FFFFFF #ffbf00 #ffbf00 #FFFFFF;
	}
	
	input.btnhov{
	color:#ffffff;
   	background-color:#ffbf00;
	}
	
	
/* ---( ID )------------------------------------ */

#header {
}

#content {
}

#sidebar {
}

#navigation {
}

#footer {
}

/* ---( classes )------------------------------------ */

.bold {
}

.italic {
}

.hidden {
}

.offset {
}

.highlight {
}

.tiny {
}

.error {
}

.abbr {
}



/* ---( FIX FOR CLEARING DIV's )------------------------------------ */

/* http://sonspring.com/journal/clearing-floats */

	html body * span.clear,
	html body * div.clear,
	html body * li.clear,
	html body * dd.clear
	{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}

/* http://www.positioniseverything.net/easyclearing.html */

	.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

	.clearfix {
	display: inline-block;
	}


/* Hides from IE-mac \*/

	* html .clearfix {
	height: 1%;
	}
		
	.clearfix {
	display: block;
	}

/* End hide from IE-mac */


