@charset "UTF-8";
body {
	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;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: 100%;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
 #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: scroll;
	background-repeat: repeat-x;
}
 #header {
	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: 90px;
	background-attachment: scroll;
	background-image: url(images/ureco_logo.jpg);
	background-repeat: no-repeat;
}

 #linkHOME {
	height: 90px;
	float: left;
	width: 400px;
	}
	
 #creditCARDS {
	position: relative;
	top: 0px;
	right: 0px;
	float: right;
	height: 90px;
	width: 500px;
	text-align: right;
	font-size: 12px;
	color: #333333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	line-height: 24px;
}
 #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 */
}
 #mainContent {
	z-index: 1;
}

 #scrollbar {
	height: 125px;
	width: 950px;
}

 #footer {
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 150px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: small;
	color: #999999;
	position: relative;
	top: 20px;
}

 #nav_wrapper  {
	width: auto;
	top: 0px;
	position: relative;
	z-index: 1000;
}

 #black_bar  {
	background-color: #000000;
	width: auto;
	height: 61px;
	top: 0px;
	position: relative;
}

 #bar_text  {
	font-family: "Lucida Grande";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-left: 100px;
	padding-top: 5px;
	font-style: italic;
	font-variant: small-caps;
}

 #nav_bar  {
	width: auto;
	height: 47px;
	background-image: url(images/nav_back.jpg);
	top: 0px;
	position: relative;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: medium;
	padding-left: 150px;
	z-index: 1;
}

 #sub_nav  {
	color: #000000;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	position: relative;
	float: left;
	width: 125px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
li ul {
	position: absolute;
	top: 47px;
	display: none;
}
ul li a {
	display: block;
	text-decoration: none;
	line-height: 47px;
	color: #FFFFFF;
	text-align: center;
}

ul li a:hover, ul li a.p7hvr {
	color: #ffffff;
	text-align: center;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background-color: #640409;
}

li:hover ul, li.p7hvr ul {
	display: block;
	color: #666666;
	background-image: url(images/nav_back4.jpg);
}

ul li ul a {
	display: block;
	text-decoration: none;
	line-height: 47px;
	color: #000000;
	margin: 0 2px;
	text-align: center;
	font-size: 12px;
}

ul li ul a:hover, ul li ul a.p7hvr {
	display: block;
	text-decoration: none;
	line-height: 47px;
	color: #FFFFFF;
	margin: 0 2px;
	text-align: center;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	background-color: #081933;
}

p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}

#footer1 {
	width: 100px;
	float: left;
	font-size: small;
}
	
#footer2 {
	width: 150px;
	float: left;
	font-size: small;
}

#footer3 {
	width: 150px;
	float: left;
	font-size: small;
}
	
#footer4 {
	width: 150px;
	float: left;
	font-size: small;
}

#footer5 {
	width: 150px;
	float: left;
	font-size: small;
}

#footer a {
	text-decoration: none;
	color: #999999;
}

#footer a:hover {
	text-decoration: none;
	color: #666666;
}
#text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-align: left;
	padding-bottom: 20px;
}

#topCopy {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#map {
	float: right;
	width: 450px;
	height: 400px;
	padding-bottom: 020px;
}

#pageContent {
	margin: 15px;
	position: relative;
	top: 10px;
}

#contact {
	float: left;
	width: 450px;
}

a {
	color: #92090F;
	text-decoration: none;
}

#pics {
	text-align: center;
	padding-bottom: 20px;
}

#flyerLinks {
	float: right;
	width: 450px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#flyerPic {
	float: left;
	width: 450px;
	padding-top: 20px;
}

.style1 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}

.style2 {
	font-size: 16px;
	font-weight: bold;
	color: #92090F;
}

#pageContent img {
	border: 2px solid #92090F;
}
