/*	===================================================== 
	MAPS
===================================================== */
#localMapCanvas {height: 280px;}
/*	===================================================== 
	HEADERS
	===================================================== */
h1, h2, h3, h4 {
	margin: 6px 0 10px 0;
	font-weight: bold; 
	font-family: Verdana, georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 120%;
	color: #06a;
	}
h1	{font-size: 13px; margin-bottom: 20px;}
h2	{font-size: 12px; }
h3	{font-size: 11px; }
h4	{font-size: 10px; margin-bottom: 4px;}
h5	{font-size: 10px; margin-bottom: 4px;}

h1.head {
	clear: both;
	background: url('../imgPG/sx_bgLRGray.png') -30% top repeat-y;
	border: 1px solid #ddd;
	margin: 0 -14px 10px -14px;
	}
h1.head span {
	background: url('../imgPG/sx_bgRLGray.png') +130% top repeat-y;
	display: block;
	color: #333300;
	font-weight: bold;
	font-size: 13px;
	padding: 10px 0 10px 20px;
	text-align: center;
}

/*	===================================================== 
	TEXTS
	===================================================== */
.textBG {
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Georgia, Helvetica; 
	clear: both;
	margin: 20px 0;
	}

.text {
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Georgia, Helvetica; 
	overflow: visible;
	line-height: 150%; 
	color: #000;
}
.textBorder {
	background: #fff url('../imgPG/sx_colorGray10.png') left bottom repeat;
	border: 1px solid #ddd;
	padding: 5px;
}
.textPadding {padding: 5px;}
.infoText {
	padding: 10px 0;
}

.floatLeft {float: left;}
.floatRight {float: right}
.alignRight {text-align: right;}
.alignCenter {text-align: center; clear: both;}

.infoBG {
	clear: both;
	background: #fff url('../imgPG/sx_colorGray10.png') left center repeat;
	padding: 6px;
	margin: 0 0 1px 0;
	}
.infoBG h2 {padding: 3px 0; margin: 0;}
.infoBG h1 {padding: 3px 0; margin: 0;}
.infoBG div.align {text-align: right; padding: 4px}
.infoBG form {
	float: right;
	margin: -2px 0 0 0;
	padding: 0 0 4px 4px;
}
.infoBG select{
	border: 1px solid #fff;
	color: #000;
	}
.infoBG table td:first-child {
	border-right: 4px solid #fff;
}
.infoBG a {color: #f40}
.infoBG a:hover {color: #06c}

#infoRightBG {
	padding: 5px;
	margin-bottom: 10px;
}

.errorBG {
	background: #faa; 
	padding: 5px;
	border: 1px solid #fff;
	font-weight: bold;
	}
.successBG {}

.line {
	clear: both;
	margin: 0 0 6px 0; 
	background: url('../imgPG/dot_3x5.gif') left center repeat-x; 
}
.lineBG {
	clear: both;
	height: 8px; 
	margin: 10px -15px 1px -15px;
	background: #e5e5e5; 
}

/*	Change colors in table rows 
============================== */
.rowBg1 {background: #fff;}
.rowBg2 {background: #f3f3f3;}


/*	===================================================== 
	IMAGES
	===================================================== */
div.imgCenter {
	width: 100%; 
	margin: 15px 0;
	display: table;
	table-layout: fixed;
}
div.imgCenter img {
	width: 100%;
	height: auto;
}
div.imgCenter object,
div.imgCenter embed,
div.imgCenter iframe {
	width: 100%;
	height: 340px;
}

div.imgRight {
	float: right; 
	width: 40%; 
	margin: 0 0 10px 10px;
	display: table;
	table-layout: fixed;
}
div.imgRight img {
	width: 100%;
	height: auto;
}
div.imgRight object,
div.imgRight embed,
div.imgRight iframe {
	width: 100%;
	height: 240px;
}


/*	============================== 
	Tidy Custom Command classes
	============================== */
.top_Box {
	clear:both;
	border:1px solid #abc;
	margin: 10px 0;
	padding:4px;
	background: url('../imgPG/sx_color20.png') left top repeat; 
}
.float_Left {
	float:left;
	width: 40%;
	border-right:1px solid #abc;
	margin:-4px 5px 0 0;
	padding:4px;
	background: url('../imgPG/sx_color20.png') left top repeat; 
}
.float_Right {
	float:right;
	width: 40%;
	border-left:1px solid #abc;
	margin:-4px 0 0 5px;
	padding:4px;
	background: url('../imgPG/sx_color20.png') left top repeat; 
}
.bgTextBlue {background:#9cf}
.bgTextRed {background:#f9c}
.bgTextYellow {background:#ff0}

.tableTamplate {
	background: #fff url('../imgPG/sx_color40.png') left top repeat;
	}
.tableTamplate th {
	background: #abc url('../imgPG/sx_color.png') left top repeat;
	color: #fff;
	}
.tableTamplate td {
	background: #fff url('../imgPG/sx_color10.png') left top repeat;
	}

/*	=============================================================
	RIGHT CONTENT
	============================================================= */

/*	ALL RIGHT LISTS
	=========== =========== =========== */
.rightBG{
	clear: both;
	margin-top: 15px;
	padding-top: 5px;
	}
.rightTitle {
	clear: both;
	background:  #3366cc url('../imgPG/sx_color.gif') left bottom repeat; 
	padding: 1px;
	margin: 0 0 1px 0;}
.rightTitle div {
	}
.rightTitle span {
	display: block;
	background: url('../imgPG/sx_header.gif') left bottom repeat;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	padding: 4px;
	border: 1px solid #fff;text-align: center;}

.rightSubTitle {
	background: url('../imgPG/sx_color40.gif') left top repeat; 
	padding: 0 0 1px 0;
	}
.rightSubTitle div {
	}
.rightSubTitle span {
	display: block;
	color: #06a;
	font-weight: bold;
	padding: 2px 4px;
	background: #fff url('../imgPG/sx_color20.gif') left center repeat; 
	}

.rightContent {
	clear: both;
	padding: 0 0 2px 0;
	}
.rightContent div {
	padding: 2px 0;
	}
.rightContent div a {
	display: block;
	color: #06a;
	padding: 1px 2px 1px 12px;
	background: url('../imgPG/sx_line.gif') left 8px no-repeat; 
	}
.rightContent div a:hover {
	color: #c00;
	background: url('../imgPG/sx_lineSec.gif') left 8px no-repeat; 
	}
.rightContent div span {
	display: block;
	padding: 0 2px 1px 14px;
	}
/*	===================================================== 
	TEXT TITLES
	===================================================== */
.heading1 {
	margin: 20px 0;
	font-size: 15px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}
.heading1 a			{color: #06a;}
.heading1 a:hover	{color: #f80;}

.heading2 {
	font-size: 13px;
	margin: 0 0 6px 0;
	font-weight: bold;
	line-height: 120%;
	}
.heading3 {
	font-weight: bold;
	margin: 0 0 6px 0;
	}


/*
	end styles
*/