/* City of Lathrop CSS Document */

/* element/tag selectors */
body { 
	margin:0; 
	background:url('http://www.lathropgov.org/images/verticle_bg.jpg') repeat-y; }

/* class selectors */
.textalign-left { text-align:left; }
.textalign-center { 
	text-align:center;
	margin:0px auto; }
.text-container { padding:5px; 
				  text-align:left; }

/* id selectors */
#horizontal { 
	width:100%;
	background:url('http://www.lathropgov.org/images/horizontal_bg.jpg') repeat-x; }

#leftbar { 
	width:163px;
	margin:0px auto;
	text-align:center;
	background:url('http://www.lathropgov.org/images/leftbar_bg.jpg') no-repeat;}
	
#leftbar_box { 
	width:151px;
	margin:10px 0px;
	border:1px solid #000;
	background:#fff url('http://www.lathropgov.org/images/left_bg.jpg') no-repeat bottom; }
	
#leftbar-copy {	font-size: 10px; }

#body-copy {
	width:590px;
	padding:5px;
	font-size: 12px;
	font-family:Medium Verdana, Arial, Helvetica, sans-serif;
	color:#000; }

#rightbar { 
	text-align:center;
	width:220px; }
#rightbar_search {
	width:192px;
	margin:10px auto;
	border:1px solid #000;
	background:#fff url('http://www.lathropgov.org/images/rightbar_bg.jpg') no-repeat bottom; }
#rightbar_weather {
	width:192px;
	margin:10px auto;
	border:1px solid #000;
	background:#fff url('http://www.lathropgov.org/images/weather_bg.jpg') no-repeat bottom; }
	
#table { width:978px; }.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.bodyheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #3366CC;
}
.tophead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
}
.liclist {
	font-family: Verdana;
	font-size: xx-small;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
}
.liclistHeader {
	font-family: Verdana;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #3366CC;
}

td	{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}


p	{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}


p.leftnav	{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}


a.nav	{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #3366CC;
}

a.subnav	{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #666666;
}

a.button	{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #cc0000;
}

h2	{
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-variant: smallcaps;
	font-weight: bold;
	color: #3366CC;
}

h3	{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-variant: smallcaps;
	font-weight: bold;
	color: #3366CC;
}

li {
	line-height: 150%;
}