@charset "utf-8";
/* CSS Document */
* {
	padding:0px;
	margin:0px;
}
body {
	background: #ffffff url(../images/bg.png) repeat;
	margin: 0px;
	/*line-height: 135%;*/
}
html {
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
}

p {
	margin-left: 30px;
	margin-right: 30px;
	padding-top:18px;
	padding-bottom:9px;
}

h1 {
	margin-left: 15px;
	padding: auto 15px auto 15px;
	color:#e04900;
}

h2 {
	margin-left: 22px;
	padding: auto 20px auto 20px;
	color:#2665b7;
	font-size:18px;
}

ul {
	margin-left: 30px;
	margin-right: 30px;
	padding-top:9px;
}
li {
	padding-bottom:4px;
	padding-top:4px;
	margin-left: 30px;
	list-style-image:url(../images/check.png);
}

a:link {
color:#FF0000;
text-decoration:none;
}


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


a:visited {
color:#FF0000;
text-decoration:none;
}


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

.promo {
	font-size:20px;
	color:#333;	
}

.promoRed {
	color:#F00;	
}

.promoGreen {
	color:#393;	
}

#wrapper {
width:978px;
height:auto;
padding:0;
margin:auto;
}

#header {
width:978px;
height:307px;
}

#background {
	background-color:#FFF;
	height:100%;
	width:974px;
	clear:both;
	overflow:auto;
	border-right:#000000 solid 2px;
	border-left:#000000 solid 2px;
}

#content {
/*background-image:url(../images/bg.png);
background-repeat:repeat;*/
background-color:#FFF;
width:676px;
height:auto;
float:left;
clear:both;

}

#contentRight {
background-color:#e3f662;
float:right;
width:288px;
height:auto;
padding:5px;
font-size:80%;
color:#e04900;
}

#footer {
background-image:url(../images/footer.png);
background-repeat:no-repeat;
width:978px;
height:57px;
clear:both;
padding:auto;
margin:auto;
}

.credits {
	font-family: Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#FFFFFF;
	text-align:right;
}

label {
	color:#e04900;
}

input {
	margin-bottom:5px;
}

#recaptcha_widget_div { width: 280px; overflow:hidden; } 
  #recaptcha_image img  { width: 210px; }
  
/*contains all the thumbnail items*/
.thumbcontainer {
	text-align:center;
}

/*thumbnail image container*/
.galleryitem {
	width:auto;
	height:210px;
	padding:5px;
	display:inline-block;
}