/* CSS for Dowling Company, Inc. */
body {
	background: #FDFDFA;
	margin: 0px;
	padding: 0px;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 11px;
	color: #757575;
	line-height: 14px;
}

#bodybg {
	background: #EBE7C1 url(/images/home/bodybg_tile.jpg) repeat-x;
}

#subbodybg {
	background: #EBE7C1 url(/images/sub/subbodybg_tile.jpg) repeat-x;
}

.sep {
	border-bottom: 1px solid #CCCCCC; 
	margin: 10px;
	}

.green {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ACB980;
	line-height: 14px;
}

p,ol,ul,li {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 11px;
	color: #757575;
	line-height: 14px;
}

p.homepage {
	width: 470px;
}

#sublinks {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 10px;
	color: #757575;
	line-height: 16px;
}

.sublinks {
	color: #757575;
	text-decoration: underline;
}

.sublinks:hover {
	color: #757575;
	background: #FFFFFF;
	text-decoration: underline;
}

.sublinkson {
	color: #757575;
	background: #FFFFFF;
	text-decoration: underline;
}

a {
	color: #739531;
	text-decoration: none;
}

a:hover {
	color: #739531;
	text-decoration: underline;
}

#footer {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 10px;
	color: #739531;
}

#footer a {
	color: #739531;
	text-decoration: none;
}

#footer a:hover {
	color: #739531;
	text-decoration: underline;
}