/* global */

/* whitespace reset */

body,div,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,th {
	margin:0;
	padding:0;
}
table {border-collapse:collapse;}
img {border:0;}

body {
	font-family: "Eras Medium ITC", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #F7F4F4;
}

.clear { /* float-clearing element */ clear: both; height: 0; line-height: 0; }

/* font sizing */

h1 {
	display: none;
}
h2 {
	font-family: "Century Gothic", "Trebuchet MS", sans-serif;
	background-image: url(images/h2Background.png);
	background-repeat: repeat-x;
	background-position: 3px bottom;
	font-size: 130%;
	margin-top: 10px;
	height: 30px;
	color: #80716E;
	font-weight: normal;
	display: block;
	text-transform: uppercase;
	padding-left: 10px;
}
h2.side_title {
	text-align: right;
	padding-right: 10px;
	background-image: url(images/h2BackgroundSide.png);
	color: #EDE3DD;
	font-weight: bold;
}

h3 {
	font-size: 120%;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	background-color: #000000;
	font-family: "Century Gothic", "Trebuchet MS", sans-serif;
	margin: 0px;
	padding-top: 16px;
	padding-left: 12px;
}
h4 {
	font-size: small;
	font-weight: bold;
	color: #B09C97;
	margin-top: 4px;
	margin-bottom: -3px;
	display: block;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-left: 20px;
}
h5 {
	font-family: "myriad Pro", "century gothic", arial;
	color: #CCCCCC;
	font-size: small;
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 8px;
}

p {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 18px;


}
p.light {
	color: #EDE3DD;
	background-image: url(images/pLightBackground.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 14px;
	margin-top: 0px;
	font-size: 110%;
}
p.info {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: small;
}
p.featureP {
	color: #FFFFFF;
	margin-right: 10px;
	margin-top: 2px;
}

b {
	color: #453D3B;
}


a {
	font-family: "Century Gothic", "Trebuchet MS", sans-serif;
	text-decoration: none;
	cursor: pointer;
	color: #000000;
}
p.featureP a {
	color: #CCCCCC;
}
a.pHighlighted {
	color: #80726E;
	font-family: "Eras Light ITC", Arial, sans-serif;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
a.side_list {
	color: #FFFFFF;
	text-transform: uppercase;
}
a.dark_caps {
	text-transform: uppercase;
	color: #453D3B;
}





/* lists */

ul { padding: 5px 10px 5px 20px; margin: 0px; }
li { padding-bottom: 5px; margin: 0px; }
li.side_list {
	list-style-type: none;
	text-align: right;
	margin-top: 2px;
	margin-bottom: 5px;
	font-weight: normal;
}
li.page_list {
	margin-left: 30px;
}

ul li ul li{ list-style-type: none; }

dl,dt,dd { padding: 0; margin: 0; }
dl { position: relative; }
div#page {
	background-color: #453D3B;
	text-align: left;
	width: 800px;
	padding: 0px;
	margin: 0px;
}

div#container {
	width: 800px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(images/ShadowTop.png);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}

div#header {
	text-align:left;
	width: 800px;
	height: 80px;
	background-color: #FFFFFF;
}
div#header_left {
	background-image: url(images/Banner.png);
	height: 80px;
	width: 450px;
	float: left;
}
div#header_right {
	width: 200px;
	float: right;
	text-align: right;
	padding-right: 10px;
	height: 70px;
	padding-top: 10px;
}
div#side_menu {
	float: left;
	width: 180px;
	padding: 0;
	background-color: #453D3B;
}
div#menu {
	height: 30px;
	width: 800px;
	background-color: #000000;
}
div#infoBox {
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url(images/DesignBuildBackground.jpg);
}


div.border {
	width: 800px;
	background-color: #453D3B;
	height: 2px;
}

div#page_content {
	float: left;
	width: 620px;
	background-color: #FFFFFF;
}
div#page_sub {
	padding-left: 20px;
}


div#shadow_bottom {
	width: 800px;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0 auto;
	height: 25px;
	background-image: url(images/ShadowBottom.png);
	background-repeat: no-repeat;
}
span.hiddenText {
	display: none;
}
div#footer {
	width: 800px;
	background-color: #B09C97;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #453D3B;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #453D3B;
	margin: 0px;
	padding: 0px;
}
div#footer_links2 {
	margin: 0 auto;
	width: 750px;
}

li.footer_links {
	list-style-type: none;
	padding-right: 13px;
	padding-left: 13px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
div#footer_links {
	height: 20px;
	width: 580px;
	margin: 0 auto;
}
a.footer_links {
	color: #FFFFFF;
	font-size: x-small;
	text-transform: uppercase;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
div.portfolio_item {
	height: 222px;
	background-color: #80716E;
	position: relative;
}
div.portfolio_item_back {
	background-color: #B09C97;
	bottom: 0px;
	position: absolute;
	padding-left: 220px;
	width: 400px;
	padding-top: 30px;
}
div.right_align {
	text-align: right;
	margin-right: 20px;
	margin-bottom: 10px;
}
div.portfolio_item_image_shadow {
	position: absolute;
	height: 221px;
	width: 221px;
}
div.portfolio_item_image {
	position: absolute;
	height: 190px;
	width: 190px;
	top: 14px;
	left: 14px;
}
