@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #191368;
}

#wrapper {
	width: 780px;
	margin: 20px auto;
	padding-top: 10px;
	border: 0px solid #000;
	background: #fff;
}

/* HEADER STUFF */
#header {
	margin-top: 0px;
	padding-left: 10px;
	margin-right: 10px;
	border: 0px solid #000;
	background: url("../images/site/hsi-logo-navy.png") no-repeat top right;
	height: 121px;
	vertical-align: middle;
}

#header p {
	vertical-align: middle;
	padding-top: 5px;
}

#header p+p {
	padding-top: 0px;
}

p.large {
	font-size: 24pt;
}

/* NAVBAR STUFF */
#nav {
	margin-top: 10px;
	background: #191368;
	height: 29px;
	width: 100%;
}

#menuwrapper {
	border-top: 0px;
	background: #191368;
	margin: 0 auto;
	width: 100%;
}

#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 5px;
	border: 0px solid #fff;
	font-size: 12pt;
	color: #fff;
}

#p7menubar a.trigger {
	padding: 5px 10px 5px 10px;
}

#p7menubar li {
	float: left;
	width: 90px;
}

#p7menubar li ul, #p7menubar ul li  {
	width: 15em;
}

#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 5px 3px 15px;
}

#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
}

#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #191368;
	background-color: #fff;
}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #fff;
	/*background-color: transparent;*/
	background: #191368;
}

#p7menubar ul a:hover {
	background-color: #7c7c7c!important;
	color: #FFFFFF!important;
}

#p7menubar li { width: auto; }

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

/* CONTENT STUFF */
#content {
	padding: 10px;
}

#content p.breadcrumb {
	font-size: 8pt;
	padding-bottom: 10px;
	color: #666;
}

#content p {
	line-height: 14pt;
}

#content p+p {
	padding-top: 15px;
}

#content p.attention {
	text-align: center;
	color: #191368;
	font-weight: bold;
}

#content p.title {
	color: #191368;
	font-size: 18pt;
}

#content li {
	list-style-position: inside;
	padding: 5px 0 5px 20px;
	text-indent: -13px;
}

#content a:link, #content a:visited {
	color: #191368;
	border-bottom: 1px dotted #7c7c7c;
}

#content a:hover, #content a:active {
	color: #7c7c7c;
	border-bottom: 1px dotted #7c7c7c;
}

.space {
	height: 20px;
}

p.right {
	text-align: right;
}

ul+p, p+ul {
	padding-top: 10px;
}

/* MUGS */
.mug {
	float: left;
	width: 100px;
	margin-right: 10px;
}
.descript {
	float: right;
	width: 650px;
}

/* FOOTER STUFF */
/*#sos {
	border-top: 0px solid #000;
	padding: 10px;
	font-size: 18pt;
}

#sos p {
	border-top: 1px dotted #000;
	color: #191368;
	text-align: center;
}*/

#footer {
	width: 780px;
	margin: 0 auto 10px;
	padding-top: 10px;
	background: #191368;
}

#footer p {
	text-align: center;
	color: #fff;
}

#footer a:link, #footer a:visited {
	color: #7c7c7c;
}

#footer a:hover, #footer a:active {
	color: #fff;
}

/* FLOATING BOXES */
.floatbox {
		float: left;
		width: 300px;
		border: 0px solid #191368;
		margin: 0 15px 15px 0;
		background: #f4f4f4;
}

.float09Pres {
	background: #f4f4f4;
	float: right;
	width: 430px;
}

.clearboth { clear: both; }

.floatbox .title, .float09Pres .title {
	background: #191368;
	color: #fff;
	padding: 5px;
	font-variant: small-caps;
	margin-left: 0;
	font-weight: bold;
}

.floatbox p, .float09Pres p {
	padding: 5px;
	padding-top: 10px;
	line-height: normal;
}

.emphasize {
	font-size: 12pt;
	font-weight: bold;
	color: #191368;
}

.sub {
	font-size: 8pt;
	font-weight: bold;
}

/* FORM STUFFS */
form {
	width: 420px;
	padding-bottom: 20px;
}

fieldset {
	border: 1px solid #EAEAEA;
	margin-bottom: 20px;
	padding: 0 10px 5px 10px;
}

fieldset.padding {
	padding-top: 10px;
}

legend {
	padding: -10px 5px 10px 5px;
	font-weight: bold;
	font-size: 12pt;
}

label {
	float: left;
	padding: 3px 0 0 0;
	display: block;
	clear: both;
}

fieldset.submit {
	background: #eaeaea;
	padding: 5px 10px;
}

input.float {
	width:200px; 
	height:17px; 
	margin: 0 0 5px 10px; 
	padding: 1px 0 0 0; 
	float: right;
}

textarea {
	width:200px; 
	height:100px; 
	margin: 0 0 5px 10px; 
	padding: 1px 0 0 0; 
	float: right;
}

input.float, textarea {
	border: 1px dotted #666;
	color: #191368;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

input.btnSubmit {
	float: right;
	padding-top: 0;
}

/* COOL CHOICES */

#coolchoices {
	background: url('../images/site/coolchoices-bg.png') top center no-repeat;
	margin-top: 20px;
}

#column1 {
	float: left;
	width: 380px;
	margin: 10px auto;
	text-align: center;
	color: #00009a;
}

#column2 {
	float: right;
	width: 360px;
	margin: 10px auto;
	text-align: center;
	color: #00009a;
}

#c1box1 {
	background: #b3b3ff;
	width: 200px;
	height: 65px;
	margin: 0 auto;
	padding-top: 30px;
}

#c2box1 {
	background: #b3b3ff;
	width: 200px;
	height: 80px;
	margin: 0 auto;
	padding-top: 20px;
}

#c1level2-1 {
	float: left;
	width: 190px;
	margin: 0 auto;
}

#c1level2-2 {
	float: right;
	width: 190px;
	margin: 0 auto;
}

#c1box2 {
	width: 160px;
	height: 70px;
	background: #b3b3ff;
	margin: 10px auto;
	padding-top: 15px;
}

#c1box3 {
	width: 160px;
	height: 62px;
	background: #b3b3ff;
	margin: 10px auto;
	padding-top: 23px;
}

#c2level2-1 {
	float: left;
	width: 72px;
	margin: 0 auto;
}

#c2level2-2 {
	float: left;
	width: 72px;
	margin: 0 auto;
}

#c2level2-3 {
	float: left;
	width: 72px;
	margin: 0 auto;
}

#c2level2-4 {
	float: left;
	width: 72px;
	margin: 0 auto;
}

#c2level2-5 {
	float: right;
	width: 72px;
	margin: 0 auto;
}

#c2box2 {
	width: 70px;
	height: 40px;
	background: #b3b3ff;
	margin: 10px auto;
	padding-top: 7px;
}

#c2box3 {
	width: 70px;
	height: 40px;
	background: #b3b3ff;
	margin: 10px auto;
	padding-top: 7px;
}

#c2box4 {
	width: 70px;
	height: 40px;
	background: #b3b3ff;
	margin: 10px auto;
	padding-top: 7px;
}

#c2box5 {
	width: 70px;
	height: 40px;
	background: #b3b3ff;
	margin: 10px auto;
	padding-top: 7px;
}

/* MISC STUFF */
td.references {
	background: #eaeaea;
	padding: 10px;
}