/* Body Styles */


.body {
	background-image: url(../_media/_template/inner_bg.jpg);
	padding: 5pt;
}

.body h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000066;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000066;
}

.body h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: lowercase;
	color: #6699cc;
	text-align: right;
	font-weight: normal;
	letter-spacing: 1pt;
	word-spacing: 2pt;

}

.body h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	color: #666666;
	letter-spacing: 1pt;
	word-spacing: 2pt;
}

.body h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 15pt;
	color: #1B528C;
}

.body p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	font-weight: normal;
	color: #000000;

}

.body li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	font-weight: normal;
	color: #000000;
	list-style-image: url(../_media/_template/bullet.gif);
}

.body a {
	color: #0066FF;
	text-decoration: none;
}

.body a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #27ADFC;
}
#mapContainer {
	height: 400px;
	width: 98%;
	margin: 0px auto 0px auto;
}





/* Highlight */

.highlight {
	background-image: url(../_media/_template/highlight_bg.jpg);
	padding: 5pt;
	border: 2px solid #3366cc;

}


.highlight p {
	color: #333333;
}
#highlight2 {
	border: solid #000066 1px;
	background-color: #6699cc;
	width: 97%;
	margin: 0px auto 0px auto;
	padding: 10px 10px 5px 10px;
	}





/* List Box */


.listbox {
}


.listbox p {
	color: #333333;
}


.listbox a {


}


.listbox a:hover {


}





/* Padding */

.pad_img {


}


.pad_5pt {
	padding: 5pt;
}


.pad_10pt {


}





/* Stroke */

.stroke_blue {


}


.stroke_white {
	border: 3px solid #FFFFFF;

}


.stroke_black {
	border: 1px solid #000000;

}




/* Footer */


.footer {


}


.footer h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #FFFFFF;

}


.footer a {
	color: #FFFFFF;
	text-decoration: none;

}
/*------------- seo locations ----------------- */

.separator {
	border-top:solid 1px #6699cc;
	margin:10px auto 10px auto;
	padding:0px;
	width: 710px;
}

.separator-short {
	border-top:solid 1px #6699cc;
	margin:10px auto 10px auto;
	padding:0px;
	width: 410px;
	position:relative;
	right:150px;
}

/*------------- MISC ----------------- */

#column_right {
	float: right;
	width: 60%;
	position: relative;
	}
#column_left {
	float: left;
	width: 36%;
	position: relative;
	}

.text_center {
	text-align: center;
	}

.text_left {
	text-align: left;
	}

.text_right {
	text-align: right;
	}
.float_left{
	float: left;
}

.float_right{
	float: right;
}

.buttonsubmit {
	padding: 2pxpx;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #36A1E0;
	border: 1px solid #fff;
}