﻿#outer_div {
	position: relative;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-bottom: 20px;
}
#center_div {
	position: relative;
	width: 960px;
	height: auto;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/pr_round_bottom_white.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 10px;
	padding-bottom: 10px;
}
#page_title {
   position: relative;
   width: 960px;
   height: 30px;
   background-image: url(../images/black_title.png);
   float: left;
}
#page_title div {
   font-size: 13px;
   color: #FFFFFF;
   font-weight: normal;
   font-family: "Bell Gothic Std Light" , "Bell Gothic Std Black" , Arial;
   line-height: 13px;
   margin-left: 20px;
   margin-top: 10px;
}
#left_menu {
	position: relative;
	left: 0px;
	top: 0px;
	width: 140px;
	background-color: #CCCCCC;
	float: left;
	clear: both;
	color: #000000;
	height: 600px;
}
#left_menu ul {
   list-style-type: none; /*display: inline;*/
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #000000;
   margin: 0;
   padding: 0;
}
#left_menu li {
   list-style-type: none;
   display: block;
   width: 140px;
   height: 25px;
   margin: 0;
   padding: 0;
   line-height: 25px;
   vertical-align: middle;
}
.PRcontent {
   margin-top: 5px;
   margin-right: 10px;
   margin-left: 10px;
   clear: both;
   float: left;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   top: 10px;
   position: relative;
}
.PRcontent a {
   color: #000000;
}
a:hover {
   text-decoration: none;
}
.PR_hr {
   clear: both;
   float: left;
   width: 100%;
   height: 1px;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
   margin-top: 25px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   background-color: #cccccc;
   color: #CCCCCC;
}
#left_menu li div {
   display: block;
   height: 100%;
   padding-left: 10px;
   text-decoration: none;
   color: #FFFFFF;
   background-color: #660000;
   background-image: url(../images/red_gradient_bg.gif);
   background-repeat: repeat-x;
}
#left_menu li a {
   display: block;
   height: 100%;
   padding-left: 10px;
   text-decoration: none;
   color: #000000;
}
#left_menu li a:hover {
   text-decoration: none;
   color: #FFFFFF;
   background-color: #666666;
}
#right_content_outer{
	background-color: #FFFFFF;
	float: left;
	width: 820px;
	height: 600px;
}
#right_content {
	position: relative;
	left: 10px;
	top: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 50px;
	height:520px;
	overflow:scroll;
	overflow-x:hidden;
	float: left;
	width: 810px;
}
#graybg_content {
	color: #000000;
	width: 790px;
	position: relative;
	top: 10px;
	padding-bottom: 20px;
}
.contact_info {
   color: #000000;
   position: relative;
   left: 19px;
   top: 9px;
   width: 90%;
   height: auto;
}
.gray_bar {
   position: absolute;
   left: 0;
   top: 0px;
   width: 100%;
   height: 35px;
   background-image: url(../images/gray_center.gif);
}
.gray_round_left {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 8px;
   height: 35px;
   background-image: url(../images/gray_round_left.gif);
}
.gray_round_right {
   position: absolute;
   top: 0px;
   width: 8px;
   height: 35px;
   background-image: url(../images/gray_round_right.gif);
   background-repeat: no-repeat;
   right: 0px;
}
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
.clearfix {
   display: inline-block;
}
/* Hides from IE-mac \*/* html .clearfix {
   height: 1%;
}
.clearfix {
   display: block;
}

