@charset "UTF-8";
/* CSS Document */

/* Browser Style Reset
-----------------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color: #EBECDA;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #0099CC;
}
a:hover {
	text-decoration: none;
}

/* Global Container Styles
-----------------------------------------------------------------------*/
#TopWrapper {
	background-image: url(../images/TopWrapperBG.jpg);
	background-repeat: repeat-x;
}
#BottomWrapper {
	background-image: url(../images/BottomWrapperBG.jpg);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
#SiteWrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
	overflow:auto;
}
#Header {
	float: left;
	width: 960px;
	display:inline;
	background-color: #FFFFFF;
	height: 110px;
}
#HeaderLogo {
	float: left;
	width: 520px;
	display:inline;
	height: 110px;
	background-image: url(../images/MOA-Site-Logo.gif);
	background-repeat: no-repeat;
}
#HeaderLogo img {
	margin: 0px;
	padding: 0px;
}
#HeaderContact {
	float: left;
	width: 280px;
	margin-right: 20px;
	margin-left: 140px;
	margin-top: 5px;
	display:inline;
}
#HeaderContact h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
}
#HeaderContact img {
	float: left;
	margin-right: 5px;
}
#GlobalNav {
	width: 960px;
	background-image: url(../images/GlobalNavBG.jpg);
	background-repeat: repeat-x;
	height: 40px;
	display:inline;
	float: left;
	z-index:1000;
}
/* #GlobalNav ul {
}
#GlobalNav ul li {
	display: inline;
}
#GlobalNav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #83BBD9;
	line-height: 40px;
	float: left;
	width: 158px;
	text-align: center;
}
#GlobalNav ul li a:hover {
	background-color: #DEF2FB;
	color: #666666;
}*/
#BodyContent {
	float: left;
	width: 960px;
	background-color: #FFFFFF;
}
#BodyContent h1 {
	font-family: "Times New Roman", Times, serif;
	color: #006666;
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 10px;
}
#BodyContent h2 {
	font-family: "Times New Roman", Times, serif;
	color: #006666;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 10px;
}
#BodyContent h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 10px;
}
#BodyContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	margin-bottom: 10px;
}
#BodyContent a {
	color: #0099CC;
}
#BodyContent a:hover {
	text-decoration: none;
}
#BodyContent strong {
}
#BodyContent em {
}
#BodyContent img.DoctorPhoto {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
#Footer {
	background-image: url(../images/FooterBG.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 960px;
	height: 165px;
	padding-top: 35px;
	clear:both;
}
#Footer h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	margin-bottom: 10px;
}
#Footer ul {
}
#Footer ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 8px;
}
#Footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 17px;
	margin-bottom: 15px;
}
#Footer a {
	color: #CCCCCC;
}
#Footer a:hover {
	text-decoration: none;
}
.ServiceLinksBox {
	float: left;
	width: 179px;
	margin-right: 20px;
	margin-left: 20px;
	display:inline;
}
.InfoDownloadsBox {
	float: left;
	width: 200px;
	margin-left: 120px;
	display:inline;
}
.AddressBox {
	float: left;
	margin-left: 120px;
	width: 280px;
	margin-right: 21px;
	display:inline;
}
/* Home Page Container Styles
-----------------------------------------------------------------------*/
#HomePrimary {
	float: left;
	width: 960px;
	display: inline;
}
#HomePrimaryCopy {
	float: left;
	width: 480px;
	display: inline;
}
#HomePrimaryImage {
	float: left;
	width: 480px;
	height: 430px;
	display: inline;
}
.HomeWelcomeBox {
	float: left;
	width: 440px;
	margin-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-right: 0px;
	margin-left: 20px;
	display:inline;
}
.FocalPointBox {
	float: left;
	width: 125px;
	margin-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 14px;
	padding-top: 5px;
	padding-bottom: 15px;
	display:inline;
}
.FocalPointBoxRight {
	float: left;
	width: 125px;
	margin-left: 20px;
	padding-right: 0px;
	padding-top: 5px;
	margin-right: 15px;
	padding-bottom: 15px;
	display:inline;
}
#HomeSecondary {
	float: left;
	width: 960px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#HomeSecondary img {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.WhiteHighlightBox {
	float: left;
	width: 198px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	display:inline;
}
.BlueHighlightBox {
	background-color: #E0F0FB;
	float: left;
	width: 199px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	display:inline;
}
/* Sub-Page Layout Styles
-----------------------------------------------------------------------*/
#SubPgColumnContainer {
	float: left;
	width: 960px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-image: url(../images/SubPgColumnBG.jpg);
	background-repeat: repeat-y;
}
#SubPgLeftCol {
	float: left;
	width: 590px;
	margin-right: 80px;
	margin-left: 20px;
	display:inline;
}
#SubPgLeftCol h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #016766;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
#SubPgLeftCol h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #005050;
	line-height: 18px;
	margin-bottom: 5px;
	font-weight: normal;
}
#SubPgLeftCol p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	margin: 0 0 15px 20px;
}
#SubPgLeftCol img.ArticleImageFloatLeft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#SubPgLeftCol img.ArticleImageFloatRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#SubPgLeftCol ul {
	list-style-type: disc;
	margin-left: 55px;
	margin-bottom: 20px;
}
#SubPgLeftCol ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #003333;
	margin-bottom: 5px;
}
#SubPgLeftCol ol {
	list-style-type: decimal;
	margin-left: 55px;
	margin-bottom: 20px;
}
#SubPgLeftCol ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #003333;
	margin-bottom: 5px;
}
#SubPgLeftCol blockquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #333333;
	line-height: 28px;
	background-color: #DAECEB;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 480px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#SubPgLeftCol blockquote h5 {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
#SubPgRightCol {
	float: left;
	width: 250px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	display:inline;
}
#SubPgRightCol p {
	padding-left: 20px;
}
#SubPgRightCol h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 15px;
}
#SubPgRightCol ul {
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #83BBD9;
}
#SubPgRightCol ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #83BBD9;
}
#SubPgRightCol ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	line-height: 40px;
	padding-left: 20px;
	display: block;
}
#SubPgRightCol ul li a:hover {
	color: #000000;
	background-color: #DDF1FB;
}
#SubPgLeftColLayoutTable {
	width: 540px;
	margin-right: 20px;
	margin-left: 20px;
}
#SubPgLeftColLayoutTable td {
	padding: 5px;
	vertical-align: top;
}
#SubPgLeftColLayoutTable tr {
}
#SubPgLeftColLayoutTable img.LayoutTableThumbnail {
	margin-right: 8px;
	margin-bottom: 8px;
}
/* Suckerfish CSS Dropdown Menus
-----------------------------------------------------------------------*/
/* Font for the Cascade Menu's top row. */
div#horiz-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height:40px;		/* Height of the Menu's top row */
	width: 960px;
	float: left;
	z-index:1000;
}

/* Margin and Padding for all sub-menus. */
div#horiz-menu ul {
	margin: 0;
	padding: 0;
	z-index:1000;
}
/* Main Menu item settings */
div#horiz-menu li {
	margin: 0;
	padding-right: 0px;
	list-style: none;
	white-space: nowrap;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #83BBD9;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	z-index:1000;
}
/* Main Menu item hyperlink settings */
div#horiz-menu a:link,
div#horiz-menu a:visited {
	display: block;
	height: 40px;		/* Height of the Menu's top row */
	line-height: 40px;	/* Height of the Menu's top row */
	text-decoration: none;
	float: left;
	text-align: center;
	width: 130px;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
	z-index:1000;
}
/* Alignment of the hyperlink tags in the menu */
div#horiz-menu a {
	display: block;
	height: 15px;		/* Height of the Menu's top row */
	line-height: 15px;
	text-decoration: none;
	cursor: pointer;
	background: none;
	float: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	z-index:1000;
}
/* Hyperlink Text location with a sub-menu item. */
#horiz-menu li li a:link,
#horiz-menu li li a:visited{
	background: none;
	padding: 0px 0 0px 0;
	text-indent: 10px;	/* Indent the sub-menu item text */
	text-align: left;
	z-index:1000;
}

/* Hyperlink Font within a sub-menu item. */
#horiz-menu li li a:link,
#horiz-menu li li a:visited {
	border: 0;
	font-size: 11px;
	font-weight: normal;
	line-height:30px;
	height:30px;
	z-index:1000;
}

/* Background image for subitems with subitems */
#horiz-menu ul li a.parentsubitem:link,
#horiz-menu li li a.parentsubitem:visited  {
	background: url("/images/Arrow.gif") 100% 50% no-repeat;
	z-index:1000;
}

/* The formatting for items*/
#horiz-menu li a.active:link,
#horiz-menu li a:link,
#horiz-menu li a:visted,
#horiz-menu li a.active:visited  {
	font-weight: bold;
	z-index:1000;
}

	
/* The width of sub-menu items. */
#horiz-menu li li {
	background: none;
	padding: 0;
	width: 190px;
	z-index:1000;
}

/* Basic Sub-Menu settings. */
#horiz-menu ul ul a:link,
#horiz-menu ul ul a:visited {
	display: block;
	text-decoration: none;
	width: 190px;
	text-transform: none;
	background: none;
	z-index:1000;
}

/* Positioning of the top level menu items. */
#horiz-menu ul li {
	position: relative;
	float: left;
	z-index:1000;
}
/* Positioning of sub-menues with parent menu items.
		Note: left: -999em is used to move the sub-menu off
		the page until we hover over it. */
#horiz-menu li ul {
 	top: 40px;			/* Height of the menuitems. */
	position: absolute;
	z-index: 10;
	left: -999em;
	height: auto;
	width: 190px;
	font-weight: bold;
	border-width: 0;
	margin: 0;
	padding: 0;
	z-index:1000;
}

/* Size of sub-menues. */
#horiz-menu ul ul a:link,
#horiz-menu ul ul a:visited {
	width: 190px;
	z-index:1000;
}

/*
Margin for pullouts:
		-20px = the defined height of a menuitem.
		225px = the defined width of a menuitem.
 */
#horiz-menu li ul ul {
	margin: -40px 0 0 190px;
	z-index:1000;
}

#horiz-menu li ul li {
	margin: -1px;
	padding: 0 0 0 0;
	z-index:1000;
}

/*********************************/
/* Color Formating styles for the Menu */
/*********************************/

/* The formatting for items which are the currently active items*/
#horiz-menu.cascadingmenu li a.active:link,
#horiz-menu.cascadingmenu li a.active:visited  {
	color: #ffffff;
	b/ackground: url(/images/NavBG.jpg) 0 0 repeat-x;
	z-index:1000;
	
}

/* The Text and Background colors of the menuitems in a menu when the mouse is not over them. */
#horiz-menu.cascadingmenu a,
#horiz-menu.cascadingmenu li {
	color: #000000;
	b/ackground: url(/images/NavBG.jpg) 0 0 repeat-x;
	z-index:1000;
}

/* The Text and Background colors of the menuitems in a sub-menu when the mouse is not over them. */
#horiz-menu.cascadingmenu li li a,
#horiz-menu.cascadingmenu li li {
	color: #000000;
	b/ackground: url(/images/NavBG.jpg) 0 0 repeat-x;
	background-color:#B6E0F9;
	border-top: 1px solid #83BBD9;
	b/order-bottom: 1px solid #2370E2;
	border-left: 0px solid #A1A1A1;
	border-right: 0px solid #A1A1A1;
	z-index:1000;
}
/* The Text and Background colors of the hyperlinks in a menu when the mouse is over them. */
#horiz-menu.cascadingmenu a:hover,
#horiz-menu.cascadingmenu li a.active:hover,
#horiz-menu.cascadingmenu li li:hover,
#horiz-menu.cascadingmenu li li.cmHover {
	color: #666666;
	b/ackground: url(/images/NavBG-Hover.jpg) 0 0 repeat-x;
	background-color:#B6E0F9;
	z-index:1000;
}

/*********************************/
/* Cascading styles for the Menu */
/*********************************/

#horiz-menu li:hover ul ul, 
#horiz-menu li:hover ul ul ul,
#horiz-menu li:hover ul ul ul ul,  
#horiz-menu li.cmHover ul ul, 
#horiz-menu li.cmHover ul ul ul, 
#horiz-menu li.cmHover ul ul ul ul 
{
	display: none;
/*	left: -999em;*/
	z-index:1000;
}

#horiz-menu li:hover ul, 
#horiz-menu li li:hover ul, 
#horiz-menu li li li:hover ul, 
#horiz-menu li li li li:hover ul,
#horiz-menu li.cmHover ul, 
#horiz-menu li li.cmHover ul,
#horiz-menu li li li.cmHover ul,
#horiz-menu li li li li.cmHover ul
{
	left: 0;
	display: block;
	z-index:1000;
}

#horiz-menu li:hover,
#horiz-menu li.cmHover {
	left: 0;
	display: block;
	z-index:1000;
}

/*
#horiz-menu li li.active {
	left: auto;
}
*/
