/* CSS Document */

html {
	
	scrollbar-base-color: #663300;
	scrollbar-arrow-color: #ffff00;
	scrollbar-track-color: #330000;
	scrollbar-shadow-color: #000000;
	scrollbar-lightshadow-color: #ffff00;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #ffff00;
	scrollbar-3dlight-color: #000066;
}

	body {
	background-color: #ffffff;
}

/*bullit gifs*/
ul li {
	display: list-item;
	list-style-image: url(images/bullit1.gif);
	font-size : 80%;
}

/*big graphic at the top "page header"*/
#logo{
	position : absolute;
	top : 4px;
	left : 7px;
	width : 760px;
	Height : 81px;
	z-index : 50;
}

#navigation {
	position : absolute;
	top : 92px;
	left : 3px;
	width : 155px;
	height: 599px;
	z-index : 2;
	text-align: center;
	background-image:url(images/rock_bg.jpg);
	background-repeat:repeat;
	background-color: #000000;
	padding-top: 5px;
	border: 1px double #ffffff;
}
/*same for all pages address, phone*/
#footer {
	position : absolute;
	top : 708px;
	left : 26px;
	z-index : 3;
	width: 689px;
	height: 55px;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color : transparent;
	text-align:center;
	}
/*content classes*/
.content {
	font-family: "Arial", Helvetica, sans-serif;
	background-color: #FFFFFF;	
}

h1 {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 120%;
	font-weight: bold;
	color: #3333cc;
    background-color : transparent;
}

h2 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #6699ff;
	background-color : transparent;
}
h3 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #009966;
	background-color : transparent;
}
h4 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #3399cc;
	background-color : transparent;
}
h5 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	background-color : transparent;
}

p {
	font-family: "Arial", Helvetica, sans-serif;
	font-size : 80%;
	font-weight : normal;
	color : #000;
	background-color : transparent;
	/*line-height : 140%;*/
}	
.navbar {
font-size: 14px;
padding: 5px;

}

.navbar a:link {
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
	font-family: "Arial", Helvetica, sans-serif;
	background-color: #000000;
	padding: 5px;
	border: 1px double #ffffff;
	text-align: center;
	display: block;
	background-image: url(images/nav_bullit1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.navbar a:visited {
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
	font-family: "Arial", Helvetica, sans-serif;
	background-color: #000000;
	padding: 5px;
	border: 1px double #ffffff;
	text-align: center;
	display: block;
	background-image: url(images/nav_bullit1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.navbar a:hover {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-family: "Arial", Helvetica, sans-serif;
	background-color: #999999;
	padding: 5px;
	border: 1px double #cccccc;
	text-align: center;
	display: block;
	background-image: url(images/nav_bullit2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.navbar p {
	color: #ffffff;
}

.navbar blockquote {
	font-size: 85%;
	font-family: "Arial", Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	background-color: #000000;
	border: 1px solid #555555;
	margin: 5px;
	padding: 7px;
}
.formarea {
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#ffffff;
	background-image:url(images/form_bg.gif);
	background-repeat:repeat;
	color:#000000;
	font-style:normal;
	line-height:normal;
	font-weight:bold;
	border:1px solid #000000;
	margin:5px;
	padding:7px;
	text-indent:0px;
}
.navsub a:link {
background-color: #ffffff;
}

.navsub a:visited {
background-color: #ffffff;
}

/*content positioning*/
/* Whole Page content layout. omit all others*/
#textquadAll {
	position : absolute;
	top : 91px;
	left : 177px;
	width : 565px;
	height : 588px;
	z-index : 4;
	padding: 10px;
	border: 2px solid #000000;
}
	
#textquadLeft {
	position : absolute;
	top : 93px;
	left : 177px;
	width : 259px;
	height : 589px;
	z-index : 5;
	margin-right : 5px;
	padding: 10px;
	/*border: 2px solid #000000;*/
}

#textquadRight {
	position : absolute;
	top : 93px;
	left : 457px;
	width : 286px;
	height : 588px;
	z-index : 6;
	padding: 10px;
	/*border: 2px solid #000000;*/
}
	
/*span content links with links2*/
.links2 a:link, a:visited, a:active {
	color: #0066ff;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	vertical-align: top;
}
.links2 a:hover {
	color: #ff0066;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	vertical-align: top;
}
.redbig {
	color:#FF0000;
	font-weight:bold;
	font-size:150%;
}
