/* Start of CMSMS style sheet 'DI-Style' */
* {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 1em;
	text-decoration: none;
}

/*
	Page layout:

		HTML, body (html)
			pagewrapper (div)
				header (div)
					h1
					banner (div)
						menu_horiz_wrapper (div)
							menu_horiz (ul)
					featured_link (div)
				middle (div)
					menu_vert1 (ul, pagelevel > 0)
					menu_vert2 (ul, pagelevel > 1)
					content (div)
				footer (div)
*/

body, html {
	text-align: center; /* Centers the design in old IE versions */
	height: 100%;
	font-family: "trebuchet ms", tahoma, verdana, arial, helvetica, sans-serif;
	padding: 0; margin: 0;
}

#pagewrapper {
	width: 850px;
	font-size: 80%;
	margin: 0 auto; /* Centers the design */
	padding: 0;
	text-align: left; /* Because we centered the text in body we have to move the text back to left aligning */
	min-height: 99%;
}

* html #pagewrapper {
	height: 100%;  /* IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height */
}

#header {
	width: 100%;
	position: relative;
	margin-top: 20px;
}

/* DI logo and tagline */
h1 {
	height: 120px;
	border-top: 12px solid rgb(0,35,76);
}

h2 {
	display: none;
}

#banner, .cf_wrapper, .cf_element {
	width: 100%;
	position: relative;
	height: 180px;
	background-color: rgb(0,35,76);
	background-color: white;
}

.featured_link {
	padding-top: 140px;
	padding-right: 15px;
}


.featured_link p, .featured_link a {
	font-size: 1.25em;
	text-align: right;
	color: white;
}

/*
.featured_link a {
	background-image: url('uploads/images/25transparent.png');
	padding-left: 5px;
	padding-right: 5px;
}
*/

.featured_link a:hover {
	border-bottom: 1px solid #ccc;
}

.featured_link small {
	font-size: 0.6em;
}

.featured_link em {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#middle {
	margin-top: 30px;
	width: 100%;
	background-image: url('/uploads/images/menu_borders.gif');
	background-repeat: repeat-y;
	background-position: 159px 0;
}

/*
	Navigation
*/
.menu {
	list-style-type: none;
}

.menu a {
	color: #444;
}

.menu a:hover {
	text-decoration: underline;
}

.menu_horiz_wrapper {
	position: absolute;
	height: 22px;
	bottom: 0px;
}

* html .menu_horiz_wrapper {	/* Fix IE 6 and below */
	bottom: -5px;
}

.menu_horiz {
	display: block;
	float: left;
	height: 100%;
	background-color: white;
}

.menu_horiz li {
	display: block;
	font-weight: bold;
	float: left;
	padding-right: 8px;
	margin-right: 6px;
	height: 16px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.menu_horiz li.separator {
	background-image: url('/uploads/images/border_vert.png');
	background-position: center right;
	background-repeat: repeat-y;
}

.menu_horiz li.last {
	padding-right: 0;
	margin-right: 0;
}

* html .menutab {				/* Fix IE 6 and below */
	margin-left: -3px;
}

.menu_vert1 li, .menu_vert2 li {
	text-indent: 0px;
	padding-left: 0px;
	padding-bottom: 1.25em;
	font-size: 0.9em;
	font-weight: bold;
}

.menu_vert1 {
	float: left;
}

.menu_vert2 {
	float: left;
}

.menu_vert1 li {
	width: 145px;
	padding-right: 15px;
}

.menu_vert2 li {
	width: 160px;
	padding-left: 15px;
}

.menu_vert1 li.currentpage, .menu_vert1 li.activeparent {
	background-image: url('/uploads/images/border_horiz.png');
	background-position: 0 0.7em;
	background-repeat: repeat-x;
}

.menu_vert2 li.currentpage {
	background-image: url('/uploads/images/border_horiz.png');
	background-position: 0 0.7em;
	background-repeat: repeat-x;
}

/* color active and parent(s) */
span.activeparent, span.currentpage, .activeparent a {
	color: rgb(224, 80, 18);
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: -5px;
	margin-right: -5px;
}

/*
	#content
*/

#content {
	float: left;
	background-color: #FFF;	/* blank out vertical dotted lines */
}

/* set #content width based on page level */
.pagelevel0 {
	width: 100%;
}

.pagelevel1 {
	width: 690px;
}

.pagelevel2 {
	width: 515px;
}


div#content.pagelevel2 {

}
	/*filter:Alpha(opacity=0,finishopacity=0,style=2);
	-moz-opacity:0;
	opacity:0;*/

#content p, #content ol, #content ul {
	padding-left: 15px;
	color: #444;
	font-size: 1.0em;
	line-height: 1.5em;
	padding-bottom: 1.0em;
}

#content ol, #content ul {
	margin-left: 20px;
}

#content em {
	font-style: normal;
	font-weight: bold;
}

#content .primary {
	color: rgb(224,80,18);
	font-size: 1.2em;
}

#content p.lead-in {
	color: rgb(0,35,76);
	font-size: 1.2em;
	line-height: 1.5em;
}

#content a, #content a:visited {
	color: rgb(0,0,255);
}

#content a:hover, #content a:visited:hover {
	text-decoration: underline;
}

/*
	#footer
*/

div#footer {
	clear: both;
	width: 100%;
	background-color: rgb(0,35,76);
	font-size: 0.7em;
	font-family: verdana;
	padding-bottom: 40px;
	padding-top: 10px;
	border-top: 20px solid white;
	border-bottom: 10px solid white;
}

#footer p, #footer address, #footer a {
	text-decoration: none;
	color: #DDD;
	font-style: normal;
}

#footer p, #footer address {
	padding-left: 10px;
	padding-right: 10px;
}

#footer a:hover {
	text-decoration: underline;
}
/* End of 'DI-Style' */

