/* Universal Stylesheet */

body {
  color: #607a91;
  background: #e5eff3 url(/wp-content/themes/phaseone/core/img/bg_body.gif) repeat-x 0 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  padding: 0;
  border: 0;
  margin: 0 0 100px 0;
}


/* boxes */

#outer {
  text-align: left;
  width: 850px;
  background: #FFF url(/wp-content/themes/phaseone/core/img/bg_outer.gif) repeat-y 0 0;
  padding: 0 17px 0 17px;
  margin: 0 auto 0 auto;
}

#footer {
  position: relative;
  text-align: left;
  width: 850px;
  height: 63px;
  background: #FFF url(/wp-content/themes/phaseone/core/img/bg_footer.gif) no-repeat 0 0;
  padding: 0 17px 0 17px;
  margin: 0 auto 0 auto;
}

#header {
  position: relative;
  height: 93px;
  background: #fff;
}

#nav {
  height: 35px;
  width: 850px;
  background: #015b65 url(/wp-content/themes/phaseone/core/img/bg_nav.gif) no-repeat 0 100%;
}

#breadcrumbs {
  padding: 8px 15px 8px 15px;
}

#main {
  width: 850px;
  padding: 0 0 0 0;
  padding: 0 0 20px 0;
}

#subcontent {
  float: left;
  width: 190px;
  padding: 20px 0 0 0;
  margin: 0;
}

#content {
  float: left;
  width: 600px;
  padding: 20px 25px 15px 20px;
  margin: 0;
}

#copyright {
  position: absolute;
  text-align: right;
  top: 18px;
  right: 30px;
  color: #9cbfc3;
  font-size: 12px;
  line-height: 100%;
  padding: 0;
  margin: 0;
}

.inline-r, .alignright {
  float: right;
  margin: 0 0 15px 18px;
}

.inline-l, .alignleft {
  float: left;
  margin: 0 18px 15px 0;
}

.flashWarning {
  text-align: center;
  margin: 20px auto 0 auto;
}


/* text */

h1 {
  display: none;  
}

h2 {
  height: 44px;
  color: #fff;
  background: #000 url(/wp-content/themes/phaseone/core/img/bg_h2.gif) no-repeat 0 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 125%;
  font-weight: bold;
  text-shadow: #000 1px 1px 4px;
  padding: 16px 15px 0 15px;
  margin: 0;
}

h3 {
  color: #015b65;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 125%;
  padding: 0;
  margin: 0 0 15px 0;
}

h4 {
  color: #015b65;
  font-size: 14px;
  line-height: 135%;
  padding: 0;
  margin: 0 0 5px 0;
}

h5 {
  color: #000;
  font-size: 14px;
  padding: 0;
  margin: 0 0 6px 0;
}

p {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 160%;
  padding: 0;
  margin: 0 0 12px 0;  
}

p.returnLink {
  clear: both;
  margin: 30px 0 0 0;
}

.error {
  color: #993333;
  font-weight: bold;
}

.success {
  color: #339933;
  font-weight: bold;
}

a {
  color: #2e8dbe;
  text-decoration: underline;
}

h2 a {
  color: #fff;
  text-decoration: none;
}


/* lists */

ul {
  font-family: Helvetica, Arial, sans-serif;
  list-style-type: disc;
  padding: 0;
  margin: 3px 0 12px 25px;
}

ol {
  list-style-type: decimal;
}

li {
  padding: 0;
  margin: 0;
}

ul ul {
  margin-bottom: 5px;
}


/* nav */

#nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#nav li {
  float: left;
  font-size: 13px;
  line-height: 100%;
  background: url(/wp-content/themes/phaseone/core/img/nav_divider.gif) no-repeat 100% 0;
  padding: 0 1px 0 0;
  margin: 0;
}

#nav li.last {
  background: none;  
}

#nav li.current_page_item a {
  background: url(/wp-content/themes/phaseone/core/img/nav_sketchlines.gif) no-repeat 50% 3px;
}

#nav li a {
  display: block;
  color: #ddeaeb;
  text-decoration: none;
  padding: 12px 10px 8px 10px;
}

#nav li a:hover {
  background: url(/wp-content/themes/phaseone/core/img/nav_sketchlines.gif) no-repeat 50% 3px;
}

#subnav {
  background: #fff url(/wp-content/themes/phaseone/core/img/bg_subnav.gif) no-repeat 0 0;
  padding: 20px 0 0 0;
  margin: -16px 0 0 0;
}

#subnav ul {
  list-style: none;
  width: 186px;
  background: #fff url(/wp-content/themes/phaseone/core/img/bg_subnav_ul.gif) no-repeat 0 100%;
  padding: 0 0 21px 0;
  margin: 0 0 10px 0;
}

#subnav ul li {
  font-size: 12px;
  line-height: 125%;
  background: #fff url(/wp-content/themes/phaseone/core/img/bg_subnav_ul_li.gif) no-repeat 0 0;
  padding: 0;
  margin: 0;
}

#subnav ul li a {
  display: block;
  text-decoration: none;
  color: #2856a1;
  padding: 7px 10px 5px 22px;
}

#subnav ul li a:hover {
  text-decoration: underline;
}

#subnav ul li.current_page_item>a {
  background: #fff url(/wp-content/themes/phaseone/core/img/bg_subnav_ul_li_on.gif) no-repeat 0 0;
}

#subnav ul ul {
  border-top: 0;
  padding: 0;
  margin: 0;
}

#subnav ul ul li a {
  width: auto;
  padding: 7px 10px 5px 22px;
  border-top: 0;
}

#subnav ul ul li a:hover {
  
}

#subnav ul ul li.current_page_item>a {
  
}

#subnav ul ul ul li a {
  border-top: 0;
  width: auto;
  padding-left: 25px;
}

/* Buggy in IE 6 */
#subnav ul li ul {
  /* display: none; */
  display: block;
}

#subnav ul li.current_page_item>ul {
  display: block;
}
/* END Buggy in IE 6 */


/* tables */

table.form {
  background: #dff0ff;
  padding: 15px 45px 15px 15px;
  margin: 6px 0 0 0;
}

table.form td {
  text-align: left;
  vertical-align: top;
  padding: 0 10px 6px 0;  
}


/* forms */

input {
  display: block;
  width: 180px;  
}

textarea {
  width: 300px;
  height: 100px;  
}

input.submit {
  width: auto;  
}


/* img */

img {
  display: block;
  padding: 0;
  border: 0;
  margin: 0;  
}


/* misc */

.clear:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.clear { display: inline-block; }
/* no ie mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* */


/* SECTION SPECIFIC */


/* skybox */

#skybox {
  position: absolute;
  top: 0;
  right: 0;
  width: 337px;
  height: 36px;
}

#skybox #search {
  float: left;
  width: 229px;
  height: 28px;
  background: url(/wp-content/themes/phaseone/core/img/header_searchtab.gif) no-repeat 0 0;
  padding: 8px 0 0 10px;
  margin: 0 2px 0 0;
}

#skybox #login {
  float: right;
}

#search input {
  float: left;
  width: 140px;
  margin: 0 5px 0 0;
}

#search input.submit {
  width: auto;
  margin: 0;  
}


/* marquee */

#marqueeSWF {
  width: 850px;
  height: 260px;
  text-align: center;
  padding: 0;
  margin: 0;
}


/* home */

#main.home {
  padding-bottom: 5px;
}

#home {
  width: 850px;
  background: #fff url(/wp-content/themes/phaseone/core/img/bg_home.gif) repeat-y 0 0;
  padding: 0;
  margin: 3px 0 0 0;  
}

#home #news {
  float: left;
  width: 475px;
  background: #ddf3fe url(/wp-content/themes/phaseone/core/img/bg_home_news.gif) repeat-x 0 0;
  padding: 0 0 8px 0;
  margin: 0 2px 0 0;
}

#home #news .newsItemHome {
  width: 425px;
  margin: 0 0 8px 0;
  padding: 0 0 8px 16px;
}

#home #spotlight {
  float: right;
  width: 373px;
  padding: 0;
  margin: 0;
}

#home #spotlight .content {
  margin: 0;
  padding: 0 24px 16px 16px;
}

#home #spotlight .content h4 {
  margin: 0 0 8px 0;
}

#home #spotlight .content p {
  margin: 0 0 4px 0;
}

#home #spotlight .media {
  margin: 0 0 10px 0;  
}

#home #spotlight .media img {
  margin: 0;  
}

#home #spotlight .media p.caption {
  margin: 6px 0 0 0;
  line-height: 125%;  
}

#home h3 {
  height: 23px;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  padding: 8px 0 0 12px;
  margin: 0 0 20px 0;  
}

#home #news h3 {
  background: #78a8c0 url(/wp-content/themes/phaseone/core/img/bg_home_news_h3.gif) no-repeat 0 0;
  text-shadow: #405a67 1px 1px 2px;
}

#home #spotlight h3 {
  background: #69b1bd url(/wp-content/themes/phaseone/core/img/bg_home_spotlight_h3.gif) no-repeat 0 0;
  text-shadow: #33555b 1px 1px 2px;
}

#home #spotlight h4 a {
  text-decoration: none;
}

#home #spotlight p {
  line-height: 135%;
}

#home #news h4 {
  margin: 0 0 3px 0;
}

#home #news p {
  margin: 0 0 3px 0;
}

#home #news a {
  text-decoration: none;
}


/* approach */

#main.approach {
  height: 560px;
  padding-bottom: 0;
}

#approachSWF {
  float: none;
  width: 850px;
  height: 500px;
  text-align: center;
  padding: 0;
  margin: 0;
}

#main.approach h2 {
  background: #9ccdef url(/wp-content/themes/phaseone/core/img/bg_h2_approach.gif) no-repeat 0 0;;
}


/* services */

.serviceBlock {
  padding: 20px 20px 1px 20px;
  background: #f2f2f2 url(/wp-content/themes/phaseone/core/img/services_box_top.gif) no-repeat 0 0;
  margin: 0;
}

.serviceBlock .intro, .serviceBlock .more {
  padding-left: 85px;
}

.serviceBlock .intro {
  background-position: 0 38px;
  background-repeat: no-repeat;
}

.serviceBlock h3 {
  height: 18px;
  font-size: 18px;
  color: #015b65;
}

.serviceBlock p {
  margin: 0;
  padding: 0 0 10px 0;
}

.serviceBlock .intro *:first-child {
  height: 18px;
  margin-left: -85px;
}

.serviceBlock .intro p {
  font-size: 14px;
}

.serviceBlockBtn {
  height: 70px;
  background: #f2f2f2 url(/wp-content/themes/phaseone/core/img/services_box_bottom.gif) no-repeat 0 100%;
  margin: 0 0 15px 0;
}

.serviceBlockBtn p {
  cursor: pointer;
  color: #2e8dbe;
  text-align: center;
  padding: 38px 0 0 0;
}


/* news */

.caption, .wp-caption-text {
  font-size: 11px;
  margin: 5px 0 0 0;
  padding: 0;
}


/* loose list */

.looseList, .loose-list li {
  padding: 11px 15px 0 15px;
}

.loose-list h4 {
  margin: 0 0 4px 0;
}

.loose-list h5 {
  color: #015b65;
  font-weight: normal;
  margin: 0 0 4px 0;
}

.looseList h4, .black h4 {
  color: #000;
}

.loose-list ul {
  margin: 0;
  list-style: none;
}

.loose-list li {
  background: url(/wp-content/themes/phaseone/core/img/hr.gif) left top no-repeat;
}

.loose-list em {
  margin: 12px 0;
  display: block;
}

/* success stories */

.successStory {
  background: #fff url(/wp-content/themes/phaseone/core/img/hr.gif) no-repeat 0 100%;
  padding: 0 30px 20px 10px;
  margin: 20px 0 20px 0;
}

.successStory h4 {
  font-size: 18px;
  line-height: 125%;
  width: 75%;
  margin: 0 0 15px 0;
}

.successStory h5 {
  color: #000;
  font-size: 14px;
  margin: 0 0 6px 0;
}

.successStory .intro p, .successStory .intro h5 {
  padding: 0 0 0 15px;
}

.successStory .result {
  color: #060;
  background: #d2f8d0 url(/wp-content/themes/phaseone/core/img/bg_successstories_result.gif) no-repeat 0 0;
  padding: 15px 15px 15px 72px;
  margin: 20px 0 0 0;
}


/* people */

.person {
  background: #fff url(/wp-content/themes/phaseone/core/img/hr.gif) no-repeat 0 0;
  padding: 15px 30px 0 20px;
  margin: 15px 0 15px 0;
}

.person h4 {
  margin: 0 0 4px 0;
}

.person h5 {
  color: #015b65;
  font-weight: normal;
  margin: 0 0 4px 0;
}


/* news */

.newsItem {
  background: #fff url(/wp-content/themes/phaseone/core/img/hr.gif) no-repeat 0 0;
  padding: 15px 80px 0 20px;
  margin: 15px 0 15px 0;
}

.newsItem p {
  margin: 0 0 4px 0;
}

.newsItem h4 {
  font-size: 16px;
  margin: 0 0 6px 0;
}

.newsItem h5 {
  color: #015b65;
  font-weight: normal;
  margin: 0 0 4px 0;
}


/* client login */

.clientLogin {
  float: left;
  width: 250px;
  background: #e1f3ff;
  padding: 12px 15px 6px 15px;
  margin: 0 15px 10px 0;
}

.upload {
  padding: 12px 15px 12px 15px;
  background: #e1f3ff;
}

a.delete {
  color: #900;
}


/* insights */

.insightsItem {
  padding: 0 0 0 85px;
}

#whitePapers.insightsItem {
  background: url(/wp-content/themes/phaseone/core/img/insights_icon_whitepapers.gif) no-repeat 0 0;
}