/****************************************/
/*	GLOBAL STYLES						*/
/****************************************/
body {
	margin:0;
	padding:0;
	background:url(../images/body.gif) repeat-x #F5F3EB;
	font-family:arial, san-serif;	
	font-size:62.5%;
	color:#000000;
	text-align:center;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	
}
h1 span, h2 span, h3 span, h4 span, h5 span {
	display:none;
	clear:both;
}

img {
	vertical-align:top;
	border:none;
	font-size:.75em;
}

a {
	color:#339999;
	outline:none;
	text-decoration:none;
}
a:hover {	
	text-decoration:underline;
	outline:none;	
}

a span {
	display:none;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
}
li {
	margin:0;
	padding:0;
}

/*table {
	width:100%;
	margin:0 0 1.5em;
	border:1px solid #000000;
	border-bottom:none;
	border-collapse:collapse;
}
table thead {
	font-weight:bold;
	color:#FFFFFF;
	background:#AE0101;
}
table tr:hover {
	background-color:#EFB3B3;
}
table td {
	padding:0 .5em;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}*/

form, fieldset {
	margin:0;
	padding:0;
	border:none;
}

select {
	width:auto;
	outline:none;	
}

hr {
	display:none;	
}



*.last {
	border:none !important;
	margin:0 !important;
}

/****************************************/
/*	END GLOBAL STYLES					*/
/****************************************/


/****************************************/
/*	GLOBAL LAYOUT STYLES				*/
/****************************************/

#outerbox, #header, .one_col, .two_col {
	position:relative;
	z-index:10;
	margin:0 auto;
	width:990px;
}

#outerbox {
	text-align:left;
	font-size:1.2em;
}


/*	HEADER STYLES				*/
#header {
	height:130px;
	z-index:100;
	/*margin-bottom:30px;*/
}
#header h1 a {
	position:absolute;
	z-index:20;
	top:5px;
	left:6px;
	display:block;
	width:386px;
	height:157px;
	background:url(../images/logo_protecslabs.png) no-repeat
}
/*	HEADER STYLES				*/



/*	MAIN NAVIGATION			*/
#main_nav {
	position:absolute;
	bottom:10px;
	left:412px;
	z-index:20;
	font-family:arial, san-serif;
}
#main_nav ul {
	margin:0;
	padding:0;
	list-style:none;
	height:39px;
}
#main_nav li {
	margin:0 6px;
	padding:0;
	display:inline;
}
#main_nav a {
	float:left;
	display:block;
	height:39px;
}
#main_nav li a:hover, #main_nav li.mainnav_on a {
	background-position:left -39px;
}
#main_nav a span {
	display:none;
}

#main_nav .nav_home a {
	width:87px;
	background:url(../images/nav/home.gif) no-repeat left top;
}
#main_nav .nav_why a {
	width:140px;
	background:url(../images/nav/why_protecs.gif) no-repeat left top;
}
#main_nav .nav_forms a {
	width:193px;
	background:url(../images/nav/forms_and_articles.gif) no-repeat left top;
}
#main_nav .nav_contact a {
	width:105px;
	background:url(../images/nav/contact.gif) no-repeat left top;
}
/*	MAIN NAVIGATION			*/


/* HEADER NAVIGATION		*/

#header_nav {
	float:right;
	position:absolute;
	z-index:20;
	top:21px;
	right:44px;
}
#header_nav p {
	margin:0;
	padding:0;
	width:252px;
	height:39px;
	background:url(../images/call_us_today.gif) no-repeat;
}
#header_nav p span {
	display:none;
}
/* HEADER NAVIGATION		*/



/*	FOOTER STYLES			*/
#footer {
	clear:both;
	margin:0px 0 10px;
	vertical-align:middle;
	text-align:center;	
	/*background-color:#FFFFFF;*/
	background:url(../images/footer.gif) repeat-x 0 0;
	font-size:1.2em;
	font-family:arial, sans-serif;
}
#footer li {
	padding:0 25px;
	line-height:64px;
}
#footer a {
	color:#FFFFFF;
}
#footer .sub {
	margin:0;
	padding:20px 0 50px;
	height:113px;
	text-align:center;
}
#footer .sub h5 a {
	margin:0 auto;
	display:block;
	width:159px;
	height:57px;
	background:url(../images/logo_jhousemedia.gif) no-repeat 0 0 #FFFFFF;
}
/*	FOOTER STYLES			*/


/****************************************/
/*	GLOBAL LAYOUT STYLES				*/
/****************************************/



/****************************************/
/*	MISC LAYOUT STYLES					*/
/****************************************/

.clear_floats {
	clear:both;
	height:1px;
	font-size:1px;
	background:transparent;
}	

.indent {
	margin-left:170px;
}

p.right {
	text-align:right;
}

/* ------ INLINE LIST STYLES ------ */
.inline_list {
	margin:0;
	padding:0;
	list-style:none;
}
.inline_list li {
	margin:0;
	padding:0;
	display:inline;
}
/* ------ INLINE LIST STYLES ------ */


/* ------ IMAGE STYLES ------ */
.img_left {
	float:left;
	margin:.25em .75em 0 0;
	display:block;
}
.img_right {
	float:right;
	margin:.25em 0 0 .75em;
	display:block;
}
/* ------ IMAGE STYLES ------ */


/* ------ PAGINATION STYLES ------ */
.pagination {
	display:block;
	padding:5px 0;
	line-height:2em;
	vertical-align:middle;
}
.pagination_inner {
	border-top:1px solid #E7E0D0;
	border-bottom:1px solid #E7E0D0;
}
.pagination .left {
	float:left;	
	color:#333333;
	font-weight:bold;
}
.pagination .left h4 {
	margin-top:7px;
	margin-left:14px;
	font-size:14px;
}

.pagination .right {
	float:right;
	padding-right:14px;
}
.pagination ul {
	margin:0;
	padding:0;
	list-style:none;
}
.pagination li {
	float:left;
	margin:0;
	padding:0 8px;
	display:inline;	
	font-size:.95em;
}
.pagination form {
	width:1%;
}
.pagination a, .pagination form {
	float:left;
	margin:0;
	padding:0;
	height:25px;
	color:#A2A2A2;
}
.pagination a:hover {
	color:#336699;
}
.pagination select {
	float:left;
	display:inline;
	margin:0;
}
.pagination .previous {
	padding-left:41px;
	padding-right:17px;
	background:url(../images/arrow_prev.png) no-repeat left top;
}
.pagination .next {
	padding-left:17px;
	padding-right:41px;	
	background:url(../images/arrow_next.png) no-repeat right top;
}
/* ------ PAGINATION STYLES ------ */


/* ------ FRAME STYLES ------ */
.frame_tl, .frame_tr, .frame_bl, .frame_br {	
	float:left;
}

.frame_white .frame_tl {
	background:url(../images/frame_white_tl.gif) no-repeat left top;
}
.frame_white .frame_tr {
	padding-top:12px;
	background:url(../images/frame_white_tr.gif) no-repeat right top;
}
.frame_white .frame_bl {
	padding-left:12px;
	padding-bottom:12px;
	width:469px;
	background:url(../images/frame_white_bl.gif) no-repeat left bottom;
}
.frame_white .frame_br {	
	padding-right:12px;
	background:url(../images/frame_white_br.gif) no-repeat right bottom;
}
/* ------ FRAME STYLES ------ */


/* ------ LISTS STYLES ------ */
.listing_text label {
	float:left;
	display:block;
	width:25%;
	padding-top:.5em;
	color:#666666;
}
.listing_text p {
	float:left;
	display:block;
	width:73%;
	margin:.5em 0;
	padding-left:2%;
}
.listing_text br {
	clear:left;
}


.listing_groups dl {
	margin:5px 0;
}
.listing_groups dd {
	clear:both;
	position:relative;
	margin:0 0 22px;
	padding-right:100px;
	overflow:auto;
	height:1%; /* for IE6 */
}
.listing_groups dd img {
	float:left;
	display:block;
	margin:0 1em 1em 0;
}
.listing_groups dd a {
	display:block;
}
.listing_groups dd p {
	margin:0 0 1em;
}
.listing_groups dd span {
	display:block;
	color:#666666;
}


.listing_category p a {
	height:1%; /* for IE6 */
}
.listing_category p {
	margin:0;
	padding:14px 25px 14px 0;
	border-bottom:1px dotted #666666;
}


.list_arrow li {
	margin:0 0 8px;
	padding:0 23px 9px 22px;
	border-bottom:1px dotted #666666;
	background:url(../images/arrow_orange.gif) no-repeat;
}
/* ------ LISTS STYLES ------ */


/* ------ BOX STYLES ------ */
.box {
	width:256px;
	margin:0 0 14px;
}
#subpage .box h3 {
	width:196px;
	height:23px;
	padding:16px 30px 0;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	background:url(../images/box_top.gif) no-repeat;
	text-transform:none;
}
.box ul {
	margin:0;
	padding:6px 20px 10px 19px;
	background:url(../images/box_bottom.gif) no-repeat left bottom;
}
.box li {
	margin:0;
	padding:0;
	border-bottom:1px dotted #D9D9D9;
}
.box li a {
	display:block;
	padding:8px 9px 7px;
	margin:1px 0;
	color:#000000;
}
.box li a:hover, .box li.subnav_on a {
	color:#BC711E;
	background-color:#D9D9D9;
}
/* ------ BOX STYLES ------ */

/****************************************/
/*	MISC LAYOUT STYLES					*/
/****************************************/



/****************************************/
/*	GRID STYLES							*/
/****************************************/


.column {
	float:left;
}

.one_col, .two_col {
	margin-bottom:30px;
}

.two_col h2 {
	color:#573103;
}


/****************************************/
/*	GRID STYLES							*/
/****************************************/

#masthead {
	position:relative;
	z-index:2;
	width:1034px;
	height:298px;
	background:url(../images/masthead.jpg) no-repeat;
}
/*#masthead img {
	display:block;
}*/
#masthead h3 {
	width:543px;
	height:99px;
	margin:0;
	padding:0;
	position:relative;
	top:12px;
	left:44px;
	background:url(../images/masthead_h3.gif) no-repeat;
}
#masthead ul {
	float:left;
	margin:0;
	padding:0;
	width:50%;
	list-style:none;
}
#masthead li {
	margin:0 0 8px;
	padding:0 0 0 22px;
	line-height:1.5em;
	color:#FFFFFF;
	font-weight:bold;
	background:url(../images/masthead_li.gif) no-repeat left top;
}
#masthead a {
	position:absolute;
	top:210px;
	left:604px;
	width:376px;
	line-height:45px;
	display:block;
	font-size:1.5em;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	background:url(../images/btn_learnmore.png) no-repeat;
}



/*#homepage.two_col {
	width:1034px;
	padding:0 42px 0 61px;
}*/
#homepage.two_col .column.first {
	width:494px;
	padding-left:45px;
	padding-right:28px;
}
#homepage.two_col .column.secondary {
	width:362px;
	padding-left:23px;
	padding-right:38px;
}


#homepage.two_col .column.first h2 {
	color:#64BAB1;
	text-transform:uppercase;
}
#homepage .column.first .frame_white {
	margin-top:17px;
}
#homepage .column.first .frame_white .frame_bl {
	padding-left:29px;
	padding-right:20px;
	width:419px;
	font-size:1.15em;
	line-height:1.5em;
}
#homepage .column.first .frame_white .frame_bl p {
	margin:9px 0;
}

#homepage.two_col .column.first form {
	margin-left:19px;
	margin-top:30px;
}
#homepage.two_col .column.first label, #homepage.two_col .column.first input {
	padding:6px 0;
	margin-bottom:10px;
}
#homepage.two_col .column.first label {
	display:block;
	float:left;
	width:163px;
	font-weight:bold;
	color:#000000;
}
#homepage.two_col .column.first input {
	border:1px solid #5E390D;
	width:285px;
	line-height:28px;
	vertical-align:middle;
}
#homepage.two_col .column.first input.btn_submit {
	color:#FFFFFF;
	width:auto;
	height:28px;
	margin:5px 0 5px 163px;
	padding:0 33px;
	font-weight:bold;
	cursor:pointer;
	background:url(../images/bg_btn_getstarted.gif) repeat-x;
}

#homepage.two_col .column.secondary .listing_text {
	margin:10px 0 25px;
}
#homepage.two_col .column.secondary li {
	padding-left:39px;
	margin:5px 0 18px;
	min-height:32px;
	background:url(../images/icon_pdf.gif) no-repeat;
}



#subpage.one_col, #subpage.two_col {
	width:950px;
	padding:0 0 40px;
	margin:0 auto;
}
#subpage h1 {
	height:50px;
	padding-right:18px;
	margin-top:18px;
	text-align:right;
	font-size:34px;
	color:#BC711E;
	background-color:#F5F3EB;
	text-transform:uppercase;
}
#subpage h1 {
	float:right;
}
#subpage h2 {
	color:#64BAB1;
	font-size:24px;
	text-transform:uppercase;
}
#subpage h3 {
	color:#573103;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
}

#pg_contact {
	background:url(../images/divider_column.gif) repeat-y 263px 0;
}
#pg_contact .column.first {
	width:257px;
	padding-right:19px;
}
#pg_contact .column.secondary {
	width:651px;
	padding-left:23px;
}



#pg_formsarticles {
	background:url(../images/divider_column.gif) repeat-y 264px 0;
}
#pg_formsarticles .column.first {
	width:257px;
	padding-right:19px;
}
#pg_formsarticles .column.secondary {
	width:651px;
	padding-left:23px;
}
#pg_formsarticles .content {
	position:relative;
	margin:0;
	padding:0;
	border-top:1px dotted #D9D9D9;
	border-bottom:1px dotted #D9D9D9;
}
#pg_formsarticles .content p {
	margin:20px 0 40px;
}
#pg_formsarticles .content p a {
	font-size:1.2em;
	font-weight:bold;
	color:#573103;
	margin-right:.5em;
}
#pg_formsarticles .content p span {
	font-size:1.2em;
	color:#BC711E;
	font-weight:bold;
}

#pg_formsarticles .content p a.link_pdf {
	display:block;
	float:left;
	padding-top:40px;
	margin:5px 10px 5px 0;
	background:url(../images/icon_pdf.gif) no-repeat center top;	
	font-size:.85em;
	color:#FE4A4A;
}

#subpage.pg_why.one_col .content p {
	margin:5px 10px 1em;
}