/* TAG STYLES */
:focus { -moz-outline-style: none; }
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color:#E6E6E6;
	background-image:url(images/page-bg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #041B2F;
}
p {
	padding-bottom: 13px;
}
h1 {
	color: #09355E;
	font-size: 20px;
	padding-bottom: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 23px;
}
h2 {
	font-size: 18px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
}
h3 {
	font-size: 14px;
	padding-bottom: 5px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #093864;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #0E5899;
	text-decoration: none;
}
a:hover {
	color: #0E5899;
	text-decoration: underline;
}
a:active {
	color: #0E5899;
	text-decoration: none;
}
ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	padding-bottom: 12px;
	margin-left: 40px;
} 
ol {
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	padding-bottom: 12px;
	margin-left: 40px;
} 
li {
	margin-bottom: 7px;
} 
/* ID STYLES */
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#homeHead {
	background-image: url(images/home-top-right-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 178px;
	text-align: right;
	padding-top: 27px;
	padding-right: 50px;
}
#homeMain {
	background-image: url(images/home-main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 367px;
	padding-top: 40px;
	padding-right: 50px;
}
#homeContent {
	width: 360px;
	float: right;
}
#subHead {
	background-image: url(images/sub-head.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 118px;
	text-align: right;
	padding-top: 27px;
	padding-right: 50px;
}
#subMain {
	background-color: #FFF;
}
#subContent {
	width: 860px;
	float: left;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 25px;
	padding-bottom: 50px;
}
#subContentLeft {
	width: 480px;
	float: left;
	padding-right: 0px;
	padding-left: 50px;
	padding-top: 25px;
	padding-bottom: 50px;
}#subContentRight {
	width: 355px;
	float: left;
	padding-right: 50px;
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 50px;
}
#blueBarTop {
	height: 6px;
	background-color: #0F5798;
}
#bottomBlueBar {
	clear: both;
}
#footer {	
	padding-top: 20px;
	clear: both;
}
/* CLASS STYLES */
.subPic{
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #BFBFBF;
	margin-top: 4px;

}
.superBold{
	font-size: 14px;
	font-weight: bold;
}
.contactInfo{
	font-size: 11px;
	color: #4c6d8b;
	line-height: 16px;
}
.smallText{
	font-size: 11px;
}
.quoteSmall{
	font-size: 10px;
	font-style: italic;
	color: #0D4F8A;
}
.bioPic{
	padding-bottom: 22px;
	padding-left: 22px;
}
