/*

	TITLE: Paycom
	DATE:  3-18-08
	
	-------------------------------------------
	Colors:
	
		- Dark Green		h1 		#306402
		- Green				h2 		#4fa601
		- Light Gray		intro	#f3f5f2
		
	-------------------------------------------


*/
/* 
 ZERO
-----------------------------------------------*/
h1, h2, h3, h4, h5, h6,
ul, li,
p, br, form,
img{
	margin: 0;
	padding: 0;
	border: 0;
}

/*
 MAIN 
-----------------------------------------------*/
body{
	font-family: Verdana, Tahoma;
	font-size: 11px;
	margin: 0px;
	background: #a0cc75 url('images/bg.gif') repeat-x;
}

/* links */	
a{
	font-weight: bold;
	color: #000;	
}
a:hover{
	text-decoration: none;
}

/* heading */
h1{
	font-size: 1.6em;	
	margin: 2px 0px;
	padding: 5px 0px;
}
h2{
	font-size: 1.4em;	
	margin: 2px 0px;
	padding: 2px 0px;
}
h3{
	font-size: 1.2em;	
	margin: 2px 0px;
	padding: 3px 0px;
}
h4{
	font-size: 1.1em;	
	margin: 2px 0px;
	padding: 3px 0px;
}
h5{
	font-size: 1.0em;	
	margin: 2px 0px;
	padding: 3px 0px;
}
h6{
	font-size: .9em;	
	margin: 2px 0px;
	padding: 1px 0px;
	font-weight: normal;
}

/* para-list */
p{
	margin: 5px 0px;
	padding: 3px 0px;	
	line-height: 16px;
}
br{
	margin: 0px 0px 0px 0px;
}

/*
 LAYOUT.
-----------------------------------------------*/
#frame{
	margin: 22px 0;
	width: 955px;
	padding: 0px 0px 150px 0px;	
}
#header{
	width: 798px;
	height: 70px;
	float: left;
	position: relative;
	background: #fff;	
}
#nav{
	width: 737px;
	height: 51px;
	float: left;
	background: url('images/nav-inside.gif') no-repeat;	
}
body#home #nav{
	width: 702px;
	height: 51px;
	float: left;
	background: url('images/nav.gif') repeat-x;
}	

#container{
	float: left;	
}
#mainCol{
	width: 747px;
	float: right;
	padding: 0px 0px;	
}
body#home #mainCol{
	margin-top: 5px;	
}
#mainCol a{
	text-decoration: underline;
}
#mainCol a:hover{
	text-decoration: none;
}
	/* inside */
	#mainCol_all{
		width: 737px;
		float: left;
		background: url('images/mainCol-all.gif') repeat-y;	
	}
	body#inside #mainCol_all{
		margin-top: 0 !important;
		margin-top: -2px;
	}
	#mainCol_top{
		width: 697px;
		float: left;
		padding: 10px 25px 25px 15px;
		background: url('images/mainCol-top.gif') no-repeat;
	}
	#mainCol_top_home{
		width: 697px;
		float: left;
		padding: 15px 25px 0px 15px;
		background: url('images/mainCol-top-home.gif') no-repeat;
	}
	
#subCol{
	width: 200px;
	float: left;	
}
body#inside #subCol{
	margin-top: 46px;	
}


#extraCol{}
#footer{
	width: 722px;
	height: 50px !important;
	height: 45px;
	padding: 9px 0 0 15px !important;
	padding: 14px 0 0 15px;
	float: left;
	color: #9fa19e;
	font-size: 0.9em;
	position: relative;
	background: url('images/footer.gif') bottom no-repeat;	
}
#footer a{
	color: #9fa19e;
}

/*
 NAVIGATION.
-----------------------------------------------*/

/* H nav */
#nav ul{
	padding: 3px 0px 10px 0px;	
}
body#inside #nav ul{
	padding: 4px 0 0 0;
	margin: 0 0 -4px 0;
}
#nav li{ 
	font-size: .9em;
	float: left;
	list-style: none;
	text-align: center;	
}
#nav li.last{
	background: none;	
}
#nav li a {
	color: #fff;
	display: block;
	padding: 14px 0px 15px 0px;
	text-decoration: none;	
	background: url('images/li.jpg') right no-repeat;
}
#nav li a:hover, #nav li a.selected{
	background: url('images/li-over.jpg') right no-repeat;	
}
	/* home */	
	body#home #nav li#pp{
		width: 100px;
		background: url('images/nav-sep.gif') right no-repeat;
	}
	body#home #nav li#ta{
		width: 114px;
		background: url('images/nav-sep.gif') right no-repeat;
	}
	body#home #nav li#hr{
		width: 113px;
		background: url('images/nav-sep.gif') right no-repeat;
	}
	body#home #nav li#ca{
		width: 113px;
		background: url('images/nav-sep.gif') right no-repeat;
	}
	body#home #nav li#ca a{	}
	body#home #nav li#ca a:hover{
		background: url('images/li-over.jpg') left no-repeat;	
	}
	body#home #nav li#ps{
		width: 104px;
		background: url('images/nav-sep.gif') right no-repeat;
	}
	body#home #nav li#ps a{
		background: url('images/li.jpg') left no-repeat;	
	}
	body#home #nav li#ps a:hover{
		background: url('images/li-over.jpg') left no-repeat;	
	}
	
	/* inside */
	body#inside #nav ul{
			padding: 4px 0px 10px 5px;
		}
	body#inside #nav li#pp{
		width: 102px;
		background: url('images/nav-sep.gif') right no-repeat;
	}
	body#inside #nav li#ta{
		width: 106px;
		background: url('images/nav-sep.gif') right no-repeat;
	}
	body#inside #nav li#hr{
		width: 101px;
		background: url('images/nav-sep.gif') right no-repeat;
	}
	body#inside #nav li#bc{
		width: 100px;
	}
	body#inside #nav li#ba{
		width: 106px;
	}
	body#inside #nav li#ca{
		width: 116px;
		background: url('images/nav-sep.gif') right no-repeat;
	}
	body#inside #nav li#ps{
		width: 94px;
	}
	body#inside #nav li#ps a{
		background: url('images/li.jpg') left no-repeat;	
	}
	body#inside #nav li#ps a:hover, body#inside  #nav li#ps a.selected{
		background: url('images/li-over.jpg') left no-repeat;	
	}
	

/* S nav */
#side_nav ul{
	width: 177px;
	padding: 0 0 0 31px;	
}
#side_nav li{
	list-style: none;
	padding: 8px 5px 12px 5px;
	background: url('images/side-nav-sep.gif') bottom repeat-x;	
}
#side_nav li a{
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -0.05em;
	text-decoration: none;
	padding: 5px 15px;
	background: url('images/side-nav-style.gif') left no-repeat;	
}


/*
 CONTENT.
-----------------------------------------------*/
/* header **********/
/***/
#logo{
	width: 461px;
	float: left;
}
#top_nav{
	width: 325px;
	float: left;
	text-align: center;
}
#top_nav ul{
	padding: 30px 0 0 0;	
}
#top_nav li{
	display: inline;	
	padding: 0 5px 0 15px;
	background: url('images/top-nav-list-style.gif') 0px 2px no-repeat;
}
#top_nav li a{
	font-weight: normal;
	text-decoration: none;	
}
#top_nav li a:hover{
	text-decoration: underline;	
}


/* mainCol **********/
/***/
#intro{
	width: 702px;
	float: left;
	background: #f3f5f2 url('images/intro.gif') top no-repeat;	
	padding-bottom: 10px;
}
	#intro h1{
		padding-top: 0;
		margin-top: 0;	
	}
#intro_text{
	width: 318px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#intro h2,
#intro .bold {
	color: #00921F;	
}
#intro_image{
	padding:12px 0 0 0 ;
	float: right;	
}
/***/
#actions{
	width: 702px;
	font-size: .9em;
	background: #f3f5f2 url('images/actions.gif') left repeat-y;
	margin: 10px auto 0 auto;
}
#actions img{
	padding: 0 0 2px 0;
	border-bottom: 10px solid #a0cc75;	
}
#actions a{}
#actions_wrap{
	width: 464px;
	float: left;
}
#actions_main{
	width: 232px;
	float: left;
	padding: 0px;
}
#actions_sub{
	width: 226px;
	float: right;
	display: inline;
	padding: 0px;
}
#actions_extra{
	width: 226px;
	float: right;
	display: inline;
	padding: 0px;		
}
.penalties{
	width: 187px; 
	_width: 190px; 
	background: #d4dbd1 url('images/cobra.gif') bottom no-repeat; 
	padding: 10px 10px 10px 15px;
}

/***/
#breadcrumbs{
	font-size: .9em;
	padding: 0 0 5px 15px;
	margin: 0 0 10px 0;
	color: #425b56;
	background: url('images/breadcrumbs.gif') bottom repeat-x;	
}
#breadcrumbs a{
	color: #425b56;
	font-weight: normal;
	text-decoration: none;	
}
/***/
#side_sec{
	width: 212px;
	float: right;
	background: #f3f5f2 url('images/side-sec.gif') bottom no-repeat ;
}
#side_sec h3{
	font-size: 1.2em;
	color: #306402;	
}

/***/
#content{
	width: 482px;
	float: left;	
}
body.oneCol #content{
	width: 697px;
}
#content h1{
	font-size: 2.2em;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;	
	color: #306402;
}
#content h2{
	font-size: 1.6em;
	font-weight: normal;
	color: #306402;	
}
#content h3{
	font-size: 1.3em;
	color: #306402;	
}
#content ul{
	padding: 2px 10px 2px 15px;
}

/* subCol **********/
/***/
#side_nav{
	float: left;
	width: 200px;
}
body#home #side_nav{
	margin-top: 46px;	
}

/***/
#left_side{
	width: 175px;
	padding: 70px 0 0 30px;
	float: left;
	color: #535452;
}
#left_side a{
	color: #535452;
	text-decoration:none;
}
#left_side h2{
	color: #3b3c3a;
}

body#inside #left_side a:hover{
	text-decoration: underline;
}
#left_side h3{
	color: #3b3c3a;
	font-size: 1.0em;	
}
#left_side h3 a{
	padding: 0px 0 0 15px;
	background: url('images/side_links.jpg') 0px 3px no-repeat;
}
#left_side ul.news{
	margin-bottom: 40px;	
}
#left_side ul.news li{
	list-style: none;	
	padding: 7px 0px;
	background: url('images/left-side-sep.gif') bottom repeat-x;
}
#left_side ul.news li a{
	color: #535452;
	padding: 0 15px; 
	text-decoration: none;	
	font-weight: normal;
	background: url('images/left-side-style.gif') 0px no-repeat;
}

#left_side ul.reports{
	padding-bottom: 15px;
}
#left_side ul.reports li{
	list-style: none;	
	padding: 5px 15px;
	background: url('images/left-side-style.gif') 0px 8px no-repeat;
}
#left_side ul.reports li a{
	color: #535452; 
	text-decoration: none;	
	font-weight: normal;
}

/* footer **********/
/***/
.search{
	position: absolute;
	top: 15px;
	right: 15px;	
}
.search input.itext{
	width: 96px;
	height: 19px;
	margin: 0 5px 0 0;
	border: 0;
	float: left;
	background: url('images/search-text.gif') no-repeat;	
}
.search.button{
	padding: 0;
	float: left;
	display: inline;	
}
#footerContent{
	margin: 0 5px;
	background: url('images/mainCol-all.gif') repeat-y;	
	border-top: 1px solid #9fa19e;	
}

/* Reports
--------------------------------------- */

.thumbnail{
/*position: relative;*/
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #CCCCCC;
padding: 5px;
left: -1000px;
border: 1px solid #CCCCCC;
visibility: hidden;
color: #000000;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

/* side Logo
--------------------------------------- */
#inc500{ position: absolute; top: 0px; left: 746px; width: 70px; height: 62px; background: url('images/inc-500_sm.gif') no-repeat; 
}
	#inc500 img{
		width: 70px;
		height: 62px;
	}
#ippa{ position: absolute; top: 1px; left: 840px; width: 100px; height: 60px; background: url('images/ippa_sm.gif') no-repeat; 
}
	#ippa img{
		width: 100px;
		height: 60px;
	}

/*
 MISC.
-----------------------------------------------*/
.left{
	float: left;	
}
img.left{
	floar: left;
	padding: 5px 10px 5px 0px;
}
.right{
	float: right;	
}
.black{
	color: #000;	
}
.white{
	color: #fff;	
}
.hide{
	display: none;
}
.text{
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 3px;
	margin-left: 8px;
}
.noback{
	background: none;
}
p.testi{
	text-align: center;
	padding: 5px 0 10px 0px;
	background: url('images/test-sep.gif') center bottom no-repeat;
}
	p.testi_last{
		text-align: center;
		padding: 5px 0 10px 0px;
		background: none;
	}
table#locations{
	padding: 10px 0 0 0;
}
table#locations td{
	padding: 2px 15px 2px 0px;
	font-size: 1.1em;
}
#logForm{
	width: 500px;
	margin: 15px 0;
	padding: 10px 0px 10px 10px;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #eee;
}

/* clearing */
#intro:after,
#mainCol_all:after,
#mainCol_top:after,
#mainCol_Top_home:after{
	content: '.';
	height: 0px;
	visibility: hidden;
	display: block;
	clear: both;	
}

