/*
PALETTE:
	
	BLACK : #000000
	WHITE : #FFFFFF
	GRAY : #5E5E5E
	CREAM : #D3D3CB
	MAROON : #67002A
*/
html {
	font-size: 90%;
}	
body {
	font-size: 100%;
	font-family: georgia,'times new roman',serif;
	text-align: center;
	color: #5E5E5E;
	background: url(http://p3hrcs.com/cross.gif) repeat;
}
/* Float containers fix: http://www.csscreator.com/attributes/containedfloat.php */ 
.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
#wrapper {
	width: 70em;
	padding-top: 2.5em;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	margin: 2.5em auto;
	border: 4px double #5E5E5E;
	background: #FFFFFF;
	text-align: left;
}
.three {
	font-family: cochin,times,'times new roman',serif;
}	
#head_container {
	float: left;
	text-align: left;
	padding: 0em;
	display: block;
	position: relative;
	width: 100%;
}
#head_left {
	display:inline;
	width: 33%;
	float: left;
	text-align: left;
	font-family: georgia,'times new roman',serif;
	color: #5E5E5E;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 0em;
	padding:0em;
}
#head_center {
	display:inline;
	width: 27%;
	float: left;
	text-align: left;
	font-family: georgia,'times new roman',serif;
	color: #5E5E5E;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 0em;
	padding:0em;
}
#head_center a:link {
	color: #67002A;
	text-decoration: none;
}
#head_center a:visited {
	color: #67002A;
	text-decoration: none;
}
#head_center a:hover {
	color: #67002A;
	text-decoration: underline;
}
#head_center a:active {
	color: #67002A;
	text-decoration: underline;
}
#head_right {
	display:inline;
	width: 40%;
	float: left;
	text-align: right;
	font-family: georgia,'times new roman',serif;
	color: #5E5E5E;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 0em;
	padding:0em;
}
.linestrike {
	line-height: 0.25em;
	border-bottom: double 1px #5E5E5E;
	display: block;
	float: left;
	width: 100%;
}
#logo img {
	width: 100%;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
/* NAVIGATION CONSOLE CONTROLS */
#left_column {
	display: block;
	position: relative;
	float: left;
	width: 30%;
}
#nav_container {
	display: block;
	position: relative;
	float: left;
	text-align: left;
	padding: 0em;
	width: 100%;
}	
#nav {
	font-family: georgia,'times new roman',serif;
	font-size: 1.15em;
	line-height: 1em;
	font-weight: 300;
	color: #67002A;
	list-style-type: none;
	margin: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	padding-right: 0em;
	width: 100%;
	border:none;
	background-color: #FFFFFF;
	text-align: left;
	float:none;
}	
.nav a:link {
	display: block;
	font-family: georgia,'times new roman',serif;
	font-size: 1.15em;
	line-height: 1em;
	font-weight: 300;
	color: black;
	text-decoration: none;
	padding: 0.2em;
	margin:0em;
	width: 100%;
	border:none;
	background-color: #FFFFFF;
	text-align: left;
	float:none;
}
.nav a:visited {
	display: block;
	font-family: georgia,'times new roman',serif;
	font-size: 1.15em;
	line-height: 1em;
	font-weight: 300;
	color: black;
	text-decoration: none;
	padding: 0.2em;
	margin:0em;
	width: 100%;
	border:none;
	background-color:#FFFFFF;
	text-align: left;
	float:none;
}
.nav a:hover {
	display: block;
	font-family: georgia,'times new roman',serif;
	font-size: 1.15em;
	line-height: 1em;
	font-weight: 300;
	color: #F2F2F2;
	background-color: #67002A;
	text-decoration: none;
	padding: 0.2em;
	margin:0em;
	border: none;
	width: 100%;
	text-align: left;
	float:none;
}
.nav a:active {
	display: block;
	font-family: georgia,'times new roman',serif;
	font-size: 1.15em;
	line-height: 1em;
	font-weight: 300;
	color: #F2F2F2;
	background-color: #67002A;
	text-decoration: none;
	padding: 0.2em;
	margin:0em;
	border: none;
	width: 100%;
	text-align: left;
	float:none;
}	
#maroon_bar {
	width: 100%;
	border-bottom: 6px solid #67002A;
	display: block;
	float: left;
	margin-bottom: 1em;
}
/* subnav_head is for the subnavigation heading EXAMPLE: Client Support, Profile, Clients */	
#subnav_heading {
	width: 100%;
	font-family: georgia,'times new roman',serif;
	color: #67002A;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 300;
	padding: 0.2em;
}	
#subnav_container {
	width: 100%;
	display: block;
	margin: none;
}
#subnav {
	font-family: georgia,'times new roman',serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #D3D3CB;
	list-style-type: none;
	margin: 0em;
	display: block;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	padding-right: 1.5em;
	width: 100%;
	float:none;
}	
.subnav a:link {
	font-family: georgia,'times new roman',serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #5E5E5E;
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #7E7E7E;
	border-top: none;
	border-left: none;
	border-right: none;
	background: #FFFFFF url(../toggle/arrow_norm.gif) no-repeat center right;
	text-align: left;
	padding: 0.2em;
	margin:0em;
	width: 100%;
	float:none;
}
.subnav a:visited {
	font-family: georgia,'times new roman',serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #5E5E5E;
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #7E7E7E;
	border-top: none;
	border-left: none;
	border-right: none;
	background: #FFFFFF url(../toggle/arrow_norm.gif) no-repeat center right;
	text-align: left;
	padding: 0.2em;
	margin:0em;
	width: 100%;
	float:none;
}	
.subnav a:hover {
	font-family: georgia,'times new roman',serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #333333;
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #333333;
	border-top: none;
	border-left: none;
	border-right: none;
	background: #E9E9E5 url(../toggle/arrow_over.gif) no-repeat center right;
	text-align: left;
	padding: 0.2em;
	margin:0em;
	width: 100%;
	float:none;
}	
.subnav a:active {
	font-family: georgia,'times new roman',serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #333333;
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #DEDED8;
	border-top: none;
	border-left: none;
	border-right: none;
	background: #E9E9E5 url(../toggle/arrow_over.gif) no-repeat center right;
	text-align: left;
	padding: 0.2em;
	margin:0em;
	width: 100%;
	float:none;
}
.ccp {
	font-size:0.75em;
	letter-spacing: 0.05em
}
/* BEGIN CONTENT */
#right_column {
	display: block;
	position: relative;
	float: right;
	width: 67%;
}
#content_heading_container {
	width: 100%;
	display: block;
	float: right;
}	
#content_container {
	width: 100%;
	display: block;
	float: right;
}	
/* section_title is for section titles example, "Workers' Compensation Management" */
#section_title {
	width: 100%;
	font-family: georgia,'times new roman',serif;
	font-style:italic;
	color: black;
	font-size: 2.4em;
	line-height: 1em;
	padding:0em 0em 0.25em 0.08em;
	border-top:none;
	border-right:none;
	border-bottom:2px solid #D3D3CB;
	border-left:none;
}
#bullet_list {
	width:100%;
	display: block;
	float: left;
}
.bullets {
	width: 100%;
	font-family: georgia,'times new roman',serif;
	color: #67002A;
	background-color: #FFFFFF;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 300;
	padding-top: 0.3em;
	border:none;
	float:none;
}
.bullets a:link {
	font-family: georgia,'times new roman',serif;
	color: #67002A;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 300;
	padding-top: 0.3em;
	border: none;
	float:none;
}
.bullets a:visited {
	font-family: georgia,'times new roman',serif;
	color: #67002A;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 300;
	padding-top: 0.3em;
	border: none;
	float:none;
}
.bullets a:hover {
	font-family: georgia,'times new roman',serif;
	color: #67002A;
	background-color: #FFFFFF;
	text-decoration: underline;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 300;
	padding-top: 0.3em;
	border: none;
	float:none;
}
.bullets a:active {
	font-family: georgia,'times new roman',serif;
	color: #67002A;
	background-color: #FFFFFF;
	text-decoration: underline;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 300;
	padding-top: 0.3em;
	border: none;
	float:none;
}
.sub_bullets {
	width: 100%;
	font-family: georgia,'times new roman',serif;
	color: #5E5E5E;
	font-style: none;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 300;
	padding-top: 0.3em;
	list-style-type:none;
}
.article {
	width: 100%;
	font-family: calibri,arial,helvetica,verdana,sans-serif;
	color: #5E5E5E;
	background-color: #FFFFFF;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0em 0em 0em 0.5em;
	margin: 0em 0em 0em 0em;
	border:none;
	list-style-type:none;
	float:none;
}
p {
	width: 100%;
	font-family: calibri,arial,helvetica,verdana,sans-serif;
	color: #5E5E5E;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0em;
}
p a:link {
	font-family: calibri,arial,helvetica,verdana,sans-serif;
	color: #67002A;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.5em;
	border: none;
	text-align: left;
	background-color:#FFFFFF;
	float:none;
}
p a:visited {
	font-family: calibri,arial,helvetica,verdana,sans-serif;
	color: #67002A;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.5em;
	border: none;
	text-align: left;
	background-color:#FFFFFF;
	float:none;
}
p a:hover {
	font-family: calibri,arial,helvetica,verdana,sans-serif;
	color: #67002A;
	background-color: #FFFFFF;
	text-decoration: underline;
	font-size: 1em;
	line-height: 1.5em;
	display: inline;
	border: none;
	text-align: left;
	background-color:#FFFFFF;
	float:none;
}
p a:active {
	font-family: calibri,arial,helvetica,verdana,sans-serif;
	color: #67002A;
	background-color: #FFFFFF;
	text-decoration: underline;
	font-size: 1em;
	line-height: 1.5em;
	display: inline;
	border: none;
	text-align: left;
	background-color:#FFFFFF;
	float:none;
}
b {
	font-family: georgia,'times new roman',serif;
	font-weight: 300;
	font-size: 0.99em;
	letter-spacing: 0.1em;
	word-spacing: 0.05em;
	color: #67002A;
}
abbr {
	letter-spacing: 0.05em
}
#table_contact {
	width: 100%;
	display: block;
	float: left;
}
.contact_table_heading {
	font-family: arial,helvetica,verdana,sans-serif;
	color: #5E5E5E;
	font-size: 0.750em;
	line-height: 1.5em;
	padding-right: 1.5em;
	padding-bottom: 0.5em;
	margin: 0em;
}
.contact_table {
	padding-right: 1.5em;
	padding-left: 0em;
	padding-bottom: 0.5em;
	padding-top: 0.25em;
	font-family: georgia,'times new roman',serif;
	color: #5E5E5E;
	font-size: 1em;
	font-weight: 300;
	margin: 0em;
	float:none;
}	
.contact_table a:link {
	padding-right: 1.5em;
	padding-bottom: 0.5em;
	font-family: georgia,'times new roman',serif;
	color: #67002A;
	font-size: 1em;
	font-weight: 300;
	text-decoration: none;
	background-color:#FFFFFF;
	border:none;
	padding-left:0em;
	padding-top:0em;
	margin:0em;
	float:none;
}	
.contact_table a:visited {
	padding-right: 1.5em;
	padding-bottom: 0.5em;
	font-family: georgia,'times new roman',serif;
	color: #67002A;
	font-size: 1em;
	font-weight: 300;
	text-decoration: none;
	background-color:#FFFFFF;
	border:none;
	padding-left:0em;
	padding-top:0em;
	margin:0em;
	float:none;
}
.contact_table a:hover {
	padding-right: 1.5em;
	padding-bottom: 0.5em;
	font-family: georgia,'times new roman',serif;
	color: #67002A;
	font-size: 1em;
	font-weight: 300;
	text-decoration: underline;
	background-color:#FFFFFF;
	border:none;
	padding-left:0em;
	padding-top:0em;
	margin:0em;
	float:none;
}
.contact_table a:active {
	padding-right: 1.5em;
	padding-bottom: 0.5em;
	font-family: georgia,'times new roman',serif;
	color: #67002A;
	font-size: 1em;
	font-weight: 300;
	text-decoration: underline;
	background-color:#FFFFFF;
	border:none;
	padding-left:0em;
	padding-top:0em;
	margin:0em;
	float:none;
}
#foot_container {
	float: left;
	text-align: left;
	padding: 0;
	display: block; 
	clear: both;
	position: relative;
	width: 100%;
	font-family: georgia,'times new roman',serif;
	color: #5E5E5E;
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 0.25em;
}
#foot_left {
	font-size: 1em;
	display: inline;
	text-align: left;
	width:33%;
	float: left;
}
#foot_center {
	display: inline;
	text-align: left;
	width: 44%;
	float: left;
}
#foot_right {
	text-align: right;
	display: inline;
	width: 23%;
	float: left;
}
img {
	outline:none;
	border:none;
}
img a:active {
	border:none;
	background-color:none;
}
#starburst{
	float:left;
	margin:0em 0em 0.25em 0em;
}
.mail_postcard_large{
	width:100%;
	height:1508px;
	background-image:url('../mail/postcard_item_large.png');
	background-repeat: no-repeat;
	margin:0em 0em 2em 0em;
}
.mail_postcard{
	width:100%;
	height:500px;
	background-image:url('../mail/postcard_item.png');
	background-repeat: no-repeat;
	margin:0em 0em 2em 0em;
}
.mail_folded_card{
	width:100%;
	height:500px;
	background-image:url('../mail/folded_card_item.png');
	background-repeat: no-repeat;
	margin:0em 0em 2em 0em;
}
.mail_title{
	padding:3em 0em 0em 9.5em;
	font-family: georgia,'times new roman',serif;
	font-style:italic;
	font-size: 0.99em;
	letter-spacing: 0.1em;
	word-spacing: 0.05em;
	color: #67002A;
}
.mail_content{
	padding:4em 2.5em 2em 2.5em;
}
#testimonial a:link{
	width:152px;
	height:39px;
	background-image:url(http://www.p3hrcs.com/client_support/testimonial.png);
	outline:none;
	text-decoration:none;
	display:block;
}
#testimonial a:visited{
	width:152px;
	height:39px;
	background-image:url(http://www.p3hrcs.com/client_support/testimonial.png);
	outline:none;
	text-decoration:none;
	display:block;
}
#testimonial a:hover{
	width:152px;
	height:39px;
	background-image:url(http://www.p3hrcs.com/client_support/testimonial_hover.png);
	outline:none;
	text-decoration:none;
	display:block;
}
#testimonial a:active{
	width:152px;
	height:39px;
	background-image:url(http://www.p3hrcs.com/client_support/testimonial_hover.png);
	outline:none;
	text-decoration:none;
	display:block;
}

/* TWITTER BOX STYLE */
.twitter_container{
	width:306px;
	border:1px #DFDFDF solid;
	margin:1em 0em 0em 0em;
	padding:0em 0em 0em 0em;
	position:relative;
	}
.twitter_heading_box{
	width:100%;
	height:30px;
	margin:0em 0em 0em 0em;
	padding:0em 0em 0em 0em;
	background:#F2F2F2 url('http://www.p3hrcs.com/elements/twitter_icon.gif')left center no-repeat;
	border-bottom:1px #DFDFDF solid;
	position:absolute;
	top:0;
	}
.twitter_heading_text{
	font-family:Georgia,'times new roman',serif;
	font-weight:normal;
	font-size:1em;
	letter-spacing:0.1em;
	color:#67002A;
	margin:0em 0em 0em 0em;
	padding:0.325em 0em 0em 0.75em;
	}
.twitter_text_box{
	margin:0em 0em 0em 0em;
	padding:0em 0em 0em 0.85em;
	}
.twitter_text{
	font-family:calibri,arial,helvetica,verdana,sans-serif;
	color:#5E5E5E;
	font-size:1em;
	line-height:1.5em;
	list-style-type:none;
	margin:3em 0.85em 0em 0em;
	padding:0em 0em 0em 0em;
	}
.twitter_text a:link{
	color:#67002A;
	text-decoration:none;
	font-style:italic;
	}
.twitter_text a:visited{
	color:#67002A;
	text-decoration:none;
	font-style:italic;
	}
.twitter_text a:hover{
	color:#67002A;
	text-decoration:underline;
	font-style:italic;
	}
.twitter_text a:active{
	color:#67002A;
	text-decoration:underline;
	font-style:italic;
	}
.twitter_follow a:link{
	margin:0em 0em 0em 0em;
	padding:0em 0em 0em 0em;
	font-family:calibri,arial,helvetica,verdana,sans-serif;
	font-size:0.85em;
	font-weight:bold;
	color:#67002A;
	text-decoration:none;
	}
.twitter_follow a:visited{
	margin:0em 0em 0em 0em;
	padding:0em 0em 0em 0em;
	font-family:calibri,arial,helvetica,verdana,sans-serif;
	font-size:0.85em;
	font-weight:bold;
	color:#67002A;
	text-decoration:none;
	}
.twitter_follow a:hover{
	margin:0em 0em 0em 0em;
	padding:0em 0em 0em 0em;
	font-family:calibri,arial,helvetica,verdana,sans-serif;
	font-size:0.85em;
	font-weight:bold;
	color:#67002A;
	text-decoration:underline;
	}
.twitter_follow a:active{
	margin:0em 0em 0em 0em;
	padding:0em 0em 0em 0em;
	font-family:calibri,arial,helvetica,verdana,sans-serif;
	font-size:0.85em;
	font-weight:bold;
	color:#67002A;
	text-decoration:underline;
	}