﻿/* Standard HTML Tags */

body {
	margin:0px;
	background-color: #171910;
	background-image:url('../webcoreimages/s_background.jpg');
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}


li {
	margin:0px;
}

form {
	margin:0px;
	font-size: 12px;
	color: #FFFFFF;

}

a {
	text-decoration:none;
	color: #c38d4f;
}

a:hover {
	color:#171910;
	text-decoration:underline;
}

ul {
	margin-bottom:0px;
	list-style:square;
	list-style-position:outside;
}

table {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	vertical-align: top;
	padding:0px;
}

h1 {
	color: #c38d4f;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
}

h2 {
	color: #a5bc54;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	color: #c38d4f;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	color: #760306;
	font-family: Arial;
	font-size: 21px;
	font-weight: bold;
}

h5 {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}


img	{
	border:0px;
}


input {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #666666;
		color:#000000;
}

select {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #666666;
		color:#000000;
}

textarea {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #666666;
		color:#000000;
}

/* EO Common Styles */
/*************/
/*************/
/*************/

.inputbutton {
	background-color:#CC0000;
	color:#FFFFFF;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.table_all {
	border:0px #C0C0C0 solid;
	width:100%;
}

.table_all td {
	padding:2px;
}

.table_noborder {
	width:100%;
}

.table_noborder td {
	padding:2px;
}

.table_headright {
	background-color:#24549d;
	color:#FFFFFF;
	font-weight:bold;
	border-right:0px #FFFFFF solid;
}

.table_headend {
	background-color:#24549d;
	color:#FFFFFF;
	font-weight:bold;
}

.table_rowright {
	border-bottom:0px #C0C0C0 solid;
	border-right:0px #C0C0C0 solid;
}

.table_rowend {
	border-bottom:0px #C0C0C0 solid;
}

/* EO Site Container Styles */
/*************/
/*************/
/*************/

#container_main{
	width:858px;
	margin-left: auto;
	margin-right: auto;
	background-color:#494f2d;
 	height:auto !important;
  	height:600px;
	min-height:600px;
	background-image:url('../webcoreimages/s_bodybackground.jpg');
	background-repeat:repeat-y;
}

	#container_header {
		clear:both;
	}
	
		#container_headercontent {
		
		}
			
	#container_menu {
		clear:both;
	}
	
		#container_menucontent {
		
		}
	
	#container_body{
		clear:both;
	 	height:auto !important;
	  	height:510px;
		min-height:510px;
		background-image:url('../webcoreimages/s_body.jpg');
		background-repeat:no-repeat;	
	}
	
		#container_bodycontent {
			padding:20px 40px 40px 40px;

		}
		
	#container_footer {
		clear:both;
		padding:0px 40px 10px 40px;
	}
	
		#container_footercontent {
			text-align:center;
		}

/* Site Specific Styles */
/*************/
/*************/
/*************/

.imageleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.imageright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.error_text {
	background-color:#CC0000;
	color:#FFFF00;
	font-weight:bold;
	padding:5px;
}

/* Allow for web page to be broken, during print job, after the location where this class appears */
.pagebreadkpoint {
	page-break-before:always;
}

.howto li {
	padding-bottom:15px;
}

.dividerline {
	height:1px;
	color:#3f4528;
}

.corporatesponsors {
	padding:5px;
	text-align:center;
}

#header{ 
	color: #c38d4f;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	display: inline;
	vertical-align: top;
	float:left; 
	width:40%;
	}
	
#header_img { 
	vertical-align: bottom;
	float:right;	
	text-align:right;
	}	
	
.inputbutton_donate {
	background-color:#CC0000;
	color:#FFFFFF;
	font-size:12pt;
}

.donate {
	font-size:12pt;
}

#divbracelets {
	margin-left:auto;
	margin-right:auto;
	width:690px;
	height:150px;
	background-image:url('../webimages/i_purchasebraceletgraphic_3.jpg');
}

	#divbracelets_content {
		padding:110px 0px 20px 32px;
	}
	
#divdonation {
	margin-left:auto;
	margin-right:auto;
	width:690px;
	height:150px;
	background-image:url('../webimages/i_makeadonationgraphic_3.jpg');
}

	#divdonation_content {
		padding:110px 0px 20px 25px;
	}