@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
}
a {
	color: #93C5F2;
}
a:hover {
	color: #FFD28E;
}

p {
	margin-bottom: 16px;
}

#flasharea {
	height: 680px;
	width: 900px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
}
#masthead {
	width: 900px;
}

#footer {
	width: 1000px;
	border-top-width: 1px;
	border-top-color: #EEEEEE;
	padding-top: 6px;
	padding-bottom: 5px;
	font-size: 11px;
	color: #AAAAAA;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	color: #8684AE;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}
#footer a:hover {
	color: #66CCFF;
}
#container {
	background-image: url(../images/bg_container.gif);
	background-repeat: repeat-y;
	margin: auto;
	width: 944px;
}
#masthead {
	background-image: url(../images/bg_masthead.gif);
	height: 254px;
	width: 944px;
}
#guts {
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 944px;
	padding-bottom: 100px;
}

#nav {
	float: left;
	width: 190px;
	font-size: 14px;
	padding-left: 53px;
	line-height: 20px;
	background-image: url(../images/bg_nav.gif);
	background-repeat: no-repeat;
	padding-top: 66px;
	margin-bottom: 118px;
}
#nav ul li {
	list-style-type: none;
	display: block;
	width: 180px;
}
#nav ul li a {
	background-image: url(../images/bullet_nav.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 160px;
	padding-left: 20px;
	color: #72b0df;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #439BDC;
	background-color: #D6E9F7;
	background-position: 0px -48px;
}
#content {
	font-size: 13px;
	line-height: 20px;
	color: #77787b;
	float: left;
	width: 540px;
}
#content h1 {
	font-size: 16px;
	color: #93c5eb;
	margin-bottom: 16px;
}
#content h3 {
	font-size: 13px;
	margin-bottom: 2px;
}


#content ul {
	margin-bottom: 16px;
	list-style-type: none;
}
#content li {
	margin-bottom: 6px;
	padding-left: 24px;
	background-image: url(../images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 8px 5px;
}
#content .photos {
	float: right;
	left: 100px;
	position: relative;
	margin-left: -60px;
}
.pdf {
	background-image: url(../images/pdf_icon2.gif);
	background-position: 2px 0px;
	padding-left: 25px;
	background-repeat: no-repeat;
	padding-bottom: 6px;
}
.logoset {
	display: block;
	float: right;
	width: 150px;
	margin-bottom: 12px;
	left: 40px;
	position: relative;
	margin-left: -30px;
}
.logoset img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F6FA;
}
.caption {
	font-size: 11px;
}
