@charset "UTF-8";
/* Publica CSS */


/* Text Styles */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DDD;
}

.bodyCopy
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color: #000;
	left:auto;

}

.body2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #000;
	text-align:center;

}
.body3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #000;
	text-align:center;

}

/* Link Styles */

a:link
{
	color: #000;
	text-decoration:none;
}

a:hover
{
	color: #FFF;
	background-color: #000;
}

a:visited
{
	color: #000;
	text-decoration:none;
}

a:active
{
	color: #000;
}

/* Content Styles */

#grid
{
margin: 0 auto;
width: 940px;
padding-bottom:1px;
background-color: #FFF;
}

#header
{
	width: 880px;
	height: 130px;
	margin: 0 auto;
	border-bottom-style: solid;
	border-bottom-width:1px;
}

#map_canvas {
	width: 500px;
	height: 300px;
}

#textPanel
{
	width: 880px;
	height: 40px;
	margin: 0 auto;
	padding-top:20px;
	border-bottom-style: solid;
	border-bottom-width:1px;
}

#workHolder
{
	width: 880px;
	height: 180px;
	margin: 0 auto;
}

#headerLeft
{
width: 200px;
height: 80px;
float:left;
margin-left:20px;
margin-top:40px;
}

#headerRight
{
width: 95px;
height: 80px;
float:right;
margin-left:20px;
margin-top:40px;
}

#content
{
	width: 880px;
	height:auto;
	margin: 0 auto;
	padding-bottom:1px;
}

#contentHolder
{
width: 194px;
height: auto;
float:left;
margin-left:21px;
margin-top:20px;
margin-bottom: 20px;
}

#contentWork
{
width: 194px;
height: 130px;
float:left;
}


#text
{
	width: 190px;
	height: auto;
	float:left;
	padding-top:5px;
}

#textRight
{
	width: auto;
	height: auto;
	float:right;
}

#rightText
{
width: 320px;
height: auto;
float:right;
margin-top:20px;
margin-right:20px;
margin-left:20px;
}

#mainLeft
{
width: 490px;
height: auto;
float:left;
margin-left:21px;
margin-top:20px;
margin-bottom: 20px;
}

#contentMain
{
width: 490px;
height: 300px;
padding-bottom: 20px;
float:left;
}

#footer
{
	width: 840px;
	height:40px;
	margin: 0 auto;
	padding-left:20px;
	padding-right:20px;
	border-top-style: solid;
	border-top-width:1px;
	padding-top:10px;
}

.clearfloat { /* the Wedge: this forces content div to expand */
	clear:both;
float:none;
}

