html, body {
	background: #ddddc7;
}

/***** wrapper *****/
 
#wrapper {
	width:974px;
	margin:20px auto;
	padding: 10px 0 0;
	background: #fff;
	position: relative;
}

#header {
	width:955px;
	background: #00828C;
	height: 110px;
	padding: 15px 0 0;
	margin: 0 auto;
}

#logo {
	width: 99px;
	height: 92px;
	float: left;
	display: block;
	background: url(../images/logo.png) no-repeat top left;
	text-indent: -9999px;
	margin: 0 20px;
	text-decoration: none;
}

#content {
	width:921px;
	margin: 0 auto;
	position: relative;
}

/***** columns *****/

.col {
	margin: 30px 15px 0 0;
	float: left;
}

.col p {
	font-size: 1.1em;
}

.col .last {
	margin: 0;
}

.col .top {
	margin-top: 0;
}

.col .span-3,
.divider {
	padding: 14px 0 0;
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px;
	height: 1px;
}

.title {
	padding: 0;
	margin: 0 0 15px;
	width: 453px;
	float:left;
}

.col .span-2 h3 {
	margin: 0 0 10px;
}

.span-1 {
	width: 141px;
}

.span-2 {
	width: 297px;
	position: relative;
}

.span-3 {
	width: 453px;
}

.span-4 {
	width: 609px;
}

.searchbox {
	margin: 30px 0 0;
	background: #004A69;
	height: 297px;
}

.image-box {
	margin: 30px 0 0;
}

.latest-news {
	background: #C9C7A6;
	float: right;
	margin: 13px 0 0;
	display: inline;
	height: 102px;
}


/***** nav *****/
#nav {
	float: right;
	height: 16px; /* match li height when styled */
	margin: 75px 5px 0 0;
}

#nav li {
	float: left;
	list-style: none;
	margin: 0;
	font: italic 1.5em Times, serif;
	padding: 0 10px 0 0;
}

#nav li a {
	font-weight: 400;
	text-decoration: none;
	color: #66B4BA;
	text-decoration: none;
}

#nav li a:hover,
#nav li a.active {
	color: #fff;
}

/***** footer *****/
#footer{
	width: 921px;
	margin: 10px auto 0;
	height: 40px;
	position: relative;
}

.logos {
	float: left;
	/*margin: -46px 0 0;*/
	margin: 0px 0 0;
	position: relative;
}

#footer p {
	padding:10px 0 0;
}

#footer p a {
	color: #444;
	text-decoration: none;
	font-weight: 400;
	font-size: 1.1em;
}


/***** classes *****/

h2,
h3 {
	margin: 0 0 5px;
}

.highlight {
	color: #E02B7C;
	font-weight: 700;
}

.searchbox h2 {
	margin: 15px 0 10px 15px;
	color: #00828C;
	font-size: 2.3em;
	font-style: italic;
}

.searchbox label {
	display: block;
	float: left;
	width: 90px;
	text-align: right;
	font-size: 1.2em;
	padding: 4px 0 0;
	margin: 0 15px 0 0;
	color: #fff;
}	

.searchbox select {
	display: block;
	float: left;
	width: 150px;
	font-size: 1.2em;
	margin: 0 0 12px;
}

.searchbox input {
	font: 700 1.2em Helvetica, Arial, sans-serif;
	background: #004A69;
	color: #fff;
	margin: 0 0 0 95px;
	border: 0;
	padding: 5px;
	cursor: pointer;
}	

.latest-news h2 {
	margin: 4px 0 0 10px;
	color: #00828C;
	font-size: 2.3em;
	font-style: italic;
}

.latest-news .article {
	color: #444;
	width: 282px;
	float: left;
	margin: 0 5px 0 10px;
	padding: 0;
	display: inline;
}

.latest-news h4 {
	color: #444;
	font-style: italic;
	font-size: 1.2em;
}

.latest-news a {
	color: #444;
	font-weight: 400;
}

.latest-news a:hover {
	text-decoration: none;
}

.green {
	color: #00828C;
}

.grey {
	color: #444;
	margin:0;
}

.image-spacing {
	margin: 15px 0 0;
}

.form-spacing {
	margin: 15px 0 20px;
}

.small {
	font-size: 0.9em;
}

.zoom {
	font-size: 0.9em;
}

.tiny {
	font-size: 0.8em;
}

p.tiny {
	font-size: 0.9em;
}

span {
	font-size: 1.1em;
}

span.tiny {
	display: block;
	float: left;
	margin: 3px 0 0 5px;
}

span.ctr {
	display: block;
	margin: 25px 0 0 5px;
}

.label {
	font-size: 1.1em;
	font-weight: 700;
	float: left;
	display: block;
	width: 135px;
	padding: 3px 0 0;
	margin: 0 5px 10px 0;
}

.wide {
	width: 300px;
}

.input {
	height: 16px;
	background: #D9D8C1;
	margin: 0 0 10px;
	border: 0;
	padding: 2px 5px 0;
	width: 225px;
	float: left;
}

.red {
	background: #FFA3A3 !important;
}

.textarea {
	float: left;
	background: #D9D8C1;
	margin: 0 2px 10px 0;
	border: 0;
	padding: 2px 5px 0;
	width: 225px;
	height: 60px;
}

.submit, .continue {
	margin: 10px 0 0;
	font: italic 1.5em Times, serif;
	font-size: 1.5em;
	color: #00828C;
	font-style: italic;
}

.continue{
	color:#CCC;
}



.italic {
	font: italic 1.1em Times, serif;
}

.span-3 img.float-right {
	padding: 0 0 10px 10px;
}

.full {
	font-size: 1.1em;
	width: 100%;
	margin: 0 0 15px;
	padding:1px 0;
}

a.none {
	text-decoration: none;
}

.sIFR-replaced {
	margin-top: -5px;
	position: relative;
}

h1.trajan {
	font-size: 3.5em;
	margin: 0;
	color: #00828C;
}

h1.century {
	font-size: 3.2em;
	font-style: italic;
}

strong {
	display: block;
}

.pagination {
	clear: both;
	float: right;
}

.pagination li {
	float: left;
	list-style: none;
	margin: 0 2px 0 0;
}

.pagination li a {
	display: block;
	padding: 2px 4px;
	border: 1px solid #ccc;
	text-decoration: none;
}

.pagination li a:hover,
.pagination li a.active {
	color: #00828C;
	background: #eee;
}


.images {
	margin-left: 140px;
}

.images div {
	margin: 0 0 5px;
	clear: both;
	height: 32px;
}

.images div img {
	float: left;
}

.images div a {
	display: block;
	margin: 8px 0 0 5px;
	text-decoration: none;
	float: left;
	padding: 2px;

}

.images div a:hover {
	color: #f00;
}

.banner {
	position: absolute;
	top: 310px;
	left: 0px;
}


.details-list li span {
	font-weight: 700;
}

.details-list li {
	list-style-type: none;
	padding:0;
	margin:0;
	font-size: 1.1em;
}

.details-image {
	float:right;
	text-align:right;
	font-style:italic;
	margin:2px 0 20px 0;
}

.details-image a {
	text-decoration: none;
}
.details-image a span {
	text-decoration: underline;
	font-size: 1.1em;
}

.details-image a img {
	width: 150px;
	height: 112px;
}

.details-image a img.list {
	width: 141px;
	height: 105px;
}

.details-image .none {
	display: none;
}

.details-image a span:hover {
	text-decoration: none;
}

.button-container {
	margin:10px 0 0 0;
}

.button, .button:hover, .button:visited, .button:active {
	background: #00828c;
	color: #fff;
	font-size: 1.1em;
	font-weight: 700;
	padding: 4px 10px;
	border: 0;
	text-decoration: none;
}

.button.in-list {
	font-size:inherit;
	margin:0 5px 0 0;
}

.sep {
	border-top: 1px solid #cccccc;
	margin: 20px 0;
	clear: both;
}

.details h3 {
	padding: 0 0 10px 0;
}

.details p {
	padding: 0;
}

#map {
	margin: 0 0 20px 0;
}

#email {
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight:300;
	margin: 0 0 12px;
	width: 140px;
	background:#fff;
	color:#000;
	cursor:text;
	width:126px;
	padding:3px 3px 3px 8px;
}

.email_tooltip {
	display:block;
	width:15px;
	float:left;
	padding:3px;
	color:#fff;
	margin: 0 0 0 4px;
}

#tooltip_trigger {
	text-decoration: none;
	color: #fff;
}

#tooltip {
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 3; 
	display: none;
}

.tooltip {
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 3; 
	display: none;
	width: 230px;
	background: #fff;
	color: #444444;
	padding: 4px;
	border: 3px solid #004A69;
}
.tooltip p {
	padding: 0;
}


.warning-blue {
	background:none repeat scroll 0 0 #C9C7A6;
	margin:0 0 15px 0;
	padding:10px;
}


.investment-button, .investment-button:visited {
	display: block;
	background:  #004A69;
	padding: 10px;
	margin: 0 0 10px 0;
	color: white;
	width: 277px;
	font: italic 1.7em Times,serif;
}

.btl {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 185px;
	height: 51px;
}
