/** = General **/

body {
	margin 10px;
	padding: 0;
	background-color: #D1D1D1;
}

body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration:none;
	color: #45AEE6;
}
a:visited {
	color: #45AEE6;
}
a:hover {
	text-decoration: underline;
	color: #45AEE6;
}

#container {
	margin: 0 auto;
	width: 807px;
	background: url('/images/page_shadow_right.gif') repeat-y right;
}

#right-col {
	width: 212px;
	border-left: solid #E91F1F 1px;
	background: url('/images/right_col_top.gif') repeat-x top;
	background-color: #DAEFFA;
}

#main-content {
	background: url('/images/left_col_top.gif') repeat-x top;
	background-color: #FFFFFF;
}

#page_bottom {
	margin-left: 4px;
	height: 4px;
	width: 803px;
	background: url("/images/page_shadow_bottom.gif") repeat-x bottom;
}
#shadow-corner {
	float: right;
	height: 4px;
	width: 4px;
	background: url("/images/page_shadow_corner.gif") no-repeat bottom right;
}

.red {
	background-color: #E91F1F;
}

.blue {
	background-color: #45AEE6;
	color: #FFFFFF;
}
.message {
	color: #45AEE6;
}

.lt-blue {
	background-color: #DAEFFA;
	color: #000000;
}
.lt-blue-over {
	background-color: #BFE4F8;
}

.red-button {
	border: 0;
	background-color: #E91F1F;
	font-weight: bold;
	color: #FFFFFF;
}

/** = font styles **/

h1 {
	margin: 12px 0 7px 0;
	padding: 2px 0 0 0;
	height: 24px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background: url('/images/red_back_shadow.gif') repeat-x top;
}

h2 {
	margin: 0;
	padding: 10px 0 3px 0;
	font-size: 14px;
	color: #E91F1F;
}

h3 {
	margin: 0;
	padding: 10px 0;
	font-size: 12px;
	color: #000000;
}

p.spacing {
	line-height: 1.5em;
}

.footer {
	font-size: 10px;
	color: #9D9D9D;
}
.footer a {
	color: #9D9D9D;
}

.sm-text {
	font-size: 11px;
}
.sm-text a {
	color: #000000;
}
.xsm-text {
	font-size: 9px;
	font-style: normal;
}
/** = Borders **/

.border {
	border: solid #E91F1F 1px;
}

.bg-red-2 {
	border-bottom: solid #E91F1F 5px;
}

.ltr-red {
	border-left: solid #E91F1F 1px;
	border-top: solid #E91F1F 1px;
	border-right: solid #E91F1F 1px;
}

.rbl-red {
	border-right: solid #E91F1F 1px;
	border-bottom: solid #E91F1F 1px;
	border-left: solid #E91F1F 1px;
}

.b-red {
	border-bottom: solid #E91F1F 1px;
}
/** = Navigation **/

#nav-bar {
	height: 25px;
	background: url(/images/nav_back.gif) repeat-x top;
}

#nav-menu {
	margin-top: 0;
	height: 25px;
}
#nav-menu td {
	border-right: solid #FFFFFF 1px;
}
#nav-menu td a {
	padding: 0 20px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#nav-menu td a:hover {
	color: #FFFFFF;
}

#job-count {
	float: right;
	margin: 5px 0 0 0;
	padding: 0 20px;
	color: #FFFFFF;
}

/** = top job listing **/

.top-job-listing {
	margin: 0 0 15px 15px;
	text-align: left;
	font-size: 11px;
}

.top-job-listing strong {
	font-size: 13px;
	color: #45AEE6;
}

.top-job-listing a {
	color: #45AEE6;
}