body {
	background: #669b6f;
	margin: 0px;
	padding: 0px;
	text-align: center; /* Used for centering pages in IE */
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, address, td {
	font-family: "Trebuchet MS", Tahoma, "Apple Garamond", Arial, sans-serif;
	text-align: left;
}
/* You may use pixels or ems for text sizing */
p, div#content li {
	font-size: .8em;
	line-height: 1.2ems;
}
h1 {
	font-size: 20pt;
	color: #00b050;
}
h2 {
	font-size: 18pt;
}
h3 {
	font-size: 16pt;
}
address {
	font-family: "Trebuchet MS", Tahoma, "Apple Garamond", Arial, sans-serif;
	font-style: normal;
}
a:link {
}
a:visited {
}
/* All links must inclde some type of hover interactivity */
a:hover {
	font-weight: bold;
}
a:active {
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 990px;
	background: white;
	margin: 0px auto;
	background: url(images/casano-electrical-content.jpg) repeat-y;
}
div#header {
	background:url(images/casano-electrical-header.jpg) no-repeat;
	width: 990px;
	height: 270px;
}
div#logo {

}
div#cta {
	margin: 195px 0 0 40px;
	width: 560px;
	height: 45px;
	float: left;
}
div#audio {
	float: right;
	margin: 90px 95px 0 0;
}
div#audio a:link {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
div#flash {
}
div#sidebar-contact-info {
	padding: 0 0 0 20px;
	color: #840208; 
	font-weight: bold;
}
div#content {
	float: left;
	width: 650px;
	text-align: left;
}
div#content a:link {
	color: #168f62;
	font-weight: bold; 
	text-decoration: none;
}
div#content a:hover {
	text-decoration: underline;
}
div#footer {
	background: url(images/casano-electrical-footer.jpg) no-repeat;
	width: 990px;
	height: 185px;
}

div#contact-info {
	padding: 12px 0;
	color: white;
	font-weight:bold;
	font-size: .8em;
}

div#contact-info address {
	display: inline;
}

div#owner {
	margin-top:10px;
	margin-bottom:5px;
}
div#owner a{
	color: #474641;
	font-weight: normal;
	font-size:11px;
	text-decoration: underline;
}
div#copyright {
	font-size: 9px;
	font-family: "Trebuchet MS", Tahoma, "Apple Garamond", Arial, sans-serif;
}
div#copyright img {
	border: none;
}
div#copyright a:link, div#copyright a:visited {
	color: #474641;
	text-decoration: none;
}
div#copyright a:hover {
	text-decoration: underline;
}
/* ----------------- VERTICAL NAVIGATION ----------------- */
div#nav {
	float: left;
	margin: 30px 0 0 40px;
}
ul#mainnav {
	margin: 0px;
	padding: 0px;
	
}
ul#mainnav li {

	list-style: none;
	width: 215px;
	height: 25px;
	margin: 0 30px 10px 0;
	padding-bottom: 10px;
	
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 14px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 5px 0 5px 20px;
	background: #63b045;

}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #ffc736;
}
/* ----------------------------  NAVIGATION (VERTICAL) ----------------------------  
div#nav{

}
ul#mainnav {
	background: #360;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 200px;
	padding: 5px;
	margin: 0px;
	border-right: 1px solid #ccc;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background-color: #990000;
}



/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	width: 990px;
	text-align: center;
}
ul#utilitynav {
	margin: 0px auto;
	padding: 0px;
	width: 600px;
	list-style-type: none;
	text-align: center;
}
ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	border-right: 1px solid #474641;
}
ul#utilitynav li:last-child {
	border: none;
}
ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	color: #660000;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 0px 10px;
	margin: 0px;
	font-weight: bold;
}
ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
}
/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */
img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}
.clear {
	display:block;
	clear:both;
}
/* ----------------- audio applet ----------------- */
.applet-body {
	background: #669b6f;
}
div#applet {
	width: 150px;
}
div#applet h1 {
	color: #ffca32;
	font-size: 14px;
	text-align: center;
}
#coupon {
	font-size: larger;
	padding: 25px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}
