
/* STRUCTURE */

html 
{
	height: 100%;
}

body 
{
	height: 101%;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	background-color: #000;
	padding: 0;
	margin: 0;
}

div#outerContainer
{
	width: 798px;
	background-color: #fff;
	text-align: left;
	padding: 0 1px;
	margin: 0 auto;
}

div#innerContainer
{
	position: relative;
	width: 796px;
	border-right: solid 1px #000;
	border-left: solid 1px #000;
	padding: 0;
	margin: 0;
}

div#header
{
	height: 118px;
	background-image: url(/images/hm_path.gif);
	background-position: right top;
	background-repeat: no-repeat;
	border: 1px solid #000000;
}

div#content
{
	padding: 20px 15px 0 15px;
}

div#contentCentered
{
	width: 600px;
	padding: 30px 0 0 50px;
	margin: 0 auto;
}

div#footer
{
	text-align: center;
	padding: 27px 0 12px 0;
}

/* TEXT */

h1
{
	font-size: 12px;
	color: #AD0424;
	margin: 8px 0 6px 5px;
} 
	
h2
{
	font-size: 11px;
	color: #656565;
	margin: 6px 0 4px 5px;
} 

h3
{
	font-size: 11px;
	color: #AD0424;
	margin: 18px 0 4px 05px;
} 

h4
{
	font-size: 11px;
	color: #656565;
	padding: 4px 0;
	margin: 0 0 0 5px;
}

p
{
	color: #656565;
	margin: 0 8px 4px 5px;
}

p.link
{
	color: #656565;
	margin: 7px 8px 4px 5px;
}

p#intro
{ 
	margin: 0 0 32px 5px;
}

p.topHeavy
{ 
	margin-top: 10px;
}

address
{
	color: #656565;
	font-style: normal;
	margin: 2px 0 2px 5px;
}

a:link, a:visited, a:hover, a:active
{
	color: #656565;
}

/* PORTFOLIO */
div.portfolioItem
{
	height: 157px;
	margin: 0 5px 12px 5px;
}

div.portfolioItem h4
{
	padding-top: 21px;
}

div.portfolioItem h4,
div.portfolioItem p
{
	margin-right: 346px;
}

div.portfolioItem img,
div.portfolioItem input
{
	float: right;
}

img.portfolioImgLink
{
    cursor: pointer;
}

/* HEADER LINKS */

a#logo:link, a#logo:visited,
a#logo:hover, a#logo:active
{
	position: absolute;
	left: 17px;
	top: 19px;
	display: block;
	width: 358px;
	height: 96px;
	background-image: url(/images/logo.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

a.lnkHome:link, a.lnkHome:visited
{
	position: absolute;
	left: 536px;
	top: 118px;
	display: block;
	width: 261px;
	height: 21px;
	background-image: url(/images/home_up.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

a.lnkHome:hover, a.lnkHome:active
{
	background-image: url(/images/home_over.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

a.lnkContact:link, a.lnkContact:visited
{
	position: absolute;
	left: 536px;
	top: 118px;
	display: block;
	width: 261px;
	height: 21px;
	background-image: url(/images/contact_up.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

a.lnkContact:hover, a.lnkContact:active
{
	background-image: url(/images/contact_over.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/* IMG */
img, a img
{
	border: none;
}

/* FORM & FORM ELEMENTS */
div.formElement
{
    clear: both;
	color: #656565;
    padding-left: 5px;
    margin-bottom: 5px;
}

.formSection
{
    margin-top: 18px;
}

.topSection
{
    border-top: solid 1px #ccc;
    padding-top: 20px;
    margin-top: 28px;
}

.contactLabelLeft
{
    display: block;
    float: left;
    width: 80px;
    padding: 4px 0 0 0;
}

.contactLabelTop
{
    display: block;
    padding: 4px 0 3px 0;
}

.contactTextBox
{
    width: 260px;
}

.contactTextArea
{
    width: 436px;
    height: 50px;
}

span.checkBoxes
{
    clear: both;
    display: block;
}

span.checkBoxes input
{
    display: block;
    float: left;
    margin-right: 5px;
}

span.checkBoxes label
{
    display: block;
    padding: 3px 0 0 0;
}

.buttonSection
{
    text-align: right;
    padding-right: 154px;
    margin-top: 10px;
}

.buttonSection input
{
    width: 60px;
    margin-left: 5px;
}
