/* Brown Dog Creative */

body {
	background-image: url(/_images/bg.gif);
	margin: 10px 0 0 0;
	text-align: center;
	font: 70%/180% Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
body#nobg {
         background-image: none;
}

img { border: 0; }
p { padding-bottom: 5px; }
.right { float: right; }
.left { float: left; }
.clear { clear: both; }
.printonly { display: none; }
.noprint { display: inline; }

hr {
         margin-top: 10px;
         border: 2px;
	border-bottom: 3px solid #ccc;
         height: 2px;
}
div.divider-sm hr {
         margin-top: 10px;
         border: 1px;
	border-bottom: 1px solid #ccc;
         height: 1px;
}


/* links 
-------------------------------------- */

a:link { color: #21517C; }

a:visited { color: #999; }

a:hover, a:active { color: #666; }



/* typography + titles
-------------------------------------- */

h1, h2 { font-weight: normal; }

h1 { font-size: 190%; color: #21517C; line-height: 1.3em; }

h2 { font-size: 125%; color: #4c4d6c; }
span.h2 { font-size: 125%; color: #4c4d6c; }

#footer, #footermain { font-size: 90%; color: #999; }



/* layout
-------------------------------------- */
#container {
	margin: 0 auto;
	background-color: #FFF;
	width: 770px;
	text-align: left;
}

#logo {
	float: left;
}
#nav {
	float: right;
	padding-right: 35px;
}

#secondary {
	width: 394px;
	margin: 0;
	padding: 0px;
	height: 91px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#secondary li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#secondary a {
	float: left;
	padding: 91px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:91px; /* for IE5/Win only */
}
#secondary a:hover {
	background-position: 0 -91px;
}
#secondary a:active, #secondary a.selected {
	background-position: 0 -182px;
}

#about a {
	width: 54px;
	background: url(/_images/nav_about.gif) top left no-repeat;
}
#markets a {
	width: 64px;
	background: url(/_images/nav_markets.gif) top left no-repeat;
}
#candidates a {
	width: 83px;
	background: url(/_images/nav_candidates.gif) top left no-repeat;
}
#clients a {
	width: 58px;
	background: url(/_images/nav_clients.gif) top left no-repeat;
}
#searches a {
	width: 72px;
	background: url(/_images/nav_searches.gif) top left no-repeat;
}
#contact a {
	width: 63px;
	background: url(/_images/nav_contact.gif) top left no-repeat;
}

#imagesection {
	clear: both;
}
#content {
	padding: 26px 63px 15px 63px;
	clear: both;
}
#content ul {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0;
	padding: 0 0 5px 0;
}

#content li {
	margin: 0;
	padding: 0 0 10px 15px;
       line-height: 1.4em;
}

#content ul li ul {
	list-style-type: circle;
	list-style-position: inside;
	margin: 0;
	padding: 10px 0 10px 0;
}

#content ol {
        list-style-position: inside;
	margin: 0;
	padding: 0 0 10px 0;
}
#content ol li {
	margin: 0;
	padding: 0 0 5px 10px;
}

#constantcontact {
	padding: 10px 63px;
	clear: both;
}

/* secondary nav split header */
#splitheader h1{
	float: left;
	margin: 15px 0 20px 0;
}
#splitheader .subnav {
	float: right;
}
#content .bodycopy {
	clear: both;
}
#splitheader a {
	text-decoration: none;
}
#splitheader a.selected {
	text-decoration: underline;
	color: #21517C;
}

/* REPORT styles
-------------------------------------- */

#report-section {
	margin: 0 auto;
	background-color: #FFF;
	width: 955px;
	text-align: left;
        padding: 0;
}

#report-section h1 { font-size: 12px; color: #21517C; line-height: 1.2em; padding: 0 0 15px 0; margin: 0; }

#content.report-content {
       padding: 10px 0 0 10px;
       margin: 0;
}

#report-section td { 
         font: 10px/1.2em Arial, Helvetica, sans-serif;
	color: #000; }
#report-section p { 
         margin: 0;
         padding: 0; }
#report-section p strong { 
         font-weight: bold;
         margin: 0;
         padding: 0; }
#report-section #content td.description-sm { 
         font: 10px/1.2em Arial, Helvetica, sans-serif;
	color: #000; }
#report-section #content td.description-sm p { 
         margin: 0;
         padding-bottom: 5px; }

/* table */

#report-section table { width: 935px; border: 1px solid #dfdfdf; }
#report-section th {    background-color: #eee; font-weight: normal; font-size: 10px;  padding-left: 8px; border-top: 3px solid #dfdfdf; border-bottom: 3px solid #dfdfdf; }
#report-section td {
	border-right: 1px dotted #dfdfdf;
        padding: 15px 8px 8px 8px; }
#report-section tr {
        vertical-align: top;
      padding-right: 15px;
       padding-left: 15px; }
#report-section ul li, #report-section ol li, #report-section li li {
      padding: 0 0 0 0;
      margin: 0 0 0 15px;
}


.bodycopy .job-specs{
      padding: 0 0 5px 0;
      margin: 0 0 0 0;
}
.bodycopy .job-descrip{
      margin: 10px 0 3px 0;
      padding: 0;
}
.bodycopy .spec-style{
       color: #666666;
}

.bodycopy p{
      padding: 0 0 0 0;
      margin: 0 0 15px 0;
}



/* footer */
#footer form {
	padding-top: 3px;
	float: left;
}
#footer {
	margin: 10px auto 5px auto;
	background-color: #fff;
	width: 740px;
	height: 29px;
	text-align: left;
	padding: 5px 15px 5px 15px;
}
#footer span.h2 { padding: 0; margin: 0; }
#footer a { display: block; text-decoration: none; padding: 4px 0 0 0; margin: 0; }
#copyright {
	margin: 0 auto 15px auto;
	width: 770px;
	padding: 0;
	color: #424242;
	text-align: left;
}
#copyright a, #copyright a:visited {color:#333;}
#copyright a:hover{color:#000;}

/* blog button */
p.btn-blog {
	width: 104px;
	height: 29px;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
p.btn-blog a {
    display: block;
	background: url(/_images/btn_blog.gif) no-repeat top left;
	width: 104px;
	height: 29px;
}
p.btn-blog a:hover {
    display: block;
	background: url(/_images/btn_blog-hover.gif) no-repeat top left;
}
/* email list button */
p.btn-email {
	width: 204px;
	height: 29px;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
p.btn-email a {
    display: block;
	background: url(/_images/btn_email-list.gif) no-repeat top left;
	width: 204px;
	height: 29px;
}
p.btn-email a:hover {
    display: block;
	background: url(/_images/btn_email-list-hover.gif) no-repeat top left;
}