body {
	margin: 0;
	padding: 0;
        background-color: #c9caba;
}

p {
        margin: 12px 0 12px 0;
}

a {
        color: #b2b530;
}

#page {
	width: 834px;
        padding: 0;
	margin: 0 auto;
}

#upper-page {
	padding: 58px 40px 35px 40px;
	background: white;
}

#header {
        height: 122px;
        margin: 0px;
        padding: 0px;
}

ul#menu {
	margin: 0 0 10px 143px;
	padding: 0 0 0 0px;
}

ul#menu li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

ul#menu li a {
	display: block;
	line-height: 16px;
	padding: 0 10px;
	text-decoration: none;
	color: #b2b530;
	font-size: 12px;
        font-weight: bold;
}

ul#menu li a.on, ul#menu li a:hover  {
	background: #f4f5da;
}

ul#sub-menu-list {
        margin: 5px 0 0 0;
        padding-left: 0;
}

ul#sub-menu-list li {
	list-style: none;
        float: none;
	margin: 0;
	padding: 0;
}

ul#sub-menu-list li a, ul#sub-menu-list li a:hover {
        font-size: 11px;
        font-weight: normal;
        text-decoration: none;
        padding: 0 10px;
        background-color: transparent;
}

form p {
        line-height: 100%;
}

label {
	float: left;
	width: 50px;
	text-align: left;
	padding-right: 10px;
}

#footer, #footer * {
	font-size: 9px;
        margin-top: 8px;
}

#footer p {
        margin: 0px 0 10px 0;
}

h3.page-title {
        margin-left: 153px;
        font-size: 12px;
        font-weight: normal;
        color: #7d7c31;
}

#content-page-main {
        padding: 7px 153px 20px 153px;
        border-top: 1px solid #b2b530;
        border-bottom: 1px solid #b2b530;
        line-height: 200%;
}

#content-page-main br {
        line-height: 100%;
}

#home-page-main {
        height: 309px;
        padding: 0px 288px 0px 153px;
        border-bottom: 1px solid #b2b530;
        line-height: 200%;
        margin: 0;
}

#home-page-main p {
        margin-top: 0;
} 

#home-page-main br {
        line-height: 100%;
}

#home-page-footer {
        margin-left: 153px;
        font-size: 9px;
}

#home-page-footer p {
        font-size: 9px;
}

#employee-page-main {
        padding: 7px 0px 20px 153px;
        border-top: 1px solid #b2b530;
        border-bottom: 1px solid #b2b530;
        line-height: 200%;
}

#employee-page-main br {
        line-height: 100%;
}

#employee-page-main em {
        color: #b2b530;
}

ul#portfolio-thumbnails {
        width: 140px;
        margin: 0;
        padding: 0;
        float: left;
}

ul#portfolio-thumbnails li {
        list-style: none;
        display: inline;
}

ul#portfolio-thumbnails li img {
        border: 2px solid white;
}

ul#portfolio-thumbnails li img.selected {
        border: 2px solid #b2b530;
}

#portfolio-image {
        margin: 0 0 15px 151px; /* left margin of this div should be 153px to be consistent, but
                                   IE6 adds extra 2px to width calculation, so we compensate */
        text-align: right;
}

#errorExplanation {
	border-top: 3px solid #f27f7f;
	background: #ffbebe;
	padding: 10px;
}

#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * {
	color: #9c2626;
}

/* Browser Hacks */

/*
Firefox Dotted Line Fix
  - http://sonspring.com/journal/removing-dotted-links
*/
a:focus {
	outline: none;
}

/*
Clearfix docs
 - Main docs: http://positioniseverything.net/easyclearing.html
 - IE7 change: http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
