@charset "utf-8";
/* CSS Document */

body {
	background: url('../img/structure/bg.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	background-color:#e3dab9;
	color: #172A3F;
	font-family: arial, verdana, 'san serif';
	font-size: .8em;
	padding:0;
	margin: 10px 0 0 0;
	}
	
img {
	border: none;
}
	
a {
	color: #595C5F;
	text-decoration: none;
}

a:hover {   
	color: #595C5F;
	text-decoration: none;
}

h1 {
	font-size: 1.4em;
	margin: 2px 0 0 7px;
	color: #0C548F;
	font-family: 'Palatino Linotype', arial, 'san serif';
	text-transform: uppercase;
}


h2 {
	font-size: 1.2em;
	margin: 20px 0 0 7px;
	color: #DF8B29;	
	font-family: 'Palatino Linotype', arial, 'san serif';
	text-transform: uppercase;
}

h3 {
	font-size: 1em;
	margin:5px 0 0 7px;
	color: #3671A9;
	font-family: 'Palatino Linotype', arial, 'san serif';
	text-transform: uppercase;
}

li {
	list-style-type:square;
	}
	
.awards li{
	list-style: none;
	margin:2px;
	float:left;
	}
	
.bold {
	font-weight:bold;
	}
	
.clear {
	clear:both;
	}
	
.ctaImage {
	margin: 0 0 0 7px;
	box-shadow: 1px 1px 3px #bababa;
	-moz-box-shadow: 2px 1px 2px #bababa;
	-webkit-box-shadow: 1px 1px 3px #bababa;
	}
	
.fl {
	float:left;
	}
	
.grayText {
	color:#343839;
	}
	
.more {
	font-style:italic;
	color: #0C548F;
	}
	
.storyImgRight {
	float:right;
	margin: 0 8px;
	}
	
.supportingImage {
	float:right;
	margin:7px;
	box-shadow: 3px 3px 3px gray;
	-moz-box-shadow: 3px 3px 3px gray;
	-webkit-box-shadow: 3px 3px 3px gray;
	}
	
.topBox {
	width:224px;
	height:162px;
	float:left;
	background: url(../img/structure/topBox_03.jpg);
	}

.topBox:first-child {
    margin:0 7px 0 0;
	}

.topBox:last-child {
    margin:0 0 0 7px;
	} 

#content {
	width:696px;
	margin:8px 0 0 7px;
	float:left;
	}
	
#copyright {
	float:left;
	}
	
#creditsHolder {
	margin:0 0 8px 19px;
	}

#creditsHolder a {
	color:#595C5F;
	}

#creditsHolder a:hover {
	color:#4081CF;
	}

#footer {
	min-height:28px;
	min-width:916px;
	margin:8px 7px;
	padding:1px 5px 0 5px;
	background: url('../img/structure/footer.png') no-repeat;
	color:#595C5F;
	font-size:.9em;
	}

#footer a {
	color:#595C5F;
	}

#footer a:hover {
	color:#4081CF;
	}
	
#footer li {
	display:inline;
    margin: 0 0 0 20px;
	}
	
#footer li:first-child {
	margin: 0 0 0 298px;
	display:inline;
	}

#footer ul {
	margin:7px 0 0 25px;
	padding:0;
	float:left
	}
	
#galleria {
	margin:20px auto
	}
	
#license {
	float:right;
	margin:0 0 8px 19px;
	color:#595C5F;
	}

#header {
	position:relative;
}
	
#logo{
	height:97px;
	width:154px;
	position:relative;
	margin: 0 0 -11px 5px;
	z-index:2;
	}

/*
#logo h1{
	background: url('../img/structure/logo.png') no-repeat;
	min-height:97px;
	min-width:154px;
	position:relative;
	margin: 0 0 -11px 5px;
	z-index:2;
	text-indent:-9999px;
	}
*/

#social {
	position:absolute;
	right:0;
	top:0;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
}

#share {
	float:right;
	margin-top:-20px;
	margin-right:20px;
}

#main {
	background: url('../img/structure/gradient-bg.jpg') #ebebeb repeat-x;
	width:684px;
	padding: 7px 0;
	margin:4px 0 0 0;
	border:1px solid #fff;
	}
	
#mainContact {
	background-color: #fff;
	width:684px;
	margin: 7px 0 0 0;
	padding: 7px 0;
	border:1px solid #fff;
	}
	
p {
	margin: 7px;
	}

#nav {
	min-height:28px;
	min-width:930px;
	position:absolute;
	margin:-10px 0 0 0;
	z-index:1;
	background: url('../img/structure/nav.png');
	}
	
#nav a {
	color: #fff;
	text-decoration: none;
	}
	
#nav a:hover {   
	color: #E3DAB9;
	text-decoration: none;
	}

	
#nav li {
	display:inline;
    margin: 0 0 0 35px;
	}
	
#nav li:first-child {
	margin: 0 0 0 165px;
	display:inline;
	}

#nav ul {
	margin:5px 0 0 25px;
	padding:0;
	}
	
#rightCol {
	margin:8px 4px 0 0;
	width:220px;
	float:right;
	}

#rightCol a{
color: #172A3F;
}

#rightCol ul{
padding:0 0 0 24px;
}
	
#topBoxes {
	padding: 4px 0 7px 0;
	min-height:168px;
	min-width:687px;
	background: url('../img/structure/boxes-bg.png') no-repeat;
	}

#topBoxes p{
	margin: 3px 7px 0 7px;
	}

#wrapper {
	width:930px;
	margin: 0 auto;
	}
