body {
    color: #424242;
    font-family: Arial, Helvetica, sans;
    font-size: 12px;
    background: #aaab97 url(images/bg.gif) repeat-x scroll;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    text-align: center;
}

img { border: 0; }

.clear { clear: both; }

.select {
    behavior: url(inputboxes.htc);
    background-color: #FFFFFF;
    height: 16px;
    font-family: Arial, Helvetica;
    font-size: 12px;
    color: #000000;
    border: 1px solid #000080;
    width: 157px;
}

.textarea {
    behavior: url(inputboxes.htc);
    background-color: #FFFFFF;
    font-family: Arial, Helvetica;
    font-size: 12px;
    color: #000000;
    border: 1px solid #591D1A;
}

.input {
    behavior: url(inputboxes.htc);
    background-color: #FFFFFF;
    height: 16px;
    font-family: Arial, Helvetica;
    font-size: 12px;
    color: #000000;
    border: 1px solid #591D1A;
    width: 157;
}

.inputButton {
    behavior: url(buttons.htc);
    cursor: pointer;
    font-family: Arial, Helvetica;
    font-size: 12px;
    background-color: #ffffFF;
    color: #000000;
    border: 1px solid #591D1A;
    height: 18px;
    width: 60px;
    font-weight: bold;
}

.subheader {
    font-size: 14px;
    color: #591D1A;
    font-weight: bold;
}

.whfont {
    color: #ffffff;
}

A.whfont {
    color: #ffffff;
}

A.whfont:hover {
    color: #8C0006;
}

A {
    color: #591D1A;
}

A:hover {
    color: #8C0006;
}

.lisq {
    list-style-image: url(images/bulletsq.gif);
    vertical-align: bottom;
}

.hr {
    font-size: 1px;
    color: #591D1A;
    width: 334px;
    left: 0px;
    position: static;
    bottom: 418px;
    top: 443px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table td { padding-bottom: 15px; }

#wrapper {
	width: 836px;
	padding-top: 9px;
	margin: 0 auto;
	text-align: left;
}

#columns {
	overflow: hidden;
	background: #000;
}

#first-column {
	width: 237px;
	display: inline;
	float: left;
	background: #B6B693;
	padding-bottom: 30px;
	border-top: 35px solid #000;
	border-bottom: 1px solid #fff;
}

#last-column {
	width: 599px;
	display: inline;
	float: left;
	min-height: 600px;
}

#sidebar-pics img {
	display: block;
}

#sidebar-pics a {
	display: inline;
	float: left;
}

a.logo,
a.logo img {
	display: block;
}

#footer {
	clear: both;
	background: #370000 url(images/hpsquare.gif) top right no-repeat;
	padding-top: 80px;
	padding-bottom: 15px;
	text-align: center;
	color: #fff;
}

#footer a, 
#footer a:visited,
#footer a:hover {
	color: #fff;
}

#top-bar {
	height: 9px;
	background: url(images/hptpbar.jpg) top right no-repeat;
	overflow: hidden;
}

#top-bar img {
	display: block;
	float: right;
}

#navigation-left-side {
 	width: 183px;
 	display: inline;
 	float: left;
 	height: 254px;
 	background: #810f02 url('images/bghomehp.gif');
 	text-align: right;
}

#navigation-right-side {
	width: 415px;
	display: inline;
 	float: left;
 	height: 254px;
 	background: #810f02;
 	border-left: 1px solid #fff;
 	overflow: hidden;
}

#navigation a,
#navigation a:visited,
#navigation a:hover {
	text-transform: uppercase;
	color: #ddd;
	text-decoration: none;
	font-size: 10px;
	float: left;
	line-height: 19px;
	padding-left: 8px;
	padding-right: 8px;
	border-right: 1px solid #ddd;
	font-family: Arial;
}

#navigation-left-side a,
#navigation-left-side a:visited,
#navigation-left-side a:hover {
	float: right;
}

#navigation a.last,
#navigation a.last:visited,
#navigation a.last:hover {
	border: 0;
}

#navigation-right-side img {
	border-top: 5px solid #935151;
}

#navigation-bottom-bar {
	background: url(images/hpmidbar.gif) bottom right no-repeat;
	height: 10px;
	border-top: 1px solid #fff;
	clear: both;
}

#wrapper .short {
	height: 201px;
}


#submenu {clear: both; }

#submenu a,
#submenu a:visited,
#submenu a:hover {
	display: block;
	float: none;
	text-align: left;
	line-height: 14px;
	background: url(images/submenu-bullet.gif) 4px 3px no-repeat;
	padding-left: 17px;
}

#submenu .recent-projects {
	text-align: left;
	text-transform: uppercase;
	color: #ddd;
	font-size: 10px;
	padding-left: 7px;
	line-height: 16px;
}

#content {
	clear: both;
	padding: 40px 60px;
	background: #ddddc8 url('images/bgbodyhp.gif') top center no-repeat;
}

ul.sitemap li {
	list-style-image: url(images/bulletsq.gif);
    vertical-align: bottom;
}

h2 {
	font-size: 20px;
	font-size: normal;
	color: #810F02;
	margin-top: 0;
	margin-bottom: 20px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin-top: 0;
	margin-bottom: 20px;
}

label.error {
	color: red;
	font-weight: bold;
	clear: both;
	display: block;
}

.message {
	padding: 7px 10px;
	background: red;
	color: #fff;
	margin-bottom: 15px;
}

.message-ok {
	background: green;
}
