/********************************************************/
/*														*/
/*		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:#000; text-decoration:underline; font-weight:bold; }
a.textLink { color:#000099; font-weight:bold;}
a:hover { color: #CC6600;}
a.blogpostTitle {font-size:20px; line-height:100%; font-weight:bold; color:#DC642D; text-decoration:none;}
a.blogpostTitle:hover {color:#999999;}
#footer_nav a {color:#666666; text-decoration:none; font-weight:normal;}
#footer_nav a:hover {color:#CC6600; text-decoration:none; font-weight:normal;}

ul.storyList {list-style:none;}
.storyList a {text-decoration:none; color:#666666; font-size:12px;}
.storyList .date {color:#999999; font-size:12px;}
.storyList .smallText {color:#999999; font-size:10px;}
.storyList a:hover {color:#CC6600; font-weight:normal;}

hr {margin: 10px 0 5px 0;color: #3C6C92;background-color: #3C6C92;height: 1px; display:inline-block;}

h1, h2, h2 a {color:#3C6C92; font-weight:bold;}
h3 {color:#333333; font-weight:bold;}
h3 {font-size:14px;}
#calltoaction h3 {font-size:22px;}
h4 {color:#000000; font-weight:bold; margin-bottom:0px;padding-bottom:0px;}
form {padding-bottom:20px;}

p.display-text{font-size:18px; color:#666666; line-height:140%;}
p.display-text-italic{font-size:18px; font-style:italic; color:#666666; line-height:140%;}

h1.display-text{font-size:28px; line-height:120%; font-weight:bold; color:#DC642D;}
p.main-body-text{font-size:14px; color:#666666; line-height:120%;}

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 label {font-style:italic; display:inline-block; color:#666666; width:100px; padding-bottom:15px; font-size:14px;}
#contactForm input {background-color:#E4E5E8; height:30px; width:250px; -moz-border-radius: 5px; -webkit-border-radius: 5px; font-size:16px; color:#666666;} 
#contactForm input {*height:23px; *padding-top:7px;}  /* IE7 specific */
#contactForm textarea {background-color:#E4E5E8; color:#666; width:245px; height:80px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
#contactForm textarea {overflow: scroll; overflow-y: scroll; overflow-x: hidden; overflow:-moz-scrollbars-vertical;}
#contactForm .submitButton {margin-left:101px; width:140px; height:40px; background:#000000; color:#FFF;}
#contactForm .submitButton:hover {color:#ff6b00;}
#contactForm .errorlabel {color:#FF0000;}
#contactForm .errorfield {background-color:#F8E8E8; border-color:#FF0000;}
#contactForm .errorNotice {padding:10px; background-color:#F8E8E8; border:#FF0000 1px solid; font-size:14px; color:#FF0000; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
#contactForm .successNotice {padding:10px; background-color:#C9DFC9; border:#006600 1px solid; font-size:14px; color:#006600; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
#contactForm .requiredField {color:#FF0000; font-size:10px;}


/********************************************************/
/*														*/
/*			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; font-size:14px; height:50px; border-right: 1px solid #ccc;}
#primary_nav li.first {border-left: 1px solid #ccc;}
#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; line-height:100%;}
#primary_nav a:hover {background: #333 url(/images/hover.gif) bottom center no-repeat;color: #fff;padding-bottom: 12px;}

#footer_nav {height:180px;background-color:#EEE;}	
#footer_nav h3 {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;}

/********************************************************/
/*														*/
/*	Header Social Links									*/
/*														*/
/********************************************************/

#socialLinks { float:right;}
#socialLinks img {background: #fff; border: 1px solid #bbb; float: right; height: 42px; margin: 0 7px; padding: 2px; width: 42px;}
#socialLinks ul { list-style:none; margin:-15px 20px 0; padding:0;}
#socialLinks li { display:inline;}
#socialLinks li a:hover img { border: 1px solid #FF6400;}
#socialLinks .title { text-align:right; text-transform:uppercase; color:#666666; font-weight:bold; font-size:12px; margin-top:-10px; padding: 5px 25px 0px 0px;}

/********************************************************/
/*														*/
/*	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;
	}



