* {
	margin:0;
	padding:0;
	}

body {
	background:#f8f5f2 url(../pix/bg.png) top left no-repeat;
	text-align:center;
	margin-top:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	line-height:1.25em;
	}

h1, h2, h3 {
	font-family:"Trebuchet MS", Helvetica, Geneva, Arial, sans-serif;
	line-height:1.25em;
	}

h1 {
	font-size:200%;
	color:#000;
	text-shadow: 0px 1px 1px #999;
	letter-spacing: -1px;
	}

h2 {
	font-size:135%;
	font-weight:normal;
	color:#a0957e;
	padding-top:2em;
	text-shadow: 0px 1px 1px #fff;
	}

h3 {
	font-size:110%;
	font-weight:bold;
	margin-top:2em;
	padding:1em 0 0 0;
	color:#CC3300;
	}

img {
	border:0;
	}

p {
	margin:1em 0 1.5em 0;
	}

a:link, a:visited, a:active {
	color:#960;
	}

/******************

NAV STYLES

******************/

ul#nav {
	list-style:none;
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:130%;
	letter-spacing:-.05em;
	margin:0 0 25px 0;
	padding-right:58px;
	clear:both;
	text-shadow: 0px 1px 1px #fff;
	}

#nav li {
	float:left;
	padding-left:50px;
	}

#nav li a {
	text-decoration:none;
	color:#a0957e;
	}

#nav li a.current, #nav li a:hover {
	color:#6c6556;
	}


/******************

CONTENT STYLES

******************/

.container {
	width:976px;
	margin:0 auto;
	}

#header {
	background:url(../pix/mainTopBG.png) bottom center no-repeat;
	clear:both;
	}

.logo {
	float:left;
	padding-left:50px;
	}

#mainContent {
	background:url(../pix/mainBG.png) top center repeat-y;
	clear:both;
	text-align:left;
	}

.pad {
	padding:50px;
	}

.portfolio {
	text-align:center;
	margin-top:50px;
	}

.portfolio a img {
	background:url(../pix/thumbBG.png) center no-repeat;
	padding:16px;
	margin:0 15px 30px 15px;
	}

.portfolio .secondaryImage {
	padding:0;
	}

.iconLink {
	 padding:5px 0 5px 20px;
	 }
	
.pdf {
	background:url(../pix/pdfIcon.gif) left 5px no-repeat;
	}

.doc {
	background:url(../pix/docIcon.png) left top no-repeat;
	}

.largeIconLink {
	 padding:15px 0 20px 60px;
	 }
	
.pdfLarge {
	background:url(../pix/pdfIcon_large.gif) left top no-repeat;
	}

.docLarge {
	background:url(../pix/docIcon_large.png) left top no-repeat;
	}

.rotatingImage {
	position:relative;
	top:-4px;
	margin-left:8px;
	border-bottom:5px solid #efefef;
	}

dt {
	margin-top:1em;
	}

dd {
	margin-left:2em;
	margin-bottom:.5em;
	}

.testimonialBox {
	background:#000; 
	height:258px; 
	width:320px; 
	position:relative; 
	top:-230px; 
	margin-bottom:-258px; 
	float:right; 
	opacity:.7; 
	margin-right:50px;
	}

.testimonial {
	 font-size:130%; 
	 margin-right:50px; 
	 line-height:1.25em; 
	 color:#fff; 
	 font-style:italic; 
	 height:258px; 
	 width:320px; 
	 position:relative; 
	 top:-230px; 
	 margin-bottom:-258px; 
	 float:right;
	 }

.callout {
	background:#efefef; 
	padding:.5em 1em; 
	font-size:80%; 
	text-shadow: 0px 1px 1px #fff;
	-moz-box-shadow: 1px 1px 5px #999; 
	-webkit-box-shadow: 1px 1px 5px #999; 
	box-shadow: 1px 1px 5px #999;
}

/********************

FOOTER STYLES

********************/

#footer {
	background:url(../pix/mainBottomBG.png) top center no-repeat;
	font-size:90%;
	clear:both;
	padding-top:50px;
	text-shadow: 0px 1px 1px #fff;
	}

/*********************

CSS FORM STYLES

***********************/

.cssForm div{
	width: 200px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 150px; /*width of left column containing the label elements*/
	height: 1%;
	}

.cssForm label{
	float: left;
	margin-left: -150px; /*width of left column*/
	width: 130px; /*width of labels. Should be smaller than left column (175px) to create some right margin*/
	text-align:right;
	}

.cssForm input[type="text"], 
.cssForm input[type="file"], 
.cssForm input[type="password"], 
.cssForm textarea, 
.cssForm select, 
.cssForm input[type="checkbox"], 
.cssForm input[type="radio"] {
	border:2px solid #ccc;
	}

.cssForm input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 150px;
	}

.cssForm textarea{
	width: 250px;
	height: 150px;
	}

.cssForm .noFormat {
	float:none;
	margin:0;
	padding:0;
	}

.cssForm input[type="text"]:focus, 
.cssForm input[type="file"]:focus, 
.cssForm input[type="password"]:focus, 
.cssForm textarea:focus, 
.cssForm input[type="checkbox"], 
.cssForm select:focus, 
.cssForm input[type="radio"]   {
	border-color:#f00;
	}

.cssForm fieldset {
	border:none;
	margin:25px 0;
	}

.cssForm legend {
	margin-bottom:1em;
	}

input.invalid {
	background: #fff6bf;
	border: 2px solid #ffd324;
    }
    
.error {
  color: #ff0000;
  font-size:80%;
  clear:left;
  display:block;
  }
    
.errorlist {
    margin: 0;
    padding: 0;
	display:none;
    }
