/* COLORS
==================================================*
 * BLUE: #2971AD
 * YELLOW: #ffc51b
==================================================*/

/* RESET (VIA YUI)
==================================================*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, fieldset, input, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*td
{
 padding:3px 3px;
}*/

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: "";
}
fieldset, img, abbr, acronym {
	border: none;
}


/* GLOBAL
==================================================*/

body {
	border-top: 10px solid #93CA4C;
	color: #555;
	font: 12px/normal Arial, Helvetica, sans-serif;
	padding: 15px 0;
}
a {
	color: #2971AD;
	text-decoration: underline;
}

a:hover { color:#F77518; }

h1 {
	font-size: 30px;
	font-weight: bold;
}
h1 a {
	color: #2971AD;
	text-decoration: none;
}
h2 {
	color: #2971AD;
	font-size: 16px;
	margin: 1em 0;
}
h2 strong {
	color: #2971AD;
	font-weight: bold;
}
h3 {
	border-bottom: 1px solid #2971AD;
	color: #2971AD;
	font-size: 16px;
	margin: 1em 0;
}
h3 a {
	color: #2971AD;
	font-weight: bold;
	text-decoration: none;
}
#body p {
	margin: 1em 0;
}
#body ul, #body ol {
	list-style: disc;
	margin: 1em 0;
	padding: 0 0 0 3em;
}
#body strong {
	font-weight: bold;
}
#body em {
	font-style: italic;
}
img.frame {
	background-color: #fff;
	border: 1px solid #2971AD;
	display: block;
	padding: 3px;
}
ul.headlines {
	list-style: none !important;
	padding: 0 !important;
}
ul.headlines li {
	border-bottom: 1px solid #2971AD;
}
ul.headlines li a {
	display: block;
	padding: 0.5em 0;
	text-decoration: none !important;
}
ul.headlines li a:hover {
	color: #F77518;
}


/* WRAPPER, MASTHEAD
==================================================*/

#wrapper {
    /*border: solid 1px #000;*/
	margin: 0 auto;
	width: 965px;
}
#masthead {
    /*border: solid 1px #000;*/
    height:42px;
	/*border-bottom: 5px solid #2971AD;*/
	margin-bottom: 1em;
	padding-bottom: 1em;
}

#menuTop{/*border: solid 1px #000;*/ margin-top:30px; }
#menuTop li { border-right: 1px solid #9d2727; display: inline; list-style: none; padding: 1px 0 0; } 
#menuTop li a { font-size: 11px; color: #666;line-height: 19px; padding: 0px 10px; text-decoration:none; } 
#menuTop li a:hover { text-decoration:underline; color:#F77518; }

#menuBottom{/*border: solid 1px #000;*/ }
#menuBottom li { border-right: 1px solid #9d2727; display: inline; list-style: none; padding: 1px 0 0; } 
#menuBottom li a { font-size: 11px; color: #666;line-height: 19px; padding: 0px 10px; text-decoration:none; } 
#menuBottom li a:hover { text-decoration:underline; color:#F77518; }


/* SEARCH
==================================================*/

#searchBox {
	/*border: solid 1px #000;*/
	background-color: #2971AD;
	color: #fff;
	height: 100px;	
	
}
#searchBox ul.fields {
	float: left;
}
#searchBox ul.fields li {
	float: left;
	margin-right: 10px;
}
#searchBox p {
	float: right;
	text-align: right;
}
#searchBox p a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}


/* BODY
==================================================*/

#body {
	border-top: 5px solid #2971AD;
	margin: 1em 0 0;
}
.col {
    /*border:solid 1px #000;*/
	float: left;
	width: 600px;	
}
#quicksearch {
	margin-left: 10px;
}
#searchby {
	float: left;
	height: 30px;
	list-style: none !important;
	margin: 0 0 0 10px !important;
	padding: 0 !important;
}
#searchby li {
	float: left;
}
#searchby li a {
	background: #2971AD url(/assets/images/overlay-white-50.png) center center repeat;
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-right: 1px;
	padding: 0 20px;
	text-decoration: none;
}
#searchby li a.active {
	background-image: none;
}
.featuredlistings {
	background-color: #2971AD;
	clear: both;
	color: #fff;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.featuredlistings h3 {
	display: none;
}
.featuredlistings ul {
	float: left;
	list-style: none !important;
	margin: 1em 0 1em 10px !important;
	padding: 0 !important;
	width: 170px;
}
.leftcol {
	float: left;
	width: 300px;
}
.middlecol {
	float: left;
	margin-left: 10px;
	width: 300px;
}
.rightcol {
	float: right;
	width: 300px;
	 
}

/* FOOTER
==================================================*/

#footer {
	border-top: 5px solid #2971AD;
	font-size: 10px;
	margin-top: 1em;
	padding-top: 1em;
	height: 50px;
}


/* ADVERTISING
==================================================*/

.leaderboard {
	margin: 1em 0;
	text-align:center;
}
.block {
	/*border: 1px solid #2971AD;*/
	float: right;
	width:300px;
	
}
.leaderboard img, .block img {
	display: block;
}


/* GOODIES
==================================================*/

.container {
    /*border: solid 1px #000;*/
	clear: both;
	padding-left:8px;
}
.container:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* Datalist styles */
.datalist { text-align:left; }
.datalist a { text-decoration:underline; }

.zipbox { height:25px; width:107px; font-size:22px; padding:0 0 4px 2px; font-weight:bold; color:#D6D3CE; }
.zipbutton { height:31px; width:120px; font-size:14px; font-weight:bold; }


.powered { float:left; }

.tblHeader { 
    color:#fff; 
    background-color:#F77518;
    border-bottom:#F77518;
	font-size: 16px;
	padding: 3px;
	margin-bottom:2px;
 }
 
 .tblHeaderFeatured { 
    color:#fff; 
    background-color:#94CB4A;
    border-bottom:#94CB4A;
	font-size: 16px;
	padding: 3px;
	margin-bottom:2px;
 }
 
.gvHeaderRow
{
    font-size:18px;
    font-weight:bold;
    color:#fff; 
    background-color:#5D7B9D;
    padding-left:12px;
    height:34px;
    text-align:center;
    margin-left:12px;
}

#article
{
    /*border: solid 2px #000;*/
}
 
 #article h1, h2, h3
 {
    margin:0;
    padding:0;
 }

#article h3 {
    color: #2971AD;
    border-bottom:none;
	font-size: 14px;
	margin: 1em 0 0 0;
}

.H2Tag { font-size:18px; font-weight:bold; padding:10px 0 13px 0; color:#000; }
#job-details H2 { font-size:20px; font-weight:bold; }
#job-details H3 { font-size:14px; font-weight:bold; color:#AFAFAF; }

#stationaryFooter
{
    /*border:solid 1px #000000;*/
    background: url("/assets/images/shadow_footer.png") repeat-x left top;
    background-color: #DEE3AD !important;
    width:100%;
    height:40px;
    position:fixed;
    bottom:0;
    z-index:20;
    text-align:center;
    padding-top:10px;
}


/*----------------- Contact Form --------------------------*/

#emailFriend { padding:10px 10px; border:solid 1px #000000; }

#emailFriend fieldset { padding: 0 0 0 15px; width:300px; }

#emailFriend legend { font-size:18px;	color:#F7941D; } 

#emailFriend input.form-text, select, textarea   {

  font-size: 14px;

  font-weight: normal;

  padding: 3px;

}



#emailFriend h3 

{

	margin: 0 0 2px 0;

	text-transform: uppercase;

	font-size: 12px;

	font-weight: normal;

	padding: 0;

	color: #00457C;

}

#emailFriend h3.groupH

{
  font-weight: normal;
  margin: 15px 0 2px 0;
  padding: 4px 0 0 0;

  width: 250px;

}

#emailFriend h3.group 

{

  font-weight: normal;

  margin: 15px 0 2px 0;

  border-top: 1px dotted #ccc;

  padding: 4px 0 0 0;

  width: 250px;

}



#emailFriend h4 {

  font-size: 10px;

  font-weight: normal;

  color: #999;

  margin: 2px 0 3px 0;

  width: 85%;

  padding: 0;

}



#emailFriend input.button1 {

	font-size: 124%;

	padding: 10px 0 10px;

}

.subFieldset { 
border: 1px solid #781351;
width: 20em;
}

/* Job Alert Styles */
.jobAlertInput {
    border: 1px solid #006;
    background: #ffc;
    height:20px;
    font-size:14px;
}
.jobAlertButton {
    border: 1px solid #006;
    background: #9cf;
}