@charset "utf-8";
/* CSS Document */

*
{
	margin:0px;
	padding:0px;
}

body
{
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#29abe2;
}

#site_container
{
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

#main_site
{
	width:950px;
	text-align:left;
	margin:0px auto;
}

#top
{
	height:39px;
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
}

#top p
{
	font-size:16px;
	color:#000000;
	padding-right:20px;
	text-align:right;
	padding-top:4px;
	font-weight:bold;
}

#header
{
	height:346px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

#details_area_container
{
	background-image:url(../images/details_area_middle.png);
	background-repeat:repeat-y;
}

#details_area
{
	width:950px;
	backround-image:url(../images/details_area_top.jpg);
	background-repeat:no-repeat;
}

#details_area_left
{
	width:265px;
	float:left;
}

#menu
{
   width:265px;
   list-style:none;
   margin-top:10px;
}

#menu li
{
	list-style:none;
}

#menu li a
{
   display: block;
   height:28px;
   padding-top:8px;
   padding-left:20px;
   margin-top:5px;
   margin-bottom:5px;
   background-color:#cfcfcf;
   color:#0172bc;
   text-decoration:none;
   font-size:16px;
   border:#0172bc 1px solid;
   position:relative;
}

#menu li a:hover
{
   background-color:#bcb572;
   color: #FFFFFF;
}

#details_area_right
{
	width:666px;
	float:right;
}

h1, h2
{
	padding-left:20px;
	padding-top:40px;
	font-size:22px;
	padding-bottom:10px;
	color:#0172bc;
	text-align:left;
}

h2
{
	text-align:left;
	padding-left:20px;
	padding-right:10px;
}

.details_text
{
	font-size:14px;
	padding-left:25px;
	padding-right:20px;
	text-align:justify;
	padding-bottom:10px;
}

.details_text a:link, .details_text a:visited
{
	text-decoration:none;
	color:#0172bc;
}

.details_text a:hover
{
	text-decoration:underline;
}

#details_area_right img
{
	border:#cfcfcf 10px solid;
	margin:10px;
}

.clearify
{
	clear:both;
}

#footer
{
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	font-size:14px;
	color:#FFF;
}
/* table styles */
table.listing td, table.listing th {
	border:1px solid #fff;
	text-align:center;
}
table.listing th{
	background:#9097A9;
	color:#fff;
	padding:5px;
}
table.listing th a {
background:#9097A9;
	color:#fff;
		
}
table.listing td {
	background:#D8D8D8;
	color:#000;
	padding:3px 5px;
}
table.listing .bg td {
	background:#ECECEC;
}
table.listing .white td {
	background:#fff;
}
table.listing .first {
	border-left:0px solid #9097A9;
	text-align:left;
}
table.listing .last {
	border-right:0px solid #9097A9;
}
table.listing th.first {
	background:#9097A9 url(../img/bg-th-left.gif) no-repeat left top;
	border-left:0;
}
table.listing th.last {
	background:#9097A9 url(../img/bg-th-right.gif) no-repeat right top;
	border-right:0;
}
table.listing .style1 {
	font-weight:bold;
	color:#FF7A00;
}
table.listing .style2 {
	font-weight:bold;
	padding-left:16px;
}
table.listing .style3 {
	padding-left:25px;
}
table.listing .style4 {
	padding-left:35px;
}
table.form .last {
	padding:1px 0 1px 5px;
	text-align:left;
}
table.form th, table.form td {
	padding-left:10px;
}
table.form input.text {
	width:262px
}
/* table select */
div.table .select {
	float:right;
	margin-right:50px;
	width:200px;
	height:28px;
	background:#9097A9 url(../img/bg-select.gif) no-repeat;
	color:#fff;
 'background-color:#666666;
}
div.table
{
padding-left:10px;
}
.totalpagesdisplay, .navigator {
	float:left;
}
div.table .select strong {
	float:left;
	padding:5px 0 0 5px;
}
div.table .select select {
	float:right;
	width:78px;
	margin:2px 3px 0 0;
	text-align:right;
}
/* right column header */
#right-column .h {
	float:left;
	background:#7E878A;
	border:1px solid #B8B8B8;
	border-bottom:0;
	padding:3px 10px;
	color:#fff;
	text-transform:uppercase;
}
/* right column box */
#right-column .box {
	float:left;
	width:121px;
	padding:5px;
	border:1px solid #B8B8B8;
	background:#EBEBEB;
	margin:0 0 15px 0;
}
/* right column buttons */
.buttons {
	clear:both;
	text-align:center;
	padding:30px 0 15px 0;
}
.buttons input {
	margin:0 0 6px 0;
}
table.listing {
	width:613px;
	padding:0;
	margin:0;
	border:0px solid #9097A9;
}
table.listing th {
	border-top:0 !important;
}
table.listing th.full {
	border-left:0;
	border-right:0 !important;
	text-align:left;
	text-transform:uppercase;
}
table.listing {
	width:613px;
	padding-left:10px;
	margin:0;
	border:0px solid #9097A9;
	font-size:14px;
}
table.listing th {
	border-top:0 !important;
}
table.listing th.full {
	border-left:0;
	border-right:0 !important;
	text-align:left;
	text-transform:uppercase;
}
