/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0 auto;
	padding: 0;
	background: #D2D0D1 url(images/bg-body.jpg) repeat-x top;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;

}
/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, address, blockquote, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
h1, h2, {/* Styles h1, h2,   tags */
	color: #247262;
	margin-right: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
h1 {
	font-weight: bold;
	font-size: 22px;
	padding: 0px 0px 2px 35px;
	text-transform: none;
	color: #972D2D;
	
}
h2 {
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 10px;
	text-transform: none;
	padding-left: 10px;
	margin-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8A2829;
	font-weight: bold;
}
h3 {
	font-size: 24px;
	padding: 10px 10px 5px 20px;
	color: #FFFFFF;
}
h4 {
	font-size: 16px;
	color: #ffdf93;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
	padding-left: 20px;
	padding-top: 10px;
}
div#triangle {
	position: absolute;
	top: 140px;
	right: 15px;
}

h5 {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	margin-left: 30px;
	font-style: italic;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 18px;
	color: #666666;
	padding: 5px 20px 5px 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

td {
	line-height: 18px;
}
		
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited, a:active{
	font-size:13px;
	color:#A33131;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration: underline;
}

a:hover {
	font-size:12px;
	color:#581E1A;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
address {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #236853;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 20px 5px 20px 7px;
		
}

address a:link{
	font-size:12px;
	color: #058A3B;
	font-weight: bold;
	text-transform: uppercase;
}

address a:hover{
	font-size:11px;
	font-weight: bold;
	color: #55C518;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 927px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg-container.gif);
	background-repeat: repeat;
}

div#containersplash {
	width: 927px;
	background-image:url(images/bg-container-splash.gif);
	background-repeat: repeat-y;
	margin: 0px auto;

}

div#header {
	height: 286px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

div#headerabout {
	height: 355px;
	background-image: url(images/bg-header-about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

div#headersplash {
	height: 151px;
	background-image: url(images/bg-header-splash.jpg);
	position: relative;
}

.headtext {
	position: absolute;
	left: 13px;
	top: 155px;
	width: 700px;
	
}

.headtext2 {
	position: absolute;
	left: 13px;
	top: 155px;
}

div#content {
	width: 700px;
	padding: 30px 0px 20px;
	float: left;
	
} 
div#content ol, div#content ul {
	line-height: 18px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
}
div#content ul li{
	padding-left: 20px;
	list-style: url(none) none;
	padding-top: 0px;
	padding-bottom: 3px;
	color: #666666;
	margin-left: 10px;
	background: url(images/bullet.gif) no-repeat left top;
} 

div#content strong {
	color:#90292A;
	font-weight: bold;
}
div#contentsplash {
	background-image: url(images/bg-content-splash.jpg);
	height: 555px;
	width: 927px;
}

div#products {
	width: 700px;
	float: left;
	
}

div#pic {
	width: 145px;
	float: left;
	padding: 10px 0;
}

div#pic img{
	margin-left: 20px;
}

div#info {
	width: 500px;
	float:right;
	padding-right: 50px;
}


div#sidebar {
	float: left;
	width: 215px;
	padding: 0px;
	
}

div#sidebar p {
	line-height: 17px;
	color: #666666;
	padding: 10px;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
div#sidebar img{
	margin: 0px;
	text-align: center;
	float: left;
	padding: 10px 5px 0px 0px;
}

div#footer {
	clear: both;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	height: 48px;
	background-image: url(images/bg-footer.gif);
	background-repeat: no-repeat;
	
}
div#footerlogos {
	clear: both;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	top:30px;
	left:0;
	z-index:1000000000;
	height: 99px;
	width:917px;
	
}

div#footersplash {
	clear: both;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	height: 48px;
	background-image: url(images/bg-footer-splash.jpg);
	background-repeat: no-repeat;

}

div#copyright {
	text-align: center;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #6B1D1D;
	padding-top: 65px;
}

div#copyright a:link, div#copyright a:visited {
	color:#842626;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

div#copyright a:hover, div#copyright a.current:link, div#copyright a.current:visited {
	color: #591718;
	font-weight: bold;
	
}
	
div#admin {
	position: absolute;
	right: 41px;
	top: 138px;

}
div#admin a:link, div#admin a:visited {
	color:#A29E94;
}

div#admin a:hover, div#admin a.current:link, div#admin a.current:visited {
	color: #2E3134;
	font-weight: bold;	
	
}

div#videobtn {
	position:absolute;
	left: 736px;
	top: 32px;
}

/* web audio applet */


div#audio {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10px;
	right: -29px;
	height: 20px;
	width: 186px;
}


div#iframe {
	margin: 0 auto;
	
}

div#map {
	margin: 0px auto;
	text-align: center;
}


/* DIVs to create columns for paragraphs. */
.leftpara {
	float: left;
	padding-left: 20px;
	padding-right: 0px;

}	


/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */


ul#mainnav {
	width: 870px;
	position: absolute;
	left: 34px;
	z-index: 2;
	top: 106px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles links. Setting the display to block ensures  links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #7B2322;
	display: block;
	float: left;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 30px;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #B43637;
	border-left: 1px solid #872728;
}

/* Creates hover status. */
ul#mainnav li a:hover {
	color: #581617;
	width: auto;
	background: #FAB95D;
}

/* Creates current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #FFFFFF;
	width: auto;
	background: #BB3B3A;
}


/* ----------------- Utility NAVIGATION ----------------- */

/* Apply the ul#utilitynav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */


ul#utilitynav {
	width: 937px;
	z-index: 2;
	text-align: center;
	position: absolute;
	left: -9px;
	top: 141px;
}

/* Removes the default bullets. */
ul#utilitynav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles links. Setting the display to block ensures  links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	color: #65211E;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 15px;
	padding-left: 15px;
	text-transform: uppercase;
	border-right: 1px solid #FFFAF9;
}

/* Creates hover status. */
ul#utilitynav li a:hover {
	color: #BA3A39;
	font-size: 10px;
	font-weight: bold;
}


	

	

/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */

.rightimg
 {
	float: right;
	margin: 20px 0px 10px 15px;
	clear: both;
	border: 1px solid #999999;
	
}
.leftimg {
	float: left;
	clear: both;
	margin: 10px 20px 5px 40px;
	border: 1px solid #D3D2D7;
}

.middleimg{
	border: 1px solid #D3D2D7;
	padding: 0px;
	margin: 10px 0px 10px 20px;
	clear: none;
}


.clear {
	clear: both;
}


/* CLASSES to create columns for unordered lists. */
ul.leftul {
	font-size: 12px;
	font-weight: normal;
	padding: 10px 10px 0px;
	float: left;
	clear: none;
	margin: 0px;
}
ul.rightul{
	float: left;
	font-size: 12px;
	font-weight: normal;
	padding-left: 0px;
	padding-bottom: 10px;
	width: 225px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #942B2B;
}
/* VIDEO */
div#video { float:right; margin:10px;}