@import url('/stylesheets/refinery/application.css');
/*  
    Override default refinery application CSS below. 
    Formatting applies to all frontend.
*/
body {
    margin: 0px;
    padding: 0px;
    background-color: #D2B48C;
	color: #584219;
}
#body_content {
    margin-top: 10px;
}
#body_content_left {
    width: 310px ;
    background-color:#FFD880;
}
#body_content_right {
    width: 640px;
    background-color:#FFEBBF;
}
#body_content_right img {
    border: 3px solid #c7c7c7;
}
#page {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
#body, #header_content, #footer_content {
    width: 960px;
    margin: 0px auto;
    background-color:#FFD880;
}
#header {
    /*background: url('/theme/images/header_background.png') repeat-x;*/
}
#header_content {
	margin-top:10px;
	position:relative;
}
#header_content h1, #header_content h1 a {
    color: #feffff;
    font-size: 24px;
    font-weight: normal;
    left: 0px;
    text-decoration: none;
}
#header_content div.phone{
	position:absolute;
	top:0px;
	right:0px;
	font-weight:bold;
	float:left;
}
#header_content div#pet-portal{
	float:right;
	height:30px;
}

#header_content h1, #header_content #menu {
   /* position: absolute;*/
    bottom: 30px;
    margin: 0px;
}
#header_content #menu {
    right: 0px;
   /* padding: 0 0 20px 10px;*/
   	border-bottom: 1px solid #000;
	padding: 10 px 0;
	position:absolute;
	top:140px;
	left:320px;
	height:18px;
	    
}
#menu li {
    float: left;
    list-style: none;
    position: relative;
}
#menu li a, #menu li:hover ul li a {
    color: #969792;
    display: block;
    /*padding: 10px 18px;*/
    text-decoration: none;
    cursor: pointer;
    margin:0 10px 4px;
}
#menu li.selected a, #menu li:hover a, #menu li a:hover, #menu li ul li a:hover {
   
    border-bottom: 4px solid #000;
	padding-bottom: 2px;
	background: transparent;
	color:#FFEBBF;
	font-weight:bold;
	margin:0 10px 4px;
}
#menu li ul {
    position: absolute;
    left: -99999px;
    padding: 0px;
    margin: 0px;
    min-width: 140px;
    max-width: 300px;
    background: white;
    

}
#menu li ul li {
    float: left;
}
#menu li:hover ul {
    left: auto;
}
#footer {
    margin: 0px auto;
    width:960px;
    background-color:#FFD880;
  
    /*background: url('/theme/images/footer_background.png') repeat-x;*/
}
#footer_content {
    height: 25px;
    background: url('theme/images/scah_logo.jpg') 0px 80px no-repeat;
    
}
#footer_content p{
	text-align:center;
}
div.inquiries{
	text-align:left;
	padding:20px;	
}
p.secondaryImage img {
	background-color:white;
	border-color:#DDDDDD #AAAAAA #AAAAAA #DDDDDD;
	border-style:solid;
	border-width:1px 2px 2px 1px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:8px;
}
#sublogo
{
	padding:20px 0px 0px 20px;
	clear:both;
	color:#806C40;
	text-align:left;
	font-style:italic;
	font-size:xx-large;
	line-height:30px;
	clear:left;
	position:absolute;
	top:2.0em;
	
}
