/* * CSS document produced by* Clockwork Active Media Systems* http://www.clockwork.net/*/
		
body {	margin: 0 auto;	
	padding: 0;	
	font-family: "Verdana", Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	background-color: #010204;
	line-height: 15px;
	color: #333;
	text-align: center;
}

/* Start Home Theme Styles ---------------------------------------------------*/
/* Wrapper DIV ---------------------------------------------------*/
div#wrapper {
	margin: 0 auto;	
	padding: 0;
	width: 950px;
	height: 462px;
}

/* Main Content DIV ---------------------------------------------------*/
div#main_content_wrapper {
	margin: 0 auto;	
	padding: 0;
	width: 950px;
	height: 462px;
	background-image:url(/amm/themes/shared/images/main_bg.jpg);
	background-repeat:no-repeat;
}
/* Header Wrapper DIV ---------------------------------------------------*/
div#header_wrapper {
	margin: 0 auto;	
	padding: 0;
	width: 823px;
	height: 118px;
	background-image:url(/amm/themes/shared/images/header_bg.jpg);
	background-repeat:no-repeat;
	text-align: center;
}
div#logo {
	margin: 10px 0 0 5px;	
	padding: 0;
	width: 280px;
	height: 101px;
	background-image:url(/amm/themes/shared/images/logo.jpg);
	background-repeat:no-repeat;
	float: left;
}
div#utility_nav {
	margin: 12px 10px 0 0;	
	padding: 0;
	width:;
	height: 24px;
	float: right;
	text-align: right;
	font-size: 11px;
	font-color: #999999;
}


div#header_text_wrapper {
	margin: 0;	
	padding: 0 37px 0 0;
	width: 468px;
	height: 68px;
	float: right;
}
div#header_text {
	margin: 0;	
	padding: 0;
	width: 468px;
	height: 68px;
	background-image:url(/amm/themes/shared/images/mda_header.jpg);
	background-repeat:no-repeat;
	float: right;
}
/* Spacer DIV to keep the areas seperate---------------------------------------------------*/
div#spacer_div {
	margin: 0 auto;	
	padding: 0;
	width: 823px;
	height: 49px;
	background-color: none;
}
/* Nav Wrapper Home Page difference is the background image---------------------------------------------------*/
div#nav_wrapper {
	margin: 0 auto;	
	padding: 0;
	width: 823px;
	height: 53px;
	background-image:url(/amm/themes/shared/images/nav_wrapper_bg.jpg);
	background-repeat:no-repeat;
}
/* Nav Wrapper Sub Page difference is background image ---------------------------------------------------*/
div#nav_wrapper_sub {
	margin: 0 auto;	
	padding: 0;
	width: 823px;
	height: 53px;
	background-image:url(/amm/themes/shared/images/nav_wrapper_bg_sub.jpg);
	background-repeat:no-repeat;
}
/* Top Nav DIV ---------------------------------------------------*/
div#nav {
	margin: 0 auto;	
	padding: 11px 0 0 16px;
	width: 823px;
	height: 38px;
	text-align: center;
	background-color: none;
}

/* Nav */
div#nav ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

div#nav ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
div#nav ul li a {
	display: block;
	text-decoration: none;
	padding: 7px 0 0 0;
	margin: 0;
	width: 131px;
	height: 38px;
	text-align: center;
	line-height: 12px;
	color: #999999;
	background-image:url(/amm/themes/shared/images/nav_bg.jpg);
	background-repeat:no-repeat;
	font-size: 11px;
}
#nav li a:hover {
	color: #FFCC00;
	text-decoration: none;
	background-image:url(/amm/themes/shared/images/nav_bg.jpg);
	background-repeat:no-repeat;
}


/* Sub Nav ------------------------------------------------*/

div#subnavcontainer_wrapper {
	margin: 0 auto;	
	padding: 0 0 0 60px;
	width: 823px;
	text-align: left;

 	
}

div#subnavcontainer {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width:750px;
	float: left;
	text-align: left;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(/amm/themes/shared/images/subnavBG.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;	
}

div#subnavcontainer ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0
}

div#subnavcontainer ul li {
	display: block;
	float: left;
	padding: 3px 9px 3px 9px;
	margin: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #888888;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #777;
	background-image: url(/amm/themes/shared/images/subnavBG_off.gif);
	
	
	
}

div#subnavcontainer ul li a {
	text-decoration: none;
	color: #333;
	font-size: 10px;
}
div#subnavcontainer ul li a:hover {
	color: #003366;
	text-decoration: none;
}





/* Main Content Area Wrapper DIV ---------------------------------------------------*/
div#content_area_wrapper {
	margin: 0 auto;	
	padding: 0;
	width: 823px;
	text-align: left;
	background-image:url(/amm/themes/shared/images/content_bg.jpg);
	background-repeat: repeat-y;

 	
}

/* Content Area 1 Home Wrapper DIV ---------------------------------------------------*/
div#content_area_1_wrapper {
	margin: 0;	
	padding: 0 0 0 40px;
	width: 454px;
	float: left;
	min-height: 500px;	
}
/* The hack that needs to be applied to the div above for IE 6, paste it in and change the div name*/

/* Min-Height Hack for IE, http://cssplay.co.uk/boxes/minheight.html */
/*\*/
* html div#content_area_1_wrapper {
	height: 500px;
}
/* Content Area 1 Home DIV ---------------------------------------------------*/
div#content_area_1_home {
	margin: 0;	
	padding: 8px 0 0 0px;
	width: 474px;
}

/* Content Area 2 Home Wrapper DIV ---------------------------------------------------*/
div#content_area_2_wrapper {
	margin: 0;	
	padding: 8px 0 0 25px;
	width: 280px;
	float: left;
}	
/* Content Area 2 Home DIV ---------------------------------------------------*/
div#content_area_2_home {
	margin: 0;	
	padding: 0;
	width: 275px;

}
/* Content Area 1 Sub Wrapper DIV ---------------------------------------------------*/
div#content_area_1_wrapper_sub {
	margin: 0;	
	padding: 10 0 0 40px;
	width: 700px;
	float: left;
	min-height: 500px;
}

/* Content Area 1 Sub DIV ---------------------------------------------------*/
div#content_area_1_sub {
	margin: 0;	
	padding: 0;
	width: 700px;
	float: left;

}
/* Content Area 1 Sub DIV ---------------------------------------------------*/
div#content_area_1_sub {
	margin: 0;	
	padding: 0;
	clear: both;
}




/* Footer Wrapper DIV ---------------------------------------------------*/
div#footer {
	margin: 0 auto;	
	padding: 0;
	width: 823px;
	height: 32px;
	text-align: left;
	background-image:url(/amm/themes/shared/images/footer_bg.jpg);
	background-repeat: no-repeat;
	clear: both;
}
a.utility:link, a.utility:visited { 
	margin: 0 0 0 10px;
	font-size: 10px; 
	color: #333333; 
	text-decoration: none;
}
 a.utility:hover, a.utility:active { 
	margin: 0 0 0 10px;
	font-size: 10px; 
	color: #333333; 
}
a.utility_sub:link, a.utility_sub:visited { 
	margin: 0 0 0 10px;
	font-size: 12px; 
	color: #333333; 
	text-decoration: underline;
}
 a.utility_sub:hover, a.utility_sub:active { 
	margin: 0 0 0 10px;
	font-size: 12px; 
	color: #999999; 
}
a:link, a:visited, a:hover, a:active {  
	color: #003366; 
	text-decoration: underline;
}

.hd1, h1 {
	font-family: Verdana, Arial, "Helvetica", sans-serif;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	line-height: 27px;
	
}
.hd2, h2 {
	font-family: Verdana, Arial, "Helvetica", sans-serif;
	color: #1c486c;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	
}
.hd3, h3 {
	font-family: Verdana, Arial, "Helvetica", sans-serif;
	color: #1c486c;
	font-size: 14px;
	font-weight: normal;
	
}
.hd4, h4 {
	font-family: Verdana, Arial, "Helvetica", sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	
}

.hd5, h5 {
	font-family: Verdana, Arial, "Helvetica", sans-serif;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	
}
.hd6, h6 {
	font-family: Verdana, Arial, "Helvetica", sans-serif;
	color: #1c486c;
	font-size: 12px;
	font-weight: bold;
	
}


/* Multipurpose Table Grid Outline ---------------------------------------------------*/
.tablegrid {
	background-color: #CCCCCC;
}

/* No Nav Spacxer DIV ---------------------------------------------------*/
div#spacer {
	margin: 0 auto;	
	padding: 0;
	width: 823px;
	text-align: left;
	background-image:url(/amm/themes/shared/images/content_bg.jpg);
	background-repeat: repeat-y;

 	
}


/* Clockwork footer  ---------------------------------------------------*/
#clockwork {
	text-align: right;
	padding-right: 6px;
	background-position: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 4px;
	margin-top: 0px;
}
