/*  This CSS file formats the fonts, colors, links as well as setting how 
certain elements on the page are displayed.  */

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
	background: #951614 url('images/background.png') repeat-x;
	color: #000000;
	font: normal 14px Verdana, Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;	
}

hr {
	background-color: #951614;
	color: #951614;
	border: none;
	height: 1px;
	width: 100%;}

img {
	border: none;}

ul {
	padding: 10;
	margin: 0;
	list-style: square;}

/*  The items below the properties for the links that appear in the
main text area as well as in the sidebar of the pages  */

a {
	color: #562122;
	text-decoration: underline;
	outline: none;
	font-weight: bold;}

a:hover {
	color: #606060;
	text-decoration: underline;
	outline: none;
	font-weight: bold;}

/*  The items below set the properties for the fonts, sizes, and
colors used for headings 1 through 6. Typically h1 - h3 are used
in the main content area and h4 - h6 are used in the sidebar  */

h1 {
	color: #808080;
	font: normal 26px Georgia, Georgia, serif;
	text-align: left;
	letter-spacing: 1px;
	padding: 0;
	margin-bottom: 30px;}

h2{
	background-image:url(images/endcap1.jpg); 
	background-repeat:no-repeat;
	color: #951614;
	font: normal 20px Tahoma, Geneva, sans-serif;
	letter-spacing: 2px;
	text-align: left;
	padding: 7px 0 7px 40px;}

h3{
	background: #ffffff url('images/endcap2.jpg') no-repeat;
	color: #951614;
	font: normal 20px Tahoma, Geneva, sans-serif;
	letter-spacing: 2px;
	text-align: left;
	padding: 7px 0 7px 0;}

h4 { 
	background-image:url(images/endcap3.jpg); 
	background-repeat:no-repeat;
	color: #808080;
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 7px 0 7px 40px;
	text-align: left;}

h5 {
	/*color: #951614;*/
	color: #00000;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left;}

h6 {
	color: #808080;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;}

/* You can create your own dropcap effect to a heading or to a
paragraph by spanning the first letter with the dropcap class */	

.dropcap {
   font: normal 55px "Times New Roman", serif;
   float: left;
   color: #562122;
   line-height: 55px;
   padding: 0 1px 0 0;}

.center {
	text-align: center;}	

.clear {
	clear: both;}

/*  To keep the content centered on the page, all of the areas
are placed within a wrapper. The item below defines this wrapper.  */

#wrapper {
	min-height: 100%;
	background: url('images/wrapper.png');
	width: 899px;
	text-align: left;
	margin: 0 auto;}

/*  The items below set the properties of the top header as
well as the global navigtion links and the main navigation
link group that sit on top of the header image. */

#header {
	position: relative;
	width: 899px;
	height: 480px;}

#global {
	position: absolute;
	left: 20px;
	top: 0;
	z-index: 1;
	color: #ffffff;
	line-height: 30px;
	letter-spacing: 1px;
	width: 400px;
	text-align: left;
	font-size: 85%;}

#global ul {
   margin: 0;
   padding: 0;
   list-style-type: none;}

#global li {
   display: inline;
   margin: 0;}

#global li a {
   color: #ffffff;
   font-weight: normal;
   text-decoration: none;}

#global li a:hover {
   color: #ffffff;
   font-weight: normal;
   text-decoration: underline;}

/* The items below set the properties for the badges block.*/

#badges {
	position: absolute;
	left: 0px;
	top: 10px;
	color: #000000;
	letter-spacing: 1px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	text-align: right;}

#badges li {
   display: inline;
   margin: 0;
   padding: 0;
   list-style-type: none; 
   padding: 0 15px;}

#badges li a {
   color: #ffffff;
   text-decoration: none;}

/* The items below set the properties for the main
navigation block.*/

#navbar {
	position: absolute;
	left: 0px;
	top: 190px;
	color: #000000;
	letter-spacing: 1px;
	height: 40px;
	line-height: 30px;
	width: 100%;
	text-align: center;}

#navbar li {
   display: inline;
   margin: 0;
   padding: 0;
   list-style-type: none;}

#navbar li a {
   color: #000000;
   font-weight: bold;
   text-decoration: none;
   padding: 0 10px;}

#navbar li a:hover {
   color: #000000;
   font-weight: bold;
   text-decoration: underline;}

#navbar #current{
	color: #951614;
	font: bold 14px Tahoma, Geneva, sans-serif;
	padding: 0 15px;}
	
/*  The items below sets the properties for the sidebar and
content blocks as well as a wider content area for the single
column page layout  */

#sidebar {
	font-size: 85%;
	float: left;
	width: 245px;
	padding: 0 15px 0 20px;
	z-index: 2;}

#mycontent {
	position: absolute;
	top: 250px; 
	color: #000000;
	letter-spacing: 1px;
	width: 899px;}

#content {
	float: right;
	width: 564px;
	line-height: 1.5em;
	padding: 0 20px 0 15px;}

#contentwide {
	float: right;
	width: 860px;
	line-height: 1.5em;
	padding: 0 20px 0 20px;}

/*  The items below set the footer properties as well as the text
and links that appear in this area  */

#footer {
	clear: both;
	position:absolute;
	bottom:0; /* stick to bottom */
	width: 899px;
	text-align: center;}

#footer ul {
   margin: 0;
   padding: 0;
   list-style-type: none;}

#footer li {
   display: inline;
   margin: 0;}

#footer li a {
   color: #ffffff;
   font-weight: bold;
   text-decoration: none;}

#footer li a:hover {
   color: #ffffff;
   font-weight: bold;
   text-decoration: underline;}

#footer p {
   margin: 0;
   padding: 0;}

/* If you want to highlight a section of text, you can place it within
a div with the box class applied. This will put the contents within
a block with a light gray background and a thin dashed line around it. */

.box {
	background: #f8f8f8;
	border: 1px dashed #c0c0c0;
	padding: 5px 20px; margin-bottom:10px}

/*  This template contains a form that is set within a fieldset. The
items below set the properties for the form, input fields, the submit
button, etc.  */

fieldset {
	border: 1px dashed #c2c2c2;
	padding: 5px;
	margin: 10px 0;}

legend {
	background-color: #ffffff;
	color: #951614;
	font: bold 16px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding: 2px 4px;
	margin: 0;}
	
.star {
	color: #951614; 
	font-weight:bold;}
	
#regform {
	background: #f8f8f8;
	border: 1px dashed #c0c0c0;
	padding: 5px;
	text-align: left;
	margin: 20px 0 5px 0;}
	
#regform .legend{ 
	text-align:right; 
	color: #951614;
	font: bold 16px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding: 2px 4px;
	margin: 0;}

#regform .row{ 
	padding: 10px 0px 10px 0;}
	
#regform .bottomrow{ 
	padding-bottom: 30px; 
	padding-top: 10px;}
		
#regform .col1{ 
	float: left; 
	padding: 0 15px 0 0;}
	
#regform .col2{ 
	float: left; 
	padding: 0 15px 0 0;}
	
#regform .lastcol{ 
	clear:both
	padding: 0 15px 0 0;}

#regform .label {
	font: bold 12px Verdana, sans-serif;}

#contactform input {
	margin: 3px 5px 5px 5px; 
	background-color: #ffffff; 
	color: #000000; 
	border: 1px solid #c2c2c2;}

#contactform textarea {
	font: normal 12px Verdana, sans-serif;
	margin: 3px 5px 5px 5px; 
	background-color: #ffffff; 
	color: #000000; 
	border: 1px solid #c2c2c2;}

#contactform .button {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;
	clear: both;}
	
#contactform .button {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;
	clear: both;}

/*  Your smaller images can be floated to the left or the
right so your text can flow around them. You can also have
the images appear with or without a small border. The items
below sets the properties for the classes you may apply to
your images.  */

.image-border {
	border: 5px #c2c2c2 double;}
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 5px #c2c2c2 double;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 5px #c2c2c2 double;}
	
/* Next Button */
#btnNext {
	color:#000;
	text-align:left;
	width:133px;
	height:26px;
	font-size:12px;
	line-height:24px;
	background:url(images/navNextButton-Off.png) top left no-repeat;
	font-weight:bold; 
	float:right;
}

#btnNext:hover{
	background:url(images/navNextButton-Over.png) top left no-repeat;
	color:#fff;
}

#btnNext a{
	text-decoration:none; 
	margin-left:18px;
}
#btnNext a:hover{
	text-decoration:none; 
	color:#fff;
}

/* Paypal Button */
#btnPayPal {
	float:right;
}


/* Previous Button */
#btnPrev {
	color:#000;
	text-align:right;
	width:133px;
	height:26px;
	font-size:12px;
	line-height:24px;
	background:url(images/navPrevButton-Off.png) top left no-repeat;
	font-weight:bold; 
	float:left;
}

#btnPrev:hover{
	background:url(images/navPrevButton-Over.png) top left no-repeat;
	color:#fff;
}

#btnPrev a{
	text-decoration:none; 
	margin-right: 18px;
}
#btnPrev a:hover{
	text-decoration:none; 
	color:#fff;
}

.error { 
	color:#990000; 
	font-size:0.8em; 
	font-weight:bold;
}

#dropcontentsubject{
	width: 250px;
	font-weight: bold;
	color: #951614;
	font: normal 20px Tahoma, Geneva, sans-serif;
	letter-spacing: 2px;
	text-align: center;
	padding: 7px 0 7px 0;
}

.dropcontent{
	text-align:center;
	display:block;
}
