/* -- GENERAL REDECLARATIONS -- */

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

body 				{
	text-align:left;
	background: #232323 url("../images/header-bg.jpg") repeat-x 0 0;
	height: 100%;
	color: #eee;
}

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

a				{outline: none;}
a:link 			{color:#FFFF6C; text-decoration:underline;}
a:visited 		{color:#FFFF6C; text-decoration:underline;}
a:hover 		{color:#ccc; text-decoration:none;}
a:active 		{color:#ccc; 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:large; margin:0 0 12px;}
h2 					{font-size:medium; margin:8px 0;}
h3 					{font-size:small; margin:6px 0 5px;}
h4 					{font-size:x-small; margin:4px 0;}
h5					{font-size:xx-small; margin:3px 0;}
h6 					{font-size:xx-small; 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: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}
#lightbox {color: #000;}


/* aggregator */

#content-main-text .aggregator-block img.thumbnail {
	float: left;
	margin: 0 10px 10px 0;
}

#content-main-text .aggregator-block {
	float: left;
	display: block;
	height: auto;
	width: 500px;
}

/* lightbox */

#imageData #bottomNavClose {
	background: url("../images/closelabel.gif") no-repeat;
	height: 22px;
}

/* gallery */

.gallery-item {
	float: left;
	width: 100px;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	background: #3d3d3d;
	border: 1px solid #232323;
}

.gallery-item a {
	text-decoration: none;
}

.gallery-item img.thumbnail {
	margin-bottom: 5px;
}

h1.pagetitle {
	position: absolute;
	top: 30px;
	left: 25px;
	padding: 20px 50px 5px 10px;
	text-transform: lowercase;
	background: #FFFF6C;
	color: #333333;
}

/* Standard Layout */

#wrapper {
	position: relative;
	background: transparent;
	width: 950px;
	margin: 0;
	text-align: left;
/*	height:100%;*/
}

#header {
	float: left;
	background: transparent;
	padding: 0px;
	width: 920px;
	height: 204px;
	margin: 0px;
}

#header h1 {
	width: 647px;
	height: 132px;
	margin: 40px 0 0 47px;
}

#header h1 a {
	display: block;
	width: 647px;
	height: 132px;
	text-indent: -9000px;
	background: url("../images/header.gif") no-repeat 0 0;
}

#header h2 {
	float: left;
	text-indent: -9000px;
	margin: 0;
}

#site-links {
	float: right;
	text-align: right;
	margin-top: 10px;
	height: 20px;
	color: #FFFF6C;
}

#site-links a {
	text-decoration: none;
}

#content {
	clear: both;
	margin: 0;
	margin-top: 0px;
	height:auto;/*border: 1px solid red;*/
	background: transparent;
}

#content-main {
	position: relative;
	width: 625px;
	margin: 0 0 0 274px;
	height: 100%;
	padding: 100px 10px 25px 25px;
	background: transparent url("../images/content-main-bg.jpg") repeat-y 0 0;
}

#content-main-text {
	padding-right: 100px;
	min-height: 604px;
	background: url("../images/candle-bg.jpg") no-repeat 506px 0;
}

#flame {
	position: absolute;
	bottom: 10px;
	right: -46px;
	width: 175px;
	height: 153px;
	background: url("../images/flame.gif") no-repeat 0 0;
}

.content-main-top,
.content-main-bottom {
	width: 660px;
	height: 20px;
	margin: -100px 0 0 -25px;
	background: transparent url("../images/content-main-top.jpg") no-repeat 0 0;
}

.content-main-top {
	height: 100px;
}

.content-main-bottom {
	margin: 0 0 -25px -25px;
	background: transparent url("../images/content-main-bottom.jpg") no-repeat 0 0;
}

#content-side {
	float:left;
	width: 234px;
	padding: 20px;
	padding-right: 0px;
	height:100%;
}

.sidebox {
	float: left;
	width: 194px;
	margin: 0 0 30px 0px;
	height: 100%;
	padding: 20px;
	padding-top: 0px;
	background: transparent url("../images/sidebox-bg.jpg") repeat-y 0 0;
}

.sidebox-top,
.sidebox-bottom {
	width: 234px;
	height: 20px;
	margin: -20px 0 0 -20px;
	background: transparent url("../images/sidebox-top.jpg") no-repeat 0 0;
}

.sidebox-bottom {
	height: 15px;
	margin: 0 0 -20px -20px;
	background: transparent url("../images/sidebox-bottom.jpg") no-repeat 0 0;
}

#footer {
	clear:both;
	height: 20px;
	padding:15px;
	background: transparent;
	text-align: center;
}

/* Navigation - Use this for very basic horizontal text based nav */

ul#site-links {
	list-style: none;
	background: red;
	width: 400px;
	height: 40px;
	text-indent: 0px;
	float: right;
}

ul#sitelinks li {
	display:inline;
	width: auto;
	list-style: none;
}



/*-- 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;}

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 {
	float: right;
  color: #FF0000;
}

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

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

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

input.button {
	width:auto;
	height: 28px;
	margin-right: 10px;
    margin-top: 0px;
	background: #fff;
}

input.button:hover {
  color: #222;
  background: #FFFF6C;
}

input.noborder {border: none;} 

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

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




