@charset "utf-8";

/** Reset the default browser styles **/

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}


/** Main container elements **/

body {
	font: normal 11px Arial, Georgia, "Times New Roman", Times, serif;
	color: #e2d2b9;
	background: top center url(../graphics/main-bg.gif) repeat-y #e2d2b9;
}

#container {
	width: 801px;
	padding: 0 0 0 1px;
	margin: 0 auto;
}


/** Navigation **/

#navigation ul {
	height: 30px;
	background: bottom left url(../graphics/top-nav-bg.jpg) no-repeat;
	padding-top: 81px;
}

#nav-home,
#nav-about,
#nav-gallery,
#nav-expos,
#nav-testimonials,
#nav-links,
#nav-contact {
	float: left;
}

#nav-home a,
#nav-about a,
#nav-gallery a,
#nav-expos a,
#nav-testimonials a,
#nav-links a,
#nav-contact a {
	display:block;
	height: 30px;
	overflow:hidden;
	text-indent: -1000px;
}

#nav-home a { width: 78px; background: 0 0 url(../graphics/nav-home.gif) no-repeat; }
#nav-about a { width: 72px; background: 0 0 url(../graphics/nav-about.gif) no-repeat; }
#nav-gallery a { width: 79px; background: 0 0 url(../graphics/nav-gallery.gif) no-repeat; }
#nav-expos a { width: 73px; background: 0 0 url(../graphics/nav-expos.gif) no-repeat; }
#nav-testimonials a { width: 114px; background: 0 0 url(../graphics/nav-testimonials.gif) no-repeat; }
#nav-links a { width: 69px; background: 0 0 url(../graphics/nav-links.gif) no-repeat; }
#nav-contact a { width: 89px; background: 0 0 url(../graphics/nav-contact.gif) no-repeat; }

#navigation ul a.selected {
	background-position: 0 -30px;
}

#footer {
	margin-top: 10px;
	padding: 25px 0 40px 0;
	position:relative;
}
#footer ul, #footer p {
	text-align: center;
	padding: 5px 50px 5px 0;
	color: #6e4d30;
}
#footer ul li {
	display: inline;
	padding: 10px;
}
#footer ul li a {
	color: #956f4e;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer #abs-logo {
	position: absolute;
	top: 0;
	right: 45px;
	width: 72px;
	height: 88px;
	background: top left url(../graphics/abs-logo.gif) no-repeat;
	overflow:hidden;
	text-indent: -1000px;
}
.hidden {
	display: none;
}

/** Page Content **/

#home-banner {
	height: 301px;
	background: top left url(../graphics/home-banner.jpg) no-repeat;
	border-top: 1px solid #e2d2b9;
	border-bottom: 1px solid #e2d2b9;
}
#banner {
	height: 250px;
	background: top left url(../graphics/banner.jpg) no-repeat;
	border-top: 1px solid #e2d2b9;
	border-bottom: 1px solid #e2d2b9;
}

h1 {
	height: 103px;
	background: top left url(../graphics/content-title.jpg) no-repeat;
	overflow:hidden;
	text-indent: -1000px;
	width: 801px;
}
h1#home-title {
	height: 146px;
	background: top left url(../graphics/home-title.jpg) no-repeat;
}

#main-content {
	padding: 20px 60px;
}
#main-content p {
	line-height: 2em;
	margin: 5px 0 10px 0;
	font-size: 12px;
	text-align:justify;
}
#main-content.links p, #main-content.links h2 {
	text-align:center;
}
#main-content.links h2 {
	font-size: 16px;
	padding-top: 1em;
}
#main-content a {
	color: #956f4e;
}
em {
	font-style:italic;
	letter-spacing: 1.01px;
}
strong {
	font-weight: bold;
}
label {
	float: left;
	width: 150px;
	text-align: right;
	padding: 5px 5px 0 0;
}
input, select, textarea {
	font: normal 12px Arial, Georgia, "Times New Roman", Times, serif;
	border: 1px solid #956f4e;
}
input, textarea {
	padding: 3px 3px 2px 3px;
}
.short {
	width: 150px;
}
.medium {
	width: 250px;
}
.long {
	width: 350px;
}
.submit {
	margin-left: 155px;
}
.thumb {
	border: 1px solid #e2d2b9;
}
#main-content p.gallery-image {
	float: left;
	padding: 15px;
	width: 105px;
	height: 120px;
	text-align:center
}
#main-content p.about-image {
	float: right;
	padding: 10px 80px 15px 0;
	width: 115px;
	height: 120px;
	text-align:center
}
.portrait {
	float: left;
	margin: 5px 20px 0px 0;
}
.portrait img {
	border: 1px solid #956f4e;
}
.portrait p {
	text-align: center;
	color: #956F46;
	font-style: italic;
}

.layers {
	float: right;
	margin: 5px 0px 0px 20px;
}
.layers img {
	border: 1px solid #956f4e;
}
.expos {
	border: 1px solid #956f4e;
	text-align:center;
	
}
.cleaner {
	clear: both;
}
.home-text {
	text-align: center;
	text-transform: uppercase;
	padding: 2em 2em 1em 2em;
	color: #956F46;
	font-size: 13px;
	line-height: 18px;
}
.testi-left {
	float: left;
	border: 1px solid #956f4e;
	margin: 10px 20px 5px 0;
}
.testi-right {
	float: right;
	border: 1px solid #956f4e;
	margin: 10px 0 5px 20px;
}
.center {
	text-align: center;
}
.errors {
	padding: 10px; 
	border: 1px solid #e33; 
	background-color: #fee; 
	color: #900; 
	line-height:1.5em;
	margin-bottom: 20px;
}
.success {
	font-size: 1.8em;
}