@charset "UTF-8";
/* CSS Document */

/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* END CSS RESET */

body {
	background-color: #E6E7E8;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 13px;
	color: #54646f;
}
#wrapper {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: auto;
	margin: 0 auto;
	width: 995px;
}
#portfolio #wrapper {
	background-image: url(images/folio-background.jpg);
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 105px;
	width: 995px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#contact #container {
	background-image: url(images/contact-footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#portfolio #container {
	background-image: url(images/folio-footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer {
	border-top:1px solid #54646f;
	clear:both;
	font-size:10px;
	margin:20px auto 0;
	padding:2px 0 30px;
	text-align:right;
	width:901px;
}
#content {
	margin-right: auto;
	margin-left: auto;
	width: 951px;
}
#header img {
	margin-left: 30px;
	margin-top: 25px;
	float: left;
}
/* link states */
#home li.home a, #portfolio li.portfolio a, #contact li.contact a {
	color: #e31b23;
}
/* /link states */

p a {
	color: #e31b23;
	text-decoration:none;
}
p a:hover {
	color: #e31b23;
	text-decoration: underline;
}
ul#topnav {
	float: right;
	margin:85px 40px 5px;
	display: inline;/*width: 350px;*/
}
ul#topnav li {
	float: left;
}
ul#topnav li a {
	font-size:9px;
	margin: 0 0 0 45px;
	color: #54646f;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;/*display: inline;*/
}
ul#topnav li a:hover {
	color: #e31b23;
}
h1, p {
	margin-bottom: 10px;
}
#home h1 {
	font-size: 18px;
	color: #e31b23;
	margin-left:75px;
	width: 550px;
	text-align:justify;
}
#home #leftcol p {
	margin-left:175px;
	/*width: 430px;*/
	width: 420px;
}
#home p.note {
	font-weight: bold;
	font-size:10px;
	line-height:14px;
}
#home #leftcol {
	border-right:1px solid #54646f;
	float:left;
	margin-bottom:20px;
	margin-top:20px;
	padding-right:45px;
}
#contact #leftcol {
	float:left;
	font-size:11px;
	margin-bottom:30px;
	margin-left:20px;
	margin-top:20px;
	padding-right:45px;
	width:260px;
	display:inline;
}
#portfolio #leftcol {
	float:left;
	font-size:11px;
	margin:20px;
	width:185px;
	padding-top: 50px;
	display: inline;
}
#home #rightcol {
	font-size:11px;
	/*width: 170px;*/
	float:left;
	margin-top:20px;
	padding-left:15px;
	display:inline;
}
#contact #rightcol, #portfolio #rightcol {
	font-size:13px;
	float:left;
	margin-top:20px;
	display:inline;
}
#portfolio #rightcol {
	min-height: 392px;
	margin-bottom:19px;
}
#contact #rightcol {
	min-height: 235px;
	margin-bottom:3px;
}
#home #rightcol ul {
	margin-left: -8px;
	margin-bottom:58px;
}
#home #rightcol li {
}
#home #rightcol h2 {
	font-weight:bold;
	margin-bottom:5px;
}
#home #rightcol h3 {
	font-weight:normal;
	
}
#contact label {
	display: none;
}
#contact #name, #contact #email {
	width: 290px;
	margin-bottom: 10px;
}
#contact #name {
	width: 283px;
	margin-right:20px;
}
#contact #message {
	height:136px;
	width: 604px;
	display:block;
	margin-bottom: 10px;
}
#contact #name, #contact #email, #contact #message {
	background-color: #f7f7f8;
	border: 1px solid #cdd6db;
	color:#8f9da6;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#portfolio h2 {
	font-weight:normal;
	margin-bottom: 10px;
	font-size:12px;
}

#for_office_use_only { 
	display: none;  /*hide honeypot */
	}
#portfolio h2 a {
	text-decoration: none;
	color:#e31b23;
	}
	#portfolio h2 a:hover {
	text-decoration: underline;
	}
	
#home #rightcol img {
	float: left;
	padding-right:20px;
	}

