

body {
	background-color: #e0e1e2;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	font-family: "Frutiger 55 Roman", Helvetica, Arial, sans-serif;
	color: #808080;
}

#wrapper {
	position: relative;
	width: 1024px;
	margin: 30px auto 0 auto;
	background-color: #fff;
}

#header {
	width: 1024px;
	position: relative;
	top: 18px;
}

#headerSubPage {
	margin-top: 25px;
}

#navigation {
	float: left;
	display: inline;
	width: 812px;
	height: 45px;
	background-color: #0070af;
}

#navigationSubPage {
	width: 834px;
}

#logo {
	display: inline;
	width: 212px;
	height: 207px;
	float: right;
}

#logo img {
	display: inline;
	margin: 0;
	padding: 0;

}

#banner {
	background-image: url(../images/home-banner.png);
	width: 812px;
	height: 162px;
	float: left;
	display: inline;
}

#banner h1 {
	color: #04386c;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	top: 70px;
	left: 220px;
}


#content {
	float: left;
	display: inline;
	margin: 40px -60px 40px 80px;
	padding-right: 35px;
	width: 650px;
	border-right: 1px solid #707070;
}

#sidebar {
	display: inline;
	float: right;
	width: 203px;
	margin: 40px 14px 0 60px;
	padding-left: 35px;	
}

#footer {
	clear: both;
	width: 996px;
	margin-left: 14px;
	padding: 10px 0 5px 0;
	border-top: 1px solid #707070;
	text-align: center;
}

#dmaLogo {
	display: inline;
	float: left;
	margin-left: 30px;
	margin-top: 10px;
}

.leftList {
	display: inline;
	float: left;
	margin-left: 20px;
}

.rightList {
	display: inline;
	float: left;
	margin-left: 70px;
}

.backLink {
	display: inline;
	float: right;
	margin-left: 10px;
}

.clearFloats {
	clear: both;
}


/* === Sub Page Styles === */

#subLogo {
	display: inline;
	float: right;
	width: 98px;
	height: 150px;
	margin-top: -10px;
}

#subBanner {
	display: inline;
	float: left;
	width: 812px;
	height: 84px;
	margin-top: 9px;
	background-image: url(../images/sub2-banner-main.png);
	background-repeat: no-repeat;
}

#middleSubBanner {
	display: inline;
	float: right;
	width: 57px;
	height: 138px;
	background-image: url(../images/sub2-banner-middle.png);
}

#rightSubBanner {
	display: inline;
	float: right;
	width: 57px;
	height: 138px;
	background-image: url(../images/sub2-banner-right.png);
}

#middleSubBanner3 {
	display: inline;
	float: right;
	width: 57px;
	height: 138px;
	background-image: url(../images/sub3-banner-middle.png);
}

#rightSubBanner3 {
	display: inline;
	float: right;
	width: 57px;
	height: 138px;
	background-image: url(../images/sub3-banner-right.png);
}

#contentSub2 {
	width: 640px;
	margin: 0 0 23px 80px;
	padding-top: 30px;
	clear: both;
}

#contentSub3 {
	width: 710px;
	margin: 0px 0 23px 80px;
	padding-top: 80px;
}

.callout {
	width: 640px;
	padding: 24px;
	color: #231f20;
	background-color: #ebecec;
	background-image: url(../images/callout-background.png);
	background-repeat: repeat-x;
}

.callout a {
	color: #231f20;
	font-size: 12px;
}

.callout li {
	margin-bottom: 15px;
}


/* === Text Styles === */

p {
	line-height: 18px;
	font-size: 12px;
	margin-bottom: 15px;
}

p.intro {
	color: #0070af;
}

h1 {
	color: #0070af;
	font-weight: normal;
	font-size: 36px;
	margin-bottom: 15px;
}

h2 {
	color: #0070af;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 15px;
}

h3 {
	font-weight: normal;
	font-size: 14px;
	margin: 4px 0;
}

h3 a {
	margin: 12px 12px;
}

.caption {
	color: #808080;
	font-size: 11px;
}

a {
	color: #0070af;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #0070af;
}

ul, ol {
	font-size: 12px;
	line-height: 18px;
	margin-left: 30px;
	margin-bottom: 15px;
}

li {
	margin-bottom: 10px;
}

/* === Navigation === */

#navigation ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-left: 60px;
}

#navigation li {
	display: inline;
	margin-left: 20px;
	text-transform: uppercase;
}

#navigation a {
	color: #c9d9ec;
	text-decoration: none;
	font-size: 12pt;
}

#navigation a:hover {
	color: #fff;
}

#navigation a.current {
	color: #fff;
	font-weight: bold;
}



/* === Footer Text Styles === */

#footer p {
	font-size: 10px;
}

#footer a {
	text-decoration: none;
	color: #808080;
}

#footer a:hover {
	text-decoration: underline;
	color: #0070af;
}

#footer span {
	margin-left: 15px;
}
