/*====================================================================
 General page style. 
====================================================================*/
html, body {
	background: #D8D3BA url('images/bg.png') repeat-x;
	background-attachment: fixed;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	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;
}

div#page {
	background: #fff;
	margin: 0px auto; /* center, not in IE5 */
	padding: 0px;
	width: 900px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	text-align: left;
	border-left: 2px solid #808080;
	border-right: 2px solid #808080;
}

div#header {
	background: #fff;
	width: 890px;
	height: 75px;
	vertical-align: bottom;
	margin: 0px;
	padding: 5px;
	text-align: left;
	clear: both;
}

div#content {
	background: #fff;
	color: #554d49;
	float: left;
	width: 890px;
	padding: 0px 5px 10px 5px;
	clear: both;
}

div#left-col {
	width: 150px;
	padding: 5px 5px 10px 5px;
	float: left;
}

div#right-col {
	width: 730px;
	padding: 5px 5px 10px 5px;
	float: left;
}


div#footer {
	height: 30px;
	width: 890px;
	background: #D7D5D5 url('images/footerbg.png') repeat-x;
	color: #3D3D3D;
	/*font-weight: bold;*/
	padding: 40px 5px 5px 5px;
	margin: 0px;
	clear: both;
	border-bottom: 2px solid #808080;
}


/*  images ----------------------------------------------------*/
img {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

/*==============================
	Navigation 
==============================*/
#top-nav {
	background: url('images/navbarbg.png');
	width: 898px;
	padding: 0px;
	margin: 0 1px;
	height: 30px;
	line-height: 30px;
}

#nav, #nav ul {
	width: 890px;
	list-style: none;
	font-weight: bold;
	padding: 0px 4px 0px 4px;
	margin: 0px;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	line-height: 28px;
	padding: 1px 20px 1px 20px;
}

#nav li:hover {
	background: url('images/navbarbg-over.png');
}

#nav li a:hover {
	background: url('images/navbarbg-over.png');
}

/*  H1 H2 H3
---------------------------------------------------------------*/
h1 {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #3C902E;
	border-bottom: 1px solid #afc2d4;
	margin: 2px 0px 4px 0px;
}

h2 {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #5b81a5;
	border-bottom: 1px solid #afc2d4;
	margin: 2px 0px 4px 0px;
}

h3 {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #5b81a5;
	margin: 2px 0px 4px 0px;
}

/*---------------------------------------
| General font families for common tags |
---------------------------------------*/
font, th, td, p {
  font-family: Lucida Sans Unicode,Lucida Sans,Tahoma,Helvetica,Arial; 
}

a:link, a:active, a:visited {
  text-decoration: underline;
  color : #A40E0E; 
}

a:hover	{
  text-decoration: none;
}

hr {
	width: 300px;
	color: #0d405b;
}

input, textarea, select {
  color: #707070;
  font: normal 11px Lucida Sans Unicode,Lucida Sans,Tahoma,Helvetica,Arial;
  border-color: #707070; 
}

input.post, textarea.post, select {
  background-color: #949494; 
}
select {
  background-color: #fff; 
}
  
input {
  text-indent: 2px; 
}

.textarea,
.searchinput,
.button,
.gobutton {
	background: #FFF;
	border: 1px solid #707070;
	color: #000;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	padding: 2px;
	vertical-align: middle;
 }
 
input.button {
	border: 1px solid #ddd;
	background: #f9f9f9;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	padding: 2px 10px !important;
	padding: 2px 0px;
	margin: 0;
}

input.button:hover { 
	border: 1px solid #65757c; 
	background: #05386B;
	color: #fff;
}

.gobutton{
	background: transparent;
	border: 0;
	color: #85bd06;
	margin: 0;
	vertical-align: middle;
}

/*============================================
// Other styles
============================================*/
.floatLeft { float: left; }
.floatRight { float: right; }
.clear { clear: both; }

/*  Comments Form
---------------------------------------------------------------*/
form.commentsform fieldset {
	font-weight: bold;
	background: #FFFFDD;
	border: 1px solid #97c660;
	width: 400px;
	padding: 5px;
	float: left;
}

form.commentsform fieldset legend {
	color: #5ca605;
	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 Styles
---------------------------------------------------------------*/
.galleryLinkDiv {
	width: 320px; 
	padding: 2px; 
	margin: 2px; 
	text-align: center; 
	float: left;
}
