/* harmony css */


body {
	margin: 0;
	padding: 0;
	font-family: Century Gothic, Trebuchet MS, Verdana;
	background: url(../images/BG.gif) repeat-x;
	font-size: 13px;
	color: #293D6B;	
	}
	
input {
	font-family: Century Gothic, Trebuchet MS, Verdana;
	}
	
textarea {
	font-family: "Courier New", Courier, monospace;
	}
		
#wrapper {
	width: 824px;
	}
	
#header {
	background: url(../images/headerBG.png) repeat-y;
	height: 135px;
	width: 824px;
	text-align: left;
	position: relative;
	z-index: 2;	
	}
	
#content {
	background: url(../images/bodyBG.png) repeat-y;
	min-height: 500px;
	width: 764px;
	text-align: left;
	padding: 30px 30px 20px 30px;
	position: relative;
	z-index: 1;
	}
	
#footer {
	background: url(../images/footerBG.png) no-repeat;
	height: 35px;
	width: 824px;
	text-align: center;
	font-size: 9px;
	color: #666;
	}	
	

.logo {
	padding: 15px 0 0 20px;
	}
	
.loginBox {
	border: 10px solid #fff;
	background: #b4bbcb;
	width: 160px;
	margin-top: 100px;
	font-weight: bold;
	padding: 30px;
	text-align: left;
	}
		
.navigation {
	text-transform: lowercase;
	background: #B4BBCB;
	height: 25px;
	margin: 16px 0 0 12px;
	padding: 5px 25px 5px 25px;	
	width: 750px;
	border-bottom: 5px solid #fff;
	}
	
.siteTitle {
	font-size: 20px;
	color: #293D6B;
	float: left;
	}
	
.navLinks {
	float: right;
	margin: 3px 0 0;
	font-size: 11px;
	}
	
.navLinks a {
	color: #293D6B;
	margin: 0 5px 0;
	}
	
.navLinks a:hover {
	color: #fff;
	}		
	
.contentBox {
	padding: 20px;
	text-align: left;
	margin-top: 10px;
	}
	
.contentBox strong {
	font-size: 15px;
	font-weight: bold;
	}
	
.contentBox form {
	line-height: 22px;
	}
	
.contentBox form small {
	line-height: normal;
	}
	
.markupGuide {
	float: right; 
	text-align: left; 
	width: 175px;	
	background: #fff;
	border: 2px solid #e6e6e6;
	padding: 4px;
	margin: 1px 0 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	line-height: 18px;
	height: 498px;
	}
	
.fieldstyle {
	padding: 3px;
	border: 2px solid #e6e6e6;
	background: #fff;
	font-weight: bold;
	color: #464646;
	font-size: 13px;
	}
	
.errorField {
	border: 2px solid #ff0000;
	}
	
.loginstyle {
	padding: 3px;
	border: 2px solid #fff;
	background: #6e6e6e;
	font-weight: bold;
	color: #fff;
	}	
	
.submit {
	padding: 3px;
	border: 2px solid #7A86A3;
	color: #fff;
	font-weight: bold;
	background:#3d4456;
	cursor: pointer;
	}
	
.submit:hover {
	background:#4d5464;
	}
	
.mapTable {
	width: 100%;
	border: 2px solid #293d6b;
	background: #e6e6e6;
	margin-top: 10px;
	padding: 5px;
	}
	
.error {
	background: #eee;
	border: dashed 1px #FF0000;
	padding: 5px;
	font-weight: bold;
	color: #ff0000;
	}
	
.msg {
	border: 1px dotted #b4bbcb;
	padding: 5px;
	font-weight: bold;
	}
	
.imageGallery {
	width: 140px;
	min-height: 170px;
	padding: 10px;
	background: #fff;
	border: 1px solid #e6e6e6;
	float: left;
	margin: 0 15px 15px 0;
	}
	
.thumbText {
	font-size: 10px;
	padding: 2px;
	border: 1px solid #e6e6e6;
	margin: 3px 0 0 0;
	}
	
.thumbText textarea {
	font-size: 9px;
	}
	
.thumbText a {
	text-decoration: none;
	}