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

/* Begin Typography & Colors */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
}

h1 {
	font-family: 'GraublauWebBold', Tahoma, Geneva, sans-serif;
	color: #3A728A;
	font-size: 26px;
	letter-spacing: .05em;
	font-weight: normal;
}

h2 {
	font-family: 'GraublauWebBold', Tahoma, Geneva, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #38967F;
}

.small {
	color: #FFF;
	font-size: 12px;
}


.highlight a:link {
	font-size: 14px;
	color: #FFF;
}

.highlight a:visited {
	font-size: 14px;
	color: #FFF;
}


.highlight a:hover {
	color: #FFF;
	text-decoration: underline;
	font-size: 14px;
}


.small a:link {
	font-size: 12px;
	color: #FFF;
}

.small a:visited {
	font-size: 12px;
	color: #FFF;
}


.small a:hover {
	color: #FFF;
	text-decoration: underline;
}


.large{
	font-family: 'GraublauWebBold', Tahoma, Geneva, sans-serif;
	font-size: 18px;
}

a:link {
	text-decoration: none;
	color: #3E7189;
}
a:hover {
	text-decoration: underline;
	color: #3E7189;
}

a:visited {
	text-decoration: none;
	color: #3E7189;
}



/* Begin Layout */

body {
	background-image: url(gradient.png);
	background-repeat: repeat-x;
	background-color: #38967F;
}

#header {
	margin-top: 0px;
	background-color: #FFF;
	width: 940px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
}

#container {
	background-color: #FFF;
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer{
	width: 940px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	background-color: #384996;
}


.content {
	width: 900px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 50px;
	background-color: #FFF;
}

.highlight {
	color: #FFF;
	background-color: #3A728A;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

.headerfloatRight{
	float: right;
	margin-right: 20px;
	margin-top: 40px;
	width: 375px;
}

.download{
	font-variant: normal;
	position: relative;
	bottom: 15px;
}

.thumbwrapper {
	width: 580px;
	float: right;
	padding-left: 20px;
}

.headersub{
	height: 35px;
	width: 185px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	color: #666;
	display: block;
}

/* utility */

.floatLeft {
	float: left;
}

.floatRight{
	float: right;
}

.photo_floatLeft {
	float: left;
	background-color: #CAD6E3;
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.photo_floatRight{
	float: right;
	background-color: #CAD6E3;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: none;
}
.clear{
	clear: both;
}

