body {
   margin: 0;
   padding: 0;
   background-attachment: fixed;
   font-size:12px;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:18px;
   font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
   color: #CCC;
   line-height: 150%;
}
   a {
      color: #FFF;
      text-decoration: none;
   }
   a:hover { text-decoration: underline; }
   a:visited { color: #FFF; }
   a img { border: 0; }
    
form {
    padding: 0px;
    margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
   margin: 0;
   padding: 0;
   background-color: transparent;
}
   h2, h3 {
      margin-bottom: 0.3em;
      padding-bottom: 0.2em;
      color: #0098Fd;
      text-transform: uppercase;
      letter-spacing: 0.1em;
   }
      h2 { font-size: 1.4em; }
#beta {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
}
#colors {
    position: absolute;
    top: 107px;
    left: 50%;
    margin-left: -360px;
}
#colors a {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    border: 1px solid #333;
    float: left;
    cursor: pointer;
    cursor: hand;
}
.searchBox {
        position: absolute;
        top: 45px;
        left: 50%;
        margin-left: 230px;
        height: 30px;
        width: 250px;
        background: transparent url('/images/search_bg.png') top left no-repeat;
}
.searchBoxOver {
        position: absolute;
        top: 45px;
        left: 50%;
        margin-left: 230px;
        height: 30px;
        width: 250px;
        background: transparent url('/images/search_bg_selected.png') top left no-repeat;
}
.searchBoxOver #searchBoxWrapper  #textBox {
        color: transparent;
}
    #searchBoxWrapper {
        position: relative;
        top: 0px;
        left: 0px;
    }
    #searchBox #searchBoxWrapper #textBox {
        font-size: .9em;
        position: absolute;
        background-color: transparent;
        top: 9px;
        left: 0px;
        border: 0px;
        width: 160px;
        padding: 0px 0px 0px 35px;
        color: #AAA;
        font-weight: normal;
        letter-spacing: 1px;
        margin: 0px;
        
    }
    #searchBox #searchBoxWrapper #submit {
        position: absolute;
        top: 0px;
        left: 210px;
    }
#wrapper {
    width: 944px;
    margin: 0px auto;
    min-height: 500px;
}
    
    #header {
        width: 944px;
        height: 130px;
        z-index: 99;
    }
        #header h1 a {
            position: relative;
            display: block;
            background: url('/images/logo.png') 0 0 no-repeat;
            text-indent: -10000px;
            width: 327px;
            height: 75px;
            text-decoration: none;
            overflow: hidden;
            top: 20px;
            left: 0px;
            z-index: 99;
        }
        #header #printLogo {
        	display:none;
        }
        #header #menu {
            position: relative;
            top : 10px;
            left : 620px;
            list-style: none;
            width: 380px;
            font-family: Geneva, Verdana, sans-serif; 
            margin: 0px;
            padding: 0px;
            z-index: 99;
        }
            #header #menu li {
                margin: 0px;
                padding: 0px;
                display: inline;
                text-transform: uppercase;
                letter-spacing: .1em;
            }
            #header #menu a {
                color: #FFF;
                font-size: 1.2em;
                text-decoration:none;
                padding-right: 34px;
                display: block;
                padding-left: 11px;
                float:left;
                height: 37px;
                background: transparent url('/images/menu_bg.png') top left no-repeat;
                font-weight: lighter;
            }
            #header #menu a:hover {
                color: #0098Fd;
                text-decoration:none;
            }
            #header #menu a:hover small {
                color:#FFF;
            }
            #header #menu li.selected a {
                color: #0098Fd;
                text-decoration:none;
                background: transparent url('/images/menu_bg_hover.png') top left no-repeat;
            }
    #promo {
        position: relative;
        left: 0px;
        z-index: 1;
    }
    #content { 
        position: relative;
        padding-top: 20px;
    }
    #content  ul {
    	width: 180px;
        list-style-type:none;
        padding: 0px 20px 0px 0px;
        margin: 0px;
    }
    #content ul li {
        width:180px;
        margin:5px 0 0 0;
        padding:0 10px 0 0;
        line-height: 1.5em;
        float:left;
        text-align: right;
    }
    
    #content  #similarBusinesses {
    	width: 700px;
        list-style-type:none;
    }
    #content #similarBusinesses li {
        width:340px;
        text-align: left;
        margin: 2px;
        padding: 0px;
        border: 1px solid #333;
    }
    #content #similarBusinesses li a {
        font-weight:normal;
        padding: 2px 5px;
        color:#666;
        display:block;
        height: 18px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    #content #similarBusinesses li a:hover {
        text-decoration:none;
        background-color: #0098Fd;
        color:#FFF;
    }
    
    #content ul li a.selected {
    	color: #0098Fd;
    }
        #content #leftCol {
            top: 30px;
            left: 20px;
            float: left;
            padding-right: 20px;
            width: 180px;
            min-height: 180px;
            border-right: 1px solid #333;
        }
            #leftCol h2 {
            	font-size: 1.3em;
            	display: block;
            	width: 180px;
            	text-align: right;
            	margin: 0px;
            	padding: 0px;
            }
            
         #content #rightCol {
            float: right;
            padding-right: 20px;
            width: 700px;
        }
        #content #rightCol div.profile {
            position: relative;
        }
        #content #rightCol div.profile div.stars{
            margin: -5px 0px 0px 0px; 
            padding: 0px 0px 10px 0px;
        }
        #content #rightCol a {
        	color: #0098Fd;
        }
        #content #rightCol h2 {
        	/* font-family: Georgia, New York, Serif; */
        	font-weight: normal;
        	text-transform: uppercase;
        	font-size: 1.5em;
        	line-height: normal;
        }
    #ftr {
        margin-top: 20px;
        border-top: 1px solid #333;
        padding-top: 10px;
        padding-bottom: 100px;
        padding-left: 10px;
        clear: both;
        font-size: .75em;
        color: #666;
        letter-spacing: 1px;
    }   
     #ftr a {
        color: #666;
    }
#title {
	padding: 5px 10px;
	border: 1px solid #0098Fd;
	background-color: #005E9E;
	color: white;
	font-weight: normal;
	font-size: 1.3em;
}
#contactInfo {
    display: relative;
    margin-top: 20px;
    border-top: 1px solid #333;
    width: 100%;
}
#contactInfo td {
    border-bottom: 1px solid #333;
    padding: 5px 10px;
}
#contactInfo tr.alt td {
    background: transparent url('/images/5_percent.png') top left;
}
#contactInfo td.key {
    border-right: 1px solid #333;
    text-align: right;
    width: 100px;
     background: transparent url('/images/5_percent.png') top left;
}
#contactInfo tr.alt td.key {
     background: transparent url('/images/10_percent.png') top left;
}
div.hr hr {
	display: none;
}
div.hr {
    clear: both;
	border-top: 1px solid #333;
	height: 1px;
	width: 700px;
	margin: 20px auto 20px auto;
}
#content #rightCol a.btn {
    background-color:#005E9E;
    border:1px solid #0098FD;
    color:#FFF;
    text-decoration: none;
    font-weight:normal;
    padding:3px 10px;
}
#content #rightCol div.warn {
    background: transparent url('/images/warn_bg.png') top left;
    margin: 10px 0px;
    padding: 5px 10px;
    border: 1px solid #333;
    display: block;
}
#content #rightCol span.warn a{
    color: white;
    text-decoration: underline;
}
#content #rightCol div.review {
    margin: 10px 0px;
    border: 1px solid #333;
    padding: 5px 10px;
}
#content #rightCol div.review span.ftrLnks {
    font-size: .8em;
    color: #333;
    text-decoration:none;
    font-weight: normal;
}
#content #rightCol div.review span.ftrLnks a{
    color: #666;
}
#content #rightCol div.review h4 {
    /* font-family: Georgia, New York, Serif; */
    color: #FFF;
    font-size: 1.4em;
    font-weight: normal;
}
#content #rightCol div.review h5 {  
    font-size: .9em;
    color: #666;
    font-weight: normal;
    text-tranform: normal;
    padding-bottom: 7px;
}
#login {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: 310px;
    font-size: .8em;
    color:#555;
}
input.input {
    background-color: #FFF;
    border: 1px solid #666;
    color: #333;
    width: 95%;
    padding: 2px 10px;
}
textarea.input {
    background-color: #FFF;
    border: 1px solid #666;
    color: #333;
    width: 95%;
    height: 80px;
}
#overview {
    padding: 10px 0px;
    margin: 10px 0px;
}
::-moz-selection{ background: #005E9E; color: #fff; }
::selection{ background: #005E9E; color: #fff;}
.imageAnchor {
    background: url(/images/not_available.gif);
}
