body
{
	font-family: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFBF0;
	line-height: 1.3em;
}
        .help a, .help a:hover, .help a:active, .help a:visited {
                width: 20px;
                margin-left: 4px;
                padding: 1px;
                font-weight: bold;
                color: #80B4E4;
        }


#wrapper
{
	width: 98%;
	margin: 0 auto;
	padding: 4px;
	background: #fff;
	border: 2px solid #E1E1E1;
}

#wrapper-d
{
        width: 100%;
        margin: 0;
        padding: 0px;
        background: #fff;
}



img {
	border: 0;
}

#nav
{
	background: #D6EBFF;
	padding: 10px;
	font-weight: bold;
}

td {
	text-align: left;
}

.themeList, 
a.themeList { 
	border: 3px solid #F1F1F1; 
} 

a.themeList:hover {border: 3px solid #ccc;}

#nav a
{
	width: 120px;
	height: 50px;
	color: #80B4E4;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
	font-size: 14px;
}
#nav a:hover
{
	width: 120px;
	height: 50px;
	text-decoration: none;
	background: #E4F2FF;
	font-weight: bold;
	color: #FFBF59;
}

#content
{
	margin-top: 10px;
	padding: 5px;
}

h1 {
	color: #701616;
	font-size: 20px;
}

fieldset
{
	padding: 10px;
	-moz-border-radius: 8px;
	border: 2px solid #b1b1b1;
	line-height: 1.5em;
}

legend
{
	color: #701616;
	font-weight: bold;
	font-size: 14px;
}

#served
{
	color: #4A7196;
	text-transform:uppercase;
}


#served2
{
	padding: 10px; 0;
	font-size: 10px;
	color: #4A7196;
	float: right;
}

#served2 a {text-decoration: none; font-size: 11px; padding: 0px; margin: 0px;}
#served2 a:hover{text-decoration: underline; font-size: 11px; padding: 0px; margin: 0px;}

.dir a {text-decoration: none;}

input
{
	padding: 3px;
	height: 20px;
}

.submit {
	height: 30px;
}

.statsmall
{
	font-size: x-small;
	padding: 0px;
	margin: 0px;
	display: inline;
}

#footer
{
	text-align: center;
	font-size: x-small;
	padding: 10px;
	background: #F8F8F8;
	margin-top: 20px;
}

#footer a
{
	text-decoration: none;
}

a {text-decoration: underline;}
a:hover{color:#ff9900; text-decoration: underline;}
.services
{
padding: 3px;
float: left;
width: 29%;
margin: 1px;
}

.services:hover
{
background: #F9FCFF;
}

.svc_report
{
border: 1px solid #BBD5ED;
background: #EFF7FF;
padding:4px;
}

.svc_report h2
{
margin:0px;
font-size:large;
}

#menu {
	top: 95px;
	left: 17px;
	margin: 0;
	padding: 0 10px;
	width: auto;
	height: 35px;
	background: #D6EBFF;
	white-space: nowrap;
	z-index: 1000;
	}
#menu ul {
	display: inline;
	margin: 0;
	}
#menu li {
	float: left;
	display: block;
	list-style: none;
	}
#menu li a {
	display: block;
	float: left;
	color: #80B4E4;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	}
#menu a:hover {
	background: #E4F2FF;
	color: #FFBF59;
	}
#menu .active {
	font-weight: bold;
	}
div#menu ul li a,
div#menu ul li a:hover,
div#menu ul li:hover,
div#menu ul li.over {
	z-index: 100;
}
div#menu ul li li {
	border: none;
	clear: left;
	margin: 0;
	padding: 0;
	display: inline;
}
div#menu ul li {
	position: relative;
}
div#menu ul li ul {
	display: none;
	width: 150px;
	background: #D6EBFF;
	position: absolute;
	top: 100%;
	text-align: left;
	padding: 0;
	margin: 0;
	left: 0;
	z-index: 150;
}
div#menu ul li:hover ul,
div#menu ul li.over ul {
	display: block;
}

#menu li li a {
	width: 150px; 
	background: #D6EBFF;
	font-size: 12px;
}

.arrow {
	font-weight: bold;
	padding-left: 3px;
	margin-top: -2px;
	position: absolute;
	text-decoration: none;
}

.bigrating{
	font-size: 125px;
}

#served2 a { color: #80B4E4; }


	/*             styles for the star rater                */	
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 125px;
		height: 25px;
		position: relative;
		background: url("http://www.dynamicmember.us/images/1x1.gif") top left repeat-x;		
	}
	.star-rating li{

		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		 float: left;

		display:block;
		width:25px;
		height: 25px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li a:hover{

		background: url("http://www.dynamicmember.us/images/1x1.gif") left bottom;
		z-index: 2;
		left: 0px;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:25px;
	}
	.star-rating a.two-stars{
		left:25px;
	}
	.star-rating a.two-stars:hover{
		width: 50px;
	}
	.star-rating a.three-stars{
		left: 50px;
	}
	.star-rating a.three-stars:hover{
		width: 75px;
	}
	.star-rating a.four-stars{
		left: 75px;
	}	
	.star-rating a.four-stars:hover{
		width: 100px;
	}
	.star-rating a.five-stars{
		left: 100px;
	}
	.star-rating a.five-stars:hover{
		width: 125px;
	}
	.star-rating li.current-rating{
		background: url("http://www.dynamicmember.us/images/1x1.gif") left center;
		position: absolute;
		height: 25px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}


		.themesf img {
			text-decoration: none !important;
			padding: 1px;
			border: 3px solid #E7E1D1;
			margin-top: 7px;
			background: #FFF;
		}
		.themesf A img {
			text-decoration: none !important;
			padding: 1px;
			border: 3px solid #CCD9A1;
			background: #FFF;
		}
		.themesf A:hover img {
			text-decoration: none !important;
			padding: 1px;
			border: #FFCC00 3px solid;;
			background: #FFF;
		}

#page_num_list {
	margin: 10px 0;
	font-size: 9px;
	font-weight: bold;
}

	#page_num_list li {
		margin-right: 2px;
		display: inline;
	}

		#page_num_list li a {
			padding: 3px 5px;
			border: 1px solid #BFCB9B;
			color: #853418;
		}

		#page_num_list li a:hover {
			color: #853418;
			border: 1px solid #E6BF0F;
		}

		#page_num_list li.active a {
			border: 1px solid #37670F;
			color: #FFF;
		}



#body_overlay {
        position: absolute;
        background-color: #000000;
        filter: alpha(opacity=65);-moz-opacity:.65;opacity:.65;
        filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 65);
        left: 0px;
        top: 0px;
        width: 1%;
        height: 1%;
        display: hidden;
        visibility: hidden;
}

#pop_box {
        top: 10%;

        border: 3px;
        border-style: double;
        border-color: black;
        background: #FFFFD0;
        padding: 5px;
	padding-top: 25px;
        width: 400px;
        height: 400px;
        display: none;
        visibility: hidden;
        position: absolute;
        z-index: 1000;
}

