/*
   screen.css
   myrconsulting
   
   Created by Cale Woodley on 2008-06-30.
   Copyright 2008 Webfirm. All rights reserved.
*/

@import url("reset.css");

* {
	padding: 0;
	margin: 0;
} /* this will reset all elements to margin/padding = 0 */

body {
  background: #406b9e url('../images/core/body-background.png') top left repeat-x;
  font-size: 0.75em;
  font-family: Verdana, Tahoma, Arial, sans-serif;
}

#container {
  width: 820px;
  margin: 15px auto;
  position: relative;
  
}

#flash {
  width: 509px;
  height: 268px;
  overflow: hidden;
  position: absolute;
  top: 77px;
  right: 15px;
}

#flash img {
  top: 0;
  left: 0;
}



/* #HEADER
*******************************/
#header {width: 820px; clear: both; height: 135px;}

#header img {display: inline; float: left;}

#header img#cta {float: right; margin: 18px 20px 0 0;}


/* #NAV
*******************************/
body#page-index #navigation {
  margin: 1px 0 10px 143px;
  border: none;
  padding: 0;
}

#navigation {
  width: 162px;
  margin: 40px 0 0 0;
  padding: 20px;
  padding-left: none;
  float: left;
  clear: left;
  height: 189px;
  display: inline;
  border-right: 2px dotted #617DAC;
}

#navigation li a {
  display: block;
  height: 27px;
  width: 158px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999em;
}

#navigation li a#nav-home {background-image: url('../images/nav/nav-home.png');}
#navigation li a#nav-profile {background-image: url('../images/nav/nav-profile.png');}
#navigation li a#nav-people {background-image: url('../images/nav/nav-people.png');}
#navigation li a#nav-approach {background-image: url('../images/nav/nav-approach.png');}
#navigation li a#nav-services {background-image: url('../images/nav/nav-services.png');}
#navigation li a#nav-clients {background-image: url('../images/nav/nav-clients.png');}
#navigation li a#nav-contact {background-image: url('../images/nav/nav-contact.png');}

#navigation li a:hover {background: -162px 0;}


/* #CONTENT
*******************************/
#content {
  width: 820px;
  color: #fff;
  display: block;
  clear: both;
}

body#page-index #content h1 {
  background: url('../images/core/h1-index.gif') 0 0 no-repeat;
  width: 704px;
  height: 143px;
  text-indent: -999em;
}

#content h1 {
  font-size: 2.09em;
  margin-top: 10px;
  font-weight: normal;
}

#content p {
  line-height: 1.67em;
  margin: 15px 0;
}

#content p.intro,
#content h2 {
  font-size: 1.67em;
  line-height: 1em;
  font-weight: normal;
}

#content h2 {padding: 10px 0 0 0;}


#content h3 {
  font-size: 1.4em;
  line-height: 1em;
  font-weight: normal;
}

#content a {
  color: #fff;
  text-decoration: none;
  background: #367cac;
}

#content a:hover {background: #4976a3;}

#content a.pdf {background: #367cac url('../images/icon-pdf.gif') center left no-repeat; padding: 5px 5px 5px 22px; line-height: 25px;}

#content hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #6680ac;
	margin-bottom: 20px;
}

body#page-index #text {width: 704px; float: right;}

#text {
  width: 590px;
  float: right;
}

#text img.float-right {
  float: right;
  display: inline;
  margin: 0 0 4px 10px;
  border: 6px solid #B4BCD4;
}

#text img.float-left {
  float: left;
  display: inline;
  margin: 0 10px 4px 0;
  border: 6px solid #B4BCD4;
}

div#services ul,
div#clients ul {
	list-style-type: circle;
	margin-left: 30px;
}

div#services ul li a,
div#clients ul li a {
	background: none;
}


/* #FOOTER
*******************************/
#footer {
  clear: both;
  width: 100%;
  height: 130px;
  background: #7e9cbf;
  border-top: 1px solid #9cb9db;
}

#footer-content {
  width: 820px;
  margin: 0 auto;
  font-family: verdana, tahoma, sans-serif;
  color: #fff;
  font-size: 0.92em;
}

#footer-content p {
  float: left;
  display: inline;
  margin: 10px 0 0 115px;
  line-height: 1.82em;
}

#footer-content img {
  float: right;
  margin: 16px 0 0 0;
}

#footer-content p a {color: #fff; text-decoration: none; padding: 3px;}
#footer-content p a:hover {background: #6286b0;}