@charset "UTF-8";

/* Global Content Formatting and Styles */
html {
    overflow-y: scroll;
}
body {
	color: #575c7a;
	line-height: 1.5em;
	font-family: gruppo;
	font-size: 14px;
	background: #515673 url(../images/background_gradient.jpg) repeat-x 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: auto;
}
.title a {
	text-decoration: none;
	display: inline-block;
	margin-top: 40px;
	margin-left: 20px;
	font-size: 1.8em;
	font-style: normal;
	font-weight: 400;
	font-family: gruppo;
}

h1 {
	font-size: 2em;
	font-weight: 300;
	color: #FFAA34;
	margin: 0 0 .5em 0;
	font-style: normal;
	}
#container {
	background-image: url(../images/container_background.png);
	background-repeat: no-repeat;
	background-color: rgb(242,242,242);
	width: 100%;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 20px;
	min-width: 400px;
	padding-top: 13px;
}
.page {
	max-width: 1036px;
	background-color: #fff;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	position: relative;
	visibility: visible;
	display: block;
	padding-top: 0px;
	}
	
article {
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-style: normal;
	font-weight: 300;
	font-size: 1.2em;
		}
.gold {
	color: rgb(247,174,51);
}
h2 {
	font-size: 1.7em;
	margin: 0 0 1em 0;
	}
h3 {
	font-size: 1.3em;
	margin: 0 0 1em 0;
	}
	
p {
	margin: 0 0 .75em 0;
	}	
.currantFont {
	color: #FFAA34;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FBFBFB;
	text-decoration: none;	
}

.promo h3 {
	font-size: 1.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-family: gruppo;
	font-style: normal;
	font-weight: 400;
	}

.promo p {
	line-height: 1.2em;
	font-size: .9em;
	margin-bottom: .5em;
}
	
.promo {
	background-repeat: no-repeat;
	margin-top: 0px;
}
#photoWrapper {
	width: 95%;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: #515673;
	padding-top: 10px;
	padding-bottom: 10px;
	/* [disabled]min-width: 400px; */
	padding-left: 8px;
	padding-right: 8px;
}
nav a {
	color: #999999;
	text-transform: capitalize;
	text-decoration: none;
	display: inline-block;
	font-size: 1.2em;
	}
nav a:hover {
	color: #FFAA34;
	}	
.clear-fix { clear: both; line-height: 1px;}

footer {
	font-size: 1.1em;
	/* [disabled]color: #9ba0bd; */
	background-color: #838487;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: auto;
	background-repeat: no-repeat;
}
.footc {
	/* [disabled]font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; */
	font-size: 1.1em;
	color: rgb(204,204,204);
	margin: 0px;
	padding: 0px;
	width: 33%;
	line-height: 4px;
}
.page #container .about p {
	margin-top: 25px;
}
