/* Design & Code (c) Company Name, Inc. */

body {
	background: url(images/background.jpg) repeat-x top #cc0033; 
	margin: 0px;
	}
	
	
	
	
	
/* Headings H1-H6 */
h1, .h1 {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.25em;
	font-weight:bold;
	color: #cc0033;
}

h2, .h2 { 
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height: 1.25em;
	font-weight:bold;
	color: #404040;
}

h3, .h3 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.25em;	
	font-weight:bold;
	color: #000000;

}

h4, .h4 { 
	font-family:Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:1.25em;
	font-weight:bold;
	color: #cc0033;
}

h5 { }

h6 { }



.navBarTop {
background: url(/images/page-top-gray-bar-bg.jpg) repeat-x top #ffffff;
}

.navBarBottom {
background: url(/images/gray-nav-bar-bg.jpg) repeat-x top;
}

/* Paragraph and Link Styles */
p, .content { 
	font: normal 12px/1.5em Lucida Grande, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000000;
}

.contentWhite { 
	font: normal 12px/1.5em Lucida Grande, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFFFFF;
}
.sitemap { 
	font: normal 12px/1.5em Lucida Grande, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#990118;
}
.sitemap:hover { 
	font: normal 12px/1.5em Lucida Grande, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#990118;
}
.sitemap:visited { 
	font: normal 12px/1.5em Lucida Grande, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#990118;
}
a {
	text-decoration:none;
	color:#990118;
}

a:hover {
	text-decoration:underline;
	color:#990118;
}

.breadcrumbs {
	font: 9px Lucida Grande, Arial, Helvetica, sans-serif;
	color:#C93D01;
}	

.leftNav, a.leftNav	{ 
	font: 13px/2em Lucida Grande, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
	
.footer	{ 
	font: 10px/1.5em Lucida Grande, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}	


/* Forms */
.textField
{
	color: #0F4C78;
	background: #E6F8FF;
	font-size:9px;
	font-family:Lucida Grande, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:2px;
}	
	
	
/* Lists and Navigation */





/* Articles System */
.catdrop {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #494949;
	background-color: #B2B2B2;
}

.articleListHeadings	{
	color: #B2B2B2;
	background-color: #494949;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
}

.articleListing
{
	color: #494949;
	background: #D8D8D8;
	font-size:12px;
	font-family:Lucida Grande, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.articleHomeDate { 
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.5em;
	color: #ff560f;
	font-weight:bold;
}
.articleHomeListing
{
	color: #0F4C78;
	font-size:12px;
	font-family:Lucida Grande, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.articleNav {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #494949;
}

.nav {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}

/* CSS Drop Menu */
#chromemenu{

}
#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
width: 100%;
margin-left: 0;
padding-left: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
font: 11px/.95em Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
padding-bottom: 5px;
text-align: center;

}

#chromemenu ul li a:hover{
color: #EAF9FF;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
line-height:18px;
z-index:200;
background-color: #DDDDDD;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: #494949;
font: 11px Arial, Helvetica, sans-serif bold;
border: #990118 solid 1px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #B2B2B2;
color: #494949;
text-decoration: none;
}
/* ######### End Drop Down Menu ######### */


/* Images */

a#imgLogo h1{
	background:url(images/logo.jpg) right no-repeat;
	width: 136px;
	height:140px;
	text-indent:-999em;
	margin:0;
	padding:0;
	font-size:10px;
}

h1#imgLogoRt {
	background:url(images/logo-right.jpg) left no-repeat;
	width: 26px;
	height:140px;
	text-indent:-999em;
	margin:0;
	padding:0;
	font-size:10px;
}

a.duluth-button {
	width:125px; height:100px; display:block; text-indent:-999em; cursor:pointer; background:url(images/duluth-vid.png) no-repeat;
}

a.woc {
	width:125px; height:50px; display:block; text-indent:-999em; cursor:pointer; background:url(images/World-of-Concrete-Logo.png) no-repeat; font-weight:bold;
}
