/************************************************************************************
RESET
*************************************************************************************/
html {
	-webkit-text-size-adjust: none;
	}
	
img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 130%;
}

#bluegradient {
	background-image: url(images/blue-gradient.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	background-image: url(images/header-bg.jpg);
	height: 200px;
	width: 960px;
}
#search {
	float: right;
	width: 250px;
	position: relative;
	margin-top: 130px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
#navigationbar {
	height: 10px;
	width: 100%;
	background-color: #008DA9;
	position: relative;
}

/************************************************************************************
MAIN CONTENT
*************************************************************************************/
#main {
	padding-top: 20px;
}
#navigation {
	width: 25%;
	margin-right: 25px;
}
#content {
	width: 75%;
	padding-left: 25px;
	padding-top: 25px;
}
#content a {
	color: #006277;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-style: italic;
	font-weight: normal;
	color: #008DA9;
	margin-top: 0px;
	padding-top: 0px;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	color: #008DA9;
	margin: 0px;
	padding: 0px;
}

#content .section {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.picleft {
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
}
.picleftborder {
	float: left;
	padding: 2px;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 2px solid #CCC;
}


.picright {
	float: right;
	padding-bottom: 5px;
	padding-left: 15px;
}

.picrightborder {
	float: right;
	padding: 2px;
	margin-bottom: 5px;
	border: 2px solid #CCC;
	margin-left: 15px;
}
.picborder {
	padding: 2px;
	border: 2px solid #CCC;
	margin-right: auto;
	margin-left: auto;
}
#sharethis {
	float: right;
	z-index: 10;
	margin-top: 10px;
	margin-left: 10px;
	visibility: visible;
	width: 200px;
}
.description {
	font-size: 0.85em;
	font-style: italic;
	color: #666;
}
.download a{
	background-color: #d1eecb;
	background-image: url(images/download_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
	color: #060;
	font-weight: bold;
	width: 60%;
}
.button a {
	display: inline;
	text-decoration: none;
	color: #FFF !important;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #018CA9;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.specialbox {
	background-color: #EFEFEF;
	padding: 15px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.dateborder {
	width: 100%;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
}
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333;
	background-color: #dbdbdb;
	padding: 10px;
	float: right;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.bluetext {
	color: #006277;
}
#sharethis {
	float: right;
	width: auto;
}
#footer {
	font-size: 12px;
}
#footer a {
	color: #006277;
}

