@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #666666;*/
	margin: 0 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:3.5% 0 0 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;
	background-image:url(images/ug1500_1300finale.jpg);
	background-position:center 40%;
	background-color:#6b6b6b;
	background-repeat:no-repeat;
	overflow: visible;
	/* background-position:xpos:200px; */

}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* background: #FFFFFF; 
	background-image: url(images/UMG_BG.png);*/
	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. */
}
.oneColFixCtrHdr #header {
	/*background: #DDDDDD;*/ 
	padding: 0px 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. */

}

img {
	border:none; }

#navcontainer
{
margin: 0px;
padding: 0px;
}

#navcontainer ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: left;
}

#navcontainer ul li { float: left; }

#navcontainer ul li a
{
text-decoration: none;
/*background: url(http://butterlabel.com/transfer/butterlist/images/folderOFF.png) no-repeat top left;*/
font-size: 10px/12px;
float: left;
/*margin: 0px;
height: 67px;
width: 250px;*/
padding-top: 13px;
padding-right: 15px;
padding-bottom: 0px;
padding-left: 10px;
border:none;
}

#navcontainer li a:hover
{
/*background: url(http://butterlabel.com/transfer/butterlist/images/folderON.png) no-repeat left top;
color: #000000;*/
border:none;
}

#navcontainer li a:link
{
/*background: url(http://butterlabel.com/transfer/butterlist/images/folderON.png) no-repeat left top;
color: #000000;*/
border:none;
}

.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #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;*/
}

.oneColFixCtrHdr #mainContent #circlebox {
	/*padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #FFFFFF;
	background-image:url(images/ugback_10.png);*/
	margin-top:5px;
	margin-left:225px;
	height:281px;
	width:289px;
	/*border:dotted #000;*/
	
}

.oneColFixCtrHdr #mainContent #mainpagetagline {
	margin-left:38px;
	width:655px;
	height:35px;
}

.oneColFixCtrHdr #mainContent #mainpagetagline2 {
	margin-left:50px;
	width:655px;
	height:27px;
}

.oneColFixCtrHdr #mainContent #mainpagemaintext{
	margin-left:42px;
	width:655px;
	text-wrap: break-word;
	font-family:"Arial";
	font-size:10px;
	text-transform:uppercase;
	color:#636364;
	font-weight:700;
	text-align:center;
	}

.oneColFixCtrHdr #mainContent #mainpagemaintext h1{
	font-family:"Arial";
	font-size:10px;
	text-transform:uppercase;
	color:#636364;
	font-weight:700;
	display:inline;
	}

#Image4{ margin-top:2px; margin-left:15px;}
#left_ugbar{float:left; margin:53px 0 0 8px ;}
#top_ugbar {float:left; margin:4px 0 0 -17px;}
#middle_ugbar{float:left; margin:34px 0 0 -10px;}
#bottom_ugbar {float:left; margin:37px 0 0 -17px;}
#right_ugbar {float:left; margin:-123px 0 0 -17px;}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. 
	background:#DDDDDD;*/
}
.oneColFixCtrHdr #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 */
	
}