/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background: #775100 url(images/bg.gif);
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

body#audio {
	background: #775100;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: left; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family:"Trebuchet MS", Arial, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

/* Redefines the p tag */
p {
	font-size: 10pt;
	color: #666600;
}

li {
	font-size: 9pt;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3D8037;
	font-size: 20pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
	line-height: 20px;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 35px;
}

h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	font-variant: small-caps;
	background-color: #CCCC99;
	padding: 3px;
	color: #734C00;
	width: 250px;
	margin-top: 30px;
}

h3 {
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 14pt;
	clear: both;
	padding: 3px;
	color: #993300;
	font-weight: normal;
	font-variant: small-caps;
}

address {
	text-align: right;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #006633;
	background-color: #FFED9A;
	padding: 5px;
	height: auto;
	width: 215px;
	float: left;
	border: 1px solid #CCCC99;
	background-image: url(images/bg_address.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

address a:link{
	text-align: right;
	font-family: "Book Antiqua", Garamond, "Times New Roman";
	font-size: 9pt;
	font-style: normal;
	color: #999999;
}

blockquote {
	background-color: #FF6600;
	width: 500px;
	padding: 10px;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12pt;
	text-align: center;
	margin-left: auto;
	margin-right: 2px;
}

cite {
	text-align: right;
	font-family: "Book Antiqua", Garamond, "Times New Roman";
	font-style: normal;
	font-size: 9.5pt;
	color: #666666;
	font-weight: bold;
}

/* ----------------- MAIN NAVIGATION ----------------- */
div#navcontainer {
	width:390px;
	height:150px;
	position:absolute;
	left: 410px;
	top: 0px;
}

ul#mainnav {
	margin: 0px;
	padding:0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFED9A;
}

ul#mainnav li {
	list-style-type: none;
	display: inline;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 8.5pt;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 385px;
	font-weight: bold;
	padding-left: 5px;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited{
	color: #3D8037;
	background-color: #FFED9A;
	padding-left: 5px;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Here are some basic page elements that you might find useful. Please feel free to delete the ones you do not use in final layout. */

/* Creates DIV container for header. */
div#header {
	width:800px;
	height:150px;
	background-color:#3D8037;
	clear:both;
	position: relative;
	margin:0px auto;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: 201px;
}

div#headerright {
	width:599px;
	float:right;
	height:150px;
	left: 201px;
	top: 0px;
	text-align:left;
	background-color: #3D8037;
	border-bottom: 1px solid #333333;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	}
	
/* Creates the div container for the site. */
div#container {
	width:800px;
	height:auto;
	margin: 10px auto;
	background-color: #cccc99;
	padding-bottom: 15px;
	border: 1px solid #3D8037;
}

div#content {
	width:745px;
	height:auto;
	margin: 10px auto 20px;
	background-color: #ffffff;
	padding: 10px 10px 5px;
	border: 1px solid #91915E;
	text-align: left;
}

div#content p{
	padding: 0px 80px 0px 30px;
}

div#logo {
	width:200px;
	height:150px;
	float:left;
	color:#CCCCCC;
	margin: 0px;
	padding: 0px;
	position:absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	}
	
div#logo p {
	font-family: "Book Antiqua", Garamond, "Times New Roman";
	font-size: 20pt;
	letter-spacing: -1pt;
	text-transform: lowercase;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* Creates DIV container for left column. */
div#left {
	width:370px;
	height:auto;
	float:left;
	padding: 10px;
}
/* Creates DIV container for middle column. */
div#middle {
}
/* Creates DIV container for right column. */
div#right {
}
/* Creates the div container for the copyright. */
div#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CCCC99;
	padding: 10px;
	margin: 15px;
}

div#copyright a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CCCC99;
}


div#clear {
clear: both;
}


/* ----------------- FOOTER NAVIGATION ----------------- */
div#footernavcontainer {
	width:700x;
	height:20px;
	padding-top: 30px;
	text-align: right;
}

ul#footernav {
	margin: 0px;
	padding:0px;
	text-align: right;
}

ul#footernav li {
	list-style-type: none;
	display: inline;
	text-align: right;
}

ul#footernav li a:link, ul#footernav li a:visited, ul#footernav li a:active {
	font-size: 8pt;
	color: #21691A;
	text-decoration: none;
	display: inline;
	padding: 2px 5px;
	text-align: right;
}

ul#footernav li a:hover, ul#footernav li a.current:link, ul#footernav li a.current:visited{
	color: #FFED9A;
	background-color: #21691A;
}



/* ----------------- FORM ELEMENTS ----------------- */

fieldset {
	padding:5px;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 500px;
}

legend {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
}

label {
}

/* The following two styles are optional, if you want to style your textfields or textareas. */

input {
	background-color: #FF6600;
	color: #ffffff;
	border: 1px solid #666666;
}

textarea {
	background-color: #FF6600;
	color: #ffffff;
	vertical-align: text-top;
	border: 1px solid #666666;
}

/* ----------------- LIST ELEMENTS ----------------- */

ul#services {
}

/* These were required in the assignment and should be used. */

dl {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9pt;
	margin-top: 10px;
}

dt {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 8pt;
	font-variant: small-caps;
	background-color: #ff6600;
	padding: 3px;
	color: #ffffff;
	letter-spacing: 2pt;
	margin-top: 10px;
	width:240px;
}

dd {
	padding: 3px;
	margin: 15px;
	width: 500px;
}

/* -----------------IMAGE AND FLOAT ELEMENTS ----------------- */
.left {
	float: left;
	margin: 10px;
	border: 1px solid #666666;
	padding: 5px;
}
.right {
	float: right;
	padding: 2px;
	margin: 10px;
	border: 1px solid #006633;
}

object {
	float: right;
	padding: 2px 30px 2px 2px;
	margin: 2px;
}

.clear {
clear: both;
}
/* ----------------- YOUR CUSTOM CLASSES ----------------- */

/* Before you add any, always think ... is there an existing tag I can redefine? */
