#flash_error {
	color: #990000;
	font-weight: bold;
	text-align: center;
	background-color: #FFCCFF;
	border: 1px solid #990000; 
	padding: 6px;
	font-size: 14px;
}

#flash_notice {
	color: #336633;
	font-weight: bold;
	text-align: center;
	background-color: #99FFCC;
	border: 1px solid #336633; 
	padding: 6px;
	font-size: 14px;
}
html, body {
	background-repeat: no-repeat;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #140101;
}

.maincontainer {
	background-repeat: no-repeat;
	width: 100%;
	-ms-interpolation-mode: bicubic;
	background-position: left 109px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
	background-attachment: fixed;
}

.image {
	border: 1px solid #000000; 
	float: left; 
	margin: 3px 8px 8px 0px;
}


p.skip {
	position: absolute; 
	left: -9999px; 
	width: 0px; 
	overflow: hidden;
}

.clear {
	clear: both;
}

/*--Text--*/
.brown {
	color: #cfac6e;
}

.grey {
	color: #bcbdc0;
}


/*--Top--*/
.top {
	background-color: #eeeeee;
	height: 109px;
}

.logo {
	float: left;
	display: inline;
}

.navigation {
	height: 109px;
	float: left;
	background-color: #eeeeee;
}

.navigation a:link, .navigation a:visited, .navigation a:active {
	color: #391215; 
	text-decoration: none; 
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	float: left;
	height: 66px!important;
	height: 109px;
	padding: 43px 11px 0px 12px;
	letter-spacing: 0.02em;
}

.navigation a:hover {
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
	background-color: #391215;
}

.navigation a.highlight:link, .navigation a.highlight:visited, .navigation a.highlight:hover, .navigation a.highlight:active {
	color: #ffffff; 
	background-color: #391215;	
}


/*--Main Content--*/
#content {
	
}

.white_block {
	background-image: url(../images/white_transparency.png);
	background-repeat: repeat;
	width: 265px;
	height: 311px;
	float: left;
	display: inline;
	margin: 90px 0px 0px 0px;
}

.text_main {
	color: #FFFFFF;
	
	background-image: url(../images/brown_transparency.png);
	background-repeat: repeat;
	padding: 30px 45px 30px 45px;
	margin: 90px 0px 0px 0px;
	width: 500px!important;
	width: 590px;
	float: left;
	height: 251px;
	line-height: 19px;
}

.text_main h1 {
	color: #FFFFFF;
}

.text_main_white {
	color: #140101;
	background-image: url(../images/content_transparency.png);
	background-repeat: repeat;
	padding: 30px 45px 30px 45px;
	margin: 0px 0px 0px 264px;
	line-height: 19px;
}

#home {
	line-height: 21px;
	font-size: 14px;
}


.scroll {
	overflow: scroll;
}


/*--Sub Nav--*/
.sub_nav {
	background-color: #391215;
	margin-left: 264px;
	height: 30px;
	padding: 10px 20px 0px 20px;
	line-height: 18px;
}

.sub_nav a:link, .sub_nav a:visited, .sub_nav a:active {
	font-size: 14px;
	font-weight: normal;
	padding: 0px 12px 0px 12px;
}

.sub_nav a:hover {
	color: #ffffff; 
	text-decoration: none;
	font-weight: normal; 
}

.sub_nav a.highlight:link, .sub_nav a.highlight:visited, .sub_nav a.highlight:hover, .sub_nav a.highlight:active {
	color: #ffffff; 
}


/*--Footer--*/
.push_footer {
	height: 40px;
	clear: both;
}

.footer {
	padding: 10px 20px 0px 20px;
	color: #feeed9; 
	font-size: 10px; 
	background-color: #140101;
	height: 30px;
	clear: both;
}

.footer p {
	margin: 0px; 
	padding: 2px 0px 2px 0px;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #feeed9; 
	text-decoration: none; 
	font-weight: normal;
	padding: 0px 3px 0px 3px;
}

.footer a:hover {
	color: #feeed9; 
	text-decoration: underline; 
	font-weight: normal;
}


/*--Forms--*/
form {
	padding: 0px; 
	margin: 0px;
}

form p {
	margin: 3px 0px 3px 0px; 
	padding: 0px;
}

form p label {
	float: left; 
	width: 73px;
	font-weight: bold;
}

form input {
	font-size: 12px; 
	color: #000000; 
	background-color: #FFFFFF; 
	border: 1px solid #cfac6e; 
	width: 180px;
	padding: 3px;
}

form textarea { 
	color: #000000; 
	background-color: #FFFFFF; 
	border: 1px solid #cfac6e; 
	width: 180px; 
	height: 110px; 
	font-family: Arial, Tahoma, sans-serif; 
	font-size: 13px;
	padding: 3px;
}

form input.submit {
	width: auto; 
	margin-left: 73px!important;
	margin-left: 76px; 
	color: #140101;  
	background-color: #cfac6e; 
	border: 1px solid #cfac6e; 
	padding: 1px 5px 1px 5px; 
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/*--Tables--*/
table, tr, td {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11px;
	line-height: 15px;
}

table {
	border-collapse: collapse; 
	margin: 10px 0px 10px 0px;
}

td {
	text-align: left; 
	padding: 4px 8px 4px 8px; 
	border: 0px;
}

th {
	font-weight: bold; 
	text-align: left; 
	padding: 4px 10px 4px 0px;  
	border: 0px;
}


/*--Contact--*/
.contact_left {
	float: left;
	width: 235px;
}

.contact_right {
	float: right;
	width: 265px;
}


/*--Case Studies--*/
.case_studies_top {
	height: 330px;
}

.case_studies_info {
	height: 308px;
}

.case_studies_pics {
	width: 410px;
	height: 308px;
	background-color: #391215;
	padding: 3px;
	float: right;
	position: relative;
	margin-left: 10px;
}

.case_studies_pics img {
	border: 1px solid #eeeeee;
	position: absolute;
}


/*--Portfolio Main--*/

.portfolio {
	/*--width: 640px;--*/
}

.portfolio div {
	width: 140px;
	height: 104px;
	margin: 10px 20px 10px 0px;
	float: left;
	display: inline;
	position: relative;
	
}

.portfolio span {
	position: absolute;
	top: 60px;
	left: 0px;
	display: block;
	background-color: #eeeeee;
	line-height: 14px;
	margin: 0px -5px 0px -5px;
	padding: 3px 5px 3px 5px;
	text-align: center;
	width: 140px;
}

.portfolio div a:link, .portfolio div a:visited, .portfolio div a:hover, .portfolio div a:active {
	color: #140101; 
	text-decoration: none; 
	font-weight: normal;
}

/*--Portfolio Navigation Main--*/
.portfolio_nav {
	width: 620px;
	margin-top: 20px;
	height: 20px;
}

a.page:link, a.page:visited, a.page:active {
	color: #391215; 
	text-decoration: none; 
	font-weight: normal;
	background-color: #bcbdc0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	display: inline;
	padding: 5px 8px 5px 8px;
}

a.page:hover {
	color: #eeeeee; 
	text-decoration: none; 
	font-weight: normal;
	background-color: #391215;
}

a#back:link, a#back:visited, a#back:hover, a#back:active {
	padding-left: 30px;
	float: left;
	display: block;
	width: 60px;
	text-align: right;
}

a#next:link, a#next:visited, a#next:hover, a#next:active {
	padding-right: 30px;
	float: left;
	display: block;
	width: 60px;
}

.page_dots_outer {
	float: left;
	width: 423px;
	text-align: center;
}

.page_dots {
	padding: 5px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;	
}

.page_dots a:link, .page_dots a:visited, .page_dots a:active {
	display: block;
	width: 21px;
	height: 21px;
	background-image: url(../images/page_dots.png);
	text-indent: -9999px;
	float: left;
}

.page_dots a:hover {
	background-position: 0px -21px;	
}

.page_dots a.highlight:link, .page_dots a.highlight:visited, .page_dots a.highlight:hover, .page_dots a.highlight:active {
	background-position: 0px -21px;	
}


/*--Portfolio Show--*/

/*--Commented out for now and moved into the index page so can show multiple versions*/
/*
.portfolio_show {
	width: 325px;
	background-color: #391215;
	color: #FFFFFF;
	padding: 10px 15px 10px 15px;
	line-height: 17px;
	margin-top: 10%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 148px;
}

.portfolio_show img {
	float: right;
	margin: 0px 0px 0px 20px;
}

.portfolio_show p {
	clear: both;
}

.portfolio_show h1 {
	margin: 2px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 17px;
}


.portfolio_nav_show {
	height: 78px;
	background-image: url(../images/black_transparency.png);
	background-repeat: repeat;
	padding: 15px 0px 15px 30px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 40px;
	overflow: hidden;
}

.portfolio_nav_show img {
	float: left;
	display: inline;
	margin: 0px 5px 0px 5px;
}

*/
a.arrow:link, a.arrow:visited, a.arrow:hover, a.arrow:active {
	text-indent: -9999px;
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	display: block;
	margin: 10px;
	width: 42px;
	height: 53px;
	float: left;
}

a#arrow_left:link, a#arrow_left:visited, a#arrow_left:active {
	background-position: 0px 0px;	
}

a#arrow_left:hover {
	background-position: 0px -53px;
}

a#arrow_right:link, a#arrow_right:visited, a#arrow_right:active {
	background-position: -42px 0px;	
}

a#arrow_right:hover {
	background-position: -42px -53px;
}

/*--Testimonials--*/
.testimonials {
	height: 160px;
}

a.arrow_testimonial:link, a.arrow_testimonial:visited, a.arrow_testimonial:hover, a.arrow_testimonial:active {
	text-indent: -9999px;
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	display: block;
	margin: 10px;
	width: 42px;
	height: 53px;
}