﻿/* CSS Document */

/* force a vertical scrollbar in firefox, prevents horizontal page shifting */
html { min-height: 100%; margin-bottom:1px; }

body
{
    color: #333333;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.25;
	background:url(images/cc-bg.gif) repeat-x #e6e6e6;
}
img{border:0px;}
h1 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}
h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
h3 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}
h4 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}
p {
    margin-bottom: 10px;
}
ol, ul {
    margin: 10px 0;
}
ol li {
    margin-left: 25px;
    margin-bottom: 5px;
    list-style: decimal outside;
}
ul li {
    margin-left: 25px;
    margin-bottom: 5px;
    list-style: disc outside;
}
a:link, a:active, a:visited {
    text-decoration: underline;
    color: #4b8fc7;
    font-weight: inherit;
}
a:hover {
    text-decoration: none;
    color: #095595;
    font-weight: inherit;
}
.blue {
	color: #095595;
}
.container {
	width:800px;
	margin:15px auto;
}
.header {
	height:125px;
	background:url(images/cc-header.jpg) no-repeat right;
	margin-bottom:3px;
}
.nav {
	height:25px;
	margin-bottom:3px;
}
.nav .item {
	margin-right:3px;
	width:131px;
	height:25px;
	float:left;
}
.nav .last {
	width:130px;
	height:25px;
	float:left;
}
.nav a:link, .nav a:active, .nav a:visited {
	font-size:12px;
	font-weight:bold;
	color:#e6e6e6;
	text-decoration:none;
	background-color:#095595;
	display:block;
	height:20px;
	padding-top:5px;
	text-align:center;
}
.nav a:hover {
	background-color:#4b8fc7;
}
.nav a#current {
	background-color:#4b8fc7;
}
.content {
	border:solid 1px #095595;
	margin-bottom:3px;
	padding:8px;
	background-color:#FFF;
}
.columns:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.columns {
	display: inline-block;
	_height: 1%;
}
/* Hides from IE-mac \*/
      .content {
	display: block;
}
/* End hide from IE-mac */
.footer {
	height:20px;
	background-color:#095595;
	color:#e6e6e6;
	text-align:center;
	padding-top:5px;
	font-size: 11px;
}
.footer a:link, .footer a:active, .footer a:visited {
	color:#e6e6e6;
	text-decoration:underline;
}
.footer a:hover {
	text-decoration:none;
}
.center{text-align: center; margin-right: auto; margin-left: auto;}

.hr {
                background:url(images/cc-hr.jpg) no-repeat;
                height:15px;
                margin-top:15px;
                line-height:1px;
                font-size:1px;
}
.hrFull {
                background:url(images/cc-hr-full.jpg) no-repeat;
                height:15px;
                margin-top:15px;
                line-height:1px;
                font-size:1px;
}
.jobLeft {float:left; width:398px; padding-right:10px; border-right:solid #095595 2px;}
.jobRight {float:left; width:272px; padding-left:10px;}
.stateLeft {float:left; width:320px; padding-right:10px;}
.stateRight {float:left; width:350px; padding-left:10px; border-left:solid #095595 2px;}
.seperator{float: left; width: 2px; background-color: #095595; height: 400px;}
.breadcrumbs{height: 30px; width: 675px; float: left;}