/*This is for the main body of the web page*/
body {
	background-color: #FAF0D9;	
	margin-left: auto;
        margin-right: auto;
	padding: 0px;
	font-sixe: 16px;
        border-radius: 2px;
        text-align: left;
}

script {
        position:relative;
	max-width: 1000px;
	border: 1px solid #1d3b46;
	margin: .5em auto;
	background-color: #FAF0D9;
	font-family: Verdana;
        border-radius: 5px;
        img max-width: 1000px;
}



/*Master div wrapper that is centered on the page*/
#container {
        position:relative;
	max-width: 1000px;
	border: 1px solid #1d3b46;
	margin: .5em auto;
	background-color: #FAF0D9;
	font-family: Verdana;
        border-radius: 5px;
}

/*This code deals with the headings and the paragraphs*/
/*This is for the company header and logo*/

#head {
	background-color: #6c7f6a;
	text-align: center;
}
h1, h2, h3, p {
	padding:0;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
}
/*This is for heading 1.  It specifies text color, background color, and spacing*/
h1 {
	color: #4C1b1b;
	padding: 30px;
	background-color: #BD8D46;	
}
/*This is a comment*/
h2 {
	color: #B9121B;
	border-bottom: solid 1px #BD8D46;
	padding-top: 20px;
}    


#menu {
	float: left;
	/*Width of the menu div*/
	width: 18%;
	background-color: #FAF0D9;
	background-image: url(images/bgg4.gif);
	background-repeat: repeat;
        -moz-box-shadow: 10px -10px 5px #888;
        -webkit-box-shadow: 10px -10px 5px #888;
        box-shadow: 10px -10px 5px #888;
}

ul
{
    list-style-type: none;
}

li
{
    list-style-type: none;
}

ol
{
    list-style-type: none;
}



/* Column typically used for displaying content*/
#content {
	padding: .5em;
	margin: 0;
	/*This creates a space for the menu side bar*/
	margin-left: 20%;
	background-color:#FFF;
}

/*This is a comment*/
p.menu {
	background-color: #F6E497;
	font-size:12px;
	padding: 5px;
}
/*This is a comment*/
p.footer {
	background-color: #BD8D46;
	font-size:10px;
	text-align:center;
	padding: 5px;
}
/*This is a comment*/
/* STUFF HERE MAKES THE IMAGE GALLERY WORK */
ol {
	padding: 0px;
	margin:0px;
 }
 /*This is a comment*/
ol li img {
	display: block;
}
/*This is a comment*/
ol li {
	float: left;
	list-style-type: none;
	border: solid 1px #999;
	padding: 10px;
	margin:15px;
	text-align: center;
	background-color:#FFF;
}
/*This is a comment*/
cite {
	display:block;	
}

/*This is a class*/
.keepOpen {
	clear:both;
	}
	
		
	/*---------------------- CSS FOR THE FORM -----------------------------*/
form  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
fieldset {
	border: 1px solid #4C1b1b;
	width: 500px;
	margin: 20px 0px;
}
fieldset legend {
	color: #B9121B;
	font-weight: bold;
}
/*This changes the background and color of the text input areas */
.myTextInput {
	background-color: #F6E497;
	width: 200px;
	margin-bottom: 5px;
	color: #333;
	font-family:Verdana;
	font-size:12px;
}
.extraSpace {
	height: 30px;	
}
/*Removes the br tags*/
br { 
	display : none; 
} 
/*The next two blocks create the alignment to have these centered*/
label {
	position: relative;
	width: 120px;
	display: block;
	margin: 10px 0px;
	text-align:right;
}
/*Position the text entry ares to the right of the label text*/
label input, label select, label textarea { 
	position: absolute; 
	left : 125px; 
	top : 0px;
}
/*stylize the submit button*/
input.mySubmit { 
	margin-left: 125px; 
	background-color: #BD8D46;
	width: 200px;
	color:#24353f;
	font-size:14px;
}
*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}

body
{
	background: #fff;
	color: #777;
	margin: 0 auto;
	padding: 50px;
	position: relative;
	width: 620px;
}

h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #933;
	font: 17px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}

p a
{
	background: inherit;
	color: #777;
}



	
	/*This is a comment*/
	/*This is a comment*/
	/*This is a comment*/
	/*This is a comment*/
	/*This is a comment*/
	/*This is a comment*/
	/*This is a comment*/
	/*This is a comment*/
	/*This is a comment*/
	/*This is a comment*/
	/*This is a comment*/
	/*This is a comment*/
	/*This is a comment*/
	/*This is a comment*/