@charset "utf-8";
/* CSS Document */
body {
	font: 100% Helvetica, sans-serif;
	background: #ffffff;
	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;
}
/* .oneColLiqCtrHdr #container {
	width: 99%;  /* this will create a container 80% of the browser width */
/*	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
/*}

.oneColLiqCtrHdr #header {
	background: #000;
	padding: 0 0px 0 20px;  /* 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. */
/*}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
/*	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
/*}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
/*	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
/*	background:#DDDDDD;
} 
.oneColLiqCtrHdr #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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
/*}
*/
.copyright {
	font-family: Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: right;
}
a.rolloverhome {
   display: block;
   width: 152px;
   height: 111px;
   text-decoration: none;
   background: url("/images/nhome.jpg");
}
a.rolloverhome:hover {
   background-position: -304px 0;
}
a.rolloverportfolio {
   display: block;
   width: 152px;
   height: 111px;
   text-decoration: none;
   background: url("/images/nportfolio.jpg");
}
a.rolloverportfolio:hover {
   background-position: -304px 0;
}
a.rolloverevents {
   display: block;
   width: 152px;
   height: 111px;
   text-decoration: none;
   background: url("/images/nevents.jpg");
}
a.rolloverevents:hover {
   background-position: -304px 0;
}
a.rollovercontact {
   display: block;
   width: 152px;
   height: 111px;
   text-decoration: none;
   background: url("/images/ncontact.jpg");
}
a.rollovercontact:hover {
   background-position: -304px 0;
}
ul#navlist {
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 111px;
}
ul#navlist li {
	display: inline;
	}
ul#navlist li a {
	float: left;
}
ul#navlist li a.chop {
    display: block;
    width: 98px;
	height: 101px;
	margin: 0 20px 0 0;
    text-decoration: none;
    background: url("/images/chop.jpg");
}
ul#navlist li a.rolloverhome {
   display: block;
   width: 152px;
   height: 111px;
   text-decoration: none;
   background: url("/images/nhome.jpg");
}
ul#navlist li a.rolloverhome:hover {
   background-position: -304px 0;
}
ul#navlist li a.rolloverportfolio {
   display: block;
   width: 152px;
   height: 111px;
   text-decoration: none;
   background: url("/images/nportfolio.jpg");
}
ul#navlist li a.rolloverportfolio:hover {
   background-position: -304px 0;
}
ul#navlist li a.rolloverevents {
   display: block;
   width: 152px;
   height: 111px;
   text-decoration: none;
   background: url("/images/nevents.jpg");
}
ul#navlist li a.rolloverevents:hover {
   background-position: -304px 0;
}
ul#navlist li a.rollovercontact {
   display: block;
   width: 152px;
   height: 111px;
   text-decoration: none;
   background: url("/images/ncontact.jpg");
}
ul#navlist li a.rollovercontact:hover {
   background-position: -304px 0;
}
ul#navlist li a.rolloverabout {
   display: block;
   width: 152px;
   height: 111px;
   text-decoration: none;
   background: url("/images/nabout.jpg");
}
ul#navlist li a.rolloverabout:hover {
   background-position: -304px 0;
}
#container {
	position: relative;
	height: 400px;
	background-color: #ffffff;
}
#main {
	position: absolute;
	left: 30px;
	top: 5 px;
	float: left;
	width: 600px;
	background: #fff;
	margin-right: 15px;
	padding-bottom: 20px;
}
#rightcontent {}
.BigText {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	position: relative;
	margin-left: 10px;
	width: 100%;
}
@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999999;
}
.copyright {
	font-family: Helvetica, sans-serif;
	font-size: 9px;
	color: #f1f1f1;
	text-align: right;
}
.style3 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.lightGrayText {color: #666666}
.style7 {color: #333333; font-size: 24px;}
.galleryTitle {
	font-size: 16px
	color: #333333;
	color: #333333;
	font-weight: bold;
}
a.galleryTitle:hover
{
text-decoration: underline;
}
.style9 {font-size: 18px}
ul#navlist {
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 78px;
}
ul#navlist li {
	display: inline;
	}
ul#navlist li a {
	float: left;
}
ul#navlist li a.chop {
    display: block;
    width: 75px;
	height: 78px;
	margin: 0 0 0 0;
    text-decoration: none;
    background: url("/images/choplil.gif");
}
ul#navlist li a.rolloverhome {
   display: block;
   width: 123px;
   height: 78px;
   text-decoration: none;
   background: url("/images/twelcome.gif");
}
ul#navlist li a.rolloverhome:hover {
   background-position: -246px 0;
}
ul#navlist li a.rolloverportfolio {
   display: block;
   width: 123px;
   height: 78px;
   text-decoration: none;
   background: url("/images/tportfolio.gif");
}
ul#navlist li a.rolloverportfolio:hover {
   background-position: -246px 0;
}
ul#navlist li a.rolloverevents {
   display: block;
   width: 123px;
   height: 78px;
   text-decoration: none;
   background: url("/images/tevents.gif");
}
ul#navlist li a.rolloverevents:hover {
   background-position: -246px 0;
}
ul#navlist li a.rollovercontact {
   display: block;
   width: 123px;
   height: 78px;
   text-decoration: none;
   background: url("/images/tcontact.gif");
}
ul#navlist li a.rollovercontact:hover {
   background-position: -246px 0;
}
ul#navlist li a.rolloverabout {
   display: block;
   width: 123px;
   height: 78px;
   text-decoration: none;
   background: url("/images/tbio.gif");
}
ul#navlist li a.rolloverabout:hover {
   background-position: -246px 0;
}
.twoColLiqLtHdr #header { 
	/* background: #DDDDDD; */
	background: #000000;
	padding: 0 10px;  /* 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. */
} 
.plaintext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.plaintextBold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
}
.headliner {
	color: #333333;
	font-size: 24px;
}
.plaintextlightgray {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
.plaintextlightgraySmall {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
.tag01 {
	text-decoration: none;
	font-size: 10px;
	text-transform: none;
	color: #999999;
	font-weight: lighter;
}
.tag02 {
	text-decoration: none;
	font-size: 11px;
	text-transform: none;
	color: #999999;
	font-weight: normal;
}
.tag03 {
	text-decoration: none;
	font-size: 12px;
	text-transform: none;
	color: #999999;
	font-weight: bold;
}
.tag04 {
	text-decoration: none;
	font-size: 13px;
	text-transform: none;
	color: #666666;
	font-weight: lighter;
}
.tag05 {
	text-decoration: none;
	font-size: 14px;
	text-transform: none;
	color: #666666;
	font-weight: normal;
}
.tag06 {
	text-decoration: none;
	font-size: 15px;
	text-transform: none;
	color: #666666;
	font-weight: bold;
}
.tag07 {
	text-decoration: none;
	font-size: 16px;
	text-transform: none;
	color: #333333;
	font-weight: lighter;
}
.tag08 {
	text-decoration: none;
	font-size: 18px;
	text-transform: none;
	color: #333333;
	font-weight: normal;
}
.tag09 {
	text-decoration: none;
	font-size: 20px;
	text-transform: none;
	color: #333333;
	font-weight: bold;
}
.tag10 {
	text-decoration: none;
	font-size: 23px;
	text-transform: none;
	color: #333333;
	font-weight: bold;
}
.fontBoost21 {
	font-size: 21px
}
.textSmallishGray {
	font-size: 14px;
	color: #666666;
}
.smTextDarkGray {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.85em;
}
.darkGrayText {color: #555}
.midGrayText {font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #555; font-family: Helvetica, Arial, sans-serif; font-size: 0.85em; }
