/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background: #0099CC;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px 0px 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. */
}

/* 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: 9pt;
}

li {
	font-size: 9pt;
	}

h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #336633;
	font-size: 20pt;
	padding-top: 10px;
	padding-left: 10px;

}

h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14pt;
	color: #FF6600;
	float: right;
	height: auto;
	width: 350px;
	margin: 5px;
	padding: 15px;
	background-color: #FFCC33;
	border: 1px solid #000000;
	text-align: left;

}

h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12pt;
	color: #006666;
	font-weight: normal;
	line-height: 20px;
	padding-left: 8px;

}

hr {
color: #369;
background-color: #369; 
} 

address {
	width:170px;
	height:auto;
	border: 1px dotted #006666;
	padding: 8px;
	margin: 5px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 8pt;
	color: #006666;
	font-style: normal;
	font-weight: normal;
}

blockquote {

}

cite {

}

marquee {
}

/* ----------------- MAIN NAVIGATION ----------------- */

div#navigation {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-align: left;
	margin: 15px 20px 30px 5px;
	padding: 20px 5px;
	height: auto;
	width: 150px;
	float: left;
	font-style: normal;
	font-weight: normal;
	position: relative;
	}

ul#mainnav {
	margin: 0px;
	width: 150px;
	padding: 0px;
	border: 1px solid #0099CC;
	background-color: #0099CC;
}

ul#mainnav li {
	list-style-type: none;
	display: inline;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 9pt;
	color: #336633;
	text-decoration: none;
	display: block;
	padding: 4px;
	margin: 2px 5px 2px 2px;
	background-color: #aee3c9;
	width: 130px;
	border-left: 4px solid #FF9900;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link,  ul#mainnav li a.current:visited{
	color: #FFFFFF;
	background-color: #336633;
	padding: 4px;
	border-left: 4px solid #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
}



/* ----------------- 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 the div container for the site. */
div#container {
	width:750px;
	height:auto;
	background-color:#FFFFFF;
	margin: 5px auto 0px;
	padding: 5px 0px 10px 0px;
	border-top: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #000000;
}

/* Creates DIV container for header. */
div#header {
	width:741px;
	height:158px;
	margin:0px auto;
	background-color: #FF6600;
	border: 1px solid #FF3300;
	padding: 0px 0px 10px;
}

div#content {
	text-align: left;
	padding: 5px;
	height: auto;
	width: 725px;
	border: 1px solid #0099CC;
	margin-top: 10px;
	background-color: #95E4FF;
}

div#content p{
	padding: 4px 4px 4px 20px;
	}

div#clear {
	clear:both;
	}

div#logo {
	}
	
div#logo p {
}

div#footer {
	padding: 10px 0px 0px;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FF6600;
}

/* Creates DIV container for left column. */
div#left {
	width:170px;
	height:auto;
	padding:0px;
	float: left;
}
/* Creates DIV container for middle column. */
div#middle {
}
/* Creates DIV container for right column. */
div#right {
	width:505px;
	height:auto;
	padding:5px;
	float: right;
	background-color: #FFFFFF;
	border: 1px solid #0099CC;
}
/* Creates the div container for the copyright. */
div#copyright {
	font-size: 7.5pt;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

ul#contentlist {
	width:100px;
	height:auto;
	padding-left:20px;
}


ul#contentlist li {
	font-size: 9pt;
	padding-left: 10px;
	}

/* ----------------- TABLE ELEMENTS ----------------- */

/* Apply this ID to your Services table. The only properties in the code should be the table tags; no widths, colors, spacing, etc. */

table#services {

}
caption {
	font-family:"Trebuchet MS", Arial, sans-serif;
	text-align: left;
	font-size:9pt;
}
th {

}

td {
	vertical-align: top;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9pt;
	padding: 3px;

}

table#sound{
	padding:0px;
	margin:0px;
	width:auto;
	height:auto;
	}

table#sound td{
	vertical-align: top;
	height: auto;

}

/* ----------------- UTILITY NAVIGATION ----------------- */

div#utilitynav {
	width:680px;
	height:20px;
	margin:4px;
	text-align:center;
	clear: both;
	}

ul#utilitynav {
	margin: 0px;
	text-align: right;
}

ul#utilitynav li {
	list-style-type: none;
	display: inline;
	text-align: center;
}

ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
	display: inline;
	text-align: right;
	padding: 4px;
}

ul#utilitynav li a:hover{
	color: #FF6600;
	text-decoration: underline;
}



/* ----------------- FORM ELEMENTS ----------------- */

fieldset {

}

legend {

}

label {
}

/* The following two styles are optional, if you want to style your textfields or textareas. */

input {

}

textarea {

}

/* ----------------- LIST ELEMENTS ----------------- */

ul#services {
}

/* These were required in the assignment and should be used. */

dl {

}

dt {

}

dd {

}

/* -----------------IMAGE AND FLOAT ELEMENTS ----------------- */
.left {
	float: left;
	margin: 0px 10px 10px;
	border: 1px solid #666666;
	padding: 5px;
}
.right {
	float: right;
	padding: 5px;
	margin: 5px;
}
.clear {
clear: both;
}

div.caption {
	float: left;
	margin-right: 5px;
}

div.caption p {
	text-align: center;
}

/* ----------------- YOUR CUSTOM CLASSES ----------------- */

/* Before you add any, always think ... is there an existing tag I can redefine? */
a:link {
	color: #336633;
}
