/* CSS Document */

/* body: top and bottom margins, default type */

body {
	background-color: #EBEBEB;
	margin-top: 0px;
}

/* link colors */

a:link {
	color: #003366;
}
a:visited {
	color: #666666;
}


/* text formatting*/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #FF6600;
	padding-bottom: 18px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 6px;
	padding-bottom: 6px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	padding-top: 54px;
	margin-bottom: 12px;
	line-height: 20px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	margin-top: 24px;
	margin-bottom: 6px;
}
ul {
	list-style-image: url(../images/home/bullet.gif);
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 0px;
	margin-top: 3px;
}
li {
	padding-bottom: 6px;
	margin-left: -18px;
}


/* wrapper: sets page width, content background color, centers in browser */

#divBodyWrapper {
	width: 798px;
	min-height: 100%;
	height: 100%;
	background-image: url(../images/home/bkgd_tile.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
#divWrapper {
	width: 780px;
	background-color: #FFFFFF;
	margin-left: 9px;
	overflow:auto;
}


/* content: main section of page, includes bullet styles */

#divContent {
	float: left;
	padding-top: 10px;
	padding-left: 33px;
	overflow:auto;
	clear: both;
}
#divContent ul {
	font-size: 12px;
	line-height: 14px;
	list-style-image: url(../images/home/arrow.gif);
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 0px;
	margin-top: 3px;
}
#divContent li {
	padding-bottom: 6px;
}


/* flash: home page element */

#divFlash {
	width: 712px;
	height: 100px;
	padding-bottom: 10px;
}

/* 1 column layout styles for inside pages */

#div1column1 {
	float: left;
	width: 650px;
	margin-top: 9px;
	margin-right: 26px;
}

/* 2 column layout styles for inside pages */

#div2column1 {
	float: left;
	width: 205px;
	margin-top: 9px;
	margin-right: 56px;
	margin-bottom: 20px;
}
#div2column2 {
	float: left;
	width: 420px;
	margin-right: 0px;
	margin-bottom: 20px;
}


/* 3 column layout styles for home page */

#div3column1 {
	float: left;
	width: 195px;
	margin-top: 9px;
	margin-right: 30px;
	margin-bottom: 20px;
}
#div3column2 {
	float: left;
	width: 300px;
	margin-right: 19px;
	margin-bottom: 20px;
}
#div3column3 {
	float: left;
	width: 168px;
	margin-right: 0px;
}

/* login styles */

#divLogin {
	width: 167px;
	padding-top: 9px;
}
#divLoginInside {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	text-align: right;
	background-color: #CFDAE7;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006799;
	border-left-color: #006799;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}



/* header: includes all navigation and the rule below */

#divHeader {
	height: 116px;
	background-image: url(../images/home/navbar_banner.jpg);
	background-repeat: no-repeat;
}
#divNavWrapper {
	float: left;
}
#divHeaderLogo {
	float: left;
	width: 168px;
	padding-top: 21px;
	padding-left: 77px;
}
#divTopNav {
	float: right;
	width: 291px;
	padding-right: 24px;
	padding-top: 73px;
}
#divTopNav img {
	margin-right: 18px;
}
#divMainNav {
	float: left;
	width: 712px;
	padding-left: 33px;
	padding-top: 1px;
}
#divNavRule {
	float: left;
	clear: both;
}


/* footer: includes divider rule at the end of the content, html nav, copyright info */

#divFooter {
	color: #999999;
	text-align: center;
	padding-top: 8px;
	padding-left: 25px;
	padding-bottom: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF8339;
	clear: both;
}
#divFooter p {
	font-size: 10px;
	line-height: 14px;
	margin-top: 8px;
	margin-bottom: 9px;
}
.articleHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #003366;
	margin-top: 18px;
	margin-bottom: 6px;
}
.articleByline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #666666;
}
.articleDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 3px;
	margin-bottom: 0px;
}
.bioName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 9px;
	color: #FF6600;
}
.bioTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #333333;
}
.bodyBullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 9px;
	list-style-image: url(../images/home/bullet.gif);
}
.bodySM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.button a {
	display: block !important;
	padding: 1px 6px!important;
	width: 193px !important;
	border: 1px solid #CCCCCC !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
	font-weight: bold !important;
	text-decoration: none !important;
	color: #003366 !important;
	background-color: #E7ECF3;
}
.button a:hover {
	color: #666666 !important;
	text-decoration: none !important;
	background-color: #EBEBEB !important;
}
.divider {
	color: #999999;
}
.downloadList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 9px;
	margin-bottom: 9px;
	text-indent: 18px;
}
.eventHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #FF6600;
	margin-top: 18px;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 3px;
}
.eventDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 3px;
}
.eventDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 3px;
	margin-bottom: 6px;
}
.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #FF6600;
	margin-top: 22px;
	margin-bottom: 12px;
}
.officeHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #FF6600;
	margin-top: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 3px;
}
.pageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #FF6600;
	margin-top: 0px;
	margin-bottom: 28px;
}
.question {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #FF6600;
	margin-top: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 3px;
}
.SectionLinksHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 0px;
}
.subheadBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #FF6600;
	margin-top: 24px;
	margin-bottom: 9px;
}
.subheadCAPS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #FF6600;
	margin-top: 18px;
	margin-bottom: 6px;
}
.subheadCAPSsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FF6600;
	margin-top: 14px;
	margin-bottom: 3px;
	text-transform: uppercase;
}
