/*----------   MADISON PORT   ----------*/

/* The Following Removes the Bullet Points in FF when you create a list */
ul li {
list-style-image: none;
list-style-type: none;
}
/*----------------------------------------*/
a img { border: none; } /* removes borders from img links*/
/*----------------------------------------*/
body {
	text-align: center;
	
	}
#bodycontentmoz {
	margin: 0 auto;
	width: 1219px;
	text-align: left;
	background: none;
	
}
#bodycontent {
	background-color: #FFFFFF;
	position: relative;
	left: 0%;     /* -------- left and right at 0% keep it centered in internet explorer----------*/
	right: 0%;
	top:0px;
	width: 1199px;
	min-width: 1199px;
	margin: 0 auto;
	 /*------ this fixes the problem of any overflow from the divs keeping the footer in the right position------------*/
	border: none;
	min-height: 850px;
	height: auto;
	overflow: hidden;
}

#topmenu {
	position: relative;
	margin: 1px;
	padding: 1px;
	margin-bottom: 1em;
	float: left;
	font: 100% "Palatino Linotype";
	width: 100%;
	border-bottom: 1px solid #625e00;
	background-color: #FFFFFF;
}
* html #topmenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}
#topmenu ul li{
display: inline;
}

#topmenu ul li a{
float: left;
color: black;
padding: 2px 12px;
text-decoration: none;
background: url(rawfiles/topmenudivider.jpg) center right no-repeat;
}
#topmenu ul li a:visited{
color: black;
}

#topmenu ul li a:hover{
color: black;
background-color: #ffe84f;
}
#signup {
	position: absolute;
	top: 50px;
	left: 800px;
	width: 224px;
	height: 126px;
}

/*---------------------------------   USER MENU ------------------------------------------------------*/

#idList {
	margin: 0;
	padding: 0;
}
#UMtoggle {
	position: relative;
	left: 20px;
	text-align:center;
	width: 100px;
	height: 25px; 
	color: #888;
	border-top: #E4E9F2 1px solid;
	border-left: #E4E9F2 1px solid;
	border-bottom: #999 1px solid;
	border-right: #999 1px solid;
	background: #E4E9F2;
}
#UMtoggle:hover {
	border: #E4E9F2 1px solid;
}
#UMcontainer {
	left: 100px;
	width: 140px;
	height: auto;
	text-align: center;
	margin:0;
	padding: 0;
	clear: both;
	border: none;
	padding-bottom: 20px;
}
 
#idList li {
	display: block;
	margin: 0;
	padding: 4px;
	width: 128px;
	background: #515194;
	color: #888;
}
#usermenu
	{
	position: relative;
	left: 0px;
	font-family: arial;
	font-size: x-small;
	color: #FFFFFF;
	border: none;
	
	}

#usermenu ul li a{
	color: #FFFFFF;
	margin: 0px;
	background: none;
	text-decoration: none;
	width: 128px;
	height: 15px;
	padding: 5px 0 5px 0; /* This sets the padding for the elements in the userbox */
	display: inline-block;
	
}

#usermenu ul li a:hover {
	color: #FFF;	
}

.curved-box {
	position: relative;
    margin: 0px;
    width: 136px;
	background-color: #515194;

 	
}
/* ---------------------------------- NOTE PNGs SHOW UP A DIFFERENT COLOR IN IE so USE JPG  -------------------------------------- */
.curved-box h4 {
    background: #515194 url(include/images/curve_topUM.jpg) no-repeat left top;
    color: #f4fbfd;
    padding: 20px 10px 0px 10px;
	
	
}

.curved-box p	{
    background: #515194 url(include/images/curve_bottomUM.jpg) no-repeat left bottom;
    margin: 0px;
    padding: 10px 15px 10px 15px;
	color: #FFFFFF;
    text-align: center;
}

/*------------NAVIGATION w/in BODY CONTENT-------------*/

#mainnavigation {
	color: #000000;
	position: relative;
	margin-bottom: 1em;
	padding: 1px;
	font-family: "Palatino Linotype";
	font-size: smaller;
	left: 155px;
	top: 0px;
	height: 20px;
	width: 610px;
	background: none;
	
}
#mainnavigation ul {
	margin: 0; /*necessary for maintaining all the navs on the same plane*/
	padding: 0; /*also keeps the navs separated*/
	
}
#mainnavigation ul li {
	float: left; /*keeps the navs in horizontal orientation*/
	letter-spacing: 0;
	font-size: smaller;
}
#mainnavigation ul li a {
	text-decoration: none;
	display: block; /*keeps the navs separated*/
	text-align: center;  /*keeps the navs evenly spaced out*/
	outline: none;
	color: #999999; /* font color must be set here*/
}
#mainnavigation ul li a:hover {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom: dotted;
	border-bottom: #993333;
	color: #666666;
}
ul { list-style-position: outside; margin-left: 0px; padding-left: 30px; list-style: square; vertical-align: middle; }
li { margin: 0px; padding: 0px; }
ul {margin:0px;padding:0px;}

#nmenu {
	text-align: center;
	color: #999999;
	width: 80px;
	height: 20px;
	background: none;
}
#login {
	position: absolute;
	right: 130px;
	top: 0px;
	height: 17px;
	width: 200px;
	font-family: "Palatino Linotype";
	font-size: smaller;	
	border: 1px solid #EEEEEE;
	background: none;
	padding-top: 3px;
}
#login ul {
	margin: 0; /*necessary for maintaining all the navs on the same plane*/
	padding: 0; /*also keeps the navs separated*/	
}
#login ul li {
	float: left; /*keeps the navs in horizontal orientation*/
	letter-spacing: 0;
	font-size: smaller;
}
#login ul li a {
	text-decoration: none;
	display: block; /*keeps the navs separated*/
	text-align: center;  /*keeps the navs evenly spaced out*/
	outline: none;
	color: #999999; /* font color must be set here*/
}
#login ul li a:hover {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom: dotted;
	border-bottom: #993333;
	color: #666666;
}
#lmenu {
	text-align: center;
	color: #999999;
	width: 120px;
	height: 20px;
}
#pagetitle {
	top: 0px;
	background: none;
	position: relative;
	max-width: 359px;
	height: 75px;
	outline: none;
	left: 435px;
	
	}
#citytitle {
	top: 0px;
	background-color: #FFFFFF;
	position: relative;
	max-width: 196px;
	height: 40px;
	left: 502px;
	
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
#Sshowcontainer {
	position: absolute;
	top: 210px;
	left: 325px;
	width: 550px;
	height: 330px;
	border: none;
}
#show {
	position: absolute; 
	width: 505px;
	height: 305px;
	background: none;
	top: 0px;
	left: 0px;
}
#menubuttoncontainer {
	margin-top: 10px;
	top: 520px;
	position: absolute;
	text-align: center;
	width: 500px;
	height: 200px;
	left: 349.5px;
	background: none;
	
}
#menubuttons   /* total width is 1199px*/
{	
	position: relative;
	width: 500px;
	height: 92px;
	background: none;
}
#menubuttonsrow3
{	
	
	position: relative;
	width: 200px;
	height: 92px;
	background: orange;
	float: right;
		
}
#menubuttonsrow2
{	
	position: relative;
	left: 0px;
	height: 92px;
	width: 450px;
	margin: 0 auto;
	background: none;
	
	
}

a.button {
	background: transparent url('rawfiles/babutton.png') no-repeat scroll top right;
    color: #FFFFFF;
    display: block;
    float: left;
    font: normal 14px Arial;
    height: 91px;
    margin-right: 0px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('rawfiles/blbutton.png') no-repeat;
    display: block;
    line-height: 19px;
    padding: 36px 0 36px 18px;
} 
a.button:hover {
    background-position: bottom right;
    color: #FFFFFF;
    outline: none; /* hide dotted outline in Firefox */
	
}

a.button:hover span {
    background-position: bottom left;
    padding: 36px 0 36px 18px; /* push text down 1px */
	outline: none; /* hide dotted outline in Firefox */
} 
a.button:active {
    background-position: bottom right;
    color: #FFFFFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 36px 0 36px 18px; /* push text down 1px */
	outline: none; /* hide dotted outline in Firefox */
	
}


#madisonsearch {
	position: relative; /* needed to keep center */
	top: 0px;
	width: 280px;
	left: 495.5px;
}
#schrepcon {
	position: relative;
	top: 100px;
	width: 800px;
	padding-left: 100px;
	height: 50px;
	text-align: center;

}

/* about us page*/
#aboutusdoc {
	position: relative;
	left: 320px;
	max-width: 560px;
	top: 60px;
	font-family: "Palatino Linotype";
	color: #333333;
	font-size:smaller;
}
/* -----------------------------  SERVICES PAGE  --------------------------------------- */
#pageheaders {
	font-size: larger;
	position: relative;
	left: 562px;
	top:0px;
	font-family: "Trebuchet MS";
	color: #999999;
	width: 76px;
	overflow: hidden;
	
}

#servicenav {
	margin:0 auto 0 auto; /* in full to help IE5Mac */
	padding-bottom: 50px;
	
	width: auto;  /* important for keeping the border in position */
	height: 150px;
	position: relative;
	top: 100px;
	text-align: center;
	
	font-family: "Palatino Linotype";
	font-size: 14px;


	border-width: 5px;
	border-right-style: solid;
	border-right-color: #993333;
	border-left-style: solid;
	border-left-color: #993333;
	
	
}
#servicenav ul {
	width: 97%;
	display:inline;
	margin: 0;
	padding: 0;
	list-style:none;
	


}
#servicenav ul li {
	margin: 0;
	background: none;
	display:inline;
	padding: 0;
}
#servicenav ul li a {
	text-decoration: none;
	
	color: #333333;
	outline: none
}
#servicenav ul li a:hover{
	text-decoration: none;
	color: #999999;
	outline: none;
	border-bottom: 1px dotted #660000;

}




/* -----------------------------  Contact Us PAGE  --------------------------------------- */
#contacttable {
	position: relative;
	left: 150px;
	top: 200px;
	max-width: 900px;
	height: 130px;
	border-width: 2px;
	border-right-style: solid;
	border-right-color: #993333;
	border-left-style: solid;
	border-left-color: #993333;
	
}
#tablecontainer {
	position: relative;
	top: 20px;
	left: 75px;
	width: 800px;
	height: 130px;
	
}
table.contactus td {
	position: relative;
	font-family: "Palatino Linotype";
	text-align: left;
	font-size: .9em;
	letter-spacing: .1em;
	color: #333333;
	padding-left: 2em; 
	padding-right: 2em;
	
}
/* -----------------------------  Footer  --------------------------------------- */

 #footer {
 	
 	display: block;
	width: auto; /* width cannot be changed from this */
	left: 0;    /* left and right at 0 keeps footer centered in IE */
	right: 0;
 	position: absolute;
	bottom: 0px;
	
	padding-top: 0px;
	min-width:500px;

	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	z-index: 200;
	clear: both;
	border-top: 1px solid #EEE;
 }
#ymimg {
	position: absolute;
}
#footer a {
 	width: 99%;
 	text-decoration: none;
	outline: none;
	color: #000000; /* font color must be set here*/
}
#footer a:hover {
	color: #FFFFFF;
	background: #666666;
	}
#footersubdiv {
	left: 350px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	background: #FFFFFF;
	width: 500px;
	line-height: 15px;
}
/* -----------------------------  Registration  --------------------------------------- */
#regcontainer {
	width: 840px;
	left: 180px;
	top: 100px;
	position: relative;
	
	border: 2px #EEEEEE solid;
}
#regform {
 	position: relative;
	
	text-align: left;
	padding: 10px 10px 10px 40px;
	
	font-family: "Palatino Linotype";
	font-size: smaller;
}

#passinput {
	width: 150px;
}
#passinput span {display:none;}
#passinput:hover span {
   display: block;
   position: absolute;
   text-align: left;
   top: 15px; 
   left: -190px; 
   width: 130px;
   height: 45px;
   padding: 5px 17px; 
   margin: 10px; 
   z-index: 104;
   color: #444; 
   background: #DEE7FC;
   border: #DEE7FC 1px solid;
   border-right: #DADDE5 1px solid;
   border-bottom: #DADDE5 1px solid;
   font: 12px Verdana, sans-serif;
}
#emailinput {
	width: 150px;
	background: none;
}
#emailinput span {display:none;}
#emailinput:hover span {
	display: block;
	position: absolute;
	top: 130px;
	left: 340px;
	width: 300px;
	height: 45px;
	padding: 5px 17px;
	margin: 10px;
	z-index: 104;
	color: #444;
	background: #DEE7FC;
   	border: #DEE7FC 1px solid;
   	border-right: #DADDE5 1px solid;
   	border-bottom: #DADDE5 1px solid;
   	font: 12px Verdana, sans-serif; 
}

#cellinput {
	width: 90px;
}
#cellinput span {display:none;}
#cellinput:hover span {
   display: block;
   position: absolute;
   text-align: left;
   top: 235px; 
   left: -190px; 
   width: 130px;
   height: 30px;
   padding: 5px 17px; 
   margin: 10px; 
   z-index: 100;
   color: #444; 
   background: #DEE7FC;
   border: #DEE7FC 1px solid;
   border-right: #DADDE5 1px solid;
   border-bottom: #DADDE5 1px solid;
   font: 12px Verdana, sans-serif;
}

#whycontainer {
	width: 130px;
	height: 22px;
}
#why {
	position: relative;
	top: -60px;
	left: 240px;
	width: 50px;
	height: 22px;
}
#why span {display: none;}
#why:hover span {
   display: block;
   position: absolute;
   text-align: left;
   top: -55px; 
   left: 100px; 
   width: 400px;
   height: 85px;
   padding: 20px 15px; 
   margin: 10px; 
   z-index: 100;
   color: #444; 
   background: #DEE7FC;
   border: #DEE7FC 1px solid;
   border-right: #DADDE5 1px solid;
   border-bottom: #DADDE5 1px solid;
   font: 12px Verdana, sans-serif; 
}

#regiserror {
	width: 425px;
	height: 25px;
	background: none;
	color: #CC0000;
	font-family: "Palatino Linotype";
	font-size: small;
}
#regaccept {
	position: relative;
	top: 90px;
	left: 200px;
	width: 800px;
	
	text-align: center;
	font-family: "Palatino Linotype";
	font-size: small;
	color: #333333; 
}
/* ---------  PROFILE UPDATE  */
#bizpicturesUP {
	position: relative;
	text-align: center;
	top: -30px;
	width: 800px;
	left: 0px;
	height: 220px;
	display: inline-block;
	background: none;
	
}
#bpiccontainer {
	float: left;
	margin: 0 20px 0 20px;
	position: relative;
	height: 220px;
	width: 220px;
	background: none;
}
#bpicEMPTY {
	position: relative;
	text-align: center;
	top: -30px;
	width: 800px;
	left: 0px;
	height: 25px;
	display: inline-block;
	background: none;
}
#bpiccontainerE {
	float: left;
	margin: 0 20px 0 20px;
	position: relative;
	height: 25px;
	width: 220px;
	background: none;
}

 /* -----------------------------  ~almost everypage userID  --------------------------------------- */
 #userid {
 	position: relative;
	float: right;
	top: 10px;
	z-index: 10;
	
	right: 20px;
	width: 300px;
	font-family: "Palatino Linotype";
	font-size: smaller;
	color: #333333;
	background: none; 
 }
 /* -----------------------------  Loginpage  --------------------------------------- */
#loginresponse {	
	position: relative;
	top: 100px;
	height: 180px;
	width: 800px;
	left: 200px;
	
	font-family: "Palatino Linotype";
	font-size: smaller;
	
	color: #333333;
	
	border-width: 2px;
	border-right-style: solid;
	border-right-color: #993333;
	border-left-style: solid;
	border-left-color: #993333;
 	}
#loginform {
	position: relative;
	left: 100px;
	top: 25px;
	height: 130px;
	width: 600px;
	
}
#forgotlg {
	position: relative;
	width: 500px;
	height: 20px;
}
/* -----------------------------  PASS RESET  --------------------------------------- */

#reseterrors {
	position: absolute;
	top: -50px;
	left: 150px;
	height: 50px;
	width: 500px;
	text-align: center;
	background: none;
}
#passform {
	position: relative;
	left: 50px;
	top: 25px;
	height: 180px;
	width: 750px;
	background: none;
	
}
/* -----------------------------  BIZ REGISTRATION  --------------------------------------- */
#regcontainer2 {
	width: 900px;
	height: auto;
	top: 100px;
	position: relative;
	background: none;
	left: 150px;
	
	border-width: 2px;
	border-right-style: solid;
	border-right-color: #993333;
	border-left-style: solid;
	border-left-color: #993333;
}
#regform2 {
 	position: relative;
	background: none;
	text-align: left;
	padding: 10px 10px 10px 40px;
	
	font-family: "Palatino Linotype";
	font-size: smaller;
 }

#mpbizform {
 	min-height: 1600px;
	height: auto;
	}
#textarea {
	position: relative;
	text-align: left;
	background: none;
	width: 650px;
	height: 400px;
	background: none;
}
#textareaART {
	position: relative;
	text-align: left;
	background: none;
	width: 670px;
	height: 240px;
	
}
/* -----------------------------  BIZPROFILE  --------------------------------------- */

#bizprofile {
	
	width: 950px;
	height: auto;
	top: 100px;
	left: 85px;
	position: relative;
	
	padding-left: 40px;
	padding-right: 40px;
	
	border-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-style: solid;
	border-left-color: #999999;
	
	}
#bizname
	{
	top: -30px;
	position: relative;
	width: 500px;
	
	left: 225px;
	text-align: center;
	color: #444;
	font-family: "Arial";
	font-size: x-large;
	border-bottom: solid 2px #EBEFF5;
	
	}
#servicetitle
	{
	position: relative;
	
	width: 650px;
	left: 150px;
	top: -60px;
	text-align: center;
	color: #333333;
	font-family: "Palatino Linotype";
	font-size: medium;
	
	}
#bdHeader {
	width: 620px;
	height: 30px;
	float: right;
	right: 0px;
	text-align: center;
	position: relative;
	top: -20px;
	
	font-family: Agency FB;
	color: #444;
	text-decoration: none;
	word-spacing: 0.3em;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.2em;
	
	background: #CCCCFF;
	padding-top: 10px;
		
	border-top: 1px;
	border-top-color: #3366CC;
	border-top-style: dashed;
	

	
	
}
#bizdetails{
	top: -20px;
	width: 580px;
	height: 400px;
	text-align: left;
	padding: 10px 20px 10px 20px;
	right: 0px;
	position: relative;
	float: right;
	color: #444;
	font-family: "Palatino Linotype";
	font-size: medium;
	
	overflow: auto;
	
	background: #EFEFF5;
	border-width: 1px;
	border-style: dashed;
	border-color: #3366CC;
	border-left: none;
	border-right: none;
	
	
}

#bizpictures {
	position: relative;
	text-align: center;
	top: -30px;
	width: 950px;
	left: 0px;
	height: 220px;
	background: none;
	
}
#yoe {
	position: relative;
	text-align: left;
	top: 0px;
	left: 0px;
	
	width: 285px;
	height: 20px;
	background: #EFEFF5;
	border-top: dashed 1px #3366CC;
	padding: 5px 5px 0px 10px;
	color: #333333;
	font-family: "Agency FB";
	letter-spacing: 1px;
	font-size: 15px;
	
}
#pphr {
	
	position: relative;
	text-align: left;
	top: 0px;
	left: 0;
	padding: 0px 5px 5px 10px;
	
	width: 285px;
	height: 20px;
	background: #EFEFF5;
	border-bottom: dashed 1px #3366CC;
	color: #333333;
	font-family: "Agency FB";
	letter-spacing: 1px;
	font-size:  15px;
	
}	

#bizinfo {
	position: relative;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	max-width: 290px;
	
	
	top: -200px;
	left: 0px;
	font-family: "Palatino Linotype";
	font-size: smaller;
	color: #333333;
	background: #FCF4E8;
	clear: both; /* Necessary to keep the ratings in position due to the float settings in other divs */
	
	
	border-width: 1px;
	border-style: dashed;
	border-color: #FF9900;
	border-left: none;
	border-right: none;
	
}
#bizinfo.nomap {
	top: -482px;
	
}
#map {
	position: relative;
	float: left;
	top: -20px;
	width: 299px;
	height: 246px;
}
#nomap {
	position: relative;
	text-align: center;
	float: left;
	top: -20px;
	width: 299px;
	height: 46px;
	padding: 100px 0 100px 0;
	background: #FEDA8B;
	border: 1px #FCB213 solid;
}

#BOrating {
	position: relative;
	top: -70px;
	width: 155px;
	left: 800px;
	height: 50px;
	
	font-family: "Palatino Linotype";
	font-size: smaller;
	color: #333333;
	
}

#BPsubRT {
	position: relative;
	width: 200px;
	top: -75px;
	left: 95px;
	float: left;
	
	display: inline-block;
	font-family: "Palatino Linotype";
	font-size: smaller;
	color: #333333;

}
#bizcomments {
	clear: both; /* Necessary to adjust for the "float:left" setting of the previous starts */
	top: -40px;
	width: 780px;
	position: relative;
	left: 75px;
	font-family: "Palatino Linotype";
	font-size: small;
	color: #333333;
	padding: 10px 0 10px 0;
	background: #FEDA8B;
	border: 1px #FCB213 solid;
	
}
#reviewheader{
	position: absolute;
	top: -40px;
	font-size: medium;
	left: 340px;
	width: 100px;
	text-align: center;
	padding-bottom: 10px;
}
#usercomment {
	position: relative; 
	left: 55px;
	width: 670px;
	height: auto;
	margin: 10px 0 10px 0;
	padding: 0 0px 0 0px;
	background: #FFFFFF;
	border: 1px #99B5FD solid;
	border-top: 1px #FFFFFF solid;
	border-left: 1px #FFFFFF solid;
	border-right: 1px #888888 solid;
	border-bottom:  1px #888888 solid;
}
#commentdate {
	position: absolute;
	top: -5px;
	right: 5px;
	width: 180px;
	height: 15px;
	background: none;
	color: #999999;
	
}
#bottomspacer {
	clear: both;
	top: 80px;
	position: relative;
	left: 150px;
	width: 900px;
	height: 200px;
	background: none;
}
#tcommline {
	position: absolute;
	width: 770px;
	border-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#tcommu {
	position: relative;
	top: 20px;
	width: 120px;
	background: none;
	padding: 0 10px 0 10px;
	font-family: "Palatino Linotype";
	font-size: small;
	color: #333333;
}
#tcomm {
	position: relative;
	width: 500px;
	top: -19px;
	left: 140px;
	background: none;
	padding: 0 10px 0 10px;
	font-family: "Palatino Linotype";
	font-size: small;
	color: #333333;
}
#tcommt {
	position: relative;
	width: 150px;
	background: none;
	text-align: center;
	font-family: "Palatino Linotype";
	font-size: small;
	color: #333333;
}
#rateresponse {
	position: relative;
	text-align:center;
	top: 100px;
	width: 800px;
	left: 75px;
	
	font-family: "Palatino Linotype";
	font-size: smaller;
	z-index: 20;
	color: #333333;
}
/* -----------------------------  BROWSEBIZ  --------------------------------------- */
#browseratings {
	height: 20px;
	width: 110px;
}
#biztable {
	position: relative;
	margin-top: 20px;
	top: 0px;
	font-family: "Palatino Linotype";
	font-size: smaller;
	color: #333333;
	
	
	border-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	
}
#viewbiz {
	width: 950px;
	height: 1100px;
	
}
#ratebutton {
	text-align: center;
	position: relative;
	left: 400px;
	top: -120px;
	width: 100px;
	height: 20px;
	padding: 3px 10px 3px 10px;
	background: #CCCCFF;
	font-family: georgia;
	color: #555;
	border-top: 1px #CCCCFF solid;
	border-left: 1px #CCCCFF solid;
	border-bottom: 1px #888 solid;
	border-right: 1px #888 solid;
	
}
#ratebutton:hover {
	list-style: none;
	background: #FEDA8B;
	border: 1px #FEDA8B solid;
}


#subtypesmenu {
	margin: 0 auto 0 auto; /* in full to help IE5Mac */
	padding: 4px 10px 4px 10px;
	width: auto;  /* important for keeping the border in position */
	position: relative;
	top: 20px;
	font-family: "Palatino Linotype";
	font-size: 14px;
	background: none;
	text-align: center;
	
	
}
#subtypesmenu ul {
	position: relative;
	width: 700px;
	display:inline;
	margin: 0;
	padding: 0;
	list-style:none;
	
	
}
#subtypesmenu ul li {
	margin: 0;
	background: none;
	display:inline;
	padding: 0 20px 0 20px;
		
}
#subtypesmenu ul li a {
	text-decoration: none;
	
	color: #333333;
	outline: none
}
#subtypesmenu ul li a:hover{
	text-decoration: none;
	color: #999999;
	outline: none;
	border-bottom: 1px dotted #660000;

}

/* ------------------------------ RATINGS --------------------------------- */

.ratingblock {
	display:block;
	
	padding-bottom:8px;
	margin-bottom:8px;
	width: 200px;
	left: 30px;
	}
.subratingblock {
	display:block;
	padding-bottom:8px;
	margin-bottom:8px;
	width: 200px;
	left: 50px;
	}

.loading {
	height: 30px;
	background: url('r/images/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('r/images/starrating.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('r/images/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url('r/images/starrating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}	

/* --------------------------- MINISTARS RATINGS ----------------------------- */
.ratingblock {
	display:block;
	
	padding-bottom:8px;
	margin-bottom:8px;
	width: 200px;
	left: 30px;
	}
.subratingblock {
	display:block;
	padding-bottom:8px;
	margin-bottom:8px;
	width: 200px;
	left: 50px;
	}

.loading {
	height: 30px;
	background: url('r/images/working.gif') 50% 50% no-repeat;
	}
	
.miniunit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 20px;
	position: relative;
	background: url('r/images/ministarrating.gif') top left repeat-x;		
	}

.miniunit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.miniunit-rating li a {
	outline: none;
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.miniunit-rating li a:hover{
	background: url('r/images/ministarrating.gif') left center;
	z-index: 2;
	left: 0px;
	}


.miniunit-rating a.r5-unit{left: 120px;}
.miniunit-rating a.r5-unit:hover{width: 150px;}


.miniunit-rating li.current-rating {
	background: url('r/images/ministarrating.gif') left bottom;
	position: absolute;
	height: 20px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}



/* --------------------------- BIZ RATINGS ----------------------------- */

#ratingpage {	/* DIV FOR THE ENTIRE RATING PAGE */
	position: relative;
	left: 99.5px;
	width: 1000px;
	height: auto;
	background: none;
	border: none;	
}
#ratinginfo2 {
	position: relative;
	top: 40px;
	left: 30px;
	width: 940px;
	height: 140px;
	padding: 20px 0 20px 0;
	background: #FEDA8B;
	border: 1px #DC974C solid;
	margin: 10px 0 10px 0;
}
#ratinginfo {
	position: relative;
	margin: 0 auto; /* centers */
	padding: 5px 10px 5px 10px; 
	width: 840px;
	height: 130px;
	background: #FFF;
	text-align: left;
	
	border-top: 1px #FFF solid;
	border-left: 1px #FFF solid;
	border-right: 1px #777 solid;
	border-bottom: 1px #777 solid;
	
	font-family: Palatino Linotype;
	font-size: small;
	color: #444;
}
#rcontainer2 { /* Contains both the ratings and the comment box */
	position: relative;	
	top: 70px;
	left: 30px;
	width: 940px;
	min-height: 375px;
	height: auto;
	padding: 20px 0 20px 0;
	background: #CCCCFF;
	border: 1px #7F9EC3 solid;
}
#rcontainer { /* CONTAINS All THE 5 STAR RATINGS */
	
	margin: 20px auto;
	width: 840px;
	min-height: 95px;
	height: auto;
	background: #FFF;
	text-align: left;
	
	padding: 40px 10px 20px 10px;
	border-top: 1px #FFF solid;
	border-left: 1px #FFF solid;
	border-right: 1px #777 solid;
	border-bottom: 1px #777 solid;
}
#brcontainer { /* contains the comment box */
	clear: both;
	position: relative;
	left: 40px;
	top: 40px;
	min-height: 220px; 
	height: auto;
  	width: 860px;
	text-align: center;
	background: #FFF;
	border: 1px #999 solid;
	border-top: #fff;
	border-left: #fff;
	
	
}
#commspacer {
	width: 700px;
	height: 40px;
	background: none;
}
#rtext { /* Rating labels */
	text-align: left;
	position: absolute;
	top: -25px;
	left: 0px;
	width: 150px;
	font-size: medium;
	background: none;
}
/*
#OverallRT {
	left: 120px;
	top: 50px;
	position: relative;
	font-family: "Palatino Linotype";
	font-size: smaller;
	color: #333333;
	
	background: none;
	width: 150px;
	height: 100px;
	margin: 5px 0 5px 0;
}
*/
#subRT { /* contains each rating */
	left: 0px;
	top: 0px;
	position: relative;
	font-family: "Palatino Linotype";
	font-size: smaller;
	color: #333333;
	background: none;
	width: 190px;
	height: 60px;
	margin: 5px 10px 5px 10px;
	float: left;
}
#rcomtext { /* comments label text */
	top: 10px;
	left: 50px;
	width: 200px;
	height: 20px;
	position: relative;
	color: #444;
	font-family: "Palatino Linotype";
	background: none;
	

}
#comments { /* comment div */
	position: relative;
	text-align: left;
	top: 20px;
	left: 60px;
	font-family: "Palatino Linotype";
	
}
#comments2 { /* comment div */
	position: relative;
	top: 40px;
	width: 700px;	
	min-height: 120px;
	height: auto;
	margin-bottom: 40px;
	text-align: left;
	top: 20px;
	left: 60px;
	font-family: "Palatino Linotype";
	background: none;
	border: 1px #999 solid;
	padding: 10px 20px 10px 20px;
}
#ratesubmit { /* contains the submit button */
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100px;
	height: 30px;
	background: none;
	z-index: 20; /* necessary because comments is blocking it */
}
#ratespacer {
	top: 0px;
	position: relative;
	left: 0px;
	width: 1000px;
	height: 200px;
	background: none;
}
#rrHeader{
	position: relative;
	top: -30px;
	width: 350px;
	height: 25px;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #777;
}
#rerateSELECT {
	position: relative;
	top: -10px;
	left: 0px;
	width: 160px;
	height: 140px;
	margin: 0 20px 0 20px;
	background: none;
	display: inline-block; 
	font-family: "Palatino Linotype";
	color: #222;
}	
/* ---------------------------------- HEADER2 -------------------------------------- */

#pagetitle2 {
	top: -5px;
	background: none;
	position: absolute;
	max-width: 119px;
	height: 25px;
	outline: none;
	left: 50px;
	
	}
#citytitle2 {
	top: 0px;
	background-color: #FFFFFF;
	position: relative;
	max-width: 196px;
	height: 41px;
	left: 372px;
	background: none;
	
	
}
#search2 {
	position: relative; /* needed to keep center */
	top: -34px;
	background: none;
	width: 275px;
	left: 570px;
	text-align: center; /* keeps button centered */
	
}
/* ------------------     yminfo page                ---------------- */
#yminfocontainer {
	position: relative;
	left: 100px;
	width: 1000px;
	height: auto;
	border-left: 2px #999 solid;
	border-right: 2px #999 solid;
}
#yminfo {
	position: relative;
	left: 100px;
	width: 800px;
	height: 1100px;
}
#cellpic {
	position: absolute; 
	top: 150px;
	left: 30px;
	border: none; 
}
#UAinfo {
	position: absolute;
	width: 600px;
	height: 150px;
	left: 100px;
	top: 100px;
	border: none;
}
#EBheading {
	position: absolute;
	top: 250px;
	border: none;
}
#form {
	position: absolute;
	top: 360px;
	border: none;
}
#forminfo {
	position: absolute;
	top: 320px;
	left: 100px;
	border: none;
}
#pics {
	position: absolute;
	top: 500px;
	border: none;
}
#youtube {
	position: absolute;
	top: 600px;
	border: none;
}
#searchbox {
	position: absolute;
	top: 700px;
	border: none;
}
#save {
	position: absolute;
	top: 800px;
	border: none;
}
#services {
	position: absolute;
	top: 900px;
	border: none;
}
/* --------------------------- FAQ PAGE ------------------------------------------- */

#ymfaq {
 	position: relative;
	left: 100px;
	top: 50px;
	width: 800px;
	height: auto;
	padding: 0 100px 50px 100px;
	border-left: 2px #999 solid;
	border-right: 2px #999 solid;
 }
/* ---------------------------- STATS PAGE ----------------------------------------- */

#statscontainer {
	position: relative;
	width: 500px;
	height: 470px;
	left: 350px;
	top: 0px;
	margin: 10px 0 10px 0;
	
	font-family: "Palatino Linotype";
	font-size: small;
	color: #333333;
	background: #FEDA8B;
	border: 1px #FCB213 solid;
	
}
#stats {
	position: relative;
	top: 25px;
	left: 25px;
	width: 370px;
	height: 410px;
	background: #fff;
	
	padding: 0 40px 0 40px;
	border-left: #fff 1px solid;
	border-top: #fff 1px solid;
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;
}
/* -------------------------- ART --------------------------------- */
#msgbutton {
	text-align: center;
	position: absolute;
	left: 830px;
	top: 10px;
	width: 100px;
	height: 20px;
	padding: 3px 10px 3px 10px;
	background: #CE7A7A;
	font-family: georgia;
	color: #FFF;
	border-top: 1px #CE7A7A solid;
	border-left: 1px #CE7A7A solid;
	border-bottom: 1px #888 solid;
	border-right: 1px #888 solid;
	
}
#msgbutton:hover {
	list-style: none;
	background: #E7C9C9;
	bo
