@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #6b6559;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	background-attachment: fixed;
	background-color: #EAEAEA;
	background-repeat: repeat-x;
	background-position: center top;
}

/* Structural Containers */

#wrapper
 {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#logo-container {
	background-color: #FFFFFF;
	text-align: left;
	height: 66px;
	padding-top: 15px;
	padding-bottom: 5px;
	vertical-align: middle;
}
#main-content-container {
	text-align: center;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-attachment: scroll;
	background-image: url(../images/main-content-bg.jpg);
	overflow: hidden;
	margin-bottom: 4px;
}
#footer {
	text-align: left;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 96px;
	background-position: center top;
	font-family: Calibri, "Lucida Sans", Helvetica, Arial;
	font-size: 11px;
	color: #333333;
	padding: 0px;
}
#footer a {
	color: #333333;
}

#footer a:hover {
	color: #CC6600;
	text-decoration: underline;
}
#footer-left {
	clear: left;
	float: left;
	width: 641px;
	padding-right: 5px;
	padding-left: 8px;
}
#footer-right {
	clear: right;
	float: right;
	width: 324px;
	padding-right: 8px;
	padding-left: 8px;
}
#navigation-container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/Logo-Nav_Space-BG.png);
	background-repeat: no-repeat;
	height: 44px;
	background-attachment: scroll;
	background-position: center top;
	margin-bottom: 1px;
}
#left-column {
	clear: left;
	float: left;
	width: 658px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-align: left;
}
#image-header-left {
	padding: 0px;
	height: 285px;
}
#left-column-content {
	text-align: left;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#right-column-content {
	text-align: left;
	margin-bottom: 15px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	clear: both;
}
#left-header-image {
	clear: left;
	float: left;
	width: 658px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#right-column {
	clear: right;
	float: right;
	width: 338px;
	text-align: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#image-header-right {
	padding: 0px;
	height: 285px;
}
#side-menu {
	background-color: #F6F4E9;
	text-align: left;
	margin-bottom: 15px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
}

/* text, Copy and Typography Styles */

a{
	color: #31466A;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
	color: #208BAF;
}
h1 {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
#right-column-content h1 {
	color: #A25A00;
}

h2 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
h3 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
h4 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0C1B1C;
}
#right-column-content h4 {
	color: #A25A00;
}

.quotations-blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	font-weight: normal;
	text-decoration: none;
	color: #2A87AB;
}
.quotations-brown {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	font-weight: normal;
	text-decoration: none;
	color: #725D33;
}
.dotted-lines-gray {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	font-weight: normal;
	text-decoration: none;
	color: #CCCCCC;
}

.quote-credit {
	color: #333333;
	font-weight: normal;
}
.h1-non-h1 {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.h2-non-h2 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.h3-non-h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #A25A00;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Other Non-specific Styles */
.image-border-brown{
	border: 4px solid #DBD3A6;
	margin-right: 15px;
}
.image-border-blue{
	border: 3px solid #D7E7EC;
	margin-right: 5px;
}
.image-border-white-small {
	border: 2px solid #FFFFFF;
	margin-right: 5px;
}

.image-border-headshots {
	border: 4px solid #D9CCAC;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.black {
	color: #333333;
}
.blue {
	color: #248DCC;
}
.brown {
	color: #A25A00;
}
.adbox-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	font-style: normal;
	color: #FBE0A8;
}
#side-menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #A8875B;
	text-decoration: none;
	margin-top: 8px;
	margin-bottom: 8px;
}
#side-menu a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #A25A00;
	text-decoration: none;
	margin-top: 8px;
	margin-bottom: 8px;
}
#side-menu h1 {
	color: #A25A00;
}
#right-column-content a {
	color: #A25A00;
}
#right-column-content a:hover {
	color: #993333;
}

/*GMap loading styles*/
.loadingCont { 
	position:relative;
	top:0px;
	left:0px;
  	z-index:198; margin: auto;
}
.loadingCont2 {
	position: absolute;
	height: 100px;
	width: 275px;
	top:0px;
	left:0px;
	text-align: center;
	z-index: 200;
	opacity: .85;
	-moz-opacity:0.85;
	filter: alpha(opacity=85);
}
#loadingMessage {
	position: absolute;
	height: 75px;
	width: 200px;
	top:20%;
	left:20%;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #6b6559;
	font-family: Georgia, "Times New Roman", Times, serif;;
	
	border: 1px solid #999999; background-color:#ffffff; z-index:205;
}

