@charset "utf-8";
/* CSS Document */
#date:after
{
	content:"11/27/2014";
}
#year:after
{
	content:"2014";
}
html
{
	height:100%;
	min-height:100%;
	width:100%;
	min-width:100%;
}
body
{
	<!--background-image:url("Images/BackgroundP.jpg");-->
	background-position:left top;
	background-repeat:repeat;
	background-attachment:fixed;
	background-color:#FFF4E3;
	margin:0;
	padding:0;
	height:100%;
	font-size:100%;
}
h1
{
	font-size:36px;
	color:#66391B;
	text-align:center;
	margin-top:0px;
	margin-bottom:15px;
}
h2
{
	font-size:30px;
	color:#66391B;
	text-align:left;
	margin-top:0px;
	margin-bottom:15px;
}
h3
{
	font-size:20px;
	color:#66391B;
	text-align:center;
	margin-top:0px;
	margin-bottom:5px;
}
p
{
	color:#66391B;
	font-size:24px;
	text-align:justify;
	margin-top:20px;
	margin-bottom:20px;
	display: inline-block;
    zoom:1;
}
hr
{
	margin-top:0px;
	margin-bottom:0px;
}
a
{
	color:inherit;
}
a img
{
	border-style:none;
}
#logo_box
{
	float:left;
	width:65%;
	max-width:900px;
	min-width:700px;
	height:160px;
	position:absolute;
	top:0px;
	left:0px;
	padding:20px;
	z-index:1;
}
.unorderedList
{
	color:inherit;
	font-size:inherit;
	padding:0px;
	padding-left:30px;
	margin:5px;
	list-style-type:square;
	font-weight:550;
	line-height:120%;
	letter-spacing:1.5px;
}
.addressBox
{
	color:#66391B;
	font-size:24px;
	text-align:left;
	display:table;
	padding:0px;
	margin:0px;
	margin-top:-20px;
	margin-bottom:-20px;
}
.address
{
	color:inherit;
	font-size:inherit;
	padding-left:10px;
	margin:0px;
	list-style-type:none;
	text-align:left;
}
#imageLogo
{
	width:100%;
	margin-top:50px;
	max-height:200px;
}
#Title
{
	display:block;
	float:left;
	color:#000474;
	font-size:35px;
	font-weight:bold;
	width:auto;
	margin-top:-20px;
	margin-left:4%;
	white-space:nowrap;
	z-index:3;
    zoom: 1;
}
#Banner
{
	float:right;
	z-index:0;
}
#slideshow
{
	height: 200px;
	width: 800px;
	float:right;
	z-index:0;
	overflow:hidden;
}
#login
{
	font-size:20px;
	text-decoration:underline;
	position:absolute;
	top:10px;
	right:10px;
	text-align:right;
}
.Menu
{
	display:block;
	left:0px;
	right:0px;
	min-width:705px;
	height:48px;
	padding:60px;
	padding-top:0px;
	padding-bottom:6px;
	z-index:3;
	border-style:solid;
	border-width:3px;
	border-left-width:0px;
	border-right-width:0px;
	background-image:url("Images/Menu.jpg");
	background-size:100% 100%;
	background-position:left top;
	background-repeat:X-repeat;
	text-align:center;
	overflow:hidden;
}
.buttons
{
	float:left;
	height:auto;
	width:25%;
	font-size:40px;
	min-width:150px;
	padding-top:3px;
	padding-bottom:8px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#Menu
{
	color:#471508;
	font-size:inherit;
	background-color:white;
	font-weight:bold;
	white-space:nowrap;
	text-decoration:none;
	text-shadow:-1px -1px 2px #000000,0px 1px 2px #C1925E;
}
.buttons:hover
{
	text-shadow:-.5px 1px 2px #C1925E,.5px -1px 2px #000000;
	background-color:rgba(245,123,82,0.25);
}
.content
{
	display:block;
	width:100%;
	margin-bottom:100px;
	padding:0px;
	overflow:hidden;
}
.contact
{
	display:block;
	width:100%;
	margin-bottom:100px;
	padding:0px;
	overflow:hidden;
}
#Contacts
{
	color:#66391B;
	font-size:24px;
	vertical-align:text-top;
	padding:100px;
	padding-top:0px;
	padding-bottom:20px;
	text-align:justify;
	display:block;
	white-space:normal;
    zoom: 1;
}
.topBox
{
	color:#66391B;
	font-size:24px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	vertical-align:text-top;
	padding:100px;
	padding-top:0px;
	padding-bottom:20px;
	text-align:justify;
	display:block;
	white-space:normal;
    zoom: 1;
}
.contact .leftBox
{
	width:auto;
	max-width:50%;
	padding-left:8%;
	padding-right:8%;
	
}
.contact .rightBox
{
	width:40%;
	padding-left:0px;
	padding-right:8%;
	
}
.leftBox
{
	display:table-cell;
	vertical-align:top;
	width:40%;
	height:auto;
	max-width:500px;
	margin-left:40px;
	text-align:center;
	border:0px solid;
	overflow:hidden;
	white-space:normal;
	zoom:1;
}
#tableBackground
{
	background-image:url("Images/TableBG.jpg");
	background-size:100% 100%;
	background-position: left top;
	background-repeat:no-repeat;
	border-top-left-radius:25px;
	border-top-right-radius:25px;
	padding:10px;
	padding-top:30px;
}
.rightBox
{
	display:table-cell;
	vertical-align:top;
	width:auto;
	padding:40px;
	padding-top:0px;
	white-space:normal;
	zoom:1;
}
.textBox
{
	background-color:rgba(245,123,82,0.25);
	padding:20px;
	text-align:justify;
	color:#000000;
	font-size:18px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:550;
	line-height:120%;
	letter-spacing:1.5px;
	word-spacing:2px;
}
.imageBox
{
	padding:0px;
	background-color:#471508;
	margin-left:auto;
	margin-right:auto;
	border-style:solid;
	border-width:2px;
	border-left-width:0px;
	border-right-width:0px;
}
.projectBox
{
	width:auto;
	height:200px;
	background-color:#7B4420;
	border:10px outset #66391B;
	box-shadow:-5px 5px 10px #252525;
	padding:0px;
	margin:20px;
	margin-top:0px;
	margin-right:0px;
	overflow-x:scroll;
	overflow-y:hidden;
	white-space:nowrap;
}
.projectImage
{
	height:190px;
	width:auto;
	display:inline;
	white-space:nowrap;
}
#tableImage
{
	width:100%;
	max-width:500px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#container
{
		height:auto;
		min-height:100%;
		width:auto;
		max-width:100%;
		position:relative;
}
#header
{
	top:0px;
	left:0px;
	right:0px;
	width:100%;
	min-width:825px;
	height:200px;
	background-image:url("Images/Leather.jpg");
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#773C1E;
	display:block;
	}
#body
{
	padding:0px;
	padding-top:20px;
	padding-bottom:120px;
	border-width:0px;
	height:auto;
	width:auto;
	min-width:825px;
	overflow:auto;
	display:block;
}
#footer
{
	position:absolute;
	bottom:0px;
	width:100%;
	min-width:825px;
	height:100px;
	background-color:#773C1E;
	display:block;
}
#footerText
{
	color:#FFF4E3;
	font-size:20px;
	text-align:justify;
	padding:10px;
}
#footerText #alignRight
{
	float:right;
	text-align:right;
	text-decoration:none;
}