﻿body
{
	font-family: Arial;
}

#Page
{
	
}

*html #Page
{
	
}



#LeftColumn
{
	display:none;
}

#LeftColumn ul
{
	margin:0px;
	padding:0px;
	margin-top:40px;
	list-style-type:none;
}

#LeftColumn ul li
{
	margin-bottom:10px;
}


#MiddleColumn
{
	position:relative;
	margin:10px;
	width:582px;
	height:100%;
}

#MiddleColumn #PrintHeader>img
{
	right:0px;
}

#MiddleColumn>img
{
	display:none;
}

#RightColumn
{
	display:none;
}

#RightColumn #MetaNav
{
	margin-top:15px;
	margin-bottom:15px;
}

#RightColumn #Search
{
	background-image:url(../img/bg-search.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-align:right;
	padding-top:2px;
	height:22px;
	margin-bottom:36px;
}

#RightColumn #Search input
{
	border-style:none;
	font-size:12px;
	font-family:Arial;
}

#RightColumn #Line
{
	background-image:url(../img/line-rightcolumn.gif);
	height:2px;
	margin-bottom:36px;
}

#RightColumn #NewJobs
{
	margin-left:10px;
}

#Footer
{
	display:none;
}

#Footer p
{
	margin-left:67px;
	padding-top:10px;
}

.clear
{
	clear:both;
}

p.italic
{
	font-style:italic;
}

img
{
	border-style:none;
}

/* Headings */
h1
{
	color:#C2101C;
	font-family:Arial;
	font-size:16px;
}

h2
{
	color:#D4AE75;
	font-size:14px;
}

h3
{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#C2101C;
}

h4
{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
}

/* Links */
a:link,
a:active,
a:visited
{
	color:#C2101C;
	text-decoration:none;
}

a:hover
{
	color:#C2101C;
	text-decoration:underline;
}

/* Current Opportunities */

fieldset#CurrentOpportunities
{
	border-style:none;
}

fieldset#CurrentOpportunities>p>label
{
	display:block;
	color:#C2101C;
	font-weight:bold;
}

fieldset#CurrentOpportunities select
{
	width:250px;
}

#Captcha
{
	width:300px;
}

/* About */

#About
{
	width:500px;
}

#About .AboutBox
{
	width:240px;
	height:150px;
	margin-right:10px;
	margin-bottom:25px;
	float:left;
	background-color:#F1F1F1;
}

#About .AboutBox h2
{
	background-color:#C2101C;
	color:#FFFFFF;
}

#About .AboutBox p,
#About .AboutBox h2
{
	margin:0px;
	padding:5px;
}

/* Application */
#Application fieldset
{
	border-style:none;
}

#Application fieldset #Part1
{
	width:270px;
	float:left;
}

#Application fieldset #Part2
{
	margin-left:20px;
	float:left;
}

#Application fieldset legend
{
	color:#C2101C;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

#Application fieldset label
{
	width:100px;
	float:left;
	display:block;
}

#Application input
{
	width:140px;
	font-family:Arial;
	font-size:10px;
}

#Application strong
{
	color:#C2101C;
	font-weight:normal;
}

/* Agency */

#AddAgency p label,
#AddAgent p label
{
	width:200px;
	float:left;
	display:block;
}

/* DataGrid Default Styling */
.dg
{
	border-bottom:solid 1px #C41823;
}

.dgHeader
{
	font-weight:bold;
	border-bottom:solid 1px #C41823;
}

.dgItem
{
	background-color:#EEEEEE;
}

.dgAlternativeItem
{
	background-color:#FFFFFF;
}

/* ComponentArt Rotator */

.CARotator
{
	margin-top:5px;
	border-style:none;
	cursor:default; 
}

.CAJobSlider
{
	height:45px;
}

.CADate
{
  font-family:Verdana; 
  font-weight:bold; 
  font-size: 10px; 
  color:gray; 
}

.CAHeadline
{
  font-family:Verdana; 
  font-weight:bold; 
  font-size: 10px; 
  color:#C2101C; 
  white-space:nowrap;
}

/* Error */
.ErrorBox
{
	display:block;
	width:500px;
	padding:5px;
	border:solid 1px #000000;
	background-color:#FFF280;
	color:#ff0000;
}