/*--------------------------------
basic style sheet
version: 1
author: nate percell
email: nkpercell@gmail.com
--------------------------------*/
* {
margin: 0;
padding: 0;
}

body {
background: url(../images/header.jpg) repeat-x;
font-size: 62.5%;
}


/*clear*/

.clear {
clear: both;
}

/*navigation bar
--------------------*/

#nav {
text-align: center;
margin: 0 auto;
width: 100%;
padding: 0;
height: 32px;
}

#nav ul {
margin: 0;
}

#nav ul li{
display: inline;
list-style: none;

}

#nav ul li a.last {
padding-right: 0;
}

#nav ul li a {
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
line-height: 32px;
color: #ffffff;
height: 32px;
padding-right: 30px;
text-decoration: none;
}

#nav ul li a:hover {
color: #5e6266;
text-decoration: underline;
}

#nav ul li a.current {
color: #5e6266;
text-decoration: underline;
cursor: default;
}

/*video
--------------------*/
#video {
text-align: center;
margin: 0 auto;
padding-top: 40px;
}


/*secondary navigation bar
--------------------*/

#content #secnav ul {
border-right: 1px dashed #b5b7b7;
padding: 10px 0;
margin-top: 30px;
margin-bottom: 20px;
}

#content #secnav ul li {
  padding-left: 0;
  background: #fff;
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */

}

#secnav ul li a {
  font: bold 1em Verdana, Arial, Helvetica, sans-serif;
  color: #b3a453;
  display: block;
  height: 2.4em;
  line-height: 2.4em;
  text-decoration: none;
  background: #fff;
  text-indent: 10px;
border-bottom: 1px dashed #b5b7b7;
}

#secnav ul li a:hover {
  background-color: #f2f3f3;
  text-decoration: none;
}

.selected a {
border-right: 1px solid #fff;
margin-right: -1px;
cursor: default;
}

li.first a {
border-top: 1px dashed #b5b7b7;
}

/*content divs
--------------------*/

#content {
width: 767px;
background: url(../images/back.jpg) no-repeat left top;
text-align: center;
margin: 0 auto;
}

#onecolumn {
width: 675px;
margin: 0 0 0 46px;
text-align: left;
float: left;
padding: 0;
display:inline;
}

#maincontent {
width: 390px;
margin:30px 0 0 46px;
text-align: left;
float: left;
padding: 0;
display: inline;
}

#home #maincontent {
margin-top: -57px;
}

.right #maincontent {
float: right;
margin:30px 46px 0 0;
display: inline;
}

#secondarycontent {
width: 255px;
text-align: left;
float: right;
padding: 0;
margin:30px 46px 0 0;
display: inline;
}

#press #secondarycontent {
margin: 60px 46px 0 0;
}

.right #secondarycontent {
float: left;
margin:30px 0 0 46px;
display: inline;
}

/*team page styles
--------------------*/

#secondarycontent #team {
text-align: center;
margin: 30px auto 0 auto;
padding-left: 0;
}

#secondarycontent div.float {
float:left;
width: 127px;
}

#secondarycontent div.float p {
font: 1.1em Verdana, Arial, Helvetica, sans-serif;
line-height: 16pt;
margin: 0; 
padding: 0 0 5px 0;
text-align: center;
}

#secondarycontent div.float a img {
border: 1px solid #b8b9b9;
padding: 4px;
background: #f2f3f3;
clear: both;
}

#secondarycontent div.float a:hover img {
border: 1px solid #5e6266;
}

#secondarycontent div.float a:hover {
background: #ffffff;
}

/*portfolio styles
--------------------*/
#portfolio a img, #press #maincontent a img, #aoh a img {
border: 1px solid #b8b9b9;
padding: 4px;
background: #f2f3f3;
clear: both;
}

#portfolio a:hover img, #press #maincontent a:hover img, #aoh a:hover img {
border: 1px solid #5e6266;
}

#content .portfolioitem {
border-bottom: 1px dashed #b5b7b7;
margin-bottom: 10px;

}



/*footer
--------------------*/

#foot {
width: 100%;
text-align: center;
background: url(../images/foot.jpg) no-repeat left top;
color: #5e6266;
clear: both;
}

.copyright {
font: .9em Verdana, Arial, Helvetica, sans-serif;
padding: 55px 0 20px 0;
text-align: center;
margin: 0;
}

#home .copyright {
padding: 17px 0 20px 0;
clear: both;
}

#home #foot {
background: url(../images/foot.jpg) no-repeat 0 15px;
}

#home #foot a {
line-height: 1em;
}

#foot #iprex {
width: 715px;
height: 43px;
margin: 10px 0 0 26px;
background: #f2f3f3 url(../images/iprex.gif) no-repeat 20px 50%;
border-top: 1px dashed #b5b7b7;
text-align: left;
float: left;
display: inline;
}

#foot #iprex p {
font: 1.1em Verdana, Arial, Helvetica, sans-serif;
color: #000;
margin:8px 20px 0 97px;
line-height: 14px;

}

/*headers
--------------------*/

h1 {
text-indent: -5000px;
background:url(../images/logo2.jpg) no-repeat;
width: 104px;
height: 157px;
margin: 0 auto;
text-align: center;
}

h2 {
text-indent: -5000px;
margin-top: 30px;
margin-bottom: 10px;
}

#press h2 {
background: url(../images/press.gif) no-repeat;
width: 219px;
height: 38px;
}

#services h2 {
background: url(../images/services2.gif) no-repeat;
width: 382px;
height: 36px;
}

#teampage h2 {
background: url(../images/team.gif) no-repeat;
width: 388px;
height: 36px;
}

#home h2, #case h2, #casenovideo h2 {
text-indent: 0;
text-transform: uppercase;
font: bold 3em Verdana, Arial, Helvetica, sans-serif;
color: #5e6266;
margin-bottom: 0px;
}

#home h2, #case h2 {
margin-top: 0;
}

#casenovideo h2 {
margin-top: 50px;
}

#about h2 {
background: url(../images/about.gif) no-repeat;
width: 223px;
height: 36px;
}

#portfolio h2 {
background: url(../images/portfolio.gif) no-repeat;
height: 38px; 
}

#aoh h2 {
background: url(../images/aoh.gif) no-repeat;
height: 38px;
}

#contact h2 {
background: url(../images/contact.gif) no-repeat;
height: 38px;
width: 277px;
}

h3 {
font: bold 1.6em Georgia, "Times New Roman", Times, serif;
color: #5e6266;
margin: 0 0 4px 0;
padding: 0;
}

#secondarycontent h3 {
margin: 0;
}

h4 {
font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #b4a55c;
letter-spacing: 1px;
margin: 0;
padding: 0;
}

span {
font: bold 1em Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #b4a55c;
letter-spacing: 1px;
margin: 0;
padding: 0;
}

h5 { 
float: right;
display: block;
font: bold 1em Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
padding: 1px 3px;
border-top: 1px dashed #b5b7b7;
border-left: 1px dashed #b5b7b7;
border-right: 1px dashed #b5b7b7;
color: #b4a55c;
margin-right: 3px;
margin-top: 9px;
letter-spacing: 1px;
}

#portfolio #secondarycontent h3, #contact #secondarycontent h3, #aoh #secondarycontent h3.firsth {
margin-top: 30px;
}

#portfolio #secondarycontent h4, #contact #secondarycontent h4 {
margin: 5px 0;
}

/*blockquotes
--------------------*/

#content blockquote {
font: italic 1.6em Georgia, "Times New Roman", Times, serif;
margin: 10px 0px;
padding: 10px;
border-top: 1px dashed #b5b7b7;
border-bottom: 1px dashed #b5b7b7;
background: #f2f3f3;

line-height: 23px;
}

#content blockquote p {
text-align: right;
margin: 5px 0 0 0;
padding: 0;
font: 11px verdana;
}

/*misc
--------------------*/

.inter {
text-align: center;
padding: 10px 0px 10px 0px;
margin: 0 auto;
display: block;
}

p {
font: 1.1em Verdana, Arial, Helvetica, sans-serif;
line-height: 15pt;
margin: 1em 0;
text-align: left;
}

p.first {
margin: 0 0 1em 0;
}

#secondarycontent img.wrap {
			display: block;
			border: 0;
			margin: 3px 10px 3px 0px;
			float: left;
			}
			
#secondarycontent img.wraplite {
			display: block;
			border: 1px solid #b3a453;
			margin: 3px 10px 3px 0px;
			float: left;
			width: 124px;
			height: 62px;
			}
			
#secondarycontent img.wrap2 {
			display: block;
			border: 0;
			margin: 3px 10px 3px 0px;
			float: left;
}
			
#secondarycontent p {
line-height: 14px;
}

#secondarycontent p a {
line-height: 14px;
}

#subhead {
background: #f2f3f3;
border-bottom: 1px dashed #b5b7b7;
padding: 10px;
}

#subhead p {
font: bold 1.2em Georgia, "Times New Roman", Times, serif;
  color: #5e6266;
text-align: center;
margin: 0;
}

#subhead h3 {
text-align: center;
font-size: 1.4em;
}

#subhead h3 span {
font-size: .7em;
}

/*link styles
--------------------*/

#content a {
  font: bold 1em Verdana, Arial, Helvetica, sans-serif;
  color: #b3a453;
  text-decoration: none;
  line-height: 15px;
}

#content a:hover {
color: #b4a55c;
text-decoration: underline;
}

/*list styles
--------------------*/

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

#content ul li {
font: 1.1em Verdana, Arial, Helvetica, sans-serif;
  background: url(../images/bullet.gif) no-repeat 15px .4em;
  padding-left: 34px;
  line-height: 20px; 
}

#content #vcards li {
background: url(../images/vcard.png) no-repeat 14px .4em;
}

/*homepage
--------------------*/

#welcome {
background: #f2f3f3 url(../images/cans.jpg) bottom left no-repeat;
padding: 20px 0 60px 0;
margin: 0 26px;
}

#welcomewrap {
margin: 0 20px;
width: 675px;
}

#welcome p {
margin: 10px 0px;
}

#welcome h1 {
background: url(../images/welcome.png) left top no-repeat;
width: 670px;
height: 53px;
text-indent: -5000px;
margin: 0 0 10px 0;
}

#home #maincontent {
margin-top: -30px;
}

/* text flow around image */

   .curve2 { 
	float: right;
	display: block;
	height: 15px;
	clear: right;
   }
   #curveSpacer { width: 1px; height: 2.5em; }
   #curve14 { width: 105px; }   
   #curve15 { width: 180px; }
   #curve16 { width: 240px; }
   #curve17 { width: 240px; }
   #curve18 { width: 280px; }
   #curve19 { width: 280px; }
   #curve20 { width: 280px; }
   #curve21 { width: 280px; }
   #curve22 { width: 280px; } 


