/*
	The Hagan-Ricci Group stylesheet
	hrg_styles.css
	David Dominguez
	2007-01-31
*/

/* default html styles */
* {
	margin:0;
	padding:0;
}

body {
	background-color:#8D8D8D;
	font:12px/1.4em Arial, Helvetica, sans-serif;
	text-align:center;
	cursor:default;
}

h1, h2 { font:normal 20px/1.4em Georgia,"Times New Roman",serif }
h3 { font-size:13px; }
ul { list-style:none; }
p { margin-bottom:8px; }

a:link, a:visited {
	color:#434b4d;
}
a img { border:none; }

label { font-weight:bold; }
.txt, .txt-box { padding:1px; width:200px; }
.txt-box { width:275px; }

/* layout styles */
#main {
	background:#fff url(../images/shadow_content.gif) top left;
	width:763px;
	/*border:1px solid #666;*/
	margin:15px auto 0 auto;
	text-align:left;
	position:relative;
}

#header { 
	background:transparent url(../images/shadow_top.gif) top left no-repeat;
	/* border:1px solid #f99; */
}
#header .logo { 
float:left; 
margin:5px 0 0 6px;
}
#banner-img {
	margin-left:4px;
}
#top-nav {
	position:absolute;
	top:61px;
	right:5px;
}
#top-nav li { 
	float:left;
	margin-right:10px;
	font-weight:bold;
}
#top-nav a:link,
#top-nav a:visited {
	color:#434b4d;
	text-decoration:none;
	padding:2px 3px;
	font-size:11px;
}
#top-nav a:hover {
	color:#eee;
	background-color:#434b4d;
}

#body {
	margin-left:5px;
}

#left-col {
	float:left;
	width:165px;
	margin:10px 5px 5px 0;
	
	/* border:1px solid #fcc; */
}

#left-col h2 {
	margin:2px 0 0 5px;
	font-size:18px;
}

#left-col ul { margin-left:3px; margin-bottom:5px; }
#left-col ul li { margin:3px 0 5px 0; float:left; clear:both; width:100%; }

#left-col ul a:link, 
#left-col ul a:visited {
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:2px 0 2px 3px;
	color:#434b4d;
}

#left-col ul a:hover {
	color:#eee;
	background-color:#434b4d;
}

#right-col {
	float:left;
	width:570px;
	margin-top:10px;
	margin-bottom:5px;
	
	/* border:1px solid #fcc; */
}
#right-col p { line-height:1.5em; }

/* hot job */
.hot-jobs { width:75% }

.shadow-bottom {
	padding:5px 0;
	background:transparent url(../images/shadow_bottom.gif) bottom left no-repeat;
}

#footer {
	width:763px;
	/* border:1px solid #999; */
	margin:5px auto 5px auto;
	padding-left:10px;
	text-align:left;
	font-size:10px;
}

/* job listings */
.job-listing {
	margin:0 0 10px 0;
	padding-bottom:5px;
	line-height:1.5em;
	border-bottom:1px solid #666;
}
.job-listing a:link,
.job-listing a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#434b4d;
}
.job-listing a:hover  {
	text-decoration:underline;
}

.job-listing dd {
	font-size:11px;
}

/* contact */
.company-info {
	position:absolute;
	top:28px;
	right:75px;
	padding-left:20px;
	border-left:1px solid #ddd;
}
.company-info dt {
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #333;
}

.company-info dd {
	margin:5px 0 5px 5px;
}

.company-info .email-resume {
	margin-top:10px;
}

/* help links */
.help-links li {
	margin:5px 0
}

/* sitemap links */
#sitemap-links dt, #sitemap-links dd { margin:5px 0; font-weight:bold; }
#sitemap-links dd { margin-left:10px; font-weight:normal; }

/* classes */
.clear { clear:both; }
.read-more { width:95%; text-align:right; }
.job-desc-list, .job-desc-sublist {
	list-style:disc;
	margin:4px 5px 5px 20px;
	font-size:11px;
}
.job-desc-sublist { margin-left:35px; list-style:circle; }
.job-owner-info { font-size:11px; }

.apply-job-link a { 
	display:block;
	width:165px;
	padding:5px 4px;
	text-align:center;
	text-decoration:none;
	color:#434b4d;
	font-weight:bold;
	border:3px double #434b4d;
}
.apply-job-link a:hover {
	background:#434b4d;
	color:#eee;
}
html>body .apply-job-link a:hover { border-color:#eee; }
.email-status { font-weight:bold; }
.email-status p { color:#900; }
.email-status span { color:#33b; }
.crumb-arr { font-size:smaller; }