/* CSS for Arvada Website */

/* Generic Styles*/

html{height:100%}
html,body {margin:0;padding:0;}
body{
	background:#ffffff;
	min-width:800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	

}

h2{
	font-size: 14px;
	font-weight: bold;
	color: #0066cc;
	margin: 5px 0 0 0;
}

p{
	margin: 0 0 8px 0;
}

a{
	color: #000000;
}

a img {
	border: 0;
}

#main {
	width: 800px;
	height: 600px;
	z-index: 1;
}

#header{
	width: 800px;
	height: 121px;
}
/* IE5 Mac Hack \*/
#logo { overflow: hidden; }
/*/
#logo { text-indent: -100em; }
/* End Hack */

#logo{
	display: block;
	float: left;
	width: 800px;
	height: 121px;
	margin: 0;
}

#logo span{
	position: absolute;
	width: 800px;
	height: 121px;
	background-color: #ffffff;
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	background-position: center left;
	z-index: 1;

}

#contact{
	position: absolute;
	top: 15px;
	left: 600px;
	color: #99ff99;
	z-index: 200;
	font-weight: bold;
	text-align: right;
}

#contact a{
	color: #99ff99;
	text-decoration: none;
}

#contactNumber{
	font-size: 16px;
}

#left{
	float: left;
	width: 172px;
	height: 453px;
	background-image: url("images/left.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}

#right{
	float:left;
	width: 628px;
	height: 453px;
	background-image: url("images/content.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
}

#menu{
	clear: both;
	width: 628px;
	height: 26px;
	background-image: url("images/menubg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

#content{
	overflow: auto;
	width: 443px;
	height: 427px;
	padding: 0 175px 0 10px;
}

#leftLC{
	float: left;
	width: 172px;
	height: 453px;
	background-image: url("images/leftLC.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}

#contentLC{
	overflow: auto;
	width: 443px;
	height: 427px;
	padding: 0 175px 0 10px;
	background: #036 url("images/lcbg.jpg") no-repeat bottom right;
	color: #fff;
}

#contentLC h2{
	color: #fff;
}

#footer{
	clear: both;
	width: 800px;
	height: 26px;
	background: #3366cc;
	color: #ffffff;
}

#footer p{
	width: 800px;
	height: 26px;
	line-height: 26px;
	background: #3366cc;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	margin: 0;
}