
/*************************************************************************************************/
/* ELEMENT Selectors */
/*************************************************************************************************/

*
{
	padding: 0;
	margin: 0;
}

html
{
	display: block;
}

body
{
	background: #9e3b00;
	color: #837870;
	display: block;
	font: 81.25%/1.5 Arial, Helvetica, sans-serif;
}

div
{
	display: block;
}

hr
{
	background: none;
	border: none;
	border-top: 1px solid #999999;
	display: block;
	margin: 3em 0em 3em 0em;
	padding: 0em 0em 0em 0em;
	height: 0px;
}

/* TEXT elements */

h1
{
	clear: both;
	color: #ffffff;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 231%;
	font-weight: bold;
	line-height: 1;
	margin: 0em 0em 1em 0em;
}
h2 { color: #da5e00; display: block; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 185%; font-weight: bold; line-height: 1; margin: 2em 0em 1em 0em; }
h3 { color: #da5e00; display: block; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 138%; font-weight: bold; line-height: 1; margin: 1.5em 0em 0.8em 0em; }
h4 { color: #da5e00; display: block; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 108%; font-weight: bold; line-height: 1; margin: 1em 0em 1em 0em; }
h5 { color: #da5e00; display: block; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 100%; font-weight: bold; line-height: 1; margin: 1em 0em 1em 0em; }
h6 { color: #da5e00; display: block; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 100%; font-weight: bold; line-height: 1; margin: 1em 0em 0.5em 0em; }

p
{
	display: block;
	font-weight: normal;
	margin: 1em 0em 1em 0em;
}

a:link, a:active, a:visited
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: #da5e00;
}

small
{
	font-size: 77%;
	font-weight: normal;
}

strong
{
	font-style: normal;
	font-weight: bold;
}

em
{
	font-style: italic;
}

sup
{
	vertical-align: top;
	font-size: 69%;
	line-height:normal;
}

sub
{
	vertical-align: bottom;
	font-size: 69%;
	line-height: normal;
}

blockquote
{
	background: #cccccc;
	display: block;
	margin: 1em 2em 1em 2em;
	padding: 1em 1em 1em 1em;
}

blockquote h3
{
	margin-top: 0.2em;
}

blockquote p.cite
{
	font-size: 77%;
	margin: 1em 0em 0em 0em;
	text-align: right;
}

/* end TEXT elements */

/* MEDIA elements */

img
{
	border: none;
}

/* end MEDIA elements */

/* LIST Elements */

ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	margin: 2em 0em 2em 4em;
}

ul li
{
	background: none;
	margin: 0em 0em 0.2em 0em;
	padding: 0em 0em 0em 0em;
}

ol
{
	list-style-position: outside;
	list-style-type: decimal;
	margin: 2em 0em 2em 4em;
}

ol li
{
	margin: 0em 0em 0.5em 0em;
}

ol.javaScriptStyled li
{
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

ol.javaScriptStyled li span.olItemContent
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0em 0em 0em 0em;
}

dl
{
	display: block;
	margin: 2em 0em 2em 0em;
}

dt
{
	color: #dc5f00;
	display: block;
	font-weight: bold;
	margin: 0em 0em 0.3em 0em;
}

dd
{
	display: block;
	margin: 0em 0em 1em 0em;
}

ul ul, ol ul
{
	margin: 1em 0em 1em 2em;
}

/* end LIST Elements */

/* FORM Elements */

form
{
	background: #cae6b7;
	display: block;
	margin: 2em 0em 2em 0em;
	padding: 10px 10px 10px 10px;
	position: relative;
}

form fieldset
{
	border: none;
	display: block;
	margin: 1em 0em 1em 0em;
}

form fieldset legend
{
	display: none;
}

form div
{
	clear: both;
	margin: 0em 0em 0.5em 0em;
}

form div.formControls
{
	margin: 1.5em 28% 0em 0em;
	text-align: right;
}

form label
{
	color: #da5e00;
	font-weight: bold;
	float: left;
	text-align: right;
	width: 20%;
	margin: 0em 1em 0em 0em;
	padding: 4px 0px 0px 0px;
}

form input[type="text"]
{
	background: #ffffff url(../images/formTextFieldBg.gif) 0px 0px repeat-x;
	border: 1px solid #4c9c9d;
	color: #4c9c9d;
	font: 100%/1.1 Arial, Helvetica, sans-serif; 
	padding: 5px 5px 5px 5px;
	width: 50%;
}

form textarea
{
	background: #ffffff url(../images/formTextFieldBg.gif) 0px 0px repeat-x;
	border: 1px solid #4c9c9d;
	color: #4c9c9d;
	font: 100%/1.1 Arial, Helvetica, sans-serif; 
	padding: 5px 5px 5px 5px;
	width: 50%;
	height: 5em;
}

form button
{
	background: url(../images/submitBtnBg.gif) 0px 0px no-repeat;
	border: none;
	font-size: 138%;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	text-indent: -9999px;
	width: 141px;
	height: 53px;
	overflow: hidden;
}

form button:hover
{
	background-position: 0px -70px;
	cursor: pointer;
}

form span.required
{
	color: #ff0000;
}

form label.error
{
	color: #ff0000;
	display: block;
	float: none;
	width: 100%;
}

/* end FORM Elements */

/* TABLE Elements */

table
{
	border: 1px solid #000000;
	border-collapse: seperate;
	border-spacing: 2px;
	margin: 2em 0em 2em 0em;
}

td
{
	border: 1px solid #000000;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

th
{
	border: 1px solid #000000;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

caption
{
	text-align: center;
}

/* end TABLE Elements */

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


/*************************************************************************************************/
/* LAYOUT */
/*************************************************************************************************/

/* PAGE */

div#page
{
	background: transparent;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	/*width: 950px;*/
}

p.lead
{
	font-size: 108%;
	font-weight: bold;
}

/* end PAGE */

/* BANNER */

div#banner
{
	background: transparent;
	height: 125px;
	margin: 0px auto 0px auto;
	position: relative;
	border-bottom: 2px solid #ffffff;
	width: 950px;
}

div#banner a.logo
{
	position: absolute;
	left: 30px;
	top: 5px;
	display: block;
	width: 365px;
	height: 110px;
	background: none;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
}

div#bannerBg
{
	background: transparent url(../images/bannerBg.jpg) top center no-repeat;
	width: 100%;
	height: 125px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
}

div#bannerBgLeft
{
	background: transparent url(../images/bannerBgLeft.jpg) top left repeat-x;
	width: 50%;
	height: 125px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -2;
	border-bottom: 2px solid #ffffff;
}

div#bannerBgRight
{
	background: #da5e00;
	width: 50%;
	height: 125px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: -2;
	border-bottom: 2px solid #ffffff;
}

/* end BANNER */

/* NAV */

div#nav
{
	background: #4c9c9d url(../images/navBg.gif) top left no-repeat;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 950px;
	height: 36px;
	text-align: right;
}

div#nav ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	right: 10px;
	top: 0px;
}

div#nav ul li
{
	background: none;
	display: inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 108%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
}

div#nav ul li a
{
	background: transparent url(../images/navLinkBg.png) 0px 0px no-repeat;
	color: #cae6b7;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
}

div#nav ul li a:hover
{
	background-position: 0px -40px;
	color: #ffffff;
	text-decoration: none;
}

div#navBgLeft
{
	background: #cae6b7;
	width: 50%;
	height: 36px;
	position: absolute;
	left: 0px;
	top: 127px;
	z-index: -2;
}

div#navBgRight
{
	background: #4c9c9d;
	width: 50%;
	height: 36px;
	position: absolute;
	right: 0px;
	top: 127px;
	z-index: -2;
}

/* end NAV */

/* CONTENT */

div#content
{
	background: #ffffff;
	margin: 100px auto 0px auto;
	padding: 10px 10px 25px 10px;
	position: relative;
	min-height: 310px;
	width: 870px;
}

div#content h1
{
	background: url(../images/homeH1.gif) 0px 0px no-repeat;
	width: 207px;
	height: 67px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: -100px;
	z-index: 5;
}

div#content h2
{
	margin-top: 0em;
	position: relative;
	z-index: 5;
}

div#content h3, h4, h5, h6, p, ul, ol, dl, form, table, img
{
	position: relative;
	z-index: 5;
}

div#contentBg
{
	background: transparent url(../images/contentBg.jpg) top left repeat-x;
	width: 100%;
	height: 420px;
	position: absolute;
	left: 0px;
	top: 163px;
	z-index: -2;
}

div#content div.body
{
	background: url(../images/pageBgBody.gif) 0px 0px no-repeat;
	width: 820px;
	height: 350px;
	position: absolute;
	left: -25px;
	top: -25px;
	z-index: 1;
}

div#content div.top
{
	background: url(../images/pageBgTop.png) 0px 0px repeat-x;
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0px;
	top: -40px;
}

div#content div.topLeft
{
	background: url(../images/pageBgTopLeft.png) 0px 0px no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -40px;
	top: -40px;
}

div#content div.topRight
{
	background: url(../images/pageBgTopRight.png) 0px 0px no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	right: -40px;
	top: -40px;
}

div#content div.left
{
	background: url(../images/pageBgLeft.png) 0px 0px repeat-y;
	width: 40px;
	height: 100%;
	position: absolute;
	left: -40px;
	top: 0px;
}

div#content div.right
{
	background: url(../images/pageBgRight.png) 0px 0px repeat-y;
	width: 40px;
	height: 100%;
	position: absolute;
	right: -40px;
	top: 0px;
}

/* end CONTENT */

/* FOOTER */

div#footer
{
	background: transparent;
	font-size: 85%;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

div#footer ul
{
	background: #cae6b7 url(../images/footerBg.gif) top center no-repeat;
	list-style: none;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 950px;
	height: 36px;
}

div#footer ul li
{
	background: url(../images/footerBullet.gif) 0px 2px no-repeat;
	color: #ffffff;
	display: inline;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 15px;
	text-transform: uppercase;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
}

div#footer ul li a
{
	background: none;
	color: #4c9c9d;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

div#footer ul li a:hover
{
	text-decoration: underline;
}

div#footerBgLeft
{
	background: #cae6b7;
	width: 50%;
	height: 36px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: -1;
}

div#footerBgRight
{
	background: #4c9c9d;
	width: 50%;
	height: 36px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: -1;
}

/* end FOOTER */

/* LINKS */

a.externalLink
{
	background: url(../images/externalLinkIcon.gif) right -12px no-repeat;
	padding-right: 14px;
}

a.externalLink:hover
{
	background-position: right 3px;
}

a.superLink
{
	background: #4c9c9d;
	color: #ffffff;
	padding: 5px 8px 5px 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-decoration: none;
	text-transform: uppercase;
}

a.superLink:hover
{
	background: #dc5f00;
}

/* end LINKS */

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


/*************************************************************************************************/
/* MISC. */
/*************************************************************************************************/

/* ABOUT */

body.about div#content h1
{
	background-image: url(../images/aboutH1.gif);
	width: 151px;
}

/* end ABOUT */

/* CONTACT */

body.contact div#content
{
	min-height: 400px;
}

body.contact div#content h1
{
	background-image: url(../images/contactH1.gif);
	width: 173px;
}

body.contact p
{
	width: 300px;
}

body.contact form#contactForm
{
	width: 450px;
	position: absolute;
	right: 0px;
	top: 0px;
}

body.contact form#contactForm label
{
	width: 25%;
}

body.contact form#contactForm label.error
{
	width: auto;
}

body.contact form#contactForm input, body.contact form#contactForm textarea
{
	width: 65%;
}

body.contact form div.formControls
{
	margin: 1.5em 20px 0px 0px;
}

/* end CONTACT */

/* HOME */

body.home div#content
{
	min-height: 450px;
}

body.home div#content h1
{
	background-image: url(../images/homeH1.gif);
	width: 207px;
}

body.home div#content div#homeContentBg
{
	background: url(../images/homeContentBg.png) 0px 0px no-repeat;
	width: 848px;
	height: 470px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 3;
}

body.home div#content p
{
	padding: 0px 0px 0px 100px;
	width: 400px;
}

body.home div#content p.lead
{
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 131%;
	font-weight: normal;
	line-height: 1.5;
	margin: 0.5em 0em 2em 0em;
}

/* end HOME */

/* PORTFOLIO */

body.portfolio div#content h1
{
	background-image: url(../images/portfolioH1.gif);
	width: 200px;
}

body.portfolio img.hero
{
	border: 1px solid #cae6b7;
	display: block;
	margin: 10px auto 10px auto;
}

ul#portfolioList
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul#portfolioList li
{
	background: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 150px;
	position: relative;
	min-height: 120px;
	border-bottom: 1px dotted #cae6b7;
}

ul#portfolioList li img.hero
{
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 4px solid #cae6b7;
}

ul#portfolioList li img.hero:hover
{
	border: 4px solid #dc5f00;
}

ul#portfolioList li h3
{
	color: #4c9c9d;
}

ul#portfolioList li a.superLink
{
	background: #4c9c9d;
	color: #ffffff;
	padding: 5px 8px 5px 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-decoration: none;
	text-transform: uppercase;
}

ul#portfolioList li a.superLink:hover
{
	background: #dc5f00;
}

/* end PORTFOLIO */

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