body {
	margin: 0;
	padding: 0;
	background-color: #786056;
	background-image: url(../images/mainbg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #786056;
}

a:link {
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a:active {
font-weight: normal;
color: #990000;
text-decoration: none;
}


h1, h2, h3 {
	font-family: 'Play', arial;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	color: #990000;
}

h1 {
	font-size: 250%;
}

h2 {
	font-size: 225%;
}

h3 {
	font-size: 200%;
	font-weight: normal;
}

.small {
		font-size: 90%;

}

.large {
		font-size: 120%;

}


.box {
	color: #4D3E38;
	background-color: #D3CFC3;
	border: 1px solid #ffffff;
	padding: 10px;
	margin: 5px;
}



#mainwrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;	
}	

.center {
	height: auto;
	width: 900px;
	margin: auto;
	padding: auto;
}

/* Header */

#headerwrap {
	width: 100%;
	height: 130px;
	background: #FFFFFF url(../images/top-bg-.jpg) repeat-x;
	margin: 50px 0 0 0;
}

#header {
	width: 880px;
	height: 130px;
	margin: 0 auto 0 auto;
	background: url(../images/logo.gif) no-repeat;
	padding: 0 20px 0 0;
}

#header-interior {
	width: 880px;
	height: 130px;
	margin: 0 auto 0 0;
	background: url(../images/logo.gif) no-repeat;
}




/* Content */

#contentwrap {
	background-color: #FFFFFF;
}

#content {
	width: 880px;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 0;
	background-image: url(../images/menu-background.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#content-company {
	width: 880px;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 0;
	background-image: url(../images/menu-background-mpls.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#content-green {
	width: 880px;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 0;
	background-image: url(../images/menu-background-green.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#content-logo {
	width: 880px;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 0;
	background-image: url(../images/menu-background-paper.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#contenthome {
	width: 880px;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 0;
}

.col1 {
	float: left;
	width: 190px;
	height: 400px;
	padding-left: 70px;
}

.col1bottom {
	float: left;
	width: 240px;
	padding-left: 90px;
}
.col2bottom {
	float: left;
	width: 240px;
	padding-left: 30px;
}

.col1home {
	float: left;
	width: 190px;
	height: 450px;
	margin-left: 70px;
	background-image: url(../images/menu-background-blank.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #D4CFC2;
}


.col2 {
	float: left;
}

.col2home {
	background-image: url(../images/home-background.gif);
	float: left;
	width: 620px;
	height: 450px;
}

.col2home2 {
	float: left;
	width: 620px;
	height: 450px;
}

.col2in {
	float: left;
	width: 480px;
	padding: 20px 0px 20px 90px;
}

.menuitem1 {
	width: 190px;
	height: 20px;
}

.menuitems {
	width: 190px;
	height: 220px;
}

.menubottom {
	width: 175px;
	padding: 10px 5px 10px 10px;
	line-height: 20px;
	color: #342925;
	font-size: 11px;
}


/* Footer */



#footer {
	width: 880px;
	margin: 0 auto 0 auto;
	height: 70px;
	padding: 0 20px 0 0;
}

#footerblock {
	float: left;
	width: 190px;
	padding-left: 70px;
	height: 50px;
}

#footerblockhome {
	float: left;
	width: 190px;
	padding-left: 70px;
	height: 50px;
}

#footerwrap {
	float: left;
	width: 610px;
	padding: 10px 0px 5px 0px;
	color: #D4D4D4;
}

#footerwrap h3{
	color: #D4D4D4;
}

#footerwrap a {
	color: #AAA79F;
	text-decoration: none;
}

#footerwrap a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#footerwrap .active a {
	color: #FFFFFF;
}

#footerlinks {
	padding: 10px 0px 0px 90px;
	float: left;
	width: 510px;
}


#footercol1 {
	float: left;
	width: 240px;
	padding: 20px 10px 10px 90px;
}

#footercol2 {
	float: left;
	width: 240px;
	padding: 20px 10px 10px 10px;
}



#legal {
	font-size: 90%;
	float: left;
	width: 510px;
	padding: 10px 0px 0px 90px;
}

#legal a {
	color: #BDBAAF;
	text-decoration: none;
}

#legal a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#legal .active a {
	color: #FFFFFF;
}






.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	background: #BCB9B0;
}


/* ######### default class for drop down menus ######### */

.anylinkcss{
font-family: 'Play', arial;
font-size:		  16px;
font-weight: bold;
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid grey;
border-bottom-width: 0;
line-height: 25px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: grey;
width: 220px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid grey;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
color: #D5CFC3;
background-color: #990000;
background: -moz-linear-gradient(
		top,
		#990000 0%,
		#670101);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#990000),
		to(#670101));
}

/* ######### main menu ######### */

#navvert ul {
	font-family: 'Play', arial;
  	margin:     0px 0px 0px 0px;
  	padding:    0;
  	list-style: none;
}

#navvert ul li {
	margin:     	0;
	padding:    	0px 0px 0px 0px;
	list-style: 	none;
	display:    	block;
	float:			left;
	font-weight: bold;
	width: 190px;
}

#navvert ul li a{
	margin:    	0px 0px 0px 0px;
	padding:          6px 0px 6px 30px;
	text-decoration:  underline;
	font-size:		  15px;
	display:		  block;
	font-weight: bold;
}

#navvert ul li a:hover, #navvert ul li a.linkOn{
	color:            #D5CFC3;
	text-decoration:  none;
	background-color: #990000;
	background: -moz-linear-gradient(
		top,
		#990000 0%,
		#670101);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#990000),
		to(#670101));
}


/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

