body {
	background-image: url(../../../../images/custom/background_gradient.jpg);
	background-repeat: repeat;
}

td.padding {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 20px;
}

p.page_cont {
	color: #0e4369;
	font-size: 12pt;
	font-family: arial,helvetica,sans-serif;
	margin-right: 5px;
}

/* 4 category boxes displayed on homepage */
div#boxbg {
	background: transparent url(../../../../images/custom/4_box_bg.jpg) no-repeat top left;
	height: 320px;
	width: 560px;
	margin:0 -8px 0 0;
	paddign:0px;
}

div#boxbg ul {
	list-style-type: none;
	margin:0px;
	padding:0;
}

div#boxbg ul li{
	margin: 13px 0 0 0;
	padding:0 0 0 17px;
	width: 261px;
	height: 146px;
	float: left;
	text-align: left;
	vertical-align: bottom;
}

div#boxbg ul li p{
	text-align: center;
	padding: 0 23px 0 0;
}
/*
div#boxbg ul li img{
	margin-left: 17px;
}*/

	
	/* Anchor/Link properties with psuedoelements - active, link, visited, hover */
	div#boxbg ul li a:active p{
		color: #1E4C76;
		text-decoration: none;
		text-weight: bold;
		font-size: 12pt;
	}
	div#boxbg ul li a:link p{
		color: #1E4C76;
		text-decoration: none;
		text-weight: bold;
		font-size: 12pt;
	}
	
	div#boxbg ul li a:visited p{
		color: #1E4C76;
		text-decoration: none;
		text-weight: bold;
		font-size: 12pt;
	}
	
	div#boxbg ul li a:hover p{
		color: #143452;
		text-decoration: underline;
		text-weight: bold;
		font-size: 12pt;
	}

/*div#boxbg ul li.land_maint {
	background: transparent url(../../../../images/custom/landscape_maintence.jpg) no-repeat top center;
	margin: 10px 0 0 0;
}*/

/* End homepage category boxes */



/* Left side BOXES  */ 

.tips_top {
	background-image: url(../../../../images/custom/tips_box_top.jpg); 
	background-repeat: no-repeat;
	background-position: top left;
	width: 201px;
	height: 61px;
	padding: 0px;
	margin: 0px;
}

.specials_top {
	background-image: url(../../../../images/custom/specials_box_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 201px;
	height: 72px;
	padding: 0px;
	margin-top: 0px;
}

.customer_savings_top{
	background-image: url(../../../../images/custom/customer_savings_box_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 201px;
	height: 55px;
	padding: 0px;
	margin-top: 0px;
}

.plain_top {
	background-image: url(../../../../images/custom/plain_box_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 201px;
	height:12px;
	padding: 0px;
	margin-top: 15px;
}

.box_mid {
	background-image: url(../../../../images/custom/tips_box_mid.jpg); 
	background-repeat: repeat-y;
	background-position: top left;
	width: 201px;
	height: auto;
	padding: 0px;
	margin: 0px;
}

.box_bottom {
	background-image: url(../../../../images/custom/tips_box_bottom.jpg); 
	background-repeat: no-repeat;
	background-position: top left;
	width: 201px;
	height: 15px;
	padding: 0px;
	margin: 0px;
}

.box_cont {
	padding-left: 10px; 
	padding-right: 10px; 
	color: #016f38;
}

div.box_cont * {
	padding-left: 10px; 
	padding-right: 10px; 
	color: #016f38;
}

.plain_box_cont {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10pt;
	text-align: center;
	color: #016f38;
}

/* End Left Side Boxes */

/*Left-side text page navigation links*/
div.footer {
	background-color: #44944B;
	height: 15px;
	width: 200px;
}

ul.leftNav {
	list-style-type: none;
	margin: -4px 1px 0px 0px;
	padding:0px;
	background-color: #f8f4b7;
	border: thin solid #44944B;
}

ul.leftNav li{
	display: block;
	list-style-type: none;
	border-top: thin solid #44944B;
	padding: 5px;
	margin: 0px;
}

ul.leftNav li a:link{
	color:#0E4369; text-decoration:underline;
}ul.leftNav li a:visited{
	color:#0E4369;
}ul.leftNav li a:hover{
	color:#0E4369;
}
ul.leftNav li a:active {
	color:#0E4369;
}


p#city_links a {
	color: white;
}

p#city_links a:hover {
	text-decoration: underline;
}
	
	
h1.pageHeader {
	font-size: 16pt;
	font-family: arial,helvetica,sans-serif;
	color: #0e4369;
	margin-top: 0;
}

h3.sectionHeader {
	font-size: 13pt;
	font-family: arial, helvetica, sans-serif;
	color: #D5A86A;
	margin-top: 20px;
}

p.smallTitle {
	font-size: 13pt;
	color: #0e4369;
	font-weight: bold;
}

div.city p{
	margin: 15px;
	color: #0e4369;
	font-size: 12pt;
}
div.city p.smallTitle {
	margin-top: 15px;
}

.pageNav {
	margin-top: 0px;
	margin-left: 15px;
}

#myForm{
	border: 2px dashed red; 
	margin: 10px; 
	padding: 10px;
}

#myForm label{
	width: 40%;
	text-align: right;
	margin: 3px;
	display: block;
	float: left;
	clear: both;
}

#myForm input{
	margin: 3px;
	display: block;
	float: left;	
}

#myForm label:after {
	content: ":";
}
#myForm label.last_label:after  {
	content: " ";
}
