/* First Pier Technology Partners CSS www.firstpier.com

TOC

1 Global
1.1 Standard Margins and Classes
1.2 Outer structural parts
1.3 Default text/img styles

2.0 Header Items
2.1 search

3.0 Navigation & Link Styles
3.1 Primary
3.2 Sub

4.0 Content-specific
4.1 Standard content guidelines
4.2 unique page, ie product page
4.3 unique page, ie press page
5.0 Homepage-specific

6.0 Footer items

7.0 Navee items

*/

/* === 1 GLOBAL ============= */

/* === 1.1 Standard Margins and Classes ============= */


html, body, form {
margin:0;
padding:0;
}

h1 {
	font-weight:bold;
	font-size:15px;
}
h2 {
	font-weight:bold;
	font-size:14px;
}
h3 {
	font-weight:bold;
	font-size:15px;
	line-height:13px;
	color: #008ED6;
	padding-left:5px;
	margin-bottom: 5px;
	height: 40px;
	background-image:url(images/background_h3.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}
p {
     margin:  0 0 1em 0;
     padding:  0;
}
a img {border:0;}

.no-margin {
	margin:0;
	padding:0;
}

.clear{  	/* clearing class used to stretch bgs */
	clear:both; 
	float:left; 
	width:100%; 
	height:0px;
	}


.clear-left{clear:left;}

form {
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 105px; 
}
label {
	float: left;
	margin-left: -105px;
	width: 100px;
	font-weight: bold;
	text-align:right;

}

/* ------------------- 1.2 Outer structural parts -------- */


#wrap {
	margin:0 auto;
	width:900px;
	overflow:hidden;

	}


#wrap-inner {
	background: url(bg-bodywrap1.jpg) top left repeat-x;
	padding:30px 0px 35px 200px;
	min-height:900px;
	width:1200px;
	position:relative;

}
#wrap-inner-final {
	padding:30px 0px 0px 57px;
	width:900px;
	height:445px;
}
#blog-wrap-inner {
	background: url(bg-bodywrapblog.jpg) top left no-repeat;
	padding:30px 0px 35px 50px;
	min-height:900px;
	width:900px;
	position:relative;

}

body#home #wrap-inner {min-height:900px;}
/* mac hide \*/

* html #wrap-inner {height:900px;}

/* end hide */



/* ------------------- 1.3 Default text/img -------------- */

#main-div{
	background: #777777 url(bg_main.jpg) top left repeat-x; 
	margin:0;
	padding:0;
}

body {
	background:#b6b6b6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#000;
	padding-top: 0px;
}

a, a:link, a:active, a:visited {
	color:#0181c6;
	text-decoration:none;
}

a:hover {text-decoration:underline;}
/* =================== 2.0 HEADER ITEMS ================================ */

#header {
	width:780px;
	height:145px;
	border:0px;
	margin-top: 3px;
	position:relative;
	_margin-bottom:12px;
		
}
#actionbar {
	width:93px;
	height:40px;
	border:0px;
	position:relative;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-top: 5px;
	float:right;
	
}
#callusbox{
	position:absolute;
	background-image: url(images/CallUsBox.png);
	background-repeat:no-repeat;
	z-index:11;
	top:-11px;
	left:270px;
	width:183px;
	height:34px;
	border:0px;
	background-color: transparent;
	margin-right: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align: center;
	padding-top:6px;
	color: #007071;
	
}

#facebook{
	position:relative;
	width:150px; 
	height:20px;
	float:right;
	border:0px;
	background-color: #FFFFFF;
	margin-right:1px;  
	padding-top: 14px;

}


.fb_edge_comment_widget {
    margin-left: -240px;
}

#google1{
	position:relative;
	height:20px;
	float:right;
	margin-right:5px;  
	padding-top: 16px;
}

#logo {
	position:absolute;
	top:3px;
	left:5px;
}
/* =================== 3.0 NAVIGATION & LINK STYLES ==================== */

/* ------------------- 3.1 Primary Nav ------------------- */

#topnav {
	margin:0;
	padding:0;
	position:absolute;
	top:120px;
	right:-16px;
	list-style:none;
	width:636px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #008ED6;
	height: 31px;
}

* html #topnav {width:631px;}

#topnav li {
	margin:0 0 0 1px;
	padding:0;
	list-style:none;
	float:left;
	text-align: center;
}

#topnav li a {
	overflow:hidden;
	display:block;
	text-decoration:none;
	margin:0;
	padding:0;
}

#topnav li a.home {
	width:85px;
	height:65px;
}

#topnav li a.home:hover {
	width:85px;
	height:65px;
	color: #016F70;
}

#topnav li a.services {
	width:100px;
	height:65px;
}

#topnav li a.services:hover {
	width:100px;
	height:65px;
	color: #016F70;
}

#topnav li a.clients {
	width:100px;
	height:65px;
}

#topnav li a.clients:hover {
	width:100px;
	height:65px;
	color: #016F70;
}

#topnav li a.company {
	width:100px;
	height:65px;
}
.footerbreak{
	color: #008fd4;
/* old	color:#0181C6 ; */
}
#topnav li a.company:hover {
	width:100px;
	height:65px;
	color: #016F70;
}

#topnav li a.blog {
	width:100px;
	height:65px;
}

#topnav li a.blog:hover {
width:100px;
height:65px;
color: #016F70;
}

#topnav li a.contact {
width:85px;
height:65px;
}

#topnav li a.contact:hover {
width:85px;
height:65px;
color: #016F70;
}
#break{
color: #016F70;
}
/* ------------------- 4.0 Hero Picture----- */

#heropicture {
	width:780px;
	border:0px;
	display:block;
	position:relative;
	margin: 0px;
	vertical-align: top;
	z-index:10;
       
}

#heropicture ul {
	position:relative;
	left:10px;
}

#heropicture ul, #heropicture ul li {
	list-style:none;
	margin:0;
	padding:0;

}

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

#portfolio li img{
	padding:0;
	list-style:none;
	float:left;
	margin:0;
	border: none;
	padding: 4px;
	float: left;
	display: inline;
	}

#maincontentblog {
	width:570px;
	background-repeat:no-repeat;
	background-position:top left;
	color: #016F70;/*#008ED6; #016F70;*/
	font-size:12px;
	height:500px;
	position:relative;
	margin: 10px 0px 0 0px;
	padding:0px 0px 0 5px;
	float: left;
}
#sidemenublog {
	width:180px;
	background-repeat:no-repeat;
	color: #016F70;
	font-size:11px;
	text-align:left;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	position:relative;
	float:left;
	
}
#maincontent {
	width:748px;
	background-repeat:no-repeat;
	background-position:top left;
	color: #016F70;/*#008ED6; #016F70;*/
	font-size:12px;
	
	position:relative;
	margin: 0px 0px 0 10px;
	padding:0px 0px 0 61px;
	float: left;
}

.mid-img {
	width:905px; 
	float:left; 
	background:url(mid.jpg) repeat-y left;
	overflow:hidden; 
	margin-left:0px;
	}

.midimg2 {
	width:905px; 
	float:left; 
	background:url(images/mid2.png) repeat-y left;
	overflow:hidden; 
	margin-left:0px;
	}

#leftmaincontent {
	width:370px;
	color: #016F70;
	font-size:12px;
	margin: 0px 10px 0 10px;
	padding:0 0px 0 60px;
	float: left;
}
#rightmaincontentwithheader {
	width:331px;
	color: #016F70;
	font-size:12px;
	height:auto;
	position:relative;
	margin: 0px 15px 0 10px;
	padding:0px 15px 0 20px;
	float: left;

	}
#leftmaincontentservices {
	width:370px;
	color: #016F70;
	font-size:12px;
	position:relative;
	margin: 0px 0px 0 10px;
	padding: 0px 15px 0 60px;
	float: left;
}

#rightmaincontent {
	width:345px;
	color: #016F70;
	position:relative;
	margin: 0px 20px 0 10px;
	padding:0 20px 0 5px;
	float: left;
	}

#rightmaincontent ul {
	list-style:none;
	margin:0;
}
#rightmaincontent ul li {
	list-style-image:url(images/greenbullet.png);
	list-style-position:outside;
}

#rightmaincontentbullets {
	width:325px;
	color: #008ED6;
	font-size:12px;
	font-weight:bold;
	position:relative;
	margin: 0px 20px 0 10px;
	padding:0 20px 0 15px;
	float: left;
	}	
	
#rightmaincontentbullets2 {
	width:325px;
	color: #008ED6;
	font-size:12px;
	font-weight:bold;
	position:relative;
	margin: 0px 20px 0 35px;
	padding:0 20px 0 18px;
	float: left;
	}	

#rightmaincontentbullets ul {
	list-style:none;
	margin:0;
	padding-left:25px;
}
#rightmaincontentbullets ul li {
	list-style-image:url(images/bluebullet.png);
	list-style-position:outside;
}

#rightmaincontentbullets2 ul {
	list-style:none;
	margin:0;
	padding-left:25px;
}
#rightmaincontentbullets2 ul li {
	list-style-image:url(images/bluebullet.png);
	list-style-position:outside;
}

#caseleftcontent {
	width:320px;
	color: #000000;
	background-color:#E2F2FA;
	font-size:12px;
	position:relative;
	margin: 0px 0px 0 70px;
	padding: 15px 15px 15px 15px;
	float: left;
}	

#caseleftcontent ul {
	list-style:none;
	padding-left:15px;
	padding-bottom:10px;
	margin:0;
}

#caseleftcontent ul li {
	list-style:square;
	list-style-position:outside;
}

#casebluearrow {
	position:absolute;
	top:5px;
	right:-23px;
}

#caserightcontent {
	width:343px;
	color: #016F70;
	position:relative;
	margin: 0px 20px 0 55px;
	padding:0 0px 0 0px;
	float: left;
}

#caserightcontentimage {
	width:303px;
	border-style:none;
	margin:0px 20px 10px 20px;
}

#newssection {
	width:330px;
	color: #008ED6;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	position:relative;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float: left;
}
#newssection a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
#newssection ul {
	list-style:none;
	margin:0;
	padding-left:20px;
}
#newssection ul li {
	list-style-image:url(images/bluebullet.png);
	list-style-position:outside;
}

#partnerships {
	width:370px;
	color: #008ED6;
	font-size:11px;
	font-weight:bold;
	position:relative;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float: left;
	}
.portcontainer {width:800px;}
#portitem a img{
	width:250px;
	float: left;
	padding: 10px 8px 10px 8px;
	border: 1px solid #008ED6;
	margin:10px;
	list-style:none;
	padding: 10px;
	margin-left: 55px;
}

#mainfooter-con {
	width:100%;
	float:left;
	background:url(images/footer2.jpg) repeat-x center bottom;

}


.break{
color: #0181C6;
}

#mainfooter	{
	width:850px;
	height:156px;
	padding:0 0px 0px 50px;
	font-size:1em;
	display:block;
	background:url(images/bottom2.png) left top no-repeat;
	margin:0 auto;
}

#closer	{
	color: #FFFFFF;
	line-height: 1.2;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	width:775px;
	display:block;
	float:left;
	padding:33px 5px 5px 10px;
}

#wht {
	float:left; 
	width:900px; 
	background:url(top.jpg) no-repeat left top;
	height:455px; 
	}

#wht2 {
	float:left; 
	width:900px; 
	background:url(images/top2.png) no-repeat left top;
	height:290px; 
	}

#portmainfooter	{
	width:900px;
	margin-top: 50px;
	padding:0 0 0 0px;
	line-height:18px;
	font-size:1em;
	display:block;
	float:left;
	overflow:hidden;
}
#address {
	color: #7d7d7d;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:373px;
	display:block;
	float:left;
	padding:0px 0 0 47px;
}

#casestudycallout {
	float:left;
	background-color:#E2F2FA;
	max-height:84px;
	width:340px;
	border:none;
	padding:2px;
	margin: 0px 0px 10px 0px;
}

#casestudycallouticon {
	float:left;
	width:110px;
	height:80px;
	margin:0px;
	border:none;
	background-image: url(images/csiconbg.png);
	vertical-align:middle;
}

#csindexitem {
	width:350px;
	height:70px;
	color: #016F70;
	position:relative;
	margin: 0px 0px 20px 10px;
	padding: 5px 5px 0 5px;
	float: left;
	font-size:12px;
	line-height:15px;
	}

#csindexheader {
	color:#0181C6;	
	font-size:14px;
	font-weight:bold;
	line-height:22px;
}

#casestudycallouticon img {
	border:none;
	padding:5px;
	margin:auto;
	background-color:white;
	max-width:100px;
	max-height:70px;
	vertical-align:middle;
}
#casestudycallouttext {
	float:left;
	width:218px;
	font-size:11px;
	line-height:15px;
	padding:2px 2px 2px 10px;
}



#nextcasestudy {
	float:left;
	width:274px;
	height:45px;
	left:30px;
	font-family:trajan-pro-1,trajan-pro-2,sans-serif;
	font-size:14px; 
	line-height:18px;
	letter-spacing:-1;
	font-weight:900;
	color: #0181C6;
	position:relative;
	margin: 0px;
	padding:4px 8px 0px 0px;
	background-image:url(http://www.firstpier.com/images/nextcasestudy.png); 
	background-repeat:no-repeat; 
	background-position:top center;
	text-align:right;
}
#ncsgreenarrow {
	position:absolute;
	top:5px;
	right:-10px;
}

#ncstitle {color:#016F70;}

#casestudyindex {
	float:left;
	width:295px;
	height:5px;
	left:25px;
	font-family:trajan-pro-1,trajan-pro-2,sans-serif; 
	font-size:11px;
	letter-spacing:-2;
	font-weight:900;
	color: #016F70;
	position:relative;
	margin: 0px;
	padding:10px 0px 30px 0px;
	background-image:url(http://www.firstpier.com/images/casestudyindex.png); 
	background-repeat:no-repeat; 
	background-position:top center;
	text-align:center;
}

#casestudytagger {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:343px;
	text-align:left;
}


#footernav {
	float:left;
	display:block;
	width:330px;
	margin:0;
	padding:0px;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #7d7d7d;
	
}

#footernav li {
	margin:0 0 0 1px;
	padding:0;
	list-style:none;
	float:left;
	text-align: center;
}

#footernav li a {
	overflow:hidden;
	display:block;
	text-decoration:none;
	color:#7d7d7d;
	margin:0;
	padding:0;
}

#footernav li a.footerhome {
	width:50px;
	height:25px;
}

#footernav li a.footerhome:hover {
	width:50px;
	height:25px;
	color: #016F70;
}

#footernav li a.footerservices {
	width:50px;
	height:25px;
}

#footernav li a.footerservices:hover {
	width:50px;
	height:25px;
	color: #016F70;
}

#footernav li a.footerclients {
	width:50px;
	height:25px;
}

#footernav li a.footerclients:hover {
	width:50px;
	height:25px;
	color: #016F70;
}

#footernav li a.footercompany {
	width:50px;
	height:25px;
}

#footernav li a.footercompany:hover {
	width:50px;
	height:25px;
	color: #016F70;
}

#footernav li a.footerblog {
	width:50px;
	height:25px;
}

#footernav li a.footerblog:hover {
	width:50px;
	height:25px;
	color: #016F70;
}

#footernav li a.footercontact {
	width:50px;
	height:25px;
}

#footernav li a.footercontact:hover {
	width:50px;
	height:25px;
	color: #016F70;
}
#footerbreak{
	color: #0181C6;
}


#newsitems ul, li {
	margin:0 0 0 1px;
	padding:0;
	list-style:none;
}
.finalword {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #016F70;
}
.Arrow {
	position: absolute;
	z-index: 1;
	top: 451px;
	right: 87px;
	width: 102px;
	height: 60px;
}
.Arrow2 {
	position: absolute;
	z-index: 2;
	top: 451px;
	right: 798px;
	width: 102px;
	height: 60px;
}
#home .Arrow {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 72px;
	color: #008ED6;
}
#home .Arrow2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #008ED6;
	font-size: 72px;
}

#headerlead {
	color: #008ED6;
}

#headerlead2 {
	color: #008ED6;
	font-size:13px
}

#headerlead3 {
	color: #008ED6;
	font-size:12px
}

headermessage {
	
}


input.txt{
	height:20px;
	width:250px;
	margin-bottom:10px;

}
textarea{width:300px;}
a{outline:none;}


.pagination{
	line-height:20px;
	font-weight:bold;
	font-size:13px;

}
.pagination a.page-num,
	a.prev-page,
	a.next-page,
	a.first-page,
	a.last-page,
.pagination strong {
	border: 1px solid #b2d7d9;
	background: #fff;
	padding: 4px 7px;
	margin: 2px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
	 
.pagination 
	a{
	margin: 1px 1px;
	padding: 4px 7px;
	color: #000;
	border: 1px solid #99c4c6;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	}
	 
p.mag{
	padding-top:20px;
	padding-left:16px;
	}


/* --7.0 Navee items----- */


#navee, #navee ul { /* all lists */
	background-image: url('images/navbar.jpg');
	background-repeat:no-repeat;
	background-position: left bottom;
	padding: 2px;
	margin: 0px;
	list-style: none;
	color: #007071;
	position:absolute;
	top:103px;
	right:-40px;
	width:636px;
	font-family: "trajan-pro-1","trajan-pro-2",sans-serif;
	font-size:12px;
	letter-spacing:-1;
	font-weight:700;
	height: 36px;
	z-index:100;

}

#navee a {
	display: block;
	color: #007071;
	width: 90px;
	padding: 10px;
	text-align:center;
	text-decoration:none;
}

#navee li { /* all list items */
	float: left;
	background-image:none;
	width: 90px; /* width needed or else Opera goes nuts */
}

#navee li ul { /* second-level lists */
	width:140px;
	background-image:none;  
	left:-999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}


#navee li li a {
	color:#007071;
	width: 140px;
	padding: 3px 50px 3px 10px;
	background-image: url('images/80box.png');
	background-repeat: repeat;
	border:1px solid #008fd4;
	text-align:left;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
}

#navee li ul li:hover a, #navee li ul li li:hover a, #navee li ul li li li:hover a, #navee li ul li li li:hover a {
	width:140px;
	padding: 3px 50px 3px 10px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	background-image:none;
	background-color: #007071;
	border:1px solid #008fd4;
	text-align:left;
}

#navee li:hover ul, #navee li.sfhover ul { /* lists nested under hovered list items */
	position:relative;
	left:auto;
	top: -2px;
}



