@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #C00000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
img {
	border:0;
}
.hillstyle #container {
	width: 798px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.hillstyle #header { 
	background: #C00000; 
	padding: 0;
	margin: 0;
}

/*-----BEGIN TOP NAVBAR-----*/
.hillstyle #topnavbar {
	background: #333333;
	margin: 0px;
	padding: 0px;
	height: 35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
}
#topnavbar ul {
	height: 35px;
	width: 798px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align:center;
}
#topnavbar ul li {
	width: 133px;
	float: left;
	margin: 0;
	padding: 0;
}
#topnavbar ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
	display:block;
	width:133px;
	height:35px;
	line-height:35px;
	background-image:url(../images/topnavbar.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.currentlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EBEBEB;
	text-decoration:none;
	display:block;
	width:133px;
	height:35px;
	line-height:35px;
	background-image:url(../images/topnavbar.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.hillstyle #topnavbar a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFFFFF;
	text-decoration:none;
	background-image:url(../images/topnavbar.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.hillstyle #topnavbar a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFFFFF;
	background-image:url(../images/topnavbar.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	text-decoration:none;
}
.hillstyle #topnavbar a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFFFFF;
	text-decoration:none;
	background-image:url(../images/topnavbar.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.hillstyle #topnavbar a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCCCCC;
	text-decoration:none;
	background-image:url(../images/topnavbar.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.hillstyle #topnavbar p {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
}
/*-----BEGIN SIDEBAR-----*/
.hillstyle #rtsidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	border:#666666;
	border-bottom-width:thin;
	border-color: #C00000;
}
.hillstyle #rtsidebar h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #333333;
	padding:0;
	margin:0;
	text-align: center;
}
.hillstyle #rtsidebar p {
	font: 12px Arial, Helvetica, sans-serif;
	color:#333333;
}
.hillstyle #rtsidebar ul {
	font:italic bold 16px Arial, Helvetica, sans-serif 16px bold italic;
	color:#333333;
	padding:0;
	margin:0;
	text-align:center;
	list-style-type:none;
}
.hillstyle #rtsidebar ul li {
	font:italic bold 16px Arial, Helvetica, sans-serif 16px bold italic;
	color:#333333;
	padding:0;
	margin:0;
	text-align:center;
	list-style-type:none;
}


/*-----BEGIN CONTENT-----*/
.hillstyle #content {
	margin: 0 190px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.hillstyle #content p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin:0;
	padding:10px 0px;
}
.hillstyle #content h1 {
	color:#333333;
	margin:0;
	padding:0px 0px 10px;
	font: italic bold 18px Arial, Helvetica, sans-serif;
}
.hillstyle #content a:link {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}
.hillstyle #content a:active {
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}
.hillstyle #content a:visited {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}
.hillstyle #content a:hover {
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}

/*-----BEGIN INTERIOR PAGE CSS-----*/
.hillstyle #intheader { 
	background: #C00000; 
	padding: 0;
	margin: 0;
}
.hillstyle #intnavbar {
	background: #333333;
	margin: 0px;
	padding: 0px;
	height: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
#intnavbar ul {
	height: 25px;
	width: 798px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align:center;
}
#intnavbar ul li {
	width: 133px;
	float: left;
	margin: 0;
	padding: 0;
}
#intnavbar ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
	display:block;
	width:133px;
	height:25px;
	line-height:25px;
	background-image:url(../images/interiorpages/intnavbar.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.intcurrentlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EBEBEB;
	text-decoration:none;
	display:block;
	width:133px;
	height:25px;
	line-height:25px;
	background-image:url(../images/interiorpages/intnavbar.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.hillstyle #intnavbar a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFFFFF;
	text-decoration:none;
	background-image:url(../images/interiorpages/intnavbar.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.hillstyle #intnavbar a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFFFFF;
	background-image:url(../images/interiorpages/intnavbar.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	text-decoration:none;
}
.hillstyle #intnavbar a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFFFFF;
	text-decoration:none;
	background-image:url(../images/interiorpages/intnavbar.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.hillstyle #intnavbar a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCCCCC;
	text-decoration:none;
	background-image:url(../images/interiorpages/intnavbar.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.hillstyle #intnavbar p {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
}

.hillstyle #intcontent a:link {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}
.hillstyle #intcontent a:active {
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}
.hillstyle #intcontent a:visited {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}
.hillstyle #intcontent a:hover {
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}
/*-----BEGIN INTERIOR CONTENT-----*/
.hillstyle #intcontentwrapper {
	margin:0;
	padding:0;
	background: #FFFFFF;
}
.hillstyle #intcontent {
	margin:0;
	padding:0px 0px 20px;
	width: 798px;
	/*height: 1000px;*/
	background-image:url(../images/interiorpages/intbody.jpg);
	background-repeat:no-repeat;
}

.hillstyle #intcontent p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin:0;
	padding:0px 25px 20px 25px;
}
.hillstyle #intcontent h1 {
	color:#333333;
	margin:0;
	padding:15px 0px 10px 25px;
	font: italic bold 18px Arial, Helvetica, sans-serif;
}
#content2 {
position:relative;
z-index:1;
}
.hillstyle #intcontent h2 {
	color:#333333;
	margin:0;
	padding:15px 0px 10px 25px;
	font:bold 16px Arial, Helvetica, sans-serif;
}
.hillstyle #intcontent h3 {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #333333;
	margin:0;
	padding:3px;
	position:relative;
	top:10px;
	left:10px;
	width: 100px;
	text-align: left;
	border-bottom: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-top-style: none;
	border-left-style: none;
}

/*-----BEGIN CALCULATOR-----*/
.hillstyle #calc {
	padding: 0px 25px 20px 25px;
}
.hillstyle #calc td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
	
/*-----BEGIN BOTTOM LINKS*/
.hillstyle #bottomlinks {
	background-color:#666666;
	margin:0;
	padding:0;
	text-align:center;
}
.hillstyle #bottomlinks p{
	margin:0;
	padding:10px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.hillstyle #bottomlinks a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	text-decoration:none;
}
.hillstyle #bottomlinks a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	text-decoration:none;
}
.hillstyle #bottomlinks a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	text-decoration:none;
}
.hillstyle #bottomlinks a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	text-decoration:none;
}

/*-----BEGIN FOOTER-----*/
.hillstyle #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:0;
	background:#C00000; 
	text-align:center;
} 
.hillstyle #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
.hillstyle #footer a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
.hillstyle #footer a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
.hillstyle #footer a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
.hillstyle #footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

/*-----FLOATS-----*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.nomarginrt {
	float:right;
	margin: 0;
	padding: 0;
}
.nomarginlft {
	float:left;
	margin: 0;
	padding: 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*-----OTHER CLASSES-----*/
.bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
}
.rightb {
	border-right: 1px solid #646464;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
}

.notethis {
	font: italic bold 16px Arial, Helvetica, sans-serif;
	background: #FFFF99;
}
