@charset "utf-8";
/* CSS Document */

/***** Body ******/
body {
	color: #737373;
}

/***** Top City Name Bar ******/
.for-pet-owners #ac_city_bar {
    /* background-color: #0466b9; */
    color: #333333;
}
/* WIP - grey text, but will has while Arrows and Lines */
.orange.sidebox a, .orange .sidebox_container {
    color: #333333;
}
/* */

/***** Left Orange sidebox ******/
/* WIP - uses Dark Blue from home page Zip search, but no matching button "GO" without complete custom layout
.orange.sidebox, .darkblue.sidebox {
    background: url('../../images/nav_box_blue.png') no-repeat top left;
}

.orange.sidebox .tag_search, .darkblue.sidebox .tag_search{
    background-color: #2481cf;
}

.orange .sidebox_container {
    background: url('../../images/nav_box_darkblue_corner.gif') no-repeat bottom right #2481cf;
}

.orange .sidebox_title {
    background-color: #0466b9;
}

.orange .sidebox_stripe {
    background-color: #0b5899;
}
/* END DARK BLUE */

/***** Right Column ******/
div#right_column h1, div#right_column h2 {
    color: #555555;
	margin: 10px 0 0;
}
.dash_seperate {
    border-bottom: 3px dotted #ffae00;
    margin-left: -15px;
}
.callout_box {
    color: #555555;
}
.callout_box_content {
	color: #555555;
}

