@charset "utf-8";
/* CSS Document */

/*  -------  Main Reset   --------- */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, th, td
{
margin: 0; padding: 0; border: 0; outline: none;
}

body
{
line-height: 1;
font-size: 88% /* Decide for yourself if you want to include this. */;
background:#000;
}

h1, h2, h3, h4, h5, h6
{
font-size: 100%;
padding: .6em 0;
margin: 0 15px;
}

ul, ol
{
/*list-style: none;*/
}

a
{
color: black;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

.floatLeft
{
float: left;
padding: .5em .5em .5em 0;
}

.floatRight
{
float: right;
padding: .5em 0 .5em .5em;
}

/* ---------------------- MAIN MENU NAV ---------------------- */

#navcontainer ul
{
text-align: center;
padding-top: 1px;
padding-bottom:1px;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #300;
color: white;
width: 100%;
font-family: Verdana,Georgia,Arial,Helvetica,sans-serif;
line-height: 1.6em;
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;

/* matches link padding except for left and right */

}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
color: white;
text-decoration: none;

padding:4px;
}

#navcontainer ul li a:hover
{
background-color: #741503;
color: white;
}

#navcontainer .current { background-color:#741503; padding:4px;}
/* General styles */
	body {
	margin:0 auto;
	padding:0;			/* This removes the border around the viewport in old versions of IE */
	width:70%;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
	font-family:Georgia,Verdana,sans-serif;				/* The min-width property does not work in old versions of Internet Explorer */
	line-height:1.6em;
	font-size:0.88em;
	color:#7da7d9;
	background-image:url(../images/background.jpg);
	background-repeat: repeat-x;
	}
	a {
		color:##f68f65;
	}
	a:hover {
		color:#fff;
		/*background:#369;*/
		text-decoration:underline;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	
	h6 {
		font-weight:none;
		font-size:.92em;
		line-height:1.6em;
	}
	/* Header styles */
	#header {
	clear:both;
	width:100%;
	height:100%;
	background-color:#000;
	}
	
	#header .header_images {
		width:100%;
		height:100%;
		
	}	
	
	#header #headerbg {
		overflow:auto;
	}
	
	#logoimg {
		z-index:1000;
		position:fixed;
		left:10px;
		top:25px;
	}
		
	
	#welcomenote {
	position:absolute;
	z-index: 500;
	right:8%;	
	top:-12px;
	}
	
	.welcomelist ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	.welcomelist ul li {
		background-image: url(../images/checkmark.png);
		background-repeat: no-repeat;
		background-position: 0 .5em;
		padding-left: 1.2em;

	}

	
.maincontent {
		float:left;
		width:100%;
		position:relative;
		background:#000;
}

	/* Footer styles */
	.footer {
		clear:both;
		width:100%;
		border-top:5px solid #000;
		height: 225px;
		background: #000;
		color:#b3a234;
		margin:0 auto;
}

	#footer p {
		padding-top:10px;
		padding-left:10px;
		
	}

.footer_column {
	padding-top:10px;
	float: left;
	width: 25%;
	margin-left: 3%;
}

.footer_column a {
	color:#ffe2b1;
}

.footer h1 {
	font-size:1.2em;
	font-weight:bold;
	margin-left:3%;
}

.copyright {
	clear:both;
	float:left;
	margin-left:3%;
	padding-top:10px;
}


/*		--------------  CONTACT FORM STYLES  ----------------- */

form {
	width:400px;
	border:1px solid #ccc;
}
fieldset {
	border:0;
	padding:10px;
	margin:10px;
	position:relative;
}
label {
	display:block;
	font:normal 12px/17px verdana;
}
fieldset input {width:160px;}

#el10 {
	font-weight:bold; 
	margin:10px;
}

.info {
	font-weight:bold;
	font-size:.92em;
	line-height:1.2em;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	margin-top:20px;
	color:#CCCCFF;
}
#backgroundimage {
	background-position:right;
	right:30%;
	height:400px;
	width:200px;
}

#pgallery {
	z-index:1000;
}


/*		---------------------  BLOCKQUOTE STYLES ----------------- */

