@import url("forms.css");
/* 
  -----------------------------------
  HR Compliance 101 Style Sheet
  by Echo Web Services
  www.echowebservices.com
  -----------------------------------
Color Scheme
Blue: #2b3087
Red: #ed2024
Light Blue: #e3e4f3
*/
body, div, table,tr, td {margin:0;padding:0;}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #333333;
	background-color: #FFF;
	margin: 12px 20px;
	padding: 0;}
#container{
	width:800px;
	background:#fff url(../img/theme/leftcolumn.gif) repeat-y 0 0;
	position:relative;}
#header{
	width:800px;
	height:152px;}
#header h1 {
	display:none;
	visibility:hidden;}
#content{
	float:left;
	margin-left:218px;
	width:582px;
	position:relative;}
#footer {
	text-align:center;
	margin-top:1em;
	line-height:1.5em;
	color:#2b3087;}

p,h1,h2,h3,h4,h5,h6,.tabularData{margin-left:15px;}
h1,h2,h3,h4,h5,h6 {color:#2b3087;}
h2 {margin-left:.5em;}
#navbar{
	float:left;
	margin-left:-800px;
	width:218px;
	background-color:#2b3087;
	color:#fff;
	padding:0;}
.clearing{clear:both;}
/* Clear the container item so short pages won't "stick out" the menu*/	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;}
.clearfix {display: block;}
* html #mainContent
	{display: inline;}	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

img{border:none;}
a {text-decoration:none;}
a:link {}
a:visited {}
a:hover {text-decoration:underline;}

#navbar p {padding:10px;margin:0;}
.testimonial{
	line-height:1.25;
	font-size:75%;
	font-family:"Trebuchet MS", Arial, sans-serif;}
.testimonial .credit {
	line-height:1.25;
	font-size:1.15em;}
.tabularData {border:1px solid #2b3087;}
.tabularData td {padding:.5em;}
.tabularData th {
	background-color: #2b3087;
	color:#fff;}
.tabularData tr {border-bottom: 1px solid #2b3087;}
.altRowOdd{background-color:#FFF;}
.altRowEven {background-color:#e3e4f3;}
#footer a {
	color:#ed2024;
	text-transform:uppercase;
	font-weight:bold;
	display:inline;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:.9em;}

/* Misc */
.block {
	margin-left:2.5em;
	margin-top:-10px;}
.listingHeaders {
	color:#2b3087;
	font-weight:bold;
	text-transform: uppercase;
	font-family:"Trebuchet MS", Arial, sans-serif;}
ul.custom {list-style-type:none;}
ul.custom li {
	vertical-align:top;
	list-style: url(../img/theme/bullet.gif);
	padding-top:.5em;}
.question {
	color:#2b3087;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, sans-serif;}
.answer {margin-left:2.5em;}
.imgRight {margin-left:1em;}
.backToTop {
	float:right;}
