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



/* Begin Typography & Colors */

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: 0.1em;
}

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

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	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-size: 24px;
}

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: 75px;
}

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

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

/* 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;
}
