@charset "UTF-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 920px;
	-webkit-text-size-adjust:none;
}
body a:link { 
	color: #cb8f0e;
	text-decoration: none;
}
body a:visited{
	color: #cb8f0e;
	text-decoration: none;
}
body a:hover{
	color: #ffffff;
	text-decoration: none;
}
body a:active{
	color: #cb8f0e;
	text-decoration: none;
}

.page #container {
	width: 880px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.page #header {
	padding-top: 15px;
	padding-right: 17px;
	padding-bottom: 0;
	padding-left: 177px;
	width: 726px;
	height: 93px;
} 
.page #header menu {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #8d9a6c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: normal;
	font-weight: normal;
	letter-spacing: 1px;
	padding-top: 58px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: right;
}
.page #header a:link { 
	color: #8d9a6c;
	text-decoration: none;
}
.page #header a:visited{
	color: #8d9a6c;
	text-decoration: none;
}
.page #header a:hover{
	color: #ffffff;
	text-decoration: none;
}
.page #header a:active{
	color: #8d9a6c;
	text-decoration: none;
}



.page #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 168px;
	padding-top: 20px;
	padding-right: 27px;
	padding-bottom: 0px;
	padding-left: 22px;
	text-align: right;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	} 
	
.page #sidebar a:link { 
	color: #cb8f0e;
	text-decoration: none;
}
.page #sidebar a:visited{
	color: #cb8f0e;
	text-decoration: none;
}
.page #sidebar a:hover{
	color: #ffffff;
	text-decoration: none;
}
.page #sidebar a:active{
	color: #cb8f0e;
	text-decoration: none;
}



.page #splash-left {
	float: left; /* since this element is floated, a width must be given */
	width: 247px;
	text-align: right;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-top: 106px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	letter-spacing: 1px;
	} 


.page #splash-right {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 267px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #8d9a6c;
	text-align: left;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

.page #splash-quote {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 133px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #8d9a6c;
	text-align: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 280px;
} 
	
.page #main {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 217px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 27px;
	width: 666px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #8d9a6c;
	text-align: left;
}  
.page #menu-portfolio {
	position: absolute; 
    top: 450px; left: 1px; 
	color: #cb8f0e;
	font-weight: bold;
	width: 192px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
} 
.page #menu-portfolio a:link { 
	color: #cb8f0e;
	text-decoration: none;
}
.page #menu-portfolio a:visited {
	color: #cb8f0e;
	text-decoration: none;
}
.page #menu-portfolio a:hover {
	color: #ffffff;
	text-decoration: none;
}
.page #menu-portfolio a:active {
	color: #cb8f0e;
	text-decoration: none;
}


.page #footer {
	padding-top: 10px;
	padding-right: 17px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: right;
	color: #8d9a6c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p { 
	margin-top: 3px; 
	margin-bottom: 16px; 
}
h1 {
	color: #cb8f0e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0;
} 
h1 a:link { 
	color: #cb8f0e;
	text-decoration: none;
}
h1 a:visited{
	color: #cb8f0e;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h1 a:active{
	color: #cb8f0e;
	text-decoration: none;
}
img.border{
	border: 2px solid #ffffff; 
	margin: 2px 10px 7px 0px;
}
img.border:hover{
	border: 2px solid #cb8f0e;
}
img.border:active{
	border: 2px solid #ffffff;
}

.menupadhorz {padding: 0px 0px 0px 16px;margin: 0px;top: 0px;}






/* contact layout */

label {
	float:left;
	padding-right: 10px;
	width: 88px;
	text-align: right;
	height: 20px;
	display: block;
	padding-top: 5px;
}

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
	float: left;
	
} 

	
input, textarea, .options {
	padding: 2px;
}

.options input {
	float: none;
	padding-left: 0;
}
div.buttons {
	clear: both;
	float: left;
	padding: 17px 0px 20px 102px;
}

.options label {
	color: #000;
	text-transform: none;
}

input[type="submit"] {
	float: left;
}
#innerform {
	float: left;
	width: 600px;
}



.clearthis {
	clear: both;
}



/* contact errors */


.none {
	display: block;
	position: relative;
	padding: 0px 0px 0px 102px;
}

.NOTOK {
	display: block;
	position: relative;
	padding: 0px 0px 0px 102px;
}

.OK {
	display: block;
	position: relative;
	padding: 0px 0px 0px 102px;
}

.errorMessage {
	display: block;
	position: relative;
	padding: 0px 0px 0px 102px;
}

.focus { background-color: #FFFFFF; }

.error {
	background: #FFFFFF;
}

.warning {
	background: url(images/contact_marks.gif) no-repeat left 0px;
}

.checkmark {
	background: url(images/contact_marks.gif) no-repeat left -40px;
}

.question {
	background: none;
}

.highlight {
	background: url(images/contact_marks.gif) no-repeat left -60px;
}

/* contact text */

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #8d9a6c;
}
