/*
 * =GENERAL/MASTER CONTAINERS
 */
body {
	background-color: #e1e1e2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13;
	color: #000;
}

p,div,th,td,p,input,select,textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
h2 {font-size:18px; color: #cc6600}
h3 {font-size:12px; margin:0px; padding:3px; font-family:Verdana; font-weight:bolder;  background:lavender;  color:#000;  width:200px;}

#logo {
  text-align: left;
  width: 770px;
}

#container {
  background-color: #fff;
  text-align: left;
  padding: 10px;
  width: 770px;
}

#header {
	border: 1px solid #0b198c;
	background-color: #F5F5ff;
	margin: 0 px;
	padding: 0px;
	width: 768px;
}

#headercontent {
	border: 1px solid #D1D1E1;
	background-color: #F5F5ff;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#headerleft { padding: 3px; width: 400px; float: left;}

#headerright {
	background-color: #e1e4f2;
	padding: 3px;
	margin: 0px;
	width: 250px;
	float: right;
}

#navigation {
	background-color: #738fbf;
	color: #fff;
	font-weight: bolder;
	font-size: 12px;
	padding: 3px;
	text-align:center;
}
#search {margin-top: 7px;}

#content { 	margin-top: 15px; width: 750px; padding: 0px;}
#footer { width: 100%; padding: 1px; }
#right {padding-left: 10px;}

.wideleft {	vertical-align: top; width: 430px; padding-left: 0px; float: left;}
.narrowright {padding-right: 10px;	width: 300px; float:left;}
.description {	font-size: 12px;}
.bottom-border { border-bottom: 1px dashed #DCDCDC;}
.image { float:left;  text-align: left;}
#navigation ul { list-style: none; padding: 0; margin: 0; }
#navigation li { float: left; margin: 0 20px; }
#navigation a { color: #fff;; }
.red a {color: red; font-weight: bold;}
.title {font-size: large; color: #CC4200; font-weight: bold; }
	/*             styles for the star rater                */	
.star-rating {list-style:none; 	margin: 0px; padding:0px; width: 150px; height: 30px; position: relative; background: url(../images/star_rating.gif) top left repeat-x; }
.star-rating li {padding:0px; margin:0px; float: left;}
.star-rating li a {display:block; width:30px; height: 30px;	text-decoration: none; text-indent: -9000px; z-index: 20; position: absolute; padding: 0px; top:0px;}
.star-rating li a:hover {background: url(../images/star_rating.gif) left center; z-index: 2; left: 0px; }
.star-rating a.a1-star{	left: 0px; 	}
.star-rating a.a1-star:hover {width:30px;	}
.star-rating a.a2-stars {left:30px; }
.star-rating a.a2-stars:hover {width: 60px; }
.star-rating a.a3-stars {left: 60px; }
.star-rating a.a3-stars:hover {width: 90px;	}
.star-rating a.a4-stars {left: 90px; }	
.star-rating a.a4-stars:hover {width: 120px; }
.star-rating a.a5-stars {left: 120px;}
.star-rating a.a5-stars:hover{width: 150px;}
.star-rating li.current-rating{	background: url(../images/star_rating.gif) left bottom; position: absolute; height: 30px; display: block; text-indent: -9000px; 	z-index: 1; left:0px; top:0px; }	
