body, p, input, textarea {
  font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
}

body {
  color: black;
  margin: 0;
  background-color : #FFFFFF;
}



/******************************
*  Layout
******************************/

#container {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 660px;
  background-color : white;
  /*margin-top : 30px;*/
}

#header {
  background-color: #9C1F22;;
  height: 84px;
  color : #B12B2C;
}


#content {
	padding-top : 20px;

}

.logo {
	width : 800px;
	text-align: center;
	margin: 0 auto;
	padding-top: 14px;
}

.logo a img {
	border: none;
	margin: 0;
}


li.text {
	width : 300px;
}

div#content a {
	text-decoration : none;
	color: #B12B2C;
}


div#content a:visited {
	color: #B12B2C;
	text-decoration : none;
}

div#content a:hover {
	color: #000;
}


#content a img {
	border : #3A3839 3px solid;
	margin-bottom: 5px;
}

#content a:hover img {
	border : #B12B2C 3px solid;
}

#content a:hover {
	color : #3A3839;
}

small {
	display : block;
	text-decoration : none;
	font-size : 14px;
	margin-top : -10px;
}

#footer {
	margin-top : 5px;
	font-size : 14px;
	font-weight : normal;
	text-align: center;
}

.copy img{
	padding : 8px;
	border : #CCCCCC 3px solid;
}

.copy {
	text-align : left;
	padding :20px;
	padding-top : 0px;
	width : 90%;
}

.fright img{
	float:right;
	margin-left:10px;
}

.aboutright {
	float :right;
	width : 200px;
}

.left {
	width : 300px;
}

.aboutleft {
	width : 350px;
}

#shadow {
    width: 100%;
    background:#fff url(../images/layout/shadow.gif) center top repeat-x;
    height: 14px;
    }

.ui-tabs .ui-tabs-hide {
	     display: none;
	}
	
#tabs {
	font-size: 13px;
	text-align: left;
}

#tabs p {
	font-size: 13px;
}


#tabs li {
	width: 120px;
}

#tabs div ul li {
	float: none;
	width: 100%;
	list-style-type: square;
}

.projects li.project {
	float:none;
}

li.project .desc {
	width: 300px;
	text-align: left;
	float: left;
	margin-top: 10px;
}

li.project {
	width: 100%;
}

li.project a.img {
	float: right;
}

li.project a.link {
	display:block;
	margin-top : 20px;
}


.actions {
	margin-top: -50px;
}

/* ------ extra nav work ------ */

li {
	list-style-type: none;
}

#nav {
  margin: -5px auto 10px auto; 
  width: 900px;	}
  #nav ul li {
    float: left;
    position: relative;
    margin-left: 10px;
 	margin-bottom: 5px;}
    #nav ul li a {
      display: block;
      text-decoration: none;
      color: #707070;
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: none;
      float: left;
      padding: 10px 12px 9px 12px;
      border: none;
      -moz-border-radius: 6px;
      -webkit-border-radius: 4px; }
      #nav ul li a:hover {
        background: #3a3a3a;
        color: #fffa82;
        padding-bottom: 9px; }
    #nav ul li.current {
      background-image: url(/images/primary_nav_arrow.png);
      background-repeat: no-repeat;
      background-position: center bottom;
      padding-bottom: 8px; }
      #nav ul li.current a {
        background-color: #4a4a4a;
        color: #fff;
        -moz-border-radius-bottomleft: 0px;
        -moz-border-radius-bottomright: 0px; }
        #nav ul li.current a:hover {
          background: #3a3a3a; }
      #nav ul li.current a {
        -moz-border-radius: 6px;
        -webkit-border-radius: 4px; }
    #nav ul li ul {
      display: none;
      float: left; }
    #nav ul li:hover ul, #nav ul li.hover ul {
      display: block;
      position: absolute;
      z-index: 999;
      border: 8px solid #3a3a3a;
      top: 30px;
      left: 0px;
      width: auto; }
      #nav ul li:hover ul li,       #nav ul li.hover ul li {
        margin-left: 0; }
        #nav ul li:hover ul li a,         #nav ul li.hover ul li a {
          width: 200px;
          color: #444;
          padding: 11px;
          background-color: #fff;
          -moz-border-radius: 0px;
          -webkit-border-radius: 0px;
          border: none;
          border-top: 1px dotted #555;
          font-weight: normal;
          text-transform: none;
          font-weight: bold;
          font-size: 14px; }
          #nav ul li:hover ul li a span,           #nav ul li.hover ul li a span {
            font-size: 11.5px;
            color: #777;
            font-weight: normal; }
          #nav ul li:hover ul li a:hover,           #nav ul li.hover ul li a:hover {
            background: #fffff2;
            color: #CE0E52; }
        #nav ul li:hover ul li.current,         #nav ul li.hover ul li.current {
          background-image: none;
          padding-bottom: 0; }
        #nav ul li:hover ul li:first-child a,         #nav ul li.hover ul li:first-child a {
          border-top: none; }



#nav ul li.current:hover ul {
  display: none; }



div#featured-projects {
	width: 250px;
	float: right;
}


div#featured-projects .scroll{
	margin: 0 -38px 0 -14px;
	padding-bottom: 42px;
}

div#featured-projects .scroll-container:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div#featured-projects .scroll-panel{
	padding-top: 200px;
	width: 246px;
	padding-left: 20px;
	padding-right: 38px;
}

div#featured-projects.slider .navigation{
	border: 1px solid #c7d4e1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #e3e9ef;
	padding: 0 80px 0 3px;
	margin: 0;
	display: block;
/*	position: relative;*/
	  float: right;
}

div#featured-projects.slider .navigation .actions{
	margin-right: -4px;
}



div#featured-projects h2,
div#featured-projects h3{
	margin-top: 0;
}


div#featured-projects img{
	position: absolute;
	margin-bottom: 2em;
	top: 0px;
	right: 4px;
}

div#featured-projects p{
	color: #737b80;
}


div#hello {
	width: 280px;
	float: left;
}


div.contact label{
  font-weight: bold;
}

div.contact {
  text-align: left;
  padding-top: 0;
}

div.contact h1 {
  padding-top: 0;
  margin-top: 0;
}

.contact img {
  border : #CCCCCC 1px solid;
  padding: 4px;
  float: left;
}

div.details {
  width: 400px;
  float:left;
  margin-left: 30px;
  padding-top: 5px;
}

#content {
  line-height: 20px;
}


