@charset "utf-8";

/* CSS Resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */a
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Template Styles */
/* Styling From Publishing Team */



/* Load Server Fonts */

@font-face {
	font-family: 'RosarioRegular';
	src: url('../fonts/Rosario-Regular-webfont.eot');
	src: url('../fonts/Rosario-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Rosario-Regular-webfont.woff') format('woff'),
		 url('../fonts/Rosario-Regular-webfont.ttf') format('truetype'),
		 url('../fonts/Rosario-Regular-webfont.svg#RosarioRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RosarioItalic';
	src: url('../fonts/Rosario-Italic-webfont.eot');
	src: url('../fonts/Rosario-Italic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Rosario-Italic-webfont.woff') format('woff'),
		 url('../fonts/Rosario-Italic-webfont.ttf') format('truetype'),
		 url('../fonts/Rosario-Italic-webfont.svg#RosarioItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RosarioBold';
	src: url('../fonts/Rosario-Bold-webfont.eot');
	src: url('../fonts/Rosario-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Rosario-Bold-webfont.woff') format('woff'),
		 url('../fonts/Rosario-Bold-webfont.ttf') format('truetype'),
		 url('../fonts/Rosario-Bold-webfont.svg#RosarioBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RosarioBoldItalic';
	src: url('../fonts/Rosario-BoldItalic-webfont.eot');
	src: url('../fonts/Rosario-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Rosario-BoldItalic-webfont.woff') format('woff'),
		 url('../fonts/Rosario-BoldItalic-webfont.ttf') format('truetype'),
		 url('../fonts/Rosario-BoldItalic-webfont.svg#RosarioBoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* Structure */
body {
	font-size: 82%;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-family: 'RosarioBold', Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	line-height: 2em;
	font-variant: normal;
	text-transform: none;
	color: #A08A5C;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 1.5em;
	font-style: normal;
	line-height: 2em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #172952;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 1.25em;
	font-style: normal;
	line-height: 1.75em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #D18822;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 1.25em;
	font-style: normal;
	line-height: 1.75em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #172952;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 1.25em;  /* 1em */
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	margin: 0px;
	padding: 0px;
	padding-bottom: 12px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
sup {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
sub {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
a:link {
	color: #d28929;
	text-decoration: underline;
}
a:visited, a:active {
	color: #d28929;
	text-decoration: underline;
}
a:hover {
	color: #A08A5C;
	text-decoration: underline;
}
ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	padding: 0px;
	margin: 0px;
	font-size: 1.25em;
	line-height: 1.50em;
	color: #000000;
	text-indent: 0em;
}
ol {
	margin: 0px;
	padding: 0px;
}
ol li {
	padding: 0px;
	margin: 0px;
	margin-left: 12px !important;
	font-size: 1.25em;
	line-height: 1.50em;
	color: #000000;
	text-indent: 0em;
}
li li, li li li {
	font-size:100%;
}
dl {
	margin: 0px;
	padding: 0px;
}
dt {
	font-family: 'RosarioBold', Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.5em;
	font-variant: normal;
	text-transform: none;
	color: #A08A5C;
}
dd {
	font-size: 1em;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
blockquote {
	background-color: #FFFFFF;
	border: 2px solid #9FBFC4;
	margin: 2em;
	padding: 0px;
}
blockquote p {
	font-family: 'RosarioItalic', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	line-height: 2.25em;
	font-variant: normal;
	text-transform: none;
	color: #172952;
	margin: 0px;
	padding: 15px;
}
hr {
	height: 1px;
	background-color: #172952;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10%;
	margin-bottom: 5px;
	margin-left: 10%;
}
table {
	background-position: left;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A08A5C;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A08A5C;
}
th {
	background-color: #A08A5C;
	font-size: 1em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px;
}
tr {
	background-color: #FFFFFF;
}
td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A08A5C;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A08A5C;
	font-size: 1em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	margin: 0px;
	padding: 5px;
}
#footertext {
	font-size: .75em;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 4px;
}
#footerheading {
	font-size: 1em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFEB96;
	margin: 0px;
	padding: 4px;
}
#menuheading {
	font-family: 'RosarioBold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-variant: normal;
	text-transform: none;
	color: #172952;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#menuheadingrollover {
	font-family: 'RosarioBold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#menudropdown {
	font-size: 10.5px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #172952;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#menudropdownrollover {
	font-size: 10.5px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #D18822;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#topnav {
	font-family: 'RosarioBold', Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-style: normal;
	line-height: 18px;
	font-variant: normal;
	text-transform: uppercase;
	color: #172952;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#topnavrollover {
	font-family: 'RosarioBold', Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-style: normal;
	text-decoration: underline;
	line-height: 18px;
	font-variant: normal;
	text-transform: uppercase;
	color: #D18822;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#sidebarheading {
	font-family: 'RosarioBold', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	line-height: 2em;
	font-variant: normal;
	text-transform: uppercase;
	color: #172952;
	margin: 0px;
	padding: 5px;
}
#sidebartitle {
	font-size: 1.1em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #A08A5C;
	margin: 0px;
	padding: 0px;
}
#sidebartext {
	font-size: 1em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	margin: 0px;
	padding: 8px;
}
.blockquoteattribution {
	font-size: 1.05em;
	font-style: italic;
	line-height: 1.25em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #172952;
	margin: 0px;
	padding: 0px 12px;
}
.blockquoteattributionbold {
	font-size: 1.05em;
	font-style: italic;
	line-height: 1.25em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #172952;
	margin: 0px;
	padding: 0px 12px;
}
.blockquotecontent {
	font-family: 'RosarioItalic', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.40em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #172952;
	margin: 0px;
	padding: 15px;
}
#bottomquote {
	padding-top: 15px;
}
#breadcrumb {
	font-family: 'RosarioBold', Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: 30px;
	font-variant: normal;
	text-transform: none;
	color: #172952;
	margin: 0px;
	padding: 12px;
	text-align: left;
}
#breadcrumbsamepage {
	font-family: 'RosarioBold', Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: 20px;
	font-variant: normal;
	text-transform: none;
	color: #D18822;
	margin: 0px;
	padding: 12px;
	text-align: left;
}
#breadcrumbsubnav {
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #172952;
	margin: 0px;
	padding: 12px;
	text-align: left;
	text-indent: 7px;
}
#quicklinks {
	font-family: 'RosarioBold', Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 30px;
	font-variant: normal;
	text-transform: none;
	color: #172952;
	margin: 0px;
	padding: 0px;
}
#quicklinksrollover {
	font-family: 'RosarioBold', Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 30px;
	font-variant: normal;
	text-transform: none;
	color: #5C6985;
	margin: 0px;
	padding: 0px;
}
#copyright {
	font-size: 10.5px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #C2C2A4;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* Styling For Page Layout */
#page {
	width: 100%;
	height: 100%;
	background-image: url("/templates/hmdcbmain/images/BodyBGSlice.png");
	background-repeat: repeat;
}

#content {
	width: 100%;
	height: 100%;
	margin: 0 auto;	
}

#header {
	width: 100%;
	background-image: url("/templates/hmdcbmain/images/HeaderBGSlice.png");
	background-repeat: repeat-x;
	height: 210px;
}

#headerWrapper {
	width: 915px;
	margin: 0 auto;
	height: 170px;	
}

#logo {
	float: left;	
}

#logo a {
	text-decoration: none;
}

#logo img {
	margin-top: 30px;
}

#headerFunctions {
	float: right;
	width: 400px;
	height: 25px;
	margin-top: 30px;
}

#miniNav {
	float: right;
	width: 360px;
	height: 25px;
}

#miniNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

#miniNav ul li {
	display: inline;
	width: 85px;
}

#miniNav #homeButton {
	margin-right: 0px;	
}

#miniNav #contactButton {
	margin-right: 20px;	
}

#miniNav ul li {
	display: inline;
	margin: 10px 20px;
}

#mainNav {
	width: 910px;
	height: 49px;
	margin: 0 auto;
	background-image: url("/templates/hmdcbmain/images/MenuBG-rs.jpg");
}

#mainNav .menu {
	margin: 0 auto;
	padding: 0;
	padding-top: 0px;
	padding-left: 0px;
	position: relative;
	list-style-type: none !important;
}

#mainNav .menu:after {
	content: "";
	clear: both;
	display: block;
}

#mainNav .menu li {
	display: inline-table !important;
	list-style-position: inherit;
}

#mainNav .menu li a {
	font-family: 'RosarioBold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #172952;
	text-decoration: none;
	padding: 15px 0;
	display: inline-block;
	text-align: center;
	background: url('../images/menu-pipe.gif') left center no-repeat;
	vertical-align: middle;
}

#mainNav .menu li.item-8  a {
	padding: 6px 0;
}
/*  Hack to ensure proper width on menu items – 
    Will need update if items changed or renamed */
#mainNav .item-3 a { width:  88px; }
#mainNav .item-4 a { width: 139px; }
#mainNav .item-5 a { width: 155px; }
#mainNav .item-6 a { width: 140px; }
#mainNav .item-7 a { width: 118px; }
#mainNav .item-8 a { width: 156px; }
#mainNav .item-9 a { width: 114px; }

#mainNav .menu li:first-child a, 
#mainNav .menu li li a {
	background: none;
}

#mainNav .menu li:hover {
	background-color: #d28929;
	color: #FFFFFF;
}

#mainNav .menu li a:hover {
	color: #FFFFFF;
	text-align: center;
	background-image: none;
}

#mainNav .menu li li {
	float: none;
	width: 100% !important;
	display: block !important;
	list-style-position: inherit;
	padding: 0;
    text-align: left;
}

#mainNav .menu ul {
	display: none;
	position: absolute;
	background-color: #E5E3C2;
	top: 100%;
	margin-top: 0px;
	overflow: hidden;
}

#mainNav .menu li li a {
	width: 100%;
	padding: 9px 15px !important;
	text-align: left;
	border: 0;
	text-transform: none;
}

#mainNav .menu li:hover > ul {
	display: block;
}

#mainNav .menu li:hover li a:hover {
	background: #E5E3C2;
	text-align: left;	
	color: #d28929;
	border: 0;
}


#searchBox {
	float: left;
	width: 350px;
	margin-top: 40px;
	margin-left: 60px;
}

div.search {
	padding: 0px;
	margin: 0px;
}

#searchBox .inputbox {
	width: 276px;
	height: 26px;
	vertical-align: top;
	border: 1px solid #d0d1bb;
	border-bottom-color: #c1c3a4;
	color: #A69266;
	background: #fcfcf8;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fcfcf8 0%, #f4f4e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcf8), color-stop(100%,#f4f4e7));
	background: -webkit-linear-gradient(top,  #fcfcf8 0%,#f4f4e7 100%);
	background: -o-linear-gradient(top,  #fcfcf8 0%,#f4f4e7 100%);
	background: -ms-linear-gradient(top,  #fcfcf8 0%,#f4f4e7 100%);
	background: linear-gradient(to bottom,  #fcfcf8 0%,#f4f4e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcf8', endColorstr='#f4f4e7',GradientType=0 );
	border-right: none;
}

#searchBox input[type="text"] {
	padding-left: 6px;
}

#searchBox .button {
	margin-left: -44px;
}

#contentWrapper {
    width: 910px;
	min-height: 875px;
	height: 100%;
	margin-bottom: 25px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image: url("/templates/hmdcbinner/images/Watermark.png");
	background-position: left bottom;
	background-repeat: no-repeat;
}

#contentInnerWrapper {
	width: 910px;
	min-height: 875px;
	height: 100%;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}

#sideNav {
	width: 198px;
	min-height: 875px;
	height: 100%;
	float: left;
}

#sideNav .menu {
	font-family: 'RosarioBold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 30px;
	font-variant: normal;
	text-transform: none;
	color: #26375e;
	margin: 0px;
	padding: 0px;
	margin-top: 40px;
	padding: 0px;
	text-align: left;
	height: 100%;
	list-style-type: none !important;
	text-decoration: none;
	border-top: #c1c2a4 thin solid;
}

#sideNav .menu li {
	margin: 0px;
	border-bottom: #c1c2a4 thin solid;
	list-style-type: none !important;
	padding: 10px 10px;
}

#sideNav .menu li a {
	text-decoration: none;
	min-width: 100%;
	min-height: 100%;
	padding: 15px;
}

#sideNav .menu li a span {
	text-decoration: none;
	min-width: 100%;
	min-height: 100%;
}

#sideNav .menu li a:link, 
#sideNav .menu li a:visited, 
#sideNav .menu li a:active {
	color: #26375E;
}

#sideNav .menu li.active, 
#sideNav .menu li:hover {
	background-color: #FEF7CC;
}

#sideNav .menu li:hover,
#sideNav .menu li a:hover {
	color: #D28929;
}

#contentHeader {
	width: 100%;
	height: 322px;
	background-color: #eef2f6;
}

#contentHeaderWrapper {
	width: 100%;
	height: 322px;
	/*margin-left: -17px;*/
	background-image: url("/templates/hmdcbinner/images/header.jpg");
}

#contentBanner {
	float: left;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#buttonWrapper {
	float: right;
	margin-right: 10px;
	margin-top: 20px;
	width: 225px;
	height: 100%;
}

#buttonTop {
	margin-bottom: 20px;
}

#buttonBottom {
	margin-bottom: 30px;
}

#memberOf {
    text-align: center;
}

#memberOf img {
	width: 125px;
	height: auto;
}

#contentBody {
	min-height: 510px;
	height: 100%;
	width: 100%;
	margin-top: 20px;
}

#contentLeft {
	margin-top: 10px;
	margin-left: 50px;
	height: 100%;
	width: 29%; /* Width deviates btwn Home and Inner CSS */
	min-height: 500px;
	float: left;
}

#contentCenter {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	height: 100%;
	width: 29%; /* Width deviates btwn Home and Inner CSS */
	min-height: 500px;
	float: left;
	border: 0px;
	padding: 0px 10px;
}

#contentCenter table,
#contentCenter tr,
#contentCenter td,
#contentCenter tbody {
	border: 0px;
}

#contentRight {
	margin-top: 20px;
	margin-right: 20px;
	height: 100%;
	width: 248px; /* Width deviates btwn Home and Inner CSS */
	min-height: 500px;
	float: right;
}

#contentRightTop {
	height: 45%;
	width: 100%;
	margin-bottom: 20px;
}

#contentRightBottom {
	height: 45%;
	width: 100%;
}

#footer {
	height: 213px;
	background-image: url("/templates/hmdcbmain/images/FooterBGSlice.png");
    background-repeat: repeat-x;
	width: 100%;
}

#footerwrapper {
	height: 213px;
	width: 915px;
	margin: 0 auto;
}

#footerNav {
	height: 87%;
	margin: 0 auto;
	padding: 0;	
}

#footerNav .menu {
	margin: 30px 0 0 0;
	padding: 0;
	height: 100%;
	text-align: left;
	list-style-type: none !important;
}

#footerNav .menu li {
	float: left;
	margin: 0px;
	width: 110px;
	display: inline !important;
	list-style-position: inherit;
	padding: 10px 10px 10px 10px;
}

#footerNav .menu li a {
	font: bold 11.5px/18px Arial, Helvetica, sans-serif;
	color: #fced96;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
}

#footerNav .menu li ul {
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	width: 110px;
}

#footerNav .menu li li {
	display: block !important;
	list-style-position: inherit;
	padding: 0px;
}

#footerNav .menu li li a {
	font: normal 10.5px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#footerNav .menu ul li {
	line-height: 1.50em;
}

#footerCopyright {
	text-align: center;
}

#footerCopyright p {
	font-size: 10.5px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #C2C2A4;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#footerCopyright span {
	display: inline-block;
	margin: 0 15px;
}

#comingsoon {
	background-position: 4px 12px;
	height: 977px;
	width: 660px;
	float: left;
	margin-top: 205px;
	padding-top: 60px;
	padding-left: 210px;
	padding-right: 60px;
	text-align: center;
	background-image: url("/templates/hmdcbinner/images/Watermark.png");
	background-repeat: no-repeat;
}
.upcomingheader {
	font-family: 'RosarioBold', Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.4em;
	text-transform: uppercase;
	width: 100%;
	border-bottom: 1px solid #172952;
	margin-bottom: 8px;
	color: #172952;
}
.upcomingsubheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
	text-transform: none;
	width: 100%;
	border-bottom: 0px;
	color: #A18B5D;
}
.upcomingcontent {
	line-height: 1.4em;
	margin-bottom: 15px;
	font-size: .9em;
}

#buttonTop {
	background-image: url("/templates/hmdcbmain/images/recertify_hover.png"); /* /templates/hmdcbmain/images/apply-now-hover.png */
	background-repeat: no-repeat;
}

#buttonTop a,
#buttonTop a:link,
#buttonTop a:visited {
	display:block;
	width: 225px;
	height: 92px; 
}

#buttonTop a:hover img {
	visibility:hidden;
}

#buttonBottom {
	background-image: url("/templates/hmdcbmain/images/FindAnHMDC_pressed.png");
	background-repeat: no-repeat;
}

#buttonBottom a,
#buttonBottom a:link,
#buttonBottom a:visited {
	display:block;
	width: 225px;
	height: 92px; 
}

#buttonBottom a:hover img {
	visibility:hidden;
}

.firstquick {
	background-image: url("/templates/hmdcbinner/images/ResourcesPressed.png");
	background-repeat: no-repeat;
}

.firstquick a,
.firstquick a:link,
.firstquick a:visited {
	display:block;
	width: 166px;
	height: 57px; 
}

.firstquick a:hover img {
	visibility:hidden;
}

.secondquick {
	background-image: url("/templates/hmdcbinner/images/CalendarPressed.png");
	background-repeat: no-repeat;
}

.secondquick a,
.secondquick a:link,
.secondquick a:visited {
	display:block;
	width: 166px;
	height: 57px; 
}

.secondquick a:hover img {
	visibility:hidden;
}

.thirdquick {
	background-image: url("/templates/hmdcbinner/images/FAQsPressed.png");
	background-repeat: no-repeat;
}

.thirdquick a,
.thirdquick a:link,
.thirdquick a:visited {
	display:block;
	width: 166px;
	height: 57px;
}

.thirdquick a:hover img {
	visibility:hidden;
}

#contentLeft ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 1em;
	font-style: normal;
	line-height: 1.50em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-indent: 0em;
}
#contentCenter ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 1em;
	font-style: normal;
	line-height: 1.50em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-indent: 0em;
}
#contentRight ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 1em;
	font-style: normal;
	line-height: 1.50em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-indent: 0em;
}

#contentCenter ol {
	list-style-type: decimal;
}

/* Home and Inner differ to account for bullets? */
#contentRight a:visited, 
#contentRight a:active {
	color: #d28929;
	text-decoration: underline;
}

#contentRight a:hover {
	color: #A08A5C;
	text-decoration: underline;
}
	
#contentLeft a:visited,
#contentLeft a:active {
	color: #d28929;
	text-decoration: underline;
}

#contentLeft a:hover {
	color: #A08A5C;
	text-decoration: underline;
}

#contentCenter a:visited, 
#contentCenter a:active {
	color: #d28929;
	text-decoration: underline;
}

#contentCenter a:hover {
	color: #A08A5C;
	text-decoration: underline;
}
.search label {
    display: none;
}
#searchBox input[type="search"] {
    padding-left: 6px;
}
#contentWrapper a.button {
	background-color: #cc7a0f;
	font-family: 'RosarioBold', Arial, Helvetica, sans-serif;
	border: 1px solid #cc7a0f;
	border-width: 2px;
	color: #FFFFFF;
	padding: 12px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin: 0 1.5em 1em 0;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
	border-radius: 4px;
	text-transform: uppercase;
} 
#contentWrapper a.button:hover {
	background-color: #ffffff;
	color: #cc7a0f;
}
#contentHeaderWrapper .HeroText {
	margin: 0 2em;
    height: 100%;
}
#contentHeaderWrapper .HeroText h1 {
	color: #172952;
	font-size: 3.5em;
	line-height: 1.2em;
	margin-bottom: .25em;
	padding-top: .25em;
}