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

body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
	background: url(../../images/clientspecific/top_tile.jpg) repeat-x #f0eddb;
}

a:focus {outline-style: none;}
a img {border: none;}

a:link{color: #0057a6;}
a:hover{color: #ed1c24;}
a:visited{color: #666666;}

#clearfix {clear: both;}

/************** STRUCTURE **************/

#container {
	width: 1000px;
	margin: 0 auto 20px auto;
}

#header {
	height: 199px;
}

#navbar {
	height: 31px;
	margin-bottom: 10px;
}

#navitem {
    width: 120px;
    height: 31px;
    float: left;
    margin-right: 5px;
    line-height: 31px;
    font-weight: bold;
    text-align: center;
    color: #999999;
    background: url(../../images/clientspecific/tab.jpg) no-repeat top center;
}

#navbar .navleft {
    margin-left: 2px;
}

#navbar .navright {
	margin-right: 0;
}

#navitem a{
	text-decoration: none;
	color: #999999;
	display: block;
	width: 120px;
	height: 31px;
}

#navitem a:hover{
	color: #ffffff;
	background: url(../../images/clientspecific/tab_over.jpg) no-repeat top center;
}

#navitem a.selected{
	color: #ffffff;
	background: url(../../images/clientspecific/tab_over.jpg) no-repeat top center;
}

#leftcol {
	float: left;
	width: 190px;
	color: #aa5a14;
	font-weight: bold;
	font-size: .9em;
}

#rightcol {
	float: right;
	width: 800px;
}

#maincontent {
	background: url(../../images/clientspecific/content_tile.jpg) center repeat-y;
}

#footer {
	height: 79px;
	background: url(../../images/clientspecific/footer.jpg) center top no-repeat;
	padding-top: 30px;
	color: #aa5a14;
	font-size: .8em;
}

/************** LEFT COLUMN **************/

.grubbs {
	font-size: 1.6em;
}

.hours {
	font-size: 1.2em;
}

#searchbox {
	width: 190px;
	background: url(../../images/clientspecific/search_back.gif) center repeat-y;
	margin-bottom: 10px;
}

#searchbox p {
	text-align: center;
	margin: 0;
	color: #333333;
	font-size: 1.2em;
}

#leftcol form {
	margin: 10px 0 0 10px;
}

select {
	margin-bottom: 5px;
}

/************** RIGHT COLUMN **************/

#fullcontenttext {
	float: left;
	padding: 15px;
	width: 745px;
	_width: 740px; /*IE 6 hack*/
	font-size: .9em;
	line-height: 1.3em;
}
#contenttext {
	float: left;
	padding: 15px;
	width: 565px;
	_width: 560px; /*IE 6 hack*/
	font-size: .9em;
	line-height: 1.3em;
}

#special {
	float: right;
	width: 180px;
	margin-right: 15px;
	padding-bottom: 10px;
	background: #e6e7e8;
}

h1 {
	color: #1d3995;
	margin: 0;
	font-size: 2em;
}