/* Header Styles */

.header {
	background-image: url(../_media/_template/bg_header.jpg);	
}


.header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-transform: uppercase;
}

.header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #3399CC;
	text-align: right;
	letter-spacing: 1pt;
	word-spacing: 2pt;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 3px;
	text-transform: uppercase;
}



/* Body Styles*/

.body {
	padding: 5px;
	background-color: #FFFFFF;
}

.body p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	font-weight: normal;
	color: #333333;

}

.body li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	font-weight: normal;
	color: #333333;
	list-style-image: url(../_media/_template/arrows.jpg);
}

.body a {
	color: #009900;
	text-decoration: none;

}

.body a:hover {
	color: #B38F00;
	text-decoration: underline;

}


.body h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #B38F00;
	font-size: 13pt;
	line-height: 14pt;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.body h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #266580;

}






/* Padding */

.pad_5 {
	padding: 5px;
	border: 1px solid #FACB1B;
}


.pad_10 {

}


.pad_right {
	padding-top: 0px;
	padding-right: 0pt;
	padding-bottom: 5pt;
	padding-left: 5pt;
}



/* Border */

.bord_yellow {

}

.bord_blue {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6699cc;
	border-right-color: #6699cc;
	border-bottom-color: #6699cc;
	border-left-color: #6699cc;
}


.bord_black {

}



#column_left {
	float:left;
	left:15px;
	width:380px;
	text-align:center;
	}
	
#column_left h3 {
		font-family: Arial, Helvetica, sans-serif;
	color: #B38F00;
	font-size: 13pt;
	line-height: 14pt;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left:1px solid #CCCCCC;
	}
	
#column_right {
	float:right;
	width:380px;
	text-align:center;
	}
	
#column_right h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #B38F00;
	font-size: 13pt;
	line-height: 14pt;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left:1px solid #CCCCCC;
	}
	

.image_border {
	border:solid 2px #FFFF00;
	}
/* Footer */

.footer {
	padding: 2px;
	background-color: #6699cc;
}


.footer h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #333333;

}


.footer a {
	color: #333333;
	text-decoration: none;
}
body {
	background-image: url(../_media/_template/bg_page.jpg);
	margin: 0px;
	padding: 0px;
	height: 100%;
}


/* Misc */

#mapContainer {
	height: 400px;
	width: 500px;
	margin: 0px auto 0px auto;
	border: solid #000000 1px;
}

.image_left {
	float:left;
	width:auto;
	border:#FFCC00 solid 2px;
	height:auto;
	}
