/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:left;
	background: #A6B64F;
	height: 100%;
	color: #25252F;
}

body, tr,
td, input,
select, textarea 	{font:normal 13px/1.5 Verdana, Arial, Helvetica, sans-serif;}

a				{outline: none;}
a:link,
a:visited 		{color:#A6B64F; text-decoration:underline;}
a:hover,
a:active 		{color:#222; text-decoration:none;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{font-size:18px; margin:0 0 12px;}
h2 					{font-size:16px; margin:8px 0;}
h3 					{font-size:14px; margin:6px 0 5px;}
h4 					{font-size:13px; margin:4px 0;}
h5					{font-size:12px; margin:3px 0;}
h6 					{font-size:11px; margin:0;}
hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

#preload {display: none;}
.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 5px 0 10px 10px;}
.leftimage {float: left; margin: 5px 10px 10px 0;}

#page-photo-gallery .leftimage,
#gallery-page .leftimage {
	margin-right: 6px
}

/* Standard Layout */

#wrapper {
	position: relative;
	background: transparent url("../images/wrapper-bg.gif") repeat-y 0 0;
	width: 862px;
	margin: 0;
	text-align: left;
/*	height:100%;*/
}

#header {
	position: relative;
	background: url("../images/header.gif") no-repeat 0 0;
	padding: 0px;
	width: 712px;
	height: 122px;
	margin-left: 150px;
}

#logo h1 {
	margin: 0;
}

#logo h1 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 192px;
	margin: 0;
	text-indent: -9000px;
	background: url("../images/logo.gif") no-repeat 0 0;
}

#logo h2 {
	float: left;
	text-indent: -9000px;
}

#content {
	position: relative;
	margin: 0;
	height:auto;
	background: transparent;
}

#content-main {
	/*position: relative;*/
	float: left;
	width: 628px;
	height: 100%;
	min-height: 450px;
	padding: 15px;
	padding-right: 60px;
	background: url("../images/content-main-bottom.gif") no-repeat bottom right;
	/*margin-left: 190px;*/
}

#content-side {
	float: left;
	width: 150px;
	padding: 0;
	margin-top: 70px;	
	height:auto;
}

#content-side-bottom {
	width: 150px;float: left;
	height: 192px;
	background: url("../images/content-side-bottom.gif") repeat-y 0 0;
}

#footer {
	clear:both;
	width: 862px;
	height: 66px;
	padding:0;
	background: #A6B64F url("../images/footer.gif") no-repeat 0 0;
	text-align: left;
	
}

#footer p {
	margin: 0;
	margin-left: 105px;
	padding-top: 28px;
	font-size: 11px;
}

#footer #threeam {
	float: right;
	display: block;
	text-indent: -9000px;
	width: 200px;
	height: 28px;
	margin-top: 20px;
	background: url("../images/3am.gif") no-repeat 0 8px;
}

#footer #threeam a {
	text-indent: 0;
}


/*-- FORM STYLING --*/

form {
	margin-top:20px;
}

form hr {
  clear: both;
  border: 0px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

form h3 {
 	margin-bottom:6px;
	padding: 2px; 
}

form .hidden {
  text-indent: -9000px;
}

form input[type="hidden"] {
  display: none;
}

form br {clear:left;}

/*fieldset {
	margin-top: 12px;
	margin-bottom:20px;
	border: 1px solid #51B52D;
	padding: 10px;
	width: 400px;
}*/

label, input, textarea, .radiolabel {
	display:block;
	float:left;
  	width:200px;
	margin-bottom:6px;
	padding: 2px;
}

input[type="checkbox"] {
  width: auto;
  border: none;
}

input.checkbox {
  width: auto;
  border: none;
}

form span {
  color: #FF0000;
}

legend {
  color: #518CF2;
  font-weight: bold;
}

label {
	width:130px;
	text-align:left;
	padding-right:10px;
	padding-top:2px;
}

input{
	border: 1px solid #0F0F0F;
}

input:hover, textarea:hover {
  	border: 1px solid #A6B64F;
}

input.button {
	width:80px;
	height: 38px;
	margin-left: 143px;
	margin-right: 10px;
    margin-top: 0px;
	background: #fff;
}

input.button:hover {
  color: #fff;
  background: #0F0F0F;
}

input.noborder {border: none;} 

textarea{
  border: 1px solid #0F0F0F;
  width: 290px;
  height: 120px;
}

.fieldWithErrors input{
	background-color: #FCC;
}


/*-- TABLE STYLING --*/

table {
	margin-bottom: 10px;
}

table td {
	vertical-align: top;
	padding: 1px;
	border-bottom: 1px solid #A6B64F;
}

td.bold {
	font-weight: bold;
	color: #F57E3D;
}

td a:link,
td a:visited {text-decoration: none;}


/* ----------------------------------------------- 
		NOTICES
----------------------------------------------- */

#error {
	background: #FF4E4E;
	border: 3px solid #FF7C7C;
	padding: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}

#success {
	background: #BBEECC;
	border: 3px solid #E3FFED;
	padding: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}