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

body {
	margin:0;
	padding:0;
	background:url(../images/body.gif) repeat-x #333333;
	font-family:arial, san-serif;	
	font-size:62.5%;
	color:#FFFFFF;
	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:#FFD800;
	outline:none;
}
a:hover {	
	text-decoration:none;
	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;
}

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


/****************************************/
/*	GLOBAL LAYOUT STYLES				*/
/****************************************/
.hidden{display:none;}

#header a.logo{height:120px; width:350px; display:block; left:35px; top:10px; position:absolute;}

#outerbox {
	text-align:left;
	font-size:1.2em;
}
#outerbox, #header, .one_col, .two_col {
	position:relative;
	z-index:10;
	margin:0 auto;
	width:1000px;
}

/*	HEADER STYLES				*/
#header {
	height:171px;
	background:url(../images/header.gif) repeat-x;
	position:relative;
}
#header a {
	color:#FFFFFF;
}
#header a img {
	position:absolute;
	z-index:10;
	top:14px;
	left:24px;
	display:block;
}
/*	HEADER STYLES				*/



/*	MAIN NAVIGATION			*/
#main_nav {
	position:absolute;
	bottom:5px;
	left:15px;
	z-index:20;
	font-family:arial, san-serif;
}
#main_nav ul {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	height:31px;
}
#main_nav li {
	position:relative;
	float:left;
	display:inline;
	margin:0 9px;
	padding:0;	
}
#main_nav a, #main_nav .home a:hover {
	display:block;
	height:31px;
	font-size:1.25em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#main_nav a span {
	display:none;
}
#main_nav li.mainnav_on a, #main_nav li a:hover {
	color:#FFD800;
	background-position:0 -31px;
}

#main_nav .nav_home a {
	width:85px;
	background:url(../images/nav/home.gif) no-repeat;
}
#main_nav .nav_jobs a {
	width:151px;
	background:url(../images/nav/jobsbidding.gif) no-repeat;
}
#main_nav .nav_forms a {
	width:96px;
	background:url(../images/nav/forms.gif) no-repeat;
}
#main_nav .nav_projects a {
	width:117px;
	background:url(../images/nav/projects.gif) no-repeat;
}
#main_nav .nav_services a {
	width:116px;
	background:url(../images/nav/services.gif) no-repeat;
}
#main_nav .nav_about a {
	width:119px;
	background:url(../images/nav/aboutus.gif) no-repeat;
}
#main_nav .nav_contact a {
	width:135px;
	background:url(../images/nav/contactus.gif) no-repeat;
}

/*	MAIN NAVIGATION			*/


/* HEADER NAVIGATION		*/

#header_nav {
	float:right;
	position:absolute;
	z-index:20;
	top:22px;
	right:40px;
}
#header_nav ul {
	float:left;		
}
#header_nav li {
	width:205px;
	height:18px;
	margin:0 0 4px;
}
#header_nav .phone {
	display:block;
	background:url(../images/phone.png) no-repeat;
}
#header_nav .fax {
	display:block;
	background:url(../images/fax.png) no-repeat;
}
#header_nav li span {
	display:none;
}
/* HEADER NAVIGATION		*/



/*	FOOTER STYLES			*/
#footer {
	width:100%;	
	margin:10px 0 15px;
	color:#FFFFFF;
	font-size:1.2em;
	background:url(../images/footer.gif) repeat-x left top;
}
#footer_inner {
	position:relative;	
	margin:0 auto;
	width:1000px;
	padding-bottom:25px;	
	height:92px;
}
#footer img {
	position:absolute;
	left:50px;
	top:18px;
}
#footer ul {
	position:absolute;
	top:13px;
	right:35px;
	margin:0;
	padding:0;
	list-style:none;
}
#footer li {
	float:left;
	margin:0;
	padding:0 22px;	
	display:inline;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover, #footer a:hover span {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer .addresses {
	position:absolute;
	top:44px;
}
#footer .addresses li {
	margin:0;
	text-align:left;
	border-right:1px solid #4080CE;
}
#footer .addresses li p {
	margin:0;
	padding:0;
}

#subfooter {
	clear:left;	
}
#subfooter a {
	display:block;
	margin:0 auto 50px;
	width:117px;
	height:43px;
	background:url(../images/logo_jhousemedia.gif) no-repeat;
}
/*	FOOTER STYLES			*/

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



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

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

/* ------ 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;
	border:1px solid #105D9A;
}
.img_right {
	float:right;
	margin:.25em 0 0 .75em;
	border:1px solid #105D9A;
}
/* ------ IMAGE STYLES ------ */


/* ------ FRAME STYLES ------ */
.frame_tl, .frame_tr, .frame_bl, .frame_br {	
	float:left;
}
.frame_br ul {
	margin:15px;
	padding:0;
	list-style:none;
}
.frame_br li {
	margin:0 0 15px;
	padding:0;
}	
.frame_br li a {
	color:#5ECEFF;
}
.frame_br li.on a {
	color:#FFD800;
}


.frame_blue .frame_tl {
	padding-bottom:16px;
	background:url(../images/frame_blue_tl.png) no-repeat left top;
}
.frame_blue .frame_tr {
	padding-top:14px;
	background:url(../images/frame_blue_tr.png) no-repeat right top;
}
.frame_blue .frame_bl {
	width:207px;
	padding-left:14px;
	padding-bottom:14px;
	background:url(../images/frame_blue_bl.png) no-repeat left bottom;
}
.frame_blue .frame_br {	
	padding-right:14px;
	background:url(../images/frame_blue_br.png) no-repeat right bottom;
}


.frame_blackdotted .frame_tl {
	background:url(../images/frame_blackdotted_tl.png) no-repeat left top;
}
.frame_blackdotted .frame_tr {
	padding-top:8px;
	background:url(../images/frame_blackdotted_tr.png) no-repeat right top;
}
.frame_blackdotted .frame_bl {
	width:217px;
	padding-left:8px;
	padding-bottom:8px;
	background:url(../images/frame_blackdotted_bl.png) no-repeat left bottom;
}
.frame_blackdotted .frame_br {	
	padding-right:8px;
	background:url(../images/frame_blackdotted_br.png) no-repeat right bottom;
}
.frame_blackdotted .frame_br h2 {
	margin:15px 15px 0;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
}

/* ------ Added by Natasha 7.20.2010 natashaannmurphy@gmail.com ------ */

.video {
	padding-left:5px;
}

/* ------ FRAME STYLES ------ */


/* ------ PAGINATION STYLES ------ */
.pagination {
	display:block;
	padding:0;
	line-height:2em;
	vertical-align:middle;
}
.pagination .left {
	float:left;
}
.pagination .right {
	float:right;
}
.pagination ul {
	margin:0;
	padding:0;
	list-style:none;
	margin:.25em 0 0;
}
.pagination li {
	float:left;
	margin:0;
	padding:0 8px;
	display:inline;	
	font-size:.95em;
}
.pagination form {
	width:1%;
}
.pagination a, .pagination form, .pagination h4 {
	float:left;
	margin:0;
	padding:0;
	font-size:.95em;
	color:#5ECEFF;
}
.pagination select {
	margin:0;
	padding:0;
	line-height:3em;
	font-size:.95em;
	vertical-align:middle;
	border:1px solid #7F9DB9;
}
.pagination .previous {
	padding-left:14px;
	padding-right:17px;
	background:url(../images/arrow_previous.png) no-repeat 0 6px;
}
.pagination .next {
	padding-left:17px;
	padding-right:14px;	
	background:url(../images/arrow_next.png) no-repeat right 6px;
}
/* ------ PAGINATION STYLES ------ */

.listing {
	margin:0;
	padding:0;
	border-top:1px solid #F5F5F5;
	border-bottom:1px solid #F5F5F5;
	clear:both;
}
.listing dd {
	position:relative;
	height:1%;
	margin:0 0 20px;
	padding:10px 20px 35px;
	border-bottom:1px dotted #F5F5F5;
}
.listing.v2 dd {
	border-bottom:2px solid #8D8D8D;
}
.listing.v3, .listing.v3 dd {
	margin-bottom:0;
	border:none;
}
.listing dd h3 {
	margin-bottom:7px;
}
.listing dd img {
	float:left;
	margin-right:15px;
	border:1px solid #FFFFFF;
}

.listing p.right {
	text-align:right;
	margin-bottom:0;
	color:#5ECEFF;
}


.listing.gallery dd {
	float:left;
	border:none;
	margin-left:auto;
	margin-right:auto;
}
.listing.gallery dd img {
	float:none;
	display:block;
	margin:0 25px 4px;
}

.captions {
	border-top:1px solid #F5F5F5;
	border-bottom:1px solid #F5F5F5;
}
.captions .listing.gallery {
	border:none;
}
.captions .listing.gallery dd {
	margin-top:4px;
	text-align:center;
	width:21%;
}

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



.one_col, .two_col {
	margin-top:-5px;
}

.one_col .primary {
	padding-left:15px;
	padding-right:15px;
}

.two_col .primary {
	float:left;
	position:relative;
	display:inline;
	width:50%;
}
.two_col .secondary {
	float:left;
	position:relative;
	display:inline;
	width:50%;
}










#homepage.two_col {
	margin-top:7px;
	padding-bottom:10px;
}
#homepage.two_col .primary {
	width:387px;
	padding-left:15px;
	padding-right:15px;
}
#homepage.two_col .secondary {
	width:566px;
	padding-right:17px;
}

#homepage.two_col .primary h1 {
	display:block;
	width:388px;
	height:80px;
	background:url(../images/hdr_qualityfacilities.gif) no-repeat;
}
#homepage.two_col .primary p {
	padding:0 8px;
}
#homepage .btn_contactus {
	display:block;
	width:381px;
	height:31px;
	margin-left:-8px;
	background:url(../images/btn_contactus.gif) no-repeat;
}
#homepage #bidbox {
	position:relative;
	width:322px;
	margin:15px 0 52px;
	padding:10px 30px 23px;
	background:url(../images/bg_bidbox.gif) no-repeat #22547F;
}
#homepage #bidbox h2 {
	width:117px;
	height:20px;
	background:url(../images/hdr_jobsbidding.gif) no-repeat;
}
#homepage #bidbox p {
	margin-left:-8px;
}
#homepage #bidbox a {
	 position:absolute;
	 bottom:-52px;
	 left:0px;
	 width:382px;
	 line-height:52px;
	 font-size:1.4em;
	 text-align:center;
	 vertical-align:middle;
	 background:url(../images/bg_bidbox_bottom.gif) no-repeat;
}


#homepage.two_col .secondary img {
	position:relative;
}
#homepage.two_col .secondary ul {
	position:absolute;
	left:3px;
	bottom:3px;
	width:560px;
	height:33px;
	padding:0 11px;
	background:url(../images/bg_imgnav.png) no-repeat;
}
#homepage.two_col .secondary li {
	float:left;
	margin:6px 3px 5px;
	text-transform:uppercase;
}
#homepage.two_col .secondary li a {
	display:block;
}
#homepage.two_col .secondary li a:hover {
	cursor:pointer;
}

#homepage.two_col .secondary li.arrow_left a {
	width:13px;
	height:22px;	
	background:url(../images/arrow_imgnav_left.png) no-repeat;
}
#homepage.two_col .secondary li.arrow_right a {
	width:13px;
	height:22px;
	background:url(../images/arrow_imgnav_right.png) no-repeat;
}
#homepage.two_col .secondary li.img_title {
	width:300px;
	text-align:center;
	padding-top:4px;
}
#homepage.two_col .secondary li.btn_seemoreprojects a {
	width:145px;
	height:12px;
	margin-top:5px;
	margin-left:27px;
	background:url(../images/btn_seemoreprojects.png) no-repeat;
}



#subnav {
	position:relative;
	top:-5px;
	left:0;
	height:14px;
	padding:10px 20px;
	/*height:34px;
	padding:0 24px;*/
}
#subnav li {
	float:left;
}
#subnav li a {
	/*display:block;
	height:14px;
	padding:10px 20px;
	*/
	margin:0;
	padding:0px 30px;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
#subnav li a:hover {
	text-decoration:underline;	
	/*background:url(../images/bg_subnav.gif) repeat-x;*/
}	


body .bg1, body .bg2, body .bg3, body .bg4, body .bg5, body .bg6, body .bg7, body .bg8 {
	 background-position:50% 0px;
	 background-attachment:fixed;
}
.bg1 {
	background:url(../images/bg1.jpg) no-repeat;
}
.bg2 {
	background:url(../images/bg2.jpg) no-repeat;
}
.bg3 {
	background:url(../images/bg3.jpg) no-repeat;
}
.bg4 {
	background:url(../images/bg4.jpg) no-repeat;
}
.bg5 {
	background:url(../images/bg5.jpg) no-repeat;
}
.bg6 {
	background:url(../images/bg6.jpg) no-repeat;
}
.bg7 {
	background:url(../images/bg7.jpg) no-repeat;
}
.bg8 {
	background:url(../images/bg8.jpg) no-repeat;
}

#subpage h1 {
	padding-top:15px;
	color:#FFD800;
	text-transform:uppercase;
}
#subpage h2, #subpage h2 a {
	color:#DA8600;
}
#subpage .secondary h3 {
	color:#5ECEFF;
	margin-top:15px;
}

#subpage.two_col .pg_about {
	background:url(../images/border.gif) repeat-y 714px 0;
}
#subpage.two_col .pg_about .primary {
	width:673px;
	padding-left:15px;
	padding-right:25px;
}
#subpage.two_col .pg_about .secondary {
	width:211px;
	padding-top:40px;
	padding-left:20px;
}


#subpage.two_col .pg_contact .primary {
	width:704px;
	padding-left:15px;
	padding-right:20px;
}
#subpage.two_col .pg_contact .secondary {
	width:261px;
	padding-top:40px;
}
#subpage.two_col .pg_contact .secondary p {
	margin:0 0 12px;
}
.pg_contact iframe {
	margin:0;
	padding:0;
	width:698px !important;
	border:none;
}



#subpage.two_col .pg_forms .primary {
	width:237px;
	padding-left:15px;
	padding-right:16px;
}
#subpage.two_col .pg_forms .secondary {
	width:732px;
	padding-top:40px;
}

#subpage.two_col .pg_project {	
	height:1%;
	background:url(../images/border.gif) repeat-y 757px 0;
}
#subpage.two_col .pg_project .primary {
	width:737px;
	padding-right:20px;
}
#subpage.two_col .pg_project .secondary {
	width:181px;
	padding-top:40px;
	padding-left:12px;
	padding-right:50px;
}
#subpage.two_col .pg_project .secondary h3 {

}
#subpage.two_col .pg_project .secondary ul {
	margin-top:10px;
	margin-left:20px;
}
#subpage.two_col .pg_project .secondary li {
	margin-bottom:15px;
}
#subpage.two_col .pg_project .secondary p a {
	color:#FFFFFF;
}


#tabnav {
	position:relative;
	width:958px;
	height:29px;	
	padding-bottom:7px;
	padding-left:5px;
	background:url(../images/bg_tabnav.gif) no-repeat left bottom;
}
#tabnav li {
	float:left;
	margin-right:2px;
}
#tabnav li a {
	display:block;
	width:161px;
	height:29px;
}
#tabnav li.tab_contact a {
	background:url(../images/tab_contactus.gif) no-repeat 0 0;
}
#tabnav li.tab_map a {
	background:url(../images/tab_maptolocation.gif) no-repeat 0 0;
}
#tabnav li.tab_qualifications a {
	width:186px;
	background:url(../images/tab_sendqualifications.gif) no-repeat 0 0;
}
#tabnav li.on a, #tabnav li a:hover {
	background-position:0 -29px;
}

#tabnav p {
	margin:0;
	padding:0;
}
#tabnav p a {
	position:absolute;
	right:10px;
	line-height:1.5em;
	font-size:1.5em;
	text-transform:uppercase;
}


.columns {
	margin:0 0 10px;
	padding:10px 0 35px;
	border-bottom:1px dotted #F5F5F5;
}
.column {
	float:left;
	width:270px;
	padding-right:30px;
}
.column strong {
	display:block;
}
.column .column {
	width:50%;
	padding-right:0;
}
.column ul {
	margin-left:20px;
}



#album {
	position:relative;
	margin:0 0 40px;
	padding:0;
	text-align:center;
	border:1px solid #333333;
}
#album img {
	display:block;
	border:1px solid #FFFFFF;
	margin:0 auto;
}




.gallery_arrows {
	position:relative;
	margin:5px 0 0;
	padding:0;
	list-style:none;
	text-align:left;
}
.gallery_arrows li {
	position:relative;
	margin:0;
	padding:0;
	display:inline;
}
.gallery_arrows li.previous {
	position:absolute;
	z-index:10;
	left:70px;
	top:197px;
}
.gallery_arrows li.previous a {
	display:block;
	width:36px;
	height:71px;
	background:url(../images/arrow_gallery_prev.png) no-repeat;
	cursor:pointer;
}
.gallery_arrows li.next {
	position:absolute;
	z-index:10;
	right:70px;
	top:197px;
}
.gallery_arrows li.next a {
	display:block;
	width:36px;
	height:71px;
	background:url(../images/arrow_gallery_next.png) no-repeat;
	cursor:pointer;
}


#albumnav {
	position:relative;
	text-align:center;
	margin:0 auto 60px;
	border:1px solid #333333;
}
#albumnav img {
	display:inline;
	margin:0 15px;
	border:1px solid #FFFFFF;
}
#albumnav .gallery_arrows li.previous {
	top:42px;
	left:0;
}
#albumnav .gallery_arrows li.previous a {
	display:block;
	width:21px;
	height:42px;
	background:url(../images/arrow_albumnav_prev.png) no-repeat;
	cursor:pointer;
}
#albumnav .gallery_arrows li.next {
	top:42px;
	right:0;
}
#albumnav .gallery_arrows li.next a {
	display:block;
	width:21px;
	height:42px;
	background:url(../images/arrow_albumnav_next.png) no-repeat;
	cursor:pointer;
}

#albumnav.projects {
	float:left;
	width:341px;
	position:relative;
	text-align:center;
	margin:0 auto 60px;
}
#albumnav.projects img {
	display:inline;
	margin:0 3px;
	border:1px solid #FFFFFF;
}
#albumnav.projects .gallery_arrows li.previous {
	top:10px;
	left:0;
}
#albumnav.projects .gallery_arrows li.previous a {
	display:block;
	width:15px;
	height:19px;
	background:url(../images/arrow_projects_prev.png) no-repeat;
	cursor:pointer;
}
#albumnav.projects .gallery_arrows li.next {
	top:10px;
	right:0;
}
#albumnav.projects .gallery_arrows li.next a {
	display:block;
	width:15px;
	height:19px;
	background:url(../images/arrow_projects_next.png) no-repeat;
	cursor:pointer;
}



.gallery .frame_blackdotted {
	text-align:center;
}
.gallery .frame_blackdotted .frame_tl {
	margin:25px 40px;
}
.gallery .frame_blackdotted img {
	display:block;
	margin:9px auto 4px;
}
.gallery .frame_blackdotted a {
	font-size:1.25em;
	color:#DA8600;
}
.gallery .frame_blackdotted p a {
	font-size:1em;
	color:#FFD800;	
}