﻿/* HRS logo design by Amanda Dowds.  If interested in having work done, please contact her at bonsai_lass@yahoo.com */



/* GLOBAL SETTINGS */

body {
	color: #ffffff;
	font-size: 75%;
	font-family: Verdana, Arial, sans-serif;
	line-height: 16px;
	background-color: #42465a;
}



/* DIVS */

#container {
	width: 820px;
	float: left;
	padding-left: 30px;
	margin: auto;
}

#header {
	text-align: right;
	padding: 30px 10px 10px 0px;
	color: #797d97;
}

#mainimg {
	float: right;
	padding-right: 20px;
}

#leftside {
	width: 180px;
	height: 100%;
	float: left;
}

#nav {
	width: 180px;
	height: 180px;
	float: left;
}

#content {
	padding: 10px 0px 30px 230px;
	clear: right;
	background-color: #42465a;
}

#logo {
	padding-left: 20px;
}

#affiliate {
	text-align: center;
	border: none;
}

#footer {
	width: 640px;
	float: right;
	text-align: center;
	font-size: 75%;
}

#assist {
	position: absolute;
	left: 870px;
	top: 105px;
}

/* LINKS */

#nav a:visited {
	display:block;
	width:170px;
	padding: 3px 0 3px 10px;
	color: #ffffff;
	text-decoration: none;
	border-left: 6px solid #7a7f9a;
	text-align: left;
	font-weight: bold;
	font-size: 100%;
}

#nav a {
	display:block;
	width:170px;
	padding: 3px 0 3px 10px;
	color: #ffffff;
	text-decoration: none;
	border-left: 6px solid #7a7f9a;
	text-align: left;
	font-weight: bold;
	font-size: 100%;
}

#nav a:hover{
	display: block;
	padding:3px 0 3px 10px;
	color: #000000;
	text-decoration: none;
	border-left: 6px solid #c0c0c0;
	text-align: left;
	font-weight: bold;
	background-color: #7a7f9a;
}

#nav ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

a:active {
	text-decoration: underline;
	color: #ffffff;
}

a:visited {
	text-decoration: underline;
	color: #ffffff;
}

a {
	text-decoration: underline;
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	background-color: #7a7f9a;
}

#affiliate a  {
	border: none;
	color:  #42465a;
	background-color: #42465a;
}

#affiliate a:visited  {
	border: none;
	color:  #42465a;
	background-color: #42465a;
}

#affiliate a:active  {
	border: none;
	color:  #42465a;
	background-color: #42465a;
}

#affiliate a:hover {
	background-color: #42465a;
}



/* MISCELLANEOUS */

h1 {
	font-size: 110%;
}

hr {
	width: 100%;
	color: #797d97;
	height: 1px;
} 

#brochure {
	width: 140px;
}

#brochure a {
	text-align:center;
	border: 1px solid #7a7f9a;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
        /* float: left; */
}