/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: lucida sans unicode, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000; 
	text-align: left;
	background-image: url();
	background: #99CCCC;
}

#wrapper {
	width: 750px;
	margin: 10px auto;
	text-align:left;
	border: 2px solid #333333;
	background: #FFFFFF;
}

/*** Links ***/
a {
font-size:12px; 
}

a:link, a:visited 
{ 
color:#000000; 
text-decoration: none; 
}

a:hover 
{ 
color:#000000;  
text-decoration: none; 
}

a:active 
{ 
color:#000000; 
text-decoration: none; 
}

/*** banner/logo ***/

#logo {
	background: #FFF url(images/logo6.jpg) no-repeat top left;
	height: 100px;
}

/*** Branding ***/

#branding {
	height: 189px;
}

#imageblock {
	width: 404px;
	float: left;
}

#flashblock {
	width: 346px;
	float: left;
}

/*** main Navigation ***/
#navigationholder {
	clear: both;
	background-color: #F1F1E3;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
}

#navigation {
	list-style: none;
	text-align: right;
	padding: 8px 5px;
}

#navigation li {
	display: inline;
}

.active {
	color: #999966;
	padding: 6px 10px 5px 10px !important;
	padding: 6px 10px;
	font-size: 14px;
	font-weight: bold;
	background-color: #DCDCBA;
}

#navigation a:link, #navigation a:visited {
	color: #999966;
	padding: 6px 10px 5px 10px !important;
	padding: 6px 10px;
	font-size: 14px;
	font-weight: bold;
}

#navigation a:hover, #navigation a:active {
	background-color: #DCDCBA;
}

/*** Content ***/
#content {
	clear: both; 
	margin-top: 20px;
}

#contentL {
	width: 250px;
	float: left;
}

#contentL img {
	margin-bottom: 10px;
}

#contentL p {
	background-color: #F1F1E3;
	text-align: left;
	margin: 10px 25px 10px 10px;
}

#contentL li {
	margin-left: 30px;
}

#contentR {
	width: 500px;
	float: left;
	padding-bottom: 40px; 
}

#contentR p {
	text-align: justify;
	margin: 0px 20px 10px 20px;
}

#contentR ul {
	list-style: none;
}

#contentR li {
	margin-left: 30px;
}


/*** Footer ***/
#footer {
	background-color: #F1F1E3;
	clear: both;
	height: 3em;
}

#contact {
	width: 360px;
	float: left;
}
#contact p { margin:  0 0 0 5px;}

#links {
	width: 390px;
	float: left;
}

#links p { 
	margin: 0 5px 0 0;
	text-align:right;
}

.clear {clear: both;}

.navExtratext { 
	float: left; 
	margin: 5px 0 0 5px;
}

/************ Form Styles ************************/

#content.availability { margin: 0; }
#content.availability p { margin: 5px; }
#content.availability td {padding: 2px 0 2px 0;}

/**************Old Styles*************************/

.lite
{ 
font-size: 9px; 
line-height: 14px; 
color: #999966 
}

.formfield 
{ 
font-size: 11px; 
font-family: Verdana, Helvetica, Arial; 
text-decoration: none; 
color: #808080;
border: 1px #A9A9A9 solid; 
width: 150px; 
height: 19px; 
background-color: #F1F1E3; 
}
.textarea
{ 
font-size: 11px; 
font-family: Verdana, Helvetica, Arial; 
text-decoration: none; 
color: #808080;
border: 1px #A9A9A9 solid; 
width: 225px; 
height: 40px; 
background-color: #F1F1E3; 
}
.dropdown 
{  
font-family: Verdana, Helvetica, Arial; 
font-size: 9px; 
color: #666666; 
width: 70px; 
height: 19px; 
background-color: #F1F1E3; 
}
.button
{  
font-family: Verdana, Helvetica, Arial; 
font-size: 11px; 
color: #666666;
height: 25px; 
width: 80px;
background-color:#F1F1E3; 
}
