html, body {
	background: #282a2e url('images/bg.png') repeat-x;
	background-attachment: fixed;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 10px */
	color: #000;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	padding: 0px;
	margin: 0px;
	text-align: left;
}

/*  Layout 
---------------------------------------------------------------*/
div#container {
	margin: 0px; 
	padding: 0px;
	width: 100%;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	text-align: left;
	font-size: 1.8em; /* 18px */
}

LI LI, LI P, TD P, BLOCKQUOTE P {
	font-size:1em; /* 18px */
}

div#page {
	margin: 0px auto; /* center, not in IE5 */
	padding: 0px;
	width: 966px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	text-align: left;
}

div#header {
	width: 956px;
	height: 250px;
	margin: 0px;
	padding: 5px 5px 10px 5px;
	text-align: left;
	clear: both;
}

div#contentHeader {
	background: url('images/contentHeader.gif') no-repeat;
	float: left;
	height: 7px;
	width: 960px;
	padding: 0px;
	margin: 0px 3px;
}

div#content {
	background: #fff;
	color: #554d49;
	font-size: 1.2em;
	float: left;
	width: 956px;
	padding: 2px 2px 10px 2px;
	margin: 0px 3px;
	clear: both;
}

div#pageImage {
	width: 958px;
	margin: -6px 0px 1px 0px;
	clear: both;
}

.halfCol-left {
	width: 440px;
	padding: 0px 5px 0px 0px;
	float: left;
}

.halfCol-right {
	width: 440px;
	padding: 0px 0px 0px 5px;
	float: left;
}

.leftCol {
	width: 710px;
	padding: 0px 5px 0px 0px;
	float: left;
}

.rightCol {
	width: 170px;
	padding: 0px 0px 0px 5px;
	float: left;
}

div#contentFooter {
	background: url('images/contentFooter.gif') no-repeat;
	float: left;
	height: 7px;
	width: 960px;
	padding: 0px;
	margin: 0px 3px;
}

div#footer {
	height: 20px;
	width: 956px;
	color: #737474;
	padding: 5px;
	margin: 0px;
	clear: both;
}

div#footer a {
	color: #21afe1;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

/*  Navigation 
---------------------------------------------------------------*/
#top-nav {
	background: url('images/navbg.png') no-repeat;
	width: 960px;
	height: 36px;
	padding: 3px;
	margin: 0px;
}

#nav, #nav ul {
	list-style: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	font-weight: bold;
	color: #21afe1;
	text-decoration: none;
	vertical-align: middle;
	line-height: 34px;
	padding: 1px 20px;
}

#nav li:hover, #nav li.sfhover {
	background: url('images/navbg-over.png') bottom center no-repeat;
}

#nav a:hover, #nav li.sfhover {
	color: #faaa17;
}


/*  images
---------------------------------------------------------------*/
img {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

.imgfloatleft {
	float: left;
	border-right: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
}

.imgfloatright {
	float: right;
	border-left: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
}


/*  H1 H2 H3
---------------------------------------------------------------*/
h1, h2, h3 {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #282828;
	margin: 0px 0px 5px 0px;
}

h1 {
	font-size: 2em; /* 27px */
}

h2 {
	font-size: 1.6em; /* 24px */
}

h3 {
	font-size: 1.4px; /* 21px */
}

/*  Customize and Order Buttons
---------------------------------------------------------------*/
input.button {
	border: 1px solid #ddd;
	background: #f9f9f9;
	font-weight: bold;
	color: #000;
	padding: 2px 10px !important;
	padding: 2px 0px;
	margin: 2px;
}

input.button:hover, input.button:sfhover { 
	border: 1px solid #3da6b8; 
	background: #e7eef0;
}

/*  Login Page Properties
---------------------------------------------------------------*/
textarea, select {
	border-color: #000; 
	color: #000;
	background: #f9f9f9;
}
  
input {
  text-indent: 2px; 
}

.textarea, .searchinput {
	border: 1px solid #FFF;
	color: #000;
	background: #f9f9f9;
	padding: 2px;
	vertical-align: middle;
 }

/*  Sitemap 
---------------------------------------------------------------*/
ul.sitemapUL {
	list-style: none;
}

/*  Comments Form
---------------------------------------------------------------*/
form.plasmaForm fieldset {
	font-weight: bold;
	background: #FFFFDD;
	border: 1px solid #2db6d8;
	width: 400px;
	padding: 5px;
	float: left;
}

form.plasmaForm fieldset legend {
	color: #2db6d8;
	float: left;
	font-weight: bold;
}

form.plasmaForm label {
	color: #656565;
	width: 120px;
	font-weight: bold;
	clear: both;
}

form.plasmaForm.input, form.plasmaForm.select, form.plasmaForm.textarea{
	width: 180px;
	margin-bottom: 5px;
}

form.plasmaForm textarea {
	width: 250px;
	height: 150px;
}

form.plasmaForm ol, form.plasmaForm ol li {
	list-style: none;
}

form.plasmaForm input, form.plasmaForm.select, form.plasmaForm textarea {
	background: #dff0f8;
	border: 1px #2db6d8 solid;
	display: block;
	padding: 4px;
	margin: 0px;
}

form.plasmaForm input.inline { display: inline; }

form.plasmaForm input button {
  	margin: 23px;
}

/*
form.plasmaForm input:hover, form.plasmaForm.select:hover, form.plasmaForm textarea:hover {
	border:1px #97c660 solid;
}

form.plasmaForm input:focus, form.plasmaForm.select:focus, form.plasmaForm textarea:focus {
	border:1px #3a535e solid;
}
*/

form.plasmaForm .hiddenField {
	display: none;
  	background-image: none;
	border: none;
	padding: 0px;
}

/*  Misc
---------------------------------------------------------------*/
.title1 { 
	border-left:0px none; 
	border-right:0px none; 
	background: #000 url('images/titlegrad.gif');
	color: #fff;
	height:27px;
	line-height:27px; 
	font-weight:bold; 
	border-top:1px solid #656B78; 
	border-bottom:1px solid #656B78; 
	padding-left:5px; 
	padding-right:5px
}

.title2 {
	background: #859C0E;
	color: #fff;
}

.title2 a:link, .title2 a:active, .title2 a:visited {
	color: #fff;
	text-decoration: underline;
}

.title2 a:hover {
	text-decoration: none;
}

.row1 { 
	background: #edebd5;
	color: #0f0f0f;
}
.row2 { 
	background: #D8D5B4;
	color: #0f0f0f;
}

.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.block { display: block; }
.inline { display: inline; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }


/*  Validation Styles
---------------------------------------------------------------*/
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

/*  Comments Form
---------------------------------------------------------------*/
form.commentsform fieldset {
	font-weight: bold;
	background: #FFFFDD;
	border: 1px solid #26282b;
	width: 400px;
	padding: 5px;
	float: left;
}

form.commentsform fieldset legend {
	color: #26282b;
	float: left;
	font-weight: bold;
}

form.commentsform label {
	color: #656565;
	width: 120px;
	font-weight: bold;
	clear: both;
}

form.commentsform.input, form.commentsform.select, form.commentsform.textarea{
	width: 180px;
	margin-bottom: 5px;
}

form.commentsform textarea {
	width: 250px;
	height: 150px;
}

form.commentsform ol, form.commentsform ol li {
	list-style: none;
}

form.commentsform input, form.commentsform.select, form.commentsform textarea {
  	background: url("images/input_bg.gif");
	border:1px #ccc solid;
	display:block;
	padding: 4px;
	margin: 0px;
}

form.commentsform input button {
  	margin: 23px;
}

form.commentsform input:hover, form.commentsform.select:hover, form.commentsform textarea:hover {
	border:1px #97c660 solid;
}

form.commentsform input:focus, form.commentsform.select:focus, form.commentsform textarea:focus {
	border:1px #3a535e solid;
}

form.commentsform .hiddenField {
	display: none;
  	background-image: none;
	border: none;
	padding: 0px;
}

/*  Gallery
---------------------------------------------------------------*/
.galleryImageHolder {
	background: #ededed;
	height: 200px;
	width: 267px;
	padding: 5px 5px 20px;
	margin: 0px 10px 10px 0px;
	border: 2px solid #5f6167;
	float: left;
}