@charset "utf-8";

/*this is for the whole page, sets default font attributes and centers page in browser.*/
body {
	line-height: 18px;
	margin: 25px;
	padding: 10px;
	text-align: left;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #333333;
}
.Quotes, .Quotes a:link, .Quotes a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #008b7e;
}
.Quotes a:hover {
	COLOR: #666666;
	TEXT-DECORATION: none;
}

/*attributes for default links, no underlines, */
a:link, a:active, a:visited {
	text-decoration: none;
}

/*attributes for hovering over default links, no underlines & changes color */
a:hover {
	text-decoration:none;
	color:#888844;
}

/*white and tan classes for different colored text and link behavior*/
.white, .white a:link, .white a:visited {
	COLOR: #FFFFFF;
    TEXT-DECORATION: none;
}
.tan, .tan a:link, .tan a:visited {
	COLOR: #888844;
	TEXT-DECORATION: none;
}
.tan a:hover {
	COLOR: #333333;
	TEXT-DECORATION: none;
}
.teal {
	color: #006666;
	font-weight: bold;
}
/*these are for the main header tags, customize these for headers over creating new style*/
h1 {
	margin-top: 15px;
	margin-bottom:15px;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom:5px;
	margin-top:10px;
	line-height:16px;
	color: #008b7e;
}
h3 {
	font-size: 12px;
	margin-top:0px;
	margin-bottom: 5px;
	font-weight: bold;
}

/*if need to change space above or below all paragraphs*/
p {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*Unordered List, if you're making a bulleted list, this changes indent and such.*/
ul {
	margin-top:0px;
	padding-left:20px
}

/*this is the outer container, telling it margins from the edges of browser. */
.container {
	margin: 0 auto;
	text-align: left;
}

/*this is the main content box, giving it a border around the edge and the background image.*/
.content {
	background:#FFFFFF;
	margin: 0 auto;
	border-color:#666666;
	border: 1px solid;
	vertical-align: top;
	background-image: url(images/soundwavething.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

/*padding can be applied to a td (cell) tag or to image if placing it within a box*/
.padded {
	padding-left: 14px;
	padding-right: 14px;
}

/*this is for the top menu, just noticed this word-spacing thing, havent used it before but seems to work*/
.menu {
	font-size:12px;
	text-align:right;
	padding-bottom: 5px;
	padding-right:10px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.background_left {
	background-image: url(images/hcc_wavegraphic_01.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.background_center {
	background-image: url(images/hcc_wavegraphic_02.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
