body {
			margin-left: 0px;
			margin-right: 0px;
			font-size: x-small;
		}
.mapFrame{
	outline: 1px solid rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
width:620px;
margin-bottom:20px;
}

.respond {
clear: both;
margin-bottom: 10px;
overflow: hidden;
position: relative;
padding: 2px 22px;
}

.respond textarea {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-ms-box-shadow: 2px 2px 5px 0px #eee inset;
	-moz-box-shadow: 2px 2px 5px 0px #eee inset;
	-webkit-box-shadow: 2px 2px 5px 0px #eee inset;
	-o-box-shadow: 2px 2px 5px 0px #eee inset;
	box-shadow: 2px 2px 5px 0px #eee inset;
	width: 95%;
}

.respond label {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

.respond #submit {
background: #555;
border: 0;
box-shadow: none;
color: #fff;
cursor: pointer;
font: 700 12px/12px 'Open Sans Condensed', sans-serif;
margin-top: 10px;
padding: 5px 10px;
width: 120px;
}
.respond .hasError{
	border: 1px solid rgb(255, 140, 140);
	}
.respond .required{
	color:red;
}
.respond .errorMsg{
	color: rgb(255, 95, 95);
font-size: 13px;
display:none;
}
.respond input {
background: #f6f6f6;
border: 1px solid #ddd;
-ms-box-shadow: 2px 2px 5px 0px #eee inset;
-moz-box-shadow: 2px 2px 5px 0px #eee inset;
-webkit-box-shadow: 2px 2px 5px 0px #eee inset;
-o-box-shadow: 2px 2px 5px 0px #eee inset;
box-shadow: 2px 2px 5px 0px #eee inset;
/*display: block;*/
margin: 0 0 9px;
padding: 5px;
width: auto;
}

.center{
	text-align: center;
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;   
	border-spacing: 0;
    width: 100%;          
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered  th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;   
	background-color: rgb(252, 252, 252); 
}

.bordered tr:first-child th {
    background-color: #dce9f9;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #D9E9FD);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);*/
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered tr:nth-child(2) th {
	background-color: #dce9f9;
}

.bordered tr:nth-child(2) th:first-child{
	/*border-left: none;*/
}
.bordered tr:first-child td:first-child, .bordered tr:first-child th:first-child {
    border-left: none;
}

.bordered tr:first-child th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered tr:first-child th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.tabContent{
	
}
.text1 h1{
color: #1e2d4c;
font-size: 18px;
}
.text1 h2{
color: #1e2d4c;
font-size: 16px;
 display: block;
}
.text1 h3{
font-size: 13px;
color: rgb(144, 144, 144);
 display: block;
}
.TextContent{
	display:block;
	color:rgb(81, 81, 81);
}
.ContentWrapper{
	padding-top: 10px;
}
.text1 { 
	color: rgb(41, 70, 34);
	font-size: 15px;
	line-height:21px;
	font-family: monospace;
	font-weight:bold;
	margin-top:0px; 
	margin-left:2%; 
	margin-right:3%; 
	margin-bottom:20px; 
	font-family: Helvetica, Arial, 'lucida grande',tahoma,verdana,arial,sans-serif;
}
body {
	margin-left: 0px;
	margin-right: 0px;
	font-size: x-small;
}

body {

	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	font-size: 0.6em;
	
}
#myGallery
{
	text-align: left;
	margin: 0 auto;
}

.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}
.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

.content a
{
	color: #fff;
}

.content
{
padding:15px;

	text-align: left;
	padding: 0;
float:right;
}

a
{
	color: black;
}
.style5 {color: #000000; font-size: 10px; }
.style6 {color: #FFFFFF; font-size: 12px; }
.style7 {color: #000000; font-size: 14px; text-align: center;}
