/* -------------------------------------------------------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background: #660099;
	margin: 0px; 
	padding: 20px 0px 40px; 
	text-align: center;
}

body#audio{
	background: #CCCCCC;
	margin: 0px; 
	padding: 0px; 
	text-align: left;
}

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: #000000;
	padding-left: 5px;
}

li {
	font-size: 9pt;
	}

h1 {
	color: #339966;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 2pt;

}

h2 {
	color: #999999;
	font-size: 16pt;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: -1pt;

}

h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	color: #993366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;

}

hr {

} 


blockquote {

}

cite {

}

marquee {
}

div#clear {
	clear:both;
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 100%;
}

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

div#navigation {
	width:202px;
	height:auto;
	left: 0;
	top: 0;
	text-align:left;
	vertical-align: bottom;
	float: left;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	padding-top: 0px;
	}

div#navigation p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #660099;
	padding-top: 5px;
	}

ul#mainnav {
	width:150px;
	margin: 10px 0px 0px 10px;
	padding: 20px 0px 0px;
}

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: 9pt;
	color: #993366;
	text-decoration: none;
	display: block;
	width: 150px;
	height:14px;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link,  ul#mainnav li a.current:visited{
	color: #FFFFFF;
	background-color: #336633;
	width: 145px;
	height:14px;
	padding-left: 5px;
}


/* -------------------------------------------------------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates the div container for the site. */
div#container {
	width:770px;
	height:auto;
	background-color:#FFFFFF;
	margin:0px auto;
	;
	padding: 0px;
	border: 1px solid #FFFFFF;
}

/* Creates DIV container for header. */
div#header {
	width:770px;
	height:120px;
	margin:0px;
	text-align: left;
	clear: both;
	background-color: #FFFFFF;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

div#subheader {
	width:764px;
	height:311px;
	margin:0px auto;
	clear: both;
	position:relative;
	padding: 0px;
	border: 1px solid #333333;
}

div#flasharea {
	width:563px;
	height:311px;
	position:absolute;
	left: 200px;
	top: 0px;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	}

address {
	width:252px;
	height:110px;
	position:absolute;
	left: 512px;
	top: 201px;
}

div#content {
	width:550px;
	height:auto;
	left: 200px;
	top: 0px;
	float: left;
	text-align: left;
	padding: 8px 8px 20px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}




/* Creates DIV container for left column. */
div#left {

}

/* 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-size: 7.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	clear: both;
	margin: 80px auto 0px;
}

div#copyright a:link, div#copyright a:visited, div#copyright a:active {
	font-size: 7.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

div#copyright a:hover {
	font-size: 7.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
}

/* -------------------------------------------------------------- FOOTER NAVIGATION ----------------- */


div#footer {
	width:770px;
	height:20px;
	text-align:right;
	clear: both;
	}

ul#footernav {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: right;

}

ul#footernav li {
	list-style-type: none;
	display: inline;
}

ul#footernav li a:link, ul#footernav li a:visited, ul#footernav li a:active {
font-size: 7pt;
color: #CCCCCC;
text-decoration: none;
display: inline;
padding: 0px 5px;
text-align:right;
}

ul#footernav li a:hover, ul#footernav li a.current:link,  ul#footernav li a.current:visited {
color: #666666;
}

/* -------------------------------------------------------------- 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;
	padding: 5px;
	margin: 5px;
	border: 1px solid #CCCCCC;
}

.right {
	float: right;
	padding: 5px;
	margin: 5px;
	border: 1px solid #CCCCCC;
}

.clear {
clear: both;
	padding: 5px;
	margin: 5px;
	border: 1px solid #333333;
}

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

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

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

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