/* CSS Document */

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height:normal;
	}
.text_top {
vertical-align:top
	}
.text_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height:normal;
	margin-left:10px;
	}
.text_smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height:normal;
	}
.text_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height:normal;
	}
/* Headers */
h1, h2, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px;

}
h1 { font-size: 20px; font-weight: normal; color: #99141c; letter-spacing: -1px; margin-top:15px;}
h2 { font-size: 29px; font-weight: normal; color: #99141c; letter-spacing: -1px; margin-top:5px;}
h3 { font-family: Verdana, Arial, Helvetica, sans-serif; margin-top:20px; margin-bottom:5px;font-size: 14px; font-weight: bold; color: #99141c;}
h4 { font-size: 18px; margin-top:5px;}

/* Header end */

a.black:link		{text-decoration: none; color: #000;}
a.black:visited		{text-decoration: none; color: #000;}
a.black:active		{text-decoration: none; color: #000;}
a.black:hover		{text-decoration: none; color: #99141c;}

a.red:link			{text-decoration: underline; font-weight: bold; color: #99141c;}
a.red:visited		{text-decoration: underline; font-weight: bold; color: #99141c;}
a.red:active		{text-decoration: underline; font-weight: bold; color: #99141c;}
a.red:hover			{text-decoration: underline; font-weight: bold; color: #000;}

a.box:link			{text-decoration: none; color: #99141c;}
a.box:visited		{text-decoration: none; color: #99141c;}
a.box:active		{text-decoration: none; color: #99141c;}
a.box:hover			{text-decoration: none; color: #000;}

#main p{
margin-top:10px;
	}

.testimonials {
width: 620px;
border: 1px solid #ccc;
background-color: #f7efd6;
padding: 10px;
margin: 0 0 10px 0;
font-style:italic;
	}

body {
	margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-color:#676767;
	}

#shadow_wrapper {
	width:994px;
	background-image:url(../images/rochills-shad.gif);
	background-repeat:repeat-y;
	}
	
#content {
	position:relative;
	width:960px;
	margin-left:auto; /* Right and left margin widths set to "auto" */
	margin-right:auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color:#FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #4d4d4d;
	border-right: 1px solid #4d4d4d;
	}
	
#header {
	position:absolute;
	width:960px;
	height:100px;
	background-image:url(../images/header_logo.gif);
	background-repeat:no-repeat;
	z-index:999;
	}
	
#menu {
	position:absolute;
	top:65px;
	left: 182px;
	z-index:999;
	}
	
#search_box {
	position:absolute;
	top:100px;
	left: 10px;
	}
	
#main_box {
	position:relative;
	top:100px;
	left: 190px;
	width:770px;
	height:100%;
	}
	
#main_box_search {
	position:relative;
	top:100px;
	left: 190px;
	width:770px;
	height:1500px;
	}	
	
.main_box_push {
	height:350px;
	}

#top_pic {
	position:relative;
	width:770px;
	height: 313px;
	}
	
#top_pic2 {
	position:relative;
	width:770px;
	height:100px;
	}
	
#top_pic_box {
	position:relative;
	left: 0px;
	top:-65px;
	width: 750px;
	height:76px;
	z-index:999;
	}
	
.main_box ul {
	list-style-type: disc;
	margin:10px;
	margin-top:5px;
	padding:5px;
	}

.main_box li {
	margin-bottom: 10px;
	}	
	
/* footer */	
#footer-bottom {
	clear: both;
	border-top: 1px solid #99141c;
	width: 960px;
	margin-top: 50px;
	height:60px;
	}

#footer-bottom .bottom-left {
	text-align: left;
	float: left;
	padding-left: 5px;		
	}
	
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 5px;
	}
	
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -100px; /* the bottom margin is the negative value of the footer's height */
	}
	
.footer-bottom, .push {
	height: 100px; /* .push must be the same height as .footer */
	}