/* <TYPOGRAPHY> */
.paneRight p, .paneRight ul, #content p, #content ul, form {
  line-height: 150%;
  color: #717171;
}

#content p em {
  background: #edfaff;
}

a, a:visited {
  color: #717171;
}

a:hover {
  color: #b22024;
} 

h1,h2,h3 {
  text-transform: lowercase;
  font-weight: normal;
  font-family: helvetica, trebuchet ms, arial, verdana, sans-serif;
}
h1 {  
  color: #b22024;
  font-size: 18px;
}

.paneRight h1 {
  margin-top: 0;
}

h1.banner {
  font-weight: bold;
  font-size: 22px;
  margin-top: 58px;
  margin-left: 45px;
  width: 320px;
  text-align: right;
}

h1.banner .big {
  font-size: 28px;
}

h2.banner {
  color: #262626;
  margin-left: 65px;
  width: 330px;
  font-size: 18px;
  font-weight: bold;
}

div.what-we-do h2.banner {
  color: #ffffff;
  margin-left: 43px;
}
div.what-we-do h1.banner {
  margin-left: 35px;
  margin-top: 68px;

}

p.right {
  text-align: right;
}

.highlight {  
  border-top: 1px dotted #1096b7; 
  border-bottom: 1px dotted #1096b7;
  padding: 5px 0; 
  /*padding-left: 5px; 
  background: #f4fdff;*/
  }

.highlight span.right {
  display: block;
  text-align: right;
}

.highlight.quote {
  background: url('/img/quote-start.gif') 0 5px no-repeat;
  padding: 15px 15px 15px 15px;
}

#content .highlight em {
  background: none;
}

.note {
  color: #aaaaaa;
}

/* </TYPOGRAPHY> */



/* <BIG LAYOUT> */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  background:  url('/img/bg-left-repeat.gif') top center repeat-y;
}

a img {
  border: 0;
}

#wrapper {
  width: 990px;
  margin: 0 auto;
  position: relative;
	min-height: 100%;
  background:  url('/img/bg-left.jpg') top left no-repeat;
}

#paneLeft {
  width: 259px;
  float: left;
  position: relative;
}

#paneLeft #shim {
  /* BEGIN min-height hack for IE */
	min-height:800px;
	height:auto !important;
	height:800px;
	/* END min-height hack for IE */	
}
#paneLeft #chuckSays {
  background: #ffffff url('/img/chuck.jpg') top center no-repeat;
  width: 246px;
  border: 2px solid #ffffff;
  margin: 390px auto 0 auto;
  padding-top: 155px;
  padding-bottom: 10px;
}

#paneLeft #chuckSays.chuck2 {
  background: #ffffff url('/img/chuck2.jpg') top center no-repeat;
}

#chuckSays p {
  padding: 10px;
  font-size: 11px;
} 

#chuckSays span {
  display: block; 
  text-align: right;
  padding-right: 10px;
}

#paneRight {
  float: left;
  width: 730px;
  position: relative;
  overflow: hidden;
}

div.home {
  background: #ffffff url('/img/banner-girl-scream.jpg') top left no-repeat;
}

div.hosting {
  background: #ffffff url('/img/banner-servers.jpg') top left no-repeat;
}

div.what-we-do {
  background: #ffffff url('/img/banner-zen.jpg') top left no-repeat;
}

div.what-we-use {
  background: #ffffff url('/img/banner-code.jpg') top left no-repeat;
}

div.projects {
  background: #ffffff;
}

div.chuck {
  background: #ffffff url('/img/banner-dude.jpg') top left no-repeat;
}

div.contact {
  background: #ffffff url('/img/banner-girl-pill.jpg') top left no-repeat;
}


#paneRight #topWrap {
  height: 380px;
  overflow: hidden;
  
}
#paneRight #content {
  padding-left: 20px;
  /* BEGIN min-height hack for IE */
	min-height:500px;
	height:auto !important;
	height:500px;
	/* END min-height hack for IE */	
	
}

#content .l {
  float: left;
  width: 51%;
}

#content .r {
  float: right;
  width: 43%;
} 

/* </BIG LAYOUT> */


/* <SMALL LAYOUT> */


.sliderThing p{
  margin: -4px 0 0 0;
}

#headerLinks {
  padding-top: 10px;
  font-family: arial, verdana, sans-serif;
  text-align: left;
  padding-left: 10px;
  color: #ffffff;
  font-weight: bold;
}

#headerLinks a {
  text-decoration: underline;
  color: #ffffff;
}

#paneRight.dark #headerLinks,#paneRight.dark #headerLinks a {
  color: #000000;
}
 
.moreSpace p, .moreSpace ul {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.moreSpace ul {
  margin-top: -10px;
  padding-top: 0;
}


#slideOuter {
height: 350px; 
width: 100%;
overflow: hidden;  
border-bottom: 1px dotted #919191;
/* for IE */
  filter:alpha(opacity=10);
  /* CSS3 standard */
  opacity:0.1;
}

#slidemarginleft {
  margin-left: 730px;
  padding-top: 15px; 
  width: 720px;
  }
  
/* <NAV> */
#navBG, ul#nav {
  top: 96px
}

#navBG {
  width: 100%;
  height: 280px;
  background: #000000;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  position: absolute;
  left: 0;
  
}

ul#nav {
  position: absolute;
  left: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

#nav li {
  text-align: right;
  display: inline;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#nav li a {
  display: block;
  text-align: right;
  padding:3px 15px 3px 0;
  margin: 0 0 10px 0;
  font-family: helvetica, trebuchet ms, arial, verdana, sans-serif;
  font-size: 21px;
  color: #ffffff;
  text-decoration: none;
}

#nav li#on a {
  background: #ffffff;
  color: #b22024;
  border-left: 20px solid #b22024;
  border-bottom: 3px solid #b22024;
  padding-bottom: 0;
}

#nav li a:hover {
  background: #000000;
  color: #b22024;
  border-left: 20px solid #b22024;
  border-bottom: 3px solid #b22024;
  padding-bottom: 0;
  
}
/* </NAV> */



#subFooter {
  clear: both;
  margin-left: -15px;
  background: url('/img/bg-foot-grad.gif') top left repeat-x;
  padding: 3px 10px 0 0;
}
#subFooter img {
  float: left; 
  padding-right: 20px;
}

#subFooter p {
  font-style: italic;
  font-size: 14px;
  color: #b22024;
}

#subFooter p.right {
  font-style: normal;
  font-size: 12px;
}

#footer {
  clear: both;
  font-size: 11px;
  color: #818181;
  padding-top: 50px;
  text-align: center;
}

#footer span {
  color: #e3e3e3;
}

#footer p {
  padding-top: 10px;
  margin-top: 0;
}

#footer h2 {
  color: #818181;
  margin-top: 10px;
  font-size: 11px;
  font-weight: normal;
  font-family: verdana, arial, sans-serif;
}

#footer a, #footer p {
  color: #818181;
}


#logos {
  clear: both;
  display: block;
  color: #717171;
}
#logos img {
  padding: 0 2px;
}
#logos .browsers img {
  padding: 0 9px 0 4px;
}

.panel{
  height: 350px;
}
.paneLeft {
  float: left;
  width: 49%;
}
.paneRight {
  float: right;
  width:49%;
}


.itemWrap {
  clear: both;
  padding: 10px 0 30px 0;
  border-bottom: 1px dotted #dddddd;
}

.itemWrap .logo {
  float: left; 
  width: 230px;
  height: 100%;
  text-align: center;
}

.itemWrap .logo img {
  margin: 0 auto;
}

.itemWrap .desc {
  float: left;
  vertical-align: top;
  width: 470px;
}

.itemWrap .desc p {
  padding-top: 0;
  margin-top: 0;
  padding-left: 10px;
}


/* </SMALL LAYOUT> */

/* <FORMS> */
label {
  position: absolute;
}  

input, textarea {
  margin-left: 150px;
  margin-bottom: 10px;
  color: #717171;
  border: 2px solid #818181;
  font-family: helvetica, trebuchet ms, verdana, arial, sans-serif;
  font-size: 16px;
  width: 200px;
}

input.error {
  border: 2px solid red;
  background: #fff0f0;
}

input.focus, textarea.focus {
  background: #f6fefd;
  border: 2px solid #88aaaa;
}

textarea {
  height: 100px;
  font-size: 14px;
}

.req {
  color: red;
}
input#submit {
  cursor: pointer;
  border: 2px solid #919191;
  padding: 5px;
  color: #919191;
  background: url('/img/bg-submit.gif') top left repeat-x;
}

input#submit:hover {
  border: 2px solid #415261;
  color: #415261;
}


#errorMSG { 
  margin-left: 150px; 
  display: none;
  color: red;
  font-size: 11px;
  }
  
  #errorMSG.error {
    display: inline;
  }
  
#checkmark {
  float: left;
  margin-right: 20px;
  margin-bottom: 50px;
}
/* </FORMS> */

