@charset "UTF-8";
h1,h2,h3,h4,h5,h6,p,ul,ol,li{
	margin: 0;
	padding: 0;
}
h1,h2,h3{
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

img
{
  border: none;
}

/*----------Basic Structure----------*/

body  {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 62.5%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	padding: 0;
	background: #727272 url(/images/bg_body.gif) repeat;
}

#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
}

#header{
	width: 778px;
	margin: 20px auto 30px auto;
}
#headerinner{
	background:url(/images/headlogo_phdstudios3.gif) top center no-repeat;
	height: 110px;
} 
#subheader{
	width: 778px;
	margin: 0 auto;
	padding: 0;
	background: url(/images/bg_subhead_tl2.gif) top left no-repeat;
}
#subheaderinner{
	display: block;
	background: url(/images/bg_subhead_tr2.gif) top right no-repeat;
	margin-left:191px;
	padding: 15px 0 15px 0;
}
#subheaderinner p.breadcrumb{
	padding-left: 10px;
	color: #8c93a4;
}
#subheaderinner a{
	color: #8c93a4;
}
#container {
	/*width: 780px;*/
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#content{
	background: #fff url(/images/bg_content.gif) -40px 0 repeat-y;
	width: 776px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	margin: 0 auto;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0 15px 0;
}
#mainContent {
	float:right;
	width: 548px;
	/*margin: 0 0 0 190px;*/
	padding: 10px 20px 10px 0;
} 

#footer{
	width: 778px;
	margin: 0 auto;
	padding: 0;
}
#footer1{
	border-top: 1px solid #000;
	background: url(/images/bg_footer_bl.gif) bottom left no-repeat;
}
#footernav{
	display: block;
	background: url(/images/bg_footer_br.gif) bottom right no-repeat;
	margin-left:191px;
	padding: 10px 0;
}
#footernav p{
	padding-left: 10px;
	color: #8c93a4;
}
#footernav a{
	color: #8c93a4;
}
#footernav a.first{
	border-left: none;
}
#footer2{
	color: #333;
	text-align: center;
	padding:20px;
}
#footer2 a{
	color: #333;
}
/*----------End Basic Structure----------*/



/*----------Links----------*/

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

/*Navbar*/


#nav {
	bottom:0;
	background: url(/images/bg_topnav.gif) bottom center no-repeat;
	/*float:left;*/
	width:100%;
	border-top: 1px solid #000;
	padding-bottom: 1px;
}	
#navinner{
	margin:0;
	padding: 0 0 0 140px;
	width: 488px;
}
#nav ul {
	margin:0;
	padding:0;

	list-style:none;
	font-size:1.1em;
	font-weight: bold;
	text-transform: uppercase;
}
#nav li {
	float:left;
	margin:0;
	padding:0;
	background-image:none;
	line-height:normal;
	text-indent:0;
}
#nav a, #nav #current {
	display:block;
	padding:5px 15px 4px 15px;
	margin: 0;
	color:#fff;
	text-decoration:none;
	white-space:nowrap;
	/*border-left: 1px solid transparent;
	border-right: 1px solid transparent;*/
}
/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #nav a {
	width:1%;
}
#nav #current strong, #nav #current a {
	background-repeat:no-repeat;
}
#nav a:hover, #nav #current a:hover, #nav #current{
	background: #00225b;
	/*border-left: 1px solid #000;
	border-right: 1px solid #000033;*/
}
#nav a strong, #nav #current a strong {
	background:none;
	padding:0;
	border:none;
}
#nav .navinner1{
	width: 100%;
	background: url(/images/navbar_bg2_inner1.gif) 100% 100% no-repeat;
}
#nav .navinner2{
	width: 100%;
	background: url(/images/navbar_bg2_inner2.gif) 0% 100% no-repeat;
}
#nav .navinner3{
	width: 100%;
	background: url(/images/navbar_bg2_inner3.gif) 100% 0% no-repeat;
}
#nav .navinner4{
	width: 100%;
	background: url(/images/navbar_bg2_inner4.gif) 0% 0% no-repeat;
}

.home #navhome a, .aboutus #navaboutus a, .pressroom #navpressroom a, .contactus #navcontactus a, .customerlogin #navcustomerlogin a{
	background: #001549;
}



/*End Navbar*/

/*Side Nav*/

ul#sidenav{
	text-align: right;
	list-style-type: none;
	margin:0;
	padding:0;
	border-bottom: 1px solid #c1c1c1;
}
ul#sidenav li{
	
}
ul#sidenav li ul{
	display: none;
}
ul#sidenav li.current{
	background: url(/images/bg_sidenav_selected.gif) repeat;
}
ul#sidenav li a{
	border-top: 1px solid #c1c1c1;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	margin:0;
	padding: 10px 35px 7px 0;
	color: #707070;
}
ul#sidenav li a:hover{
	text-decoration: none;
	background-color: #e7e7e7;
}
/*ul#sidenav li a:active{
	text-decoration: none;
	color:#000000;
	background-color: #8BC500;
}*/
ul#sidenav li.current a:hover{
	text-decoration: none;
	background-color: transparent;
}
ul#sidenav li.current a{
	color: #3f3f3f;
}
ul#sidenav li.current ul{
	display: block;
	padding: 0 0 7px 0;
}
ul#sidenav li ul{
	margin:0px;
	padding:0;
	list-style-type: none;
}
ul#sidenav li.current li a{
	border: none;
	font-size: 1.1em;
	font-weight: normal;
	color: #646464;
	padding: 3px 35px 3px 0;
	background: none;
	text-transform: none;
}
ul#sidenav li.current li.selected a{
	color: #111111;
	background: url(/images/nav_computing_selectedarrow.gif) 163px center no-repeat;
}
ul#sidenav li.current li a:hover{
	text-decoration: underline;
}

#navdesign a{background:url(/images/icon_design.gif) 163px center no-repeat;}
#navtech a{background:url(/images/icon_tech.gif) 163px center no-repeat;}
#navstrategy a{background:url(/images/icon_strategy.gif) 163px center no-repeat;}
#navportfolio a{background:url(/images/icon_portfolio.gif) 163px center no-repeat;}
#navindustries a{background:url(/images/icon_industries.gif) 163px center no-repeat;}
#navresources a{background:url(/images/icon_resources.gif) 163px center no-repeat;}
#navcustomerportal a{background:url(/images/icon_customerportal.gif) 163px center no-repeat;}

/*#navdesign a:hover{background: #111 url(/images/icon_design.gif) 163px center no-repeat;}
#navtech a:hover{background: #111 url(/images/icon_tech.gif) 163px center no-repeat;}
#navstrategy a:hover{background: #111 url(/images/icon_strategy.gif) 163px center no-repeat;}
#navportfolio a:hover{background: #111 url(/images/icon_portfolio.gif) 163px center no-repeat;}
#navindustries a:hover{background: #111 url(/images/icon_industries.gif) 163px center no-repeat;}
#navresources a:hover{background: #111 url(/images/icon_resources.gif) 163px center no-repeat;}

.design li#navdesign,
.tech li#navtech,
.strategy li#navstrategy,
.portfolio li#navportfolio,
.industries li#navindustries,
.resources li#navresources{
	background: url(/images/bg_sidenav_selected.gif) repeat;
}

.design li#navdesign a,
.tech li#navtech a,
.strategy li#navstrategy a,
.portfolio li#navportfolio a,
.industries li#navindustries a,
.resources li#navresources a{
	color: #3f3f3f;
}
.design li#navdesign a:hover,
.tech li#navtech a:hover,
.strategy li#navstrategy a:hover,
.portfolio li#navportfolio a:hover,
.industries li#navindustries a:hover,
.resources li#navresources a:hover{
	text-decoration: none;
	background-color: transparent;
}
	
.design li#navdesign ul,
.tech li#navtech ul,
.strategy li#navstrategy ul,
.portfolio li#navportfolio ul,
.industries li#navindustries ul,
.resources li#navresources ul{
	display: block;
	padding: 0 0 7px 0;
}
ul#sidenav li li a{
	border: none;
	font-size: 1.1em;
	font-weight: normal;
	color: #646464;
	padding: 3px 35px 3px 0;
	background: none;
	text-transform: none;
}

body ul#sidenav li li a:hover{
	text-decoration: underline;
}*/

/*----------End Side Nav----------*/

/*----------End Links----------*/


/*----------Text Styles----------*/
#header h1 {
	font-size: 1px;
	text-indent: -1000px;
	display: block;
	width: 778px;
	height: 102px;
	background: url(/images/logoheader1.jpg) top center no-repeat;
	margin: 0 auto;
}
#header h1 a{
	display: block;
	width: 105px;
	height: 80px;
	text-align: center;
	margin-left: 52px;
}
#mainContent h1{
	font-size: 1.5em;
	color:#002f6e;
	font-weight: bold;
	margin:0;
	padding:15px 0 10px 0;
	text-transform: uppercase;
}
#mainContent h2{
	font-size: 1.3em;
	color:#ff6600;
	font-weight: bold;
	margin:0;
	padding:15px 0 5px 0;
	text-transform: uppercase;
}
#mainContent h3{
	font-size: 1.2em;
	color:#333;
	font-weight: bold;
	margin:0;
	padding:0 0 5px 0;
}
#mainContent p, #mainContent address{
	font-size:1.2em;
	margin:0 0 15px;
	padding:0;
	line-height: 1.7em;
	font-style: normal;
}
#mainContent ul{
	padding: 0 0 0 20px;
	margin-bottom: 15px;
}
#mainContent ol{
	padding: 0 0 0 20px;
	margin-bottom: 15px;
}
#mainContent li{
	font-size: 1.2em;
	line-height: 1.7em;
}
#mainContent li.doc{
	padding-left: 25px;
	background:url(/images/bullet_doc.gif) 0 .2em no-repeat;
}
#mainContent p.client{
	color: #666666;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

/*----------End Text Styles----------*/


/*----------Header BG Styles----------*/

#header h1.contact {
	background: url(/images/logoheader_contact.jpg) top center no-repeat;
}

/*----------End Header BG Styles----------*/

/*----------Table Styles----------*/

#mainContent table{
	font-size: 1.2em;
	margin-bottom: 15px;
}
#mainContent table.matrix{
	border: 1px solid #eee;
	border-collapse: collapse;
}
#mainContent table.matrix th{
	border: 1px solid #eee;
	padding: 3px 5px;
}
#mainContent table.matrix td{
	border: 1px solid #eee;
	padding: 3px 5px;
}

/*----------End Table Styles----------*/

/*----------Image Styles----------*/

#mainContent img.largeimg{
	background: #fff;
	padding: 7px;
	border: 1px solid #d7d7d7;
	margin-bottom: 10px;
}
#mainContent img.floatimgright{
	float: right;
	background: #fff;
	padding: 7px;
	margin: 0 0 10px 10px;
	border: 1px solid #d7d7d7;
	margin-bottom: 10px;
}


#mainContent .thumbs {
	margin: 10px 0;
}
#mainContent .thumbs img{
	float:left;
	margin: 4px;
	padding: 4px;
}
#mainContent .thumbs a img{
	border: 1px solid #000;
	background: #000;
}
#mainContent .thumbs a:hover img{
	background: #202e00;
	border: 1px solid #8cc600;
}


#mainContent .productthumbs {
	margin: 5px 0;
}
/*#mainContent .productthumbs img{
	float:left;
	border: 2px solid #d7d7d7;
	margin: 0;
	padding: 0;
	filter:alpha(opacity=30);
	opacity: .30;
}
#mainContent .productthumbs img.current{
	border: 2px solid #8BC500;
	filter:alpha(opacity=100);
	opacity: 1;
}*/
#mainContent .productthumbs img{
	float:left;
	margin: 4px;
	padding: 4px;
}
#mainContent .productthumbs a img{
	border: 1px solid #000;
	background: #000;
	filter:alpha(opacity=30);
	opacity: .30;
}
#mainContent .productthumbs a:hover img{
	border: 1px solid #8BC500;
	background: #314500;
}
#mainContent .productthumbs a img.current{
	border: 1px solid #8BC500;
	background: #314500;
	filter:alpha(opacity=100);
	opacity: 1;
}

	



/*----------End Image Styles----------*/


/*----------Forms----------*/

label{
	display: block;
	font-size: 1.2em;
	padding-top: 10px;
}

/*----------End Forms----------*/


/*----------Miscellaneous----------*/

.col2{
	clear:both;
	float:right;
	width:250px;
}
.col3{
	clear:both;
	float:right;
	width:250px;
	text-align: right;
}
.submit{
	margin-top: 10px;
	padding-top:10px;
	border-top:1px solid #ccc;
}
ul.nobullets{
	list-style-type: none;
}
ul.nobullets li{
	text-indent: -1.5em;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*----------End Miscellaneous----------*/

