@charset "utf-8";
/* CSS Document */

/*
	SAPhire CSS By Katanshin of Techninjas
	All rights reserved
	Do not copy, modify or republish this without prior consent from the owner of SAPhire or TechNinjas
*/

html {
	height: 100.5%; /* ensure vertical scrollbar stays visi */
}
body {
	margin:0 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	background-color:#5674c2;
	background-image:url(images/bg.jpg);
	background-position:right bottom;
	background-repeat:repeat-x;
	background-attachment:fixed;
}
a, h1, h2, h3, h4 {
	color:#0099cc;
	font-weight:bold;
}
a {
	border-bottom:1px #666 dotted;
}
#maincontainer {
	margin: 10px auto;
	color: #333;
	line-height: 130%;
	width: 800px;
}
#top {
	height:100px;
	background-image:url(images/header_bg.png);
}
#top img {
	padding-left:1.5em;
	padding-top:1em;
}
#topright {
	float:right;
	width:150px;
	height:50px;
	color:#FFF;
	font-size:10px;
	padding-right:2em;
	padding-top:1em;
	text-align:right;
	line-height:15px;
}
#topend {
	padding: .5em;
	background-color: #ddd;
	border-top: 1px solid black;
	height:10px;
}
#rest {
	background:#FFF;
	border:1px solid black;
}
#topcontent {
	height:200px;
	background-image:url(images/clouds.jpg);
}
#top h1 {
	padding: 0;
	margin: 0;
}
#leftnav {
	float: left;
	margin-top: 1.5em;
	padding: 1em;
	display:block;
	width:120px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	color:#999;
	font-style:italic;
}
#topend {
	font-size:11px;
	text-align:center;
	background-color:#fff;
	background-image:url(images/topendbar.png);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:0px;
	height:30px;
}
#topend ul {
	margin-left: 0;
	padding-left: 0;
	display:inline;
}
#topend ul li {
	margin-left: 1px;
	margin-right: 1px;
	list-style: none;
	display:inline-block;
	padding-right:1em;
	text-indent:1em;
}
#topend a {
	text-decoration:none;
	color:#fff;
}
#topend ul li:hover {
	background-image:url(images/topendbar_hilite.png);
	background-position:top;
	border-left:1px solid black;
	border-right:1px solid black;
	margin-left:0px;
	margin-right:0px;
	height:25px;
}
#content {
	margin-left: 150px;
	border-left: 1px solid gray;
	padding: 2em;
	margin-bottom:1em;
	min-height:275px;
	max-height:100%;
}
#content a {
	text-decoration:none;
}
#content a:hover {
	border-bottom:thin #0099cc solid;
}
#content ul {
	list-style:none;
}
#content ul li {
	background-image:url(images/bullet.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:2em;
	line-height:150%;
}
#meet div.portrait {
	border:1px solid #999;
	display:block;
	float:left;
	margin: 0.5em 1em 0.5em 0.5em;
	padding: 0.5em;
}
#footer {
	clear: both;
	padding:0.5em;
	margin: 0 0 0 0;
	color: #333;
	background-color: #ddd;
	border-top: 1px solid gray;
	text-align:left;
	font-size:9px;
}
#footer a {
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover {
	border-bottom:thin #0099cc solid;
}
#compliance {
	float:right;
	border:none;
	padding:0;
	margin:0;
	vertical-align:middle;
}
#compliance img {
	height:15px;
	border:none;
}
#leftnav p, #rightnav p {
	margin: 0 0 1em 0;
}
#content h2 {
	margin: 0 0 .5em 0;
}
table {
	border-collapse:collapse;
}
table tr.r1 td {
	background:#CCEBFF;
	width:33%;
}
table.job {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
	width:75%;
}
table.job td {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: white;
}
table.job td {
	padding:2px;
}
table tr td.date {
	text-align:right;
	font-style:italic;
}
tr.jobheader td {
	background-image:url(images/topendbar_hilite.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
	padding-bottom:1em;
}
h3 img {
	border:none;
	vertical-align:middle;
	height:20px;
}

