@charset "utf-8";
/* CSS Document */
 * html #navigation ul li a {
     padding: 0;
 }
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	/*	background: #666666;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(../img/background2.gif);
	background-repeat: repeat;
	text-align: center;
}
h1 {
	font-size:15px;
	color: #666666;
	overflow: visible;
}
h2 {
	font-size:14px;
}
h3 {
	font-size:13px;
}
.twoColFixLtHdr #container {
	width: 804px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	padding-top: 2px;
	
}
.twoColFixLtHdr #MainTextcontainer {
	/*	background-image:url(../img/acutech-mockup-b-b.png);
	background-repeat:no-repeat;*/
	/*	background: #FFFFFF;*/
	margin: 0 0;
	background-repeat: no-repeat;
	height: 1190px;
	background-image: url(../img/main-content-bg.png);
}
.twoColFixLtHdr #MainTextcontainerAlt {
	/*	background-image:url(../img/acutech-mockup-b-b.png);
	background-repeat:no-repeat;*/
	/*	background: #FFFFFF;*/
	margin: 0 0;
	background-repeat: no-repeat;
	height: 1981px;
	background-image: url(../img/main-content-bg-alt.png);
}
.twoColFixLtHdr #header {
	height:108px;
} 
.twoColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #navigation {
	padding: 0 10px 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. */
	height: 30px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 24px 18px 15px 41px;
	margin-top: 2px;
	text-align: left;
}
#sidebar1 p {
	padding: 4px 4px 4px 6px;
	background-color:#FFFFFF;
	color: #666666;
	margin: 0 0 10px 0;
	border:#CCCCCC 1px solid;
}
#sidebar1 h2 {
	text-decoration:underline;
	margin-bottom: 8px;
	color: #666666;
}
#sidebar1 p.infoHeader {
	padding: 4px 4px 4px 6px;
	background-image:url(../img/header-bg.jpg);
	color: #FFFFFF;
	font-weight:bold;
	margin: 0 0 0 0;
	border: 1px solid #333333;
	;
}
.twoColFixLtHdr #mainContent {
	margin: 0 12px 0 195px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 18px 0 18px;
	text-align: left;
	color: #666666;
}
.twoColFixLtHdr #mainContent #iframe {
	background-color:#EBEBEB;
	width: 550px;
}
.twoColFixLtHdr #mainContent #header_left {
	float:left;
	width: 49%;
}
.twoColFixLtHdr #mainContent #header_right {
	float:right;
	width: 44%;
	text-align: right;
	padding-top: 8px;
	overflow: visible;
}
.twoColFixLtHdr #mainContent #form_left {
	float:left;
	width: 48%;
}
.twoColFixLtHdr #mainContent #form_right {
	float:right;
	width: 46%;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 3px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../img/footer.png);
	background-repeat:no-repeat;
	height: 30px;
	color: #999999;
	/*background:#DDDDDD; */
} 
.twoColFixLtHdr #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: 8px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#featured{
	/*	background-color:#EBEBEB;
	margin:0 10px 10px 0;
	padding: 5px 0 5px 5px;
	color: #990000;*/
	padding: 5px 0 5px 5px;
	background-image:url(../img/header-bg.jpg);
	color: #FFFFFF;
	font-weight:bold;
	margin:0 10px 0 0;
	border: 1px solid #333333;
}
#footer-sitemap {
	/*padding-left: 308px;*/
	padding-left: 262px;
	text-align: left;
	padding-bottom: 15px;
	overflow: hidden;
	margin-bottom: 10px;
}
#footer-sitemap a {
	display: block;
	color: #CCCCCC;
	text-decoration: none;
	padding-bottom: 1px;
}
#footer-sitemap a:hover {
	color: #FFFFFF;
	background: url(images/dotted-white.gif) bottom repeat-x #990000;
}
#footer-sitemap div {
	float: left;
	padding: 10px;
	border-bottom: 1px solid #666666;
}
#footer p {
	color:#333333;
}
#footer-sitemap div:hover {
	text-align: left;
/*	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;*/
}
#footer-sitemap h3, #footer-sitemap h3 a {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
#footer-sitemap h3 {
	color:#999999;
	margin: 0;
	padding-bottom: 10px;
	text-decoration: underline;
}
#footer-sitemap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
#footer-sitemap .siteby {
	width: 115px;
}
#footer-sitemap .about {
	width: 125px;
}
#footer-sitemap .artists {
	width: 140px;
}
#footer-sitemap .misc {
	width: 160px;
}
#footer-sitemap .campaign {
	width: 140px;
	border-right: 0;
}
.clear {
	display: block;
	clear: both;
}
.twoColFixLtHdr #actionbox{
	padding: 20px 10px 5px 26px;
	text-align: center;
}
.twoColFixLtHdr #spacer{
	padding: 1px 0;
}
.twoColFixLtHdr #actionbox ul, #actionbox ul li {
	list-style: none;
	margin: 0;
	text-align: left;
	padding: 0 10px 0 0;

 }
.twoColFixLtHdr #actionbox ul {

 }
.twoColFixLtHdr #actionbox ul li {
	display: inline;
	margin-right: 10px;

 }
.twoColFixLtHdr #actionbox ul li.last {
	margin-right: 15px;
 }
/*.twoColFixLtHdr #actionbox img:hover {
border:dashed 2px #999999; 
margin:-2px;
 }*/
.twoColFixLtHdr #navigation{
	background-image: url(../img/nav-bg.png);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #navigation ul, #navigation ul li {
     list-style: none;
     margin: 0;
     padding: 0;
 }
.twoColFixLtHdr #navigation ul {
	text-align: center;

 }
.twoColFixLtHdr #navigation ul li {
	display: inline;
	line-height:30px;
	/*margin-right: 0.5em;*/

 }
.twoColFixLtHdr #navigation ul li.spacer span{
     display: inline;
	 margin:0 0 0 0;
	 color:#CCCCCC;
	 width:18px;
 }
.twoColFixLtHdr #navigation ul li.last {
     margin-right: 0;
 }
.twoColFixLtHdr #navigation li a {
	line-height:30px;
	padding:8px 4px 8px 4px;
	color:#000000;
	font-weight:bolder;
	text-decoration:none;
 }
.twoColFixLtHdr #navigation li a.selected {
	color:#CC0000;
 }
.twoColFixLtHdr #navigation li a:hover {
	line-height:-5px;
	padding:8px 4px 8px 4px;
	color:#FFFFFF;
	font-weight:bolder;
	text-decoration:none;
	background-image: url(../img/nav-bg.gif);
	background-repeat:repeat-x;
	margin: 4px 0 0 0;
 }
.twoColFixLtHdr #navigation li a:hover.selected {
	color:#FFFFFF;
 }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#spacer {
padding:10px;
}
