/********************************************************/
/*														*/
/*		LOCAL CSS OVERLAY TO BLUEPRINT					*/
/*		N3W MEDIA SITE									*/
/*														*/
/*		v1.0 NOVEMBER 2009								*/
/*														*/
/********************************************************/

/********************************************************/
/*														*/
/*			TYPOGRAPY AND STYLE CLASSES 				*/
/*														*/
/********************************************************/

body {background:url(../images/body_shadow_edge.jpg) repeat-y center;}

a { color:#000000; text-decoration:none; }
a.textLink { color:#000099; font-weight:bold;}
a:hover { color: #CC6600;}

hr {margin: 10px 0 5px 0;color: #3C6C92;background-color: #3C6C92;height: 1px;}

h1, h2, h2 a, h3 {color:#3C6C92; font-weight:bold;}
h3 {font-size:14px;}
#calltoaction h3 {font-size:22px;}
h4 {color:#3C6C92;margin-bottom:0px;}

td {vertical-align:top; font-size:14px;}
	
img.textalign {vertical-align:middle;}

span.buttonText {padding-left:10px; color:#000; font-size:14px; font-weight:bold;}

.legal_details {font-size:10px;color:#999999;margin: 10px 0 0 0;}
		
.service_highlights li {margin: 0 0 20px 0;font-weight:bold;}
.headline {font-size:14px; font-weight:bold;};


/********************************************************/
/*														*/
/*			CONTACT FORM STYLES    						*/
/*														*/
/********************************************************/

#contactForm{width:603px;float:left;}
#contactForm select{font-size:1.1em;}
#contactForm #stepOne, #stepTwo, #stepThree, #stepFour, #pageStatus{float:left;width:575px;padding:15px 0 0 0;margin:0 0 20px 0;}
#contactForm .stageInner{float:left; background:#FBFBFB; border:#ECECEC 3px solid; padding:10px 20px 20px 20px; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
#contactForm h2{float:left;padding:0;width:45px;margin:0;display:block;position:relative; top:5px; overflow:hidden;height:45px;font-size:42px;}
#contactForm .formStuff{width:480px;float:left;}
#contactForm label.normallabel {color:#000000;}
#contactForm label.errorlabel {color:#FF0000;}
#contactForm input.errorfield {border:solid 1px #FF0000;}	
#contactForm h3{width:420px;padding:0;margin:0;display:block;position:relative;overflow:hidden;height:30px;font-size:24px;}
#contactForm h4 { margin:0;padding:10px 0 0 0;}
#contactForm table,#content #contactForm table input{font-size:1em;line-height:1.5em;}
#contactForm table td{padding:5px 10px 5px 5px;}
#contactForm input#sendButton{width:487px;height:49px;color:#FF0000;font-size:1.2em;letter-spacing:-0.05em;font-weight:bold; margin-top:25px;}
#contactForm td img {vertical-align:middle; margin-left: 10px;}
#contactForm td label {vertical-align:middle;}


label.formfields {display:inline-block; width:150px;}  
label.normallabel {color:#000000;}
label.errorlabel {color:#FF0000;}
input.errorfield {border:solid 1px #FF0000;}	


/********************************************************/
/*														*/
/*			MAIN BLOCKS LAYOUT 							*/
/*														*/
/********************************************************/

#content_boxes {margin-top:30px;}

.info_box_1col {position:relative;background:url(/images/gradient_1col.jpg) repeat-y center;height:233px;margin-bottom:20px;}


#calltoaction {background:#FBFBFB; border:#ECECEC 3px solid; padding:10px; margin:10px 0 10px 0; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.bodyList {margin-bottom:20px;}

/********************************************************/
/*														*/
/*	Navigation											*/
/*														*/
/********************************************************/

#primary_nav {background: #333;float: left;list-style: none;margin: 0;padding: 0;width: 100%;}
#primary_nav li {list-style:none;float: left;margin: 0;padding: 0;width:150px;}
#primary_nav a {background: #333 url(/images/seperator.gif) bottom right no-repeat;color: #ccc;display: block;float: left;margin: 0;padding: 8px 12px;text-decoration: none;}
#primary_nav a:hover {background: #3C6C92 url(/images/hover.gif) bottom center no-repeat;color: #fff;padding-bottom: 8px;}

#footer_nav {height:180px;background-color:#EEE;}	
#footer_nav h2 {padding-top:10px;font-size:14px;}
#footer_nav ul {margin:0;list-style:none;padding:0;}
#footer_nav li {font-size:11px;display:inline-block;list-style:none;width: 150px; border-bottom:#E2E2E2 1px solid; padding:5px 0 0 0;}


/********************************************************/
/*														*/
/*	JQuery Vertical tabbed content box					*/
/*														*/
/********************************************************/

#vtab p {margin:0; padding:0;}
#vtab {
	margin: auto;
	width: 600px;
	height: 100%;
}
#vtab > ul > li {
	width: 150px;
	height: 30px;
	background-color: #fff !important;
	list-style-type: none;
	display: block;
	text-align: right;
	margin: auto;
	/* padding-bottom: 10px; */
	border: 1px solid #fff;
	position: relative;
	left:-10px;
	border-right: none;
	opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}

/* Can be used for applying graphics rather than text into the tabs. All the opacity is set up for this too! */
#vtab > ul > li.tab1 {background: url('item1.png') no-repeat center center;}
#vtab > ul > li.tab2 {background: url('item2.png') no-repeat center center;}
#vtab > ul > li.tab3 {background: url('item3.png') no-repeat center center;}

#vtab > ul > li.selected {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	border: 1px solid #fafafa;
	border-right: none;
	z-index: 10;
	background: url(tabbackground.gif) right top no-repeat !important;
	position: relative;
	left:20px;
}
#vtab > ul > li.selected > p {
	position:relative;
	left:-20px;
	top:5px;
	}

#vtab > ul {
	float: left;
	width: 150px;
	text-align: left;
	display: block;
	margin: auto 0;
	padding: 0;
	position: relative;
	top: 50px;
}
#vtab > div {
	background-color: #fafafa;
	margin-left: 150px;
	border: 1px solid #ddd;
	min-height: 500px;
	padding: 12px 12px 12px 30px;
	position: relative;
	z-index: 9;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
#vtab > div > h4 {
	color: #800;
	font-size: 1.2em;
	border-bottom: 1px dotted #800;
	padding-top: 5px;
	margin-top: 0;
}

/********************************************************/
/*														*/
/*	JQuery Info Boxes used on home page					*/
/*														*/
/********************************************************/

#infoBoxes-links {
    border: 1px solid #ccc;
    border-bottom: none;
    float: left;
    width: 200px;
}
#infoBoxes-links a {
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: 17px;
    height: 39px;
    line-height: 39px;
    padding-left: 10px;
	background:#333;
	color:#fff;
}
#infoBoxes-links a:focus {
    outline: 0;
}
#infoBoxes-links a:hover {
    background-color: #3C6C92;
}
#infoBoxes-content-container {
    border: 1px solid #3C6C92;
	background-color:#EEE;
    height: 400px;
    overflow: hidden;
    width: 600px;
}
#infoBoxes-content div {
    height: 400px;
    padding: 10px;
	margin-left:10px;
}

#infoBoxes-content h2 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	}


