@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:hover {
	color: #FFF;
}
a:link {
	color: #FAAF3F;
}
a:visited {
	color: #FAAF3F;
}
.dwOneCol #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto 12px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 0px solid #5A4B43;
}
.dwOneCol #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.dwOneCol #logo {
	width: 120px;
	overflow: hidden;
	height: 124px;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	clear:left;
}
.dwOneCol #dwheads {
	width: 970px;
	overflow: hidden;
	float: right;
	text-align: right;
}
.dwOneCol #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}
.dwOneCol #footer {
	padding: 0;
}
.footerMenu {
	font-size: 90%;
}
.dwOneCol #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.dwOneCol #footer p a:link {
	color: #C9B282;
	text-decoration:none;
}
.dwOneCol #footer p a:visited {
	color: #C9B282;
	text-decoration:none;
}
.dwOneCol #footer p a:hover {
	color: #5A4B43;
	text-decoration:none;
}
.footerMenuSmall {
	font-size: 75%;
	line-height: 120%;
	margin: 0 20px;
}
.dwOneCol #footerTxt p {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #C9B282;
	margin: 20px;
}
.dwOneCol #container #header #logo ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
}


/*MENU////////////////////////////////////////*/

ul#nav
	{
	list-style-type: none;
	padding: 0px;
	margin:0px;
	margin-top: 0px;
	margin-left: 0px;
	}
ul#nav li
	{
	float: left;
	}
ul#nav li, ul#nav li a
	{
	display: block;
	height: 24px;
	}
ul#nav li a span
	{
	display: none;
	}
ul#nav li#nav1 a {
	width:120px;
	height: 26px;
}
ul#nav li#nav2 a {	width:120px;height: 26px;}
ul#nav li#nav3 a {	width:120px;height: 26px;}
ul#nav li#nav4 a {	width:120px;height: 26px;}
ul#nav li#nav5 a {	width:120px;height: 26px;}
ul#nav li#nav1 a:hover {width:120px; background: url(../images/menu-hi.gif) 0px 0px}
ul#nav li#nav2 a:hover {width:120px; background: url(../images/menu-hi.gif) 0px -24px}
ul#nav li#nav3 a:hover {width:120px; background: url(../images/menu-hi.gif) 0px -48px}
ul#nav li#nav4 a:hover {width:120px; background: url(../images/menu-hi.gif) 0px -72px}
ul#nav li#nav5 a:hover {width:120px; background: url(../images/menu-hi.gif) 0px -96px}
/*END MENU////////////////////////////////////////*/
.dwOneCol #container #header #topBricks {
	width: 850px;
	float: right;
}
.dwOneCol #txtHolder {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 121px;
	margin-right: 70px;
	margin-top: 0px;
	font-size: 21px;
	line-height: 35px;
	color: #C3B282;
	padding-top: 36px;
}
.yellow {
	color: #CFDA31;
}
.yellow a{
	color: #CFDA31;
}
.yellow a:hover{
	color: #FFF;
}
.orange {
	color: #E55531;
}
.orange a:hover{
	color: #FFF;
}
.cyan {
	color: #32ABE7;
}
.pink {
	color: #E1167A;
}
.cyan a{
	color: #32ABE7;
}
.cyan a:hover{
	color: #FFF;
}
.pink a{
	color: #E1167A;
}
.pink a:hover{
	color: #FFF;
}
.green {
	color: #8BC544;
}
.green a{
	color: #8BC544;
}
.green a:hover{
	color: #FFF;
}
.dwOneCol #txtHolderWaffle {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 121px;
	margin-right: 120px;
	margin-top: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #C3B282;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
img {
	border: 0;
}
.dwOneCol #txtHolderClients {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 121px;
	margin-right: 70px;
	margin-top: 0px;
	font-size: 18px;
	line-height: 28px;
	color: #C3B282;
	padding-top: 27px;
}
.lightOrange {
	color: #FAAF3F;
}
.lightOrange a{
	color: #FAAF3F;
}
.lightOrange a:hover{
	color: #FFF;
}
#fadeBlock {
	filter:alpha(opacity=0);   
 	-moz-opacity: 0;   
 	opacity: 0;
	height: 200px;
}
.dwOneCol #fadeBlock {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #988762;
	margin: 20px;
	font-size: 11px;
	line-height:16px;
	height: 100px;
}
.dwOneCol #container #footer #bottomBricks {
	clear: both;
	height: 126px;
	width: 970px;
	background-image: url(/images/bottom-bricks.gif);
	background-repeat: no-repeat;
}
.dwOneCol #container #footer #bottomBricks #hallBtn {
	margin-top: 0px;
	margin-left: 45px;
	width: 146px;
	padding-top: 13px;
}
.dwOneCol #container #mainContent #locationInfo {
	width: 445px;
	margin-left: 385px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 10px 0 0 0;
	line-height: 20px;
}
.dwOneCol #workInfo {
	width: 220px;
	margin-left: 620px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 10px 0 0 0;
	line-height: 20px;
	font-size: 14px;
}
.lightBrown {
	color: #C9B282;
}
.dwOneCol #workList {
	width: 220px;
	margin-left: 620px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
	padding: 0;
	line-height: 16px;
	font-size: 11px;
	font-weight: normal;
	color: #C9B282;
	position: absolute;
	top: 506px;
}
.dwOneCol #workList a:link{
	text-decoration:none;
}
.dwOneCol #workList a:hover{
	color: #FFF;
	text-decoration:none;
}
.dwOneCol #workList a:visited{
	text-decoration:none;
}


.dwOneCol #mainContentWork {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	height: 374px;
}
.white {
	color: #FFF;
}
