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

* {
	margin:0;
	padding:0;
	
}
a {
	outline:none;
}
body {
	background: #032041;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#002D62;
}

p {
	/*font-family: SimonciniGaramond, Garamond Premr Pro, Adobe Garamond Pro, "Times New Roman", Times, serif;
	letter-spacing:2px; */
	font-family:"Times New Roman", Times, serif;
}
#wrapper {
	margin: 0 auto;
	width:900px;
	/*height:560px;*/
	background: #FFFFFF;
}

#footer {
	margin: 0 auto;
	width:900px;
	text-transform:uppercase;
	
}
#masthead {
	position:relative;
}
h1 {
	margin:0;
	position:absolute;
	top:3px;
	left:22px;
	z-index:3;
	width:163px;
	text-indent:-9999px;
	background:url(../images/logo.png) no-repeat;
}
h1 a {
	display:block;
	height:166px;
	background:url(../images/logo.png) no-repeat;
}

h2 {
	font-weight:bold;
	font-size:13px;
}
.clear_fix {
	clear:both;
}
#content {
	float:right;
	position:relative;
	/*width:640px;*/
	/*and for scroll behavior and 560px fixed wrapper height..assumes 18px high nav and 85px high shim*/
	
	width:670px;
	/*overflow:auto;
	height:455px;*/
}
#content {
	/*width:670px;*/
	/*overflow:auto;
	height:455px;*/
}
#content .inside {
	padding-right:20px;
}
#content p {
	padding-bottom:7px;
	line-height:18px;
}
#content h2 {
	line-height:16px;
	padding-bottom:7px;
}
#content a {
	color:#002D62;
}
#content ul {
	width:100%;
	margin:0 0 0 5px;
	padding:0 0 0 10px;
	list-style-image:url(images/bullet.gif);
}
#content li {
	padding-left: 5px;
}
#content img {
	padding-bottom:20px;
	padding-top:10px;
}
.shim {
	height:85px;
}
.oddfont {
	/*font-family: SimonciniGaramond, Garamond Premr Pro, Adobe Garamond Pro, Georgia, Arial, Helvetica, sans-serif;
	letter-spacing:2px; */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:normal;
}

/*Social nav styles*/
a.social {
	text-indent:-9999px;
	display:block;
	height:25px;
	width:25px;
	font-size:18px;	
}

a.social.twitter {
	background:url(../images/social_sprite.png) bottom left no-repeat;	
}
a.social.facebook {
	background:url(../images/social_sprite.png) bottom right no-repeat;	
}

div.social {
	position:absolute;
	top:24px;
	right:5px;
	z-index:50;
}

.social ul {
	float:left;
	list-style:none;
	margin: 0px 0 0 0;
}
.social ul li {
	float:left;
	margin:5px;	
}




