html, body, #global	{ height:100%; }

#global {text-align: center;}

body
{
	background-color: #000000;
	padding: 0;
	margin: 0;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;		
}

form, img
{
	border: 0;
	padding: 0;
	margin: 0;
}

#container
{
	position: relative;
	top: 10px;
	width: 850px;
	margin: 0px auto 10px;
	min-height: 599px;
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #2b2b2b;
	text-align: left;
}

#head
{
	clear: both;
}

#logo
{
    height: 40px;
    width:150px;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url("/images/bubble_header.png");
	float: right;
}

#ear
{
    height: 40px;
    width:203px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url("/images/logo.png");    
}

#mainnavcontainer
{
    height: 27px;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url("/images/bg_mainnav.png");
}

#mainnav
{	
	width: 850px;
    margin: 0 auto;
    clear: left;
}

#mainnav ul
{	
	border: 0;
	padding: 0;
	margin: 0;
	display: inline;
}

#mainnav ul li
{	
    list-style: none;
	display: block;
	float: left;
	margin-top: 8px;	
	line-height: 1em;	
}

#mainnav ul li a.first
{
    background: none;
}

#mainnav ul li.on
{
}

#mainnav ul li a
{		
	font-size: 11px;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	padding: 0px 18px 0px 18px;
	background-position: left;
	background-repeat: no-repeat;
	/*background-image: url("/images/mainnav_div.png");*/
}

#mainnav .textinput
{
	margin: 0 5px 0 5px;
	float: left;
}

#mainnav .button
{
	margin: 1px 0 0 0;
}

#mainnav .label
{
	font-size: 11px;
	font-family: Helvetica,Arial,sans-serif;
	font-style: italic;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
	float: left;
	margin: 4px 5px 0 0;	
}

a.employeename
{
	font-weight: bold;
}

a.employeetitle
{
	font-weight: bold;
}

img.employee
{
	border: 5px solid #878787;
}

.left
{
	float: left;
}

.right
{
	float: right
}

#search .textinput
{
	border: 1px solid #999;
	height: 15px;
	margin: 1px 5px 0 5px;
	float: left;
}

#search
{
	margin: 2px 5px 0 0;
	float: right;
}


#subnavcontainer
{
	border: 0;
	padding: 0;
	margin: 0;	
    height: 24px;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url("/images/bg_subnav.png");
}

#subnav
{
	width: 704px;
    margin: 0 auto;
	line-height: 0;
}

#subnav ul
{
	border: 0;
	padding: 0;
	margin: 0;
}

#content
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #999;
	line-height: 1.5;
}

#copy
{
	text-align: left;
	padding: 10px;
	clear: both;
	min-height: 575px;
}

#copy.widescreen
{
	width: 850px;
}

#copy.separate
{
    width: 725px;
    margin-left: 190px;
}

#copy div.quote
{
    font-size: 11px;
    background-color: #ECF3E1;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    padding: 5px;
    margin: 15px;
}

#copy a { color: #FFF; }

#copy hr
{
    border: none 0;
    border-top: 1px solid #2b2b2b;
    height: 1px;
}

#copy hr.section
{
    border: none 0;
    height: 1px;
    background-color: #CCC;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

#copy ul li
{
    margin-bottom: 1em;
    line-height: 1.5;
}

#copy ol.footnote
{
	margin-left: 0;
	padding-left: 15px;
}

#copy ol li
{
    line-height: 1.5;
}

#footer
{
    clear: both;
    padding: 10px;
    border-top: 1px solid #2b2b2b;
}

#footer a { color: #FFF; }

#employeeStats
{
	float: left;
	width: 150px;
	margin-right: 25px;
}

#employeeStats h2
{
	background-color: #292929;
	padding: 5px;
	line-height: 1em;
}

#employeeStats a.email
{
	font-weight: bold;
	text-decoration: none;
}

h1
{
	margin: 0;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em;
}

h1 a
{
    text-decoration: none;
}

h1.section
{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}

h2
{
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
}

h2 a
{
    text-decoration: none;
}

h3, strong
{
	color: #CCC;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 1em;
}

h3 a
{
	color: #FFF;
    text-decoration: none;
}

li
{
    line-height: 1;
}

div.error
{
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin: 5px 0 5px 0;
}

div.warning
{
	background-color: #FF9900;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
    margin: 5px 0 5px 0;
}

div.success
{
	background-color: #009900;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
    margin: 5px 0 5px 0;
}

#results
{	
	border: 1px solid #CCC;
	padding: 10px;
	font-size: 13px;
}

#results table thead
{
	color: #FFF;
	text-transform: uppercase;
	height: 27px;
}

#results table
{
	clear: left;
	margin-top: 25px;
}

#results table td
{
	padding: 4px;
}

#results table tr.lightrow
{
	background-color: #666;
}

#results table tr.darkrow
{
	background-color: #2b2b2b;
}

#results table td table
{
	margin: 0;
}

#results_info
{
	font-weight: bold;
	float: left;
}

#pager
{
	float: right;
	font-size: 15px;
	color: #999;	
	clear: right;
}

#pager a
{
	font-size: 15px;
	margin: 0 3px 0 3px;
	color: #FFF;
}