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

/* fixes ----------------------------------------- */

/* undohtml.css
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited {text-decoration:none}
ul,ol {list-style:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img {border:none}
address {font-style:normal}

* {margin:0; padding:0;}

/* slightly enhanced, universal clearfix hack, thx to perishablepress.com */
.clearfix:after
{
visibility: hidden;
display: block;
font-size: 0;
clear: both;
height: 0;
}

.clearfix
{
	display: block;
}

/* start commented backslash hack */
* html .clearfix
{ height: 1%;
}

.clearfix
{
display: block;
}
/* close commented backslash hack */

body {
	background-color: #333842;
	background-repeat: no-repeat;
	font-family: Lucida Grande, Lucida Sans, verdana;
	font-size: 12px;
	background-image: url(assets/body_background.jpg);
	background-position: center top;
	color: #333842;
}
p {
	line-height: 18px;
	padding-left: 20px;
	padding-top: 10px;
	color: #333842;
}
a {
	text-decoration: none;
	color: #D22B03;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 1.3em;
	color: #D04A03;
	font-weight: normal;
	font-style: normal;
	padding-left: 10px;
}
h1.logo {
	display: block;
	margin-left: -3000px;
}
h2 {
	font-family: Lucida Grande, Lucida Sans, verdana, sans;
	font-size: 12px;
	font-weight: bold;
	color: #646464;
	background-image: url(assets/h2_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 20px;
}
h3 {
	padding-left: 16px;
	font-weight: normal;
	color: #333842;
	font-size: 11px;
	font-family: Lucida Grande, Lucida Sans, verdana;
}
a.pdf     {
	font-size: 12px;
	font-weight: bold;
	color: #D22B03;
	background-image: url(assets/pdf_alt_16x16.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-top: 10px;
	display: block;
	padding-bottom: 5px;
}
.bold_orange {
	font-weight: bold;
	color: #d22b03;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.bold_orange_georgia {
	font-weight: bold;
	color: #d22b03;
	font-size: 14px;
	font-family: Georgia, Lucida Grande, Lucida Sans, Arial;
}
.first_in_column {
	margin-top: 0px;
}
.caption {
	font-size: 9px;
	text-align: right;
	margin-right: 10px;
	padding: 0px;
	color: #656A73;
	line-height: 14px;
}
.bold_arial {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#recentwork {
	margin-top: 0px;
}

#container {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 540px;
	border-right-width: 1px;
	border-bottom-width: 20px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1A1D23;
	border-bottom-color: #1A1D23;
	border-left-color: #1A1D23;
	clear: both;
}
#masthead {
	margin-right: 20px;
	margin-left: 20px;
	height: 130px;
	width: 500px;
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: none;/*inserts a new image for each page masthead*/
}
#home #masthead {
	background-image: url(assets/header_index.jpg);
}
#about #masthead {
	background-image: url(assets/header_about.jpg);
}
#work #masthead {
	background-image: url(assets/header_work.jpg);
}
#contact #masthead {
	background-image: url(assets/header_contact.jpg);
}

/*inserts a new image for each page body background*/
#home {
	background-image: url(assets/body_background_index.jpg);
}
#about {
	background-image: url(assets/body_background_about.jpg);
}
#work {
	background-image: url(assets/body_background_work.jpg);
}
#contact {
	background-image: url(assets/body_background_contact.jpg);
}

#top_bar {
	background-image: url(assets/topbar_gradient.gif);
	background-color: #3d434d;
	background-repeat: repeat-x;
	width: 500px;
	background-position: bottom;
	margin-right: 20px;
	margin-left: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	clear: both;
	float: none;
	height: 17px;
}

/* nav ----------------------------------------------------*/


#navcontainer {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 3px;
	clear: both;
	float: none;
	width: 500px;
	background-image: url(assets/nav_background.jpg);
	height: 35px;
	background-repeat: no-repeat;
	background-position: left top;
	}

#navcontainer ul li a {
	text-decoration: none;
	font-size: 12px;
	color: #474F5D;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

#navcontainer ul li {
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
}

ul#navlist {
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}

#navcontainer ul li a:hover
{
	background-image: url(assets/nav_highlight.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #D22B03;
	font-weight: bold;
}

#home #nav-home a,
#about #nav-about a,
#work #nav-work a,
#contact #nav-contact a
{
	background-image: url(assets/nav_highlight.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #D22B03;
}

#home #nav-home a:hover,
#about #nav-about a:hover,
#work #nav-work a:hover,
#contact #nav-contact a:hover
{
color: #D22B03;
}

/* content ----------------------------------------------------*/

#content_right {
	margin-top: 25px;
	margin-left: 15px;
	width: 235px;
	float: left;
	margin-bottom: 20px;
	clear: right;
}
#content_right img {
	margin-left: 10px;
	margin-top: 20px;
	background-image: url(assets/img_background.gif);
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 16px;
	padding-left: 6px;
}

#content_left {
	width: 245px;
	margin-right: 5px;
	float: left;
	margin-top: 25px;
	margin-bottom: 20px;
}
#about_left {
	float: left;
	width: 290px;
	margin-top: 25px;
	margin-right: 15px;
	padding-bottom: 20px;
}
#about_right {
	float: left;
	width: 195px;
	margin-top: 25px;
	margin-bottom: 20px;
	clear: right;
}
#about_fullcolumn {
	float: left;
	width: 500px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#about_right li {
	padding-top: 7px;
	padding-left: 10px;
	font-weight: bold;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#work_container {
	width: 500px;
	clear: both;
	float: none;
	margin: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#work_container img {
	margin-left: 10px;
	margin-top: 20px;
	background-image: url(assets/img_background.gif);
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 16px;
	padding-left: 5px;
	background-position: right bottom;
	background-repeat: no-repeat;
}
#work_container img.noborder {
	background-image: none;
	clear: right;
	float: right;
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
#work_container ul {
	margin-left: 15px;
	margin-bottom: 10px;
}
#work_container ul li {
	background-color: #DDDDDD;
	display: inline;
	border: 1px solid #888888;
	margin-right: 5px;
	padding-right: 2px;
	padding-left: 2px;
}

/* footer ----------------------------------------------------*/

#footer {
	background-color: #3D434D;
	width: 500px;
	margin-right: 20px;
	margin-left: 20px;
	float: none;
	font-size: 10px;
	background-image: url(assets/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 88px;
	display: block;
}
#footer_farleft {
	float: right;
	width: 40px;
	margin-top: 8px;
}
#footer_farleft ul {
	text-decoration: none;
	list-style-type: none;
	color: #A0AABA;
}
#footer_farleft li {
	padding-bottom: 3px;
}

#footer_left_content {
	float: right;
	width: 55px;
	padding-left: 10px;
	padding-right: 5px;
	margin-top: 5px;
}

#footer_right_content {
	width: 160px;
	float: right;
	margin-left: 10px;
	margin-top: 8px;
	padding-right: 5px;
}

#footer p{
	padding-bottom: 4px;
	letter-spacing: .5pt;
	color: #A0AABA;
}

#footer ul a {
	text-decoration: none;
	color: #A0AABA;
}
#footer_left_content  li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #565F6C;
	padding-right: 3px;
	padding-left: 14px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: left;
	background-image: url(assets/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#footer #footer-contact {
	border-bottom-style: none;
}	

#footer ul li a:hover {
	color: #FFFFFF;
}
	
#home #footer-home a,
#about #footer-about a,
#work #footer-work a,
#contact #footer-contact a {
	color: #FFFFFF;
}

#home #footer-home a:hover,
#about #footer-about a:hover,
#work #footer-work a:hover,
#contact #footer-contact a:hover {
	color: #FFFFFF;
}
#footer a {
	border-bottom-style: none;
}
#footer_right_content ul {
	text-decoration: none;
	list-style-type: none;
	color: #A0AABA;
}
#footer_right_content li {
	padding-bottom: 3px;
}


/* shadow div ----------------------------------------------------*/

#shadowdiv {
	background-image: url(assets/bottom_shadow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
}

/* forms ----------------------------------------------------*/

.formholder {
margin: 18px 18px 36px 8px;
padding: 0;
background-color: #fff;
}

label {
	display: block;
	color: #454545;
	font-weight: bold;
	margin-top: 18px;
}

form input,
form textarea {
	display: block;
	padding: 0;
	width: 470px;
	color: #333;
	background-color: #f6f6f6;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}

input.button {
	margin: 18px 0 0 0;
	display: block;
	width: 150px;
	background-color: #d22b03;
	color: #EEEEEE;
	font-weight: bold;
}
#form_container   label   {
	margin-bottom: 5px;
}
#form_container {
	width: 490px;
	padding-left: 10px;
	clear: both;
	float: none;
	display: block;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#form_container p {
	padding-right: 0px;
	padding-left: 0px;
}
#content_wrapper {
	clear: both;
	float: none;
	width: 500px;
	margin-right: 20px;
	margin-left: 20px;
	display: block;
}
