@charset "utf-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
}

#wrapper {
	width: 960px;
	position: relative;
	left: 50%;
	margin:10px 0px 0px -480px;
	margin-bottom: 10px;
	border: 1px solid #666;	
	background: #fff url(images/bkrnd.gif) repeat-x top; 
}

body {
	background:  #F5F5F3 url(images/html-bg.gif) repeat-x;
	margin-bottom: 20px;
	font-size: 62.5%; font-family:Arial, Helvetica, sans-serif;
	/*text-align:center;*/
}

p {	
	font-size: 12px;
	padding:10px 5px 5px 0px;
	line-height: 1.6em;
}


ul {
	font-size: 12px;
	margin-left:25px;
	padding:10px 0px 10px 0px;
}

ul li {
	margin-bottom: 5px;
}

h1 {font-size:2em;}  /* displayed at 24px */
H2 {font-size:1.5em;}  /* displayed at 18px */
H3 {font-size:1.25em;font-weight: normal;}  /* displayed at 15px */
H4 {font-size:1em;}  /* displayed at 12px */

table h2 {
	font-size: 28px;
}

#selectBoxes {
	margin-left: 120px;
	padding:5px 0px 20px 20px;
	width: 600px;
	background: url(images/search_bkrnd.jpg) no-repeat top left;
}

#selectBoxes p {
	padding:0;
	margin-bottom: 4px;
}

#service {
	margin-left: 150px;
}

#rblService label {
	font-size: 12px;
	margin:0px 0px 0px 10px;
	line-height: 2em;
}
#rblService input.radio {
	border: 1px solid red;
	margin-top:10px;
}

table #rblService td  {
	padding:0;
}

#rptResults {
	border-top: 2px solid green;
}
#renoColumn1 {
	width: 90%;
}

#renoColumn1 h3 {
	font-size: 24px;
}

#renoColumn1 p {
	line-height: 1em;
	margin:0;
}

.resultsTitle {
	font-size: 24px;
	color: #666;
	width: 100%;
	border-bottom: 1px solid #666;   
}


.TextMed {
	font-size: 11px;
} 
	
.PageTitle {
	color: #FFFFFF;
}


input {
	padding: 3px;
}

/*-----------For admin page--------------------*/

#memberData {
	margin-top:40px;
}
#memberData table {
width:100%;
border: none;
}

#memberData table td {
	font-size:11px;
	padding:3px;
	border:none;
	border-bottom: 1px solid #E0DED8;
}
