/* @group CONSTANTS */
*
{
	padding: 0;
	margin: 0;
	text-decoration: none;
}

a img { border: 0; }
#logo{
position: absolute;
height: 50px;
width: 330px;
border: none;
}
body
{
	background: #dddbbd url("./themes/site_themes/pittleman/img/addy.gif") no-repeat top center;
	text-align: center;
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #052147;
	margin: 30px 0;
       line-height: 145%;
}

#hrule
{
	width: 425px;
	height: 1px;
	margin: 5px 0 15px 0;
	border-bottom: 1px solid #ccc;
}

h1 { 
display: none;
 }

h2
{
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #820C03;
        text-transform: uppercase;
}

h3
{
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #184713;
	padding: 0;
        margin: 0;
        font-weight: bold;
}
h4
{
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #184713;
	padding: 0 0 8px 0;
        margin: 0;
        font-weight: bold;
}
a:link { color: #052147; }
a:active { color: #0000ff; }
a:visited { color: #052147; }
a:hover { color: #820c03; }

/* @end */
/* @group STRUCTURAL */
#header
{
	width: 800px;
	height: 53px;
	background: transparent url("./themes/site_themes/pittleman/img/head.gif") no-repeat 10px 0;
	margin: 0 auto;
}
#homeheader
{
	width: 760px;
	height: 53px;
	background: transparent url("./themes/site_themes/pittleman/img/head.gif") no-repeat 10px 0;
	margin: 0 auto;
}
#search
{
	width: 414px;
	height: 34px;
	background: #164613 url("./themes/site_themes/pittleman/img/search.gif") no-repeat right bottom;
	float: right;
	margin: 19px 10px 0 0;
}

* html #search
{
	width: 404px;
	height: 34px;
	background: #164613 url("./themes/site_themes/pittleman/img/search.gif") no-repeat right bottom;
	float: right;
	margin: 19px 10px 0 0;
}

#search input
{
	width: 110px;
	margin: 7px 0 0 270px;
}

#wrapper
{
	background: #fff url("./themes/site_themes/pittleman/img/backtile.gif") repeat-y 30px 0px;
	width: 850px;
	margin: 0 auto;
}

#homewrapper
{
	width: 800px;
	margin: 0 auto;
}

#wrapper * { text-align: left; }
#innercontent { 
}

#content
{
	width: 585px;
	margin-left: 240px;
	padding-top: 30px;
}

#sidebar
{
	width: 230px;
	float: left;
	padding: 30px 0 60px 0;
}

#bios a, #sidebar ul li ul li ul li a
{
	font-size: 11px;
	color: #687E83;
        line-height:16px;
}

#bios a.active { color: #820C03; }

#sidebar ul
{
	font-size: 14px;
	list-style: none;
	padding-left: 15px;
}

#sidebar ul li ul { padding-left: 10px; }
#sidebar ul li { padding: 0 5px; }
#sidebar li { margin: 5px 0; }
#sidebar li a.active { color: #820C03; }
#sidebar ul li ul li ul { padding-left: 0; }
p { padding: 5px 75px 5px 0; }

#footer
{
	padding-top: 15px;
	clear: both;
}

#footer p
{
	font: 11px Georgia, "Times New Roman", Times, serif;
	padding: 0;
}

#dotclear
{
	clear: both;
	padding-bottom: 30px;
}
p{
margin-bottom: 5px;
}
p.job{
margin: 0 0 3px 0;
padding: 0;
}
.apply{
padding-bottom: 25px;
}
.right{
float: right;
padding-left: 20px;
}
/*div{
border: 1px solid #f03;
}*/
/* @end */