html, body {
	padding: 0px;
	margin: 0px; 
	background-color:#D2D4C6;
	color:#333333;
}
html {
	text-align: left;
	min-height:100%;
}

#mainBkgd {
	background-image:url(../../images/bkgdTop.jpg);
	background-repeat: repeat-x;
	background-color:#FAFDEB;
	padding-bottom:30px;
}

div.wrapper {
	background:none;
	margin:0 auto;
	text-align: left;
	width:960px;
}

div.thinWrapper {
	background:none;
	margin:52px auto 0 auto;
	text-align: left;
	width:836px;
}

img {
	display: block;
	border: 0px;
}
.clearBoth {
	clear: both;
}
.Left {
	float:left;
}
.Right {
	float:right;
}
div, p, ul, li, h1, h2, h3, h4, a {
	font-family:Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#333;
}
p, li {
	line-height: 135%;
}

a {text-decoration:none; color:#DE4A3F;}
a:hover {text-decoration:underline;}

ul#topNav {
	list-style-type:none;
	padding:0;
	margin:0;
}

ul#topNav li {
	list-style-type:none;
	float:left;
	padding:0;
	margin:0;
}

/* --- Portfolio Page ---- */

ul#thumbList {
	list-style-type:none;
	padding:0;
	margin:0;
}

ul#thumbList li {
	border:1px solid #E6EBDD;
	background-color:#FFFFF5;
	list-style-type:none;
	margin:0 13px 13px 0;
	float:left;
}

ul#thumbList li.Fourth {
	margin-right:0;
}

ul#thumbList img:hover {
	opacity: .5;
}

ul#thumbList li img {
	/*z-index:1;
	position:relative;*/
	float:left;
	border:10px solid #FFFFF5;
}

.imgBanner, .imgBannerA {
    display: none;
}

.outer:hover .imgBanner {
    display: block;
	position:absolute;
	/*background-color:#DE4A3F;*/
	background-color:#fff;
	opacity:.5;
	color:#fff;
	width:207px;
	height:137px;
	text-align:center;
	vertical-align:middle;
	border-top:10px solid #fff;
	/*border-top: 10px solid rgba(255, 255, 255, 0.3);
	border-bottom: 10px solid rgba(255, 255, 255, 0.3);*/ 
}

.outer:hover .imgBannerA a {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:110%;
}

.outer:hover .imgBanner a:hover {text-decoration:none;}

.outer:hover .imgBannerA {
	background-color:#DE4A3F;
	opacity:1;
	float:left;
	display: block;
	position:absolute;
	/*background-color:#DE4A3F;*/
	color:#fff;
	margin:40px 0px;
	padding:15px 15px;
	width:167px;
	height:25px;
	text-align:center;
	vertical-align:middle;
	/*border-top: 10px solid rgba(255, 255, 255, 0.3);
	border-bottom: 10px solid rgba(255, 255, 255, 0.3);*/ 
}

/* --- Other Interiors --- */

.twoColumnLeft {
	width:400px;
	float:left;
}

.twoColumnRight {
	width:400px;
	float:right;
}

.title {
	padding-bottom:30px;
}

.aboutPhoto {
	border:1px solid #E6EBDD;
	padding:10px;
	background-color:#FFFFF5;
}

p.caption {
	text-align:right;
	font-style:italic;
}

#formBox {
	background-image:url(../../images/bkgdForm.jpg);
	background-repeat:repeat-x;
	background-color:#C5C7BB;
	border:1px solid #BCBEB4;
	padding:10px;
}

#formBox label {
	float:left;
	width:70px;
	margin-bottom:5px;
}

#formBox input, #formBox textarea {
	border:1px solid #669A84;
	margin-bottom:5px;
	width:300px;
}

#formBox textarea {
	height:80px;
}

#formBox input.button {
	width:93px;
	height:29px;
	margin-left:70px;
	border:none;
}


/* --- Footer --- */

#footer {
	background-color:#D2D4C6;
	width: 100%;
	padding:10px 0 0 0;
	margin:30px 0 0 0;
	min-height:150px;
}

#footer a {
	color:#333333;
}

#footer .thinWrapper {
	margin-top:0;
}

#footer .twoColumnRight {
	text-align:right;
}

#footer p {
	margin:0;
	padding:0;
}

.socIcon {
	float:left;
	padding-bottom:30px;
}

.socIcon img{
	display:inline;
	margin-right:10px;
}

