/* ------------- "generic" styles */

* { 
margin:0; padding:0;
}

html, body {
background: url('../images/tall_site.gif');
font-family: Arial, tahoma, Helvetica, sans-serif;
font-size: .885em;
color: #8c8c8c;
line-height: 1.35em
}

strong {
	color: #434343;
}

#main {
	width: 100%;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

p {
	margin: 0 0 1em;
}

/* ------------- masthead styles */

#masthead {
	margin-bottom: 1.75em; padding-top: 1px;
}

#masthead .logo {
	float: left;
}

#masthead .ad_box {
	float: right;
	margin-top: 0px;
	width: 302px;
}

/* ------------- main column styles */

#content {
	float: left;
	padding: 1em 0px 4em 2em;
	text-align: left;
	width: 250px;
	margin-right: 90px;
}

#content .ind_box {
	padding-bottom: 10em;
}

#content li a { 
	background: url(../images/list_bull.gif) no-repeat center left; 
	margin:0; 
	text-decoration: none; 
	color: #434343; 
	line-height: 1.8em; 
	padding-left: 14px; 
	padding-right: 0; 
	padding-top: 0; 
	padding-bottom: 0;
}

#content li a:hover { 
	color:#c51117;
}

#content ul {
	list-style-type: none; 
}

#content h1 {
	margin: 0 33% 1.25em -2em; padding: 0.5em 2em;
	background: #FFF; color: #686397;
	font-size: 1.5em;
}

#content h1 b {
	color: #B0D742;
}

#content h2 {
	margin: 0.5em 0; padding-bottom: 0.25em;
	border-bottom: 1px solid #B0D742;
	font-size: 1.5em;
}

#content img.illus {
	float: left;
	margin: 1em 1em 1em 0;
}

/* ------------- sidebar styles */

#sidebar {
	float: right;
	width: 515px;
	margin: 0 0 4em -18em; 
	padding-top: 1em;
	text-align: left;
}

#sidebar .line_b { 
	background: #9f9f9f; 
	font-size:0; 
	line-height:0; 
	height:5px; 
	margin: 0 0 10px 0; 
}

h2 { 
	font-size: 1.5em; 
	font-family: arial, tahoma; 
	color: #434343; 
}


#sidebar .line_a { 
	background: #9f9f9f; 
	font-size:0; 
	line-height:0; 
	height:2px; 
	margin: 10px 0 10px 0; 
}


/*--------------- TEXT AD -------*/
#sidebar .text_ad {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 510px;
}

table#sample {
background-color:#dcdfed;
border: solid #084371 2px;
width: 510px;
}

table#sample td {
padding: 5px;
border: solid #084371 1px;
}

.data {
color: #434343;
text-align: center;
background-color: #d7e5e9;
}

.toprow {
font-style: italic;
text-align: center;
background-color: #f3f3f4;
font-size: 1.40em;
}

.leftcol {
font-weight: bold;
text-align: left;
width: 150px;
background-color: #f3f3f4;
}
/*--------------- TEXT AD -------*/

#sidebar .also_interested {
	font-weight: bold; color: #2791b7; font-style: italic; 
}


#sidebar .job_box {
	width: 212px; 
	border: 3px double #cccccc; 
	background-color: #ffffff; 
	padding: 1em 1em 1em 1em; 
	margin: 2em 0 0 0;
}


/*-------
#sidebar div {
	background: #3A3C2D; color: #FFF;
	padding: 0 1em 1em;
	margin-top: 0.75em;
}
-------*/

#sidebar div h3 {
	font-size: 1.25em;
	margin: 0 -0.8em; padding: 0.4em 0.8em;
	text-transform: lowercase;
}


/* ------------- footer styles */

#footer {
	clear: both;
	padding: 1.5em 3em;
	background: #f3f3f5;
}

#footer p {
	margin: 0;
	text-align: center;
}

#footer a {
	color: #333;
	text-decoration: underline;
}