/* Element and Tag Styling for Sidwellmaps.com */
p {
	padding: 0px;
	margin: 0px;
}
a {
	color: #000000;
	text-decoration: none;
}

.common a{
	color: #2F70B7;
	text-decoration: none;
}
.common a:hover{
	text-decoration: underline;
}

img {
	border-style: none; 
	padding: 0px; 
	margin: 0px;
}
a img{
	border-style:none;
}
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
}
h1, h2, h3, h4, h5, h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-style:normal;
	font-weight:normal;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color:#438FB8;/*#367393      #2F70B7;*/
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.red {
	color: #FF0000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

/* Horizontal Rule Class */
.hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width:608px;
	height:2px;
	font-size:1px;
	margin-bottom: 3px;
}

/* Styles h1 and h2 at top of subpages */
#headerContainer {
	width: 640px;
	height: 33px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#secondaryHeaderContainer {
	height: 12px;
	width: 630px;
	padding-top: 2px;
	padding-left: 2px;
}
.subHeaderUnderlined {
	height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9D2EC;	
}
/* Attention Getter Boxes */
.attentionGetter_1 {
	background-color:#EBF2FA;
	border:1px solid #99BCE3;
	height:21px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	width:600px;
}
.attentionGetter_1 p {
	font-size:12px;
	line-height:18px;
	text-align:center;
}

.attentionGetter_1 a {
	color:#FF9900;
}
.attentionGetter_1 a:hover {
	text-decoration: underline;
}

.attentionGetter_2 {
	background-color:#EBF2FA;
	border:1px dashed #006699;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	width:590px;
}
.attentionGetter_2 p {
	font-size:14px;
	line-height:18px;
	text-align:center;
}
.attentionGetter_2 a {
	color:#FF9900;
}
.attentionGetter_2 a:hover {
	text-decoration: underline;
}