/* @group General Styles */

/*
MDA site:
burgundy: #932653
blue:     #2d4d80
teal:    #008888

dk cadet: #275f7f
med cadet: #356a88
steel: #405e6f
sky: #daeaf6
forest: #3a7653
sage: #649378
khaki: #bfb8b1
lt khaki: #e9e2df
footer taupe: #6b6564


3-23-2011 color changes
dk cadet: #165788
med cadet: #165788
forest: #4a7630
sage: #629145
lt khaki: #d2cdc7
table header: #979187

dark brown: #504c46
red: #EE3124
banner-links a was: #2971a7; is: #165788;

*/

body {
	text-align: center; /* To Make Content Centered */
	background: #d2cdc7;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0 0 10px;
	margin: 0px;
	border: 0px solid #00f;
}

p {
	line-height: 1.4em;
	margin-top: 5px;
	margin-bottom: 10px;
}

b, strong {

}

a:link, a:visited {
	color: #165788;
}

a:hover, a:active {
	text-decoration: none;
}

img {
	border: none;
}

dl {
	padding: 0px;
	width: 90%;
}

dt {
	font-weight: bold;
	color: #333;
	padding: 5px;
}

dd {
	padding-top: 0px;
	padding-bottom: 10px;
	line-height: 1.5em;
}

ul li {
	margin: 0.25em;
}

ol li {
	margin: 0.25em;
}

ul.bulletless {
	list-style-type: none;
}

ul.bulletless li{
	margin-bottom: 0.75em;
}

ul.image-adjust {
	list-style-position: inside;
}

ol.image-adjust {
	list-style-position: inside;
}

.image-adjust li {
        margin-bottom: 0.5em;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0px;
	padding: 3px 3px 3px 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 1em;
	padding-left: 0em;
}

.image-right {
	float: right;
	margin: 3px 0px 3px 3px;
	padding: 3px 0px 3px 3px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	padding-left: 1em;
}
	
.image-center {
	padding: 0.5em;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.accent-cool{
	color: #165788;
}

.accent-cool-bold{
	color: #165788;
	font-weight: bold;
}

.accent-cool2{
	color: #9900cc;
}
	
.accent-cool2-bold{
	color: #9900cc;
	font-weight: bold;
}
	
.accent-cool3{
	color: #4a7630;
}
	
.accent-cool3-bold{
	color: #4a7630;
	font-weight: bold;
}

.accent-warm{
	color: #79495f;
}

.accent-warm-bold{
	color: #79495f;
	font-weight: bold;
}

.accent-warm2{
	color: #cf4330;
}
	
.accent-warm2-bold{
	color: #cf4330;
	font-weight: bold;
}

.attn {
	color: #f00;
	font-weight: bold;
}

/* To remove folder image anchor underline in scry code */
.folder a {
	text-decoration: none;
}

.highlight1 {
	background-color: #ff6; /* yellow */
	padding: 2px;
}

.highlight2 {
	background-color: #f9f; /* pink */
	padding: 2px;
}

.highlight3 {
	background-color: #6f3; /* green */
	padding: 2px;
}

.highlight4 {
	background-color: #6cf; /* blue */
	padding: 2px;
}


.instruction {
	color: #666;
	font-style: italic;
}

.staff p {
	line-height: 1.5em;
	margin-left: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0em;
}
.staff p:first-child {
	margin-top: 1em;
	margin-left: 0em;
}


/* @end */

/* @group Layout */

.align-left {
        float: left;
        width: 90%;
        margin-bottom: 1em;
}

.align-right {
        float: right;
        width: 90%;
        margin-bottom: 1em;
}

.clearer {
	clear: both;
}

#bodyIndent {
	height: 259px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#banner {
	width: 800px;
	height: 100px;
	position: relative;
	background: url(images/trees_header.jpg) no-repeat;
}

#container { 
	width: 800px;
	margin: 0px auto 0px; /* Right And Left Margin Widths To Auto */
	background: #ffffff;
	position: relative;
	text-align: left;
	border-left: 0px solid #666;
	border-right: 0px solid #666;
}

#logo a {
	position: absolute;
	height: 48px;
	width: 144px;
	top: 26px;
	left: 26px;
	text-decoration: none;
	border: 0px solid black;
}

#logo a i {
	visibility: hidden;
}

#logo a em {
	visibility: hidden;
}

#pageHeader {
	height: 85px;
	margin: 0px;
	border-bottom: 10px solid #bfb8b1;
	border-bottom: 7px solid #979187;
	border-top-color: #165788;
	background: url(images/mda_logo.jpg) no-repeat;
}

#pageHeader img {
}

#pageHeader h1 {
	margin: 0px;
	color: #424242;
	font-size: 1.4em;
	font-size: 18px;
	font-weight: normal;
	padding-left: 220px;
	padding-top: 15px;
}

#pageHeader h2 {
	margin: 0px;
	color: #165788;
	font-size: 1.2em;
	font-size: 14px;
	/*letter-spacing: 1px;*/
	font-weight: normal;
	padding-left: 220px;
}

#contentContainer {
	margin-left: 210px;
	border: 0px solid #0f0;
}

#contentContainer #content {
	padding: 10px;
	border: 0px solid #f00;
	/*background: url(images/review.jpg) repeat-y;*/
}

#plainPage{
        margin: 0px;
        border: 0px solid #0f0;
        min-height: 800px;
}

#plainPage #content {
        padding: 10px;
}

#contentContainer table.report {
	border-color: #ccc;
	border-width: 1px;
	border-style: none none solid none;
}

#contentContainer table.report th {
	border-color: #ccc;
	border-width: 1px;
	border-style: none none solid none;
	vertical-align: bottom;
}

#contentContainer table.report td {
	border-color: #ccc;
	border-width: 1px;
	border-style: none none solid none;
}

#contentContainer table td {
	vertical-align: top;
/*	text-align: left; */
}

#contentContainer table.modern th {
	background-color: #979187;
	color: #fff;
}

#contentContainer table.modern th.accent-cool {
	background-color: #008888;
	background-color: #165788;
	color: #fff;
}

#contentContainer table.modern th.accent-warm {
	background-color: #165788;
	background-color: #844f69;
	color: #fff;
}

#contentContainer table.modern {
	border-color: #d2cdc7;
	border-width: 1px;
	border-style: none;
}

table.modern td {
	border-color: #d2cdc7;
	border-width: 1px;
	border-style: none none solid none;
}

table.modern tr.highlight {
	background-color: #ffff99;
}

#sidebarContainer {
	float: left;
	width: 203px;
	border: 0px solid #0f0;
}

/* for the News item */
#sidebarContainer #sidebar {
	font-style: normal;
	font-size: 1em;
	min-height: 380px;
	border: 0px solid #f00;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 40px;
	color: #333;
	background: #daeaf6;
}

#sidebarContainer .sideHeader {
	color: #008888;
	background: #daeaf6;
	font-size: 1.3em;
	font-weight: bold;
	font-weight: normal;
	padding: 10px 10px 3px;
}

#newslist {
	float: right;
	width: 300px;
    border: 0px solid #cdcdcd;
	border: 0px solid #0f0;
	margin: 0px 5px 0px 10px;
    /*background-image: url(images/corner-box-t400.png);*/
}

#newslist h5 {
	font-size: 12px;
	margin: 0px 0px 5px 0px;
}

#newslist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#newslist ul li {
	margin: 0px;
	padding: 6px 15px 20px 4px;
    border-top: 1px dotted #cdcdcd;
}

#newslist ul li:last-child {
    border-top: 1px solid #cdcdcd;
}

#newslist ul li p {
	line-height: 1.1em;
	margin: 0 0 0 75px;
}

#newslist ul .item {
	background: #e7dee2;
}

#newslist ul .item_alt {
	background: #f7f4f5;
}

#newslist img {
	float: left;
	padding: 4px;
	background: #fff;
	border: 1px solid #cdcdcd;
	margin: 0px 10px;
}

/* type400 is a replacement for type4 */
.type400 {
    border: 1px solid #cdcdcd;
	/*background: url(images/corner-box-t400.png) repeat-y;*/
     
}
.type400 .corner {
    width: 30px;
    height: 5px;
}
.type400 .top-left {
    background-image: url(images/corner-box-t400.png);
    top: -1px;
    left: -1px;
}
.type400 .top-right {
    background-image: url(images/corner-box-t400.png);
    top: -1px;
    right: -1px;
}
.type400 .bottom-left {
    background-image: url(images/corner-box-t400.png);
    bottom: -1px;
    left: -1px;
}
.type400 .bottom-right {
    background-image: url(images/corner-box-t400.png);
    bottom: -1px;
    right: -1px;
}

#footer {
	width: 800px;
	margin: 0px auto 0px; /* Right And Left Margin Widths To Auto */
	color: #ffffff;
	position: relative;
	background: #6b6564;
	clear: both;
	border: 0px solid #0f0;
}

#footer p {
	text-align: center;
	margin: 0px;
	padding: 10px;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
}
	
/*#collage {
	float: left;
	width: 95%;
	width: 100%;
	padding: 0px;
	border: 0px solid #0f0;
}*/

#cred {
	float: left;
	width: 100%;
}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align: right;
	padding-top: 0px;
}

#breadcrumbcontainer ul {
	list-style: none;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	padding-top: 10px;
	margin-bottom: 10px;
	margin-bottom: 0px;
	font-size: 1em;
}

#navcontainer #current {
	background: #165788; /* dk cadet */
	color: #ffffff;
}

#navcontainer #current:hover {
	background: #4a7630; /* forest */
	background: #165788; /* dk cadet */
	color: #ffffff;
}

#navcontainer .currentAncestor {
	background: #999;
	background: #b2aba0;
	color: #ffffff;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
	margin: 0;
	padding: 0;
	/* border-bottom: 1px solid #ccc;*/
}

#navcontainer a {
	display: block;
	padding: 5px 10px;
	height: 13px;
	margin-top: 1px;
	margin-bottom: 1px;
	background: #daeaf6;
	color: #165788;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #ffffff;
	background: #4a7630; /* forest */
	background: #165788; /* dk cadet */
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	padding-left: 20px;
}

#navcontainer ul ul a:hover{

}

#navcontainer ul ul #current{
/* background: #165788; */
}

#navcontainer ul ul .currentAncestor {
/* background: #999; */
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li {
}

#navcontainer ul ul ul a {
        padding-left: 35px;
        padding-right: 2px;
}

#navcontainer ul ul ul a:hover{

}

#navcontainer ul ul ul #current{
/* background: #165788; */
}

#navcontainer ul ul ul .currentAncestor {
/* background: #999; */
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul li {
}

#navcontainer ul ul ul ul a {
	padding-left: 55px;
}

#navcontainer ul ul ul ul a:hover{

}

#navcontainer ul ul ul ul #current{

}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul li {
}

#navcontainer ul ul ul ul ul a {
	padding-left: 70px;
}

#navcontainer ul ul ul ul ul a:hover{

}

#navcontainer ul ul ul ul ul #current{

}

/* @end */

/* @group Global Classes */

blockquote {
	font-size: 1.1em;
	line-height: 1.4em;
	background: #fff;
	color: #000;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 1.8em;
	font-size: 22px;
	margin: 10px 0px 5px 0px;
	color: #333;
}

h2 {
	font-size: 1.5em;
	font-size: 20px;
	margin: 10px 0px 5px 0px;
	color: #333;
}

h3 {
	font-size: 1.4em;
	font-size: 18px;
	margin: 10px 0px 5px 0px;
	color: #333;
}

h4 {
	font-size: 1.2em;
	font-size: 14px;
	margin: 10px 0px 5px 0px;
	color: #333;
}

h5 {
	font-size: 1.2em;
	font-size: 14px;
	margin: 10px 0px 5px 0px;
	color: #165788; /* cadet */
}

h6 {
	font-size: 1.2em;
	font-size: 14px;
	margin: 10px 0px 5px 0px;
	color: #4a7630; /* forest */
}

.imageStyle {

}
	
/* @end */



