@charset "utf-8";

* {
	margin: 0; /* Sticky Footer Code */
	padding: 0;
}

html, body {
	height: 100%; /* Sticky Footer Code */
}

body {
	background-color: snow;
	color: #000;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #14799e;
}

a:hover {
	color: #66ccff;
	text-decoration: none;
}

.left a:link,
.left a:visited,
.left a:hover,
.left a:active {
	background-color: transparent;
}

h1 {
	background-color: snow;
	color: #fff;
	float: left;
	font-size: 33px;
	font-weight: normal;
	line-height: 36px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 352px;
}

h1 a {
	text-decoration: none;
}

h2 {
	font-size: 27px;
	font-weight: normal;
	margin: 0 0 9px 0;
	padding: 0;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

h5 {
	font-size: 10px;
	margin: 0;
	padding: 0 0 16px 0;
}

h1,
h2,
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
}

p, ul, ol {
	font-size: 12px;
	margin: 0 0 16px 0;
	padding: 0;
}

ul {
	list-style-type: square;
	margin: 0 0 0 36px;
}

ol {
	margin: 0 0 36px 0;
}

.caption {
	font-size: 11px;
	font-style: italic;
	text-align: right;
}

.note {
	font-style: italic;
}

form label {
	font-size: 12px;
}

/* Site Layout */
.wrapper { /* Sticky Footer Code */
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px auto; /* the bottom margin is the negative value of the footer's height */
	min-height: 100%;
}

#container {
	margin: 0 auto;
	padding: 0 0 17px 0;	
	text-align: center;
	width: 960px;
}

#container .content {
	margin: 0 auto;
	text-align: center;
	width: 800px;
}

#container .top {
	background: snow url(/images/global/global-bground.gif) top center no-repeat;
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 27px 80px;
}

#container .main {
	clear: both;
	float: left;
	margin: 0 40px 0 0;
	width: 502px;
	text-align: left;
}

#container .right {
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	text-align: left;
	width: 258px;
}

#container .right .section {
	padding-bottom: 12px;
}

#container .right ul {
	font-size: 12px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#container .right li {
	padding-bottom: 0;
}

#container .right ul ul {
	margin: 0 0 0 12px;
}

#container .right ul ul li {
	padding: 0;
}

/* Site Navigation */
.sitenav {
	float: right;
	margin: 0 0 0 auto;
	padding: 47px 0 0 0;
	text-align: right;
}
ul#sitenav {
	background-color: snow;
	font-size: 12px;
	line-height: 12px;
	list-style-type: none;
	margin: 0 0 0 auto;
	padding: 6px 9px;
	text-align: right;
	border: 1px solid snow;

}

ul#sitenav li {
	float: left;
	margin: 0;
	padding: 0 9px 0 0;
}

ul#sitenav li.sectionend {
	margin: 0;
	padding: 0 0 0 0;
}

ul#sitenav a {
	float: left;
}

ul#sitenav li#on a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

ul#sitenav li#on a:hover {
	color: #66ccff;
}

.site-toolbar {
	margin: 0 0 16px 0;
	padding: 0;
}

/* Add This Button */

.button-addthis {
	background-color: snow;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	float: right;
	margin: 0 0 0 auto;
	text-align: right;
}

.button-addthis img {
	display: block;
	margin: 0;
	padding: 0;
}

.button-addthis .button-addthis-gutter {
	padding: 8px 9px;
}

/* Keeps the links in the Add This overlay transparent */
a.at-whatsthis {
	background-color: transparent;
}

/* Site Footer */

.footer, .push /* Sticky Footer Code */ {
	height: 40px; /* .push must be the same height as .footer */
}

.footer a:link,
.footer a:visited,
.footer a:active {
	color: snow;
}

.footer a:hover {
	color: #66ccff;
}

.footer {
	background-color: #000;
	color: snow;
	font-size: 11px;
}

.footer .footercontainer {
	margin: 0 auto;	
	padding: 12px 13px 0 13px;	
	text-align: center;
}

.footer .footercontainer p {
	text-align: left;
}


/* Hacks and Other CSS Tricks */

#container:after,
.top:after,
.button-addthis:after,
ul#sitenav:after,
.site-toolbar:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#container,
.top,
.button-addthis,
ul#sitenav,
.site-toolbar {
	* height: 1%;
}