/* ----------------- redefines the tag selectors ----------------- */

body {
	padding: 0px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px auto;
}


/* 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, ul, ol{
	text-align: left; /* not necessary if not using text-align center in body tag for older ie browsers. */
	text-decoration: none;
}

/* redefines the p tag */
p {
	font-size: 12px;
	color: #666666;
	text-transform: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	line-height: 21px;
	padding: 0px 30px 10px 15px;
}

h1 {
	color: #14A556;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #DCE9F2;
	margin: 0px 25px 10px 20px;
	padding: 10px 0px 5px 0px;
}

h2 {
	color: #0E5CAB;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	text-transform:uppercase;
	font-weight: normal;
	padding: 10px 0px 5px 30px;
	margin: 0px 25px 10px 20px;
}
h3 {
	color: #0E5CAB;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	padding: 15px 0px 5px 15px;
	margin: 10px 0px;
	
	
}
h4 {
	color: #0E5CAB;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0px 0px 5px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-right: 70px;
}

address {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0E5CAB;
	font-style: normal;
	font-weight: bold;
	padding: 5px 10 10px 10px;
	margin: 0px;
	border-right: 1px solid #C3D4E6;
	border-left: 1px solid #C3D4E6;
	clear: both;
	border-top: 1px solid #C3D4E6;
	border-bottom: 1px solid #C3D4E6;
}
address a:link{
	font-size:14px;
	color: #0E5CAB;
	font-weight: bold;
}

address a:hover{
	font-size:14px;
	color: #0BA24F;
}


/* creates the general link style for the site. this is not the main navigation.  */
a:link, a:visited {
	text-decoration: underline;
	color: #3873AF;
}
a:hover {
	text-decoration: none;
	color: #3B93EA;
}

/* ----------------- page layout elements ----------------- */

/* creates div container for header. setting the left and right margins to auto will center div. */
div#header {
	height: 246px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
}

/* creates the div container for the site. */
div#container {
	width: 970px;
	background-image: url(images/bg-container.gif);
	background-repeat: repeat-y;
	/*height: auto;*/
	padding: 0px;
	margin: 0px auto;
	border-right: 1px solid #B3CDE6;
	border-left: 1px solid #B3CDE6;
}

/* creates the div for the content */
div#content {
	margin: 0px;
	padding: 10px 10px 25px 30px;
	float: left;
	width: 720px;
	position: relative;
}
div#content ol, div#content ul {
	line-height: 18px;
	margin: 10px 15px 15px 35px;
	color: #666;
	font-size: 12px;
	padding-left: 15px;
}
div#content ul li{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
} 
div#content strong{
	color: #14A655;
	font-size: 13px;

}

/* creates the div for the sidebar */
div#sidebar {
	margin: 0px;
	float: left;
	width: 210px;
	padding: 0px;
}

/* creates the div container for the footer. */
div#footer {
	color: #0E5CAB;
	font-size: 9px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px 0;
	margin: 0px auto;
	clear: both;
	background-image: url(images/bg-footer.gif);
}

div#footer a:link, div#footer a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 7px;
	padding-left: 7px;
}

div#footer a:hover {
	text-decoration: underline;
	color: #D4E1F1;
}

/* styles the copyright div */
div#copyright {
	text-align: center;
	color: #0E5CAB;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	padding: 0px;
	margin: 0px auto;
	clear: both;
	width: 839px;
}

div#copyright a {
	font-size: 9px;
	color: #0E5CAB;
	font-weight: bold;
	text-align: center;
}

/* navigation */
div#nav {
	padding: 20px 0px 0px;
	clear: both;
	margin: 0px 5px;
}
	
ul#mainnav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul#mainnav li {
	display: inline;
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #A6C4E0;
	padding: 8px 5px 8px 20px;
	text-align: left;
}

ul#mainnav li a:hover {
	color: #FFFFFF;
	background-color: #10A553;
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #FFFFFF;
	background-color: #2588BF;
}
/* end navigation */
	

div#map {
	width:630px;
	padding: 0px;
	border: 1px solid #cccccc;
	margin: 20px auto;
}

div#flash {
	position: absolute;
	top: 112px;
	height: 237px;
	width: 380px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	left: 288px;
}

div#signin {
	margin: 0px auto;
	padding: 5px 0px 0px;
	text-align:right;
	width: 970px;
}

.clear {
	clear: both;
}

div#diyiframe {
	margin: 0 auto;
	width:650px;
}

/*  Audio elements  */
div#audio {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 208px;
	right: 761px;
	height: 29px;
	width: 200px;
}

/* web audio applet */
div#applet {
	width: 210px;
	height: 130px;
	background: url(images/webaudio.gif) center center no-repeat;
	position: relative;
	padding: 0px;
	text-align: center;
	margin: 0px;
}
 
div#applet div {
	position: absolute;
	top: 66px;
	left: 75px;
	width: 68px;
	height: 30px;
}

div#applet a {
	display: block;
	position: absolute;
	top: 103px;
	left: 70px;
	width: 70px;
	height: 8px;
}


/*--------------image styles------------*/

.rightimg {
	float: right;
	margin: 15px 0px;
	clear: both;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
.middleimg {
	border: 1px solid #C3D4E6;
	margin: 10px auto;
	text-align: center;
}

.leftimg {
	float: left;
	border: 1px solid #999999;
	margin: 5px 15px 15px 10px;
	
}


/* DIVs to create columns for paragraphs. */
div#leftpara {
	float: left;
	width: 240px;
	margin-bottom: 10px;
	padding-left: 10px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: left;
	margin-left: 3px;
}
div#rightpara {
	float: left;
	width: 250px;
	margin-bottom: 10px;
}


/*-----------text styles---------------*/

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.companyname {
	color: #549922;
	text-transform: none;
	font-weight: bold;
	font-size: 14px;
}

.important {
	color: #990000;
	text-transform: none;
	font-weight: bold;
	text-decoration: underline;
}

/* CLASSES to create columns for unordered lists. */


ul.leftul {
	float: left;
	padding: 0 0px;
	font-size: 12px;
	font-weight: normal;
}
