

/******************/
/*  General	  	  */
/******************/
.button { background: url(/export/sites/dominican/_resources/images/button_bg.gif); }
.button_hover, .button:hover { background: url(/export/sites/dominican/_resources/images/button_bg_rl.gif); }


/******************/
/*  Masthead      */
/******************/
#masthead { height: 181px; }
#masthead h2 { color: #fff; font-size: 125%; }
#masthead .bg { height: 181px; }
#masthead .bg img { left: 26px; top: 42px; }
#masthead_text { 
	position: absolute;
	left: 119px;
	top: 105px;
	width: 224px;
	}
#masthead .flash { height: 181px; }


/*********************/
/*  Main Navigation  */
/*********************/
#main_navigation { background: url(/export/sites/dominican/_resources/images/main_menu_bg.gif) repeat-x; }
#main_navigation a { background-image: none; color: #fff; }
#main_navigation a:hover { background: url(/export/sites/dominican/_resources/images/main_nav_rl.gif) repeat-x; }
#main_navigation ul { color: #fff; }
#main_navigation li { }
#main_navigation .selected { color: #f8c836; }


/******************/
/*  Body	  */
/******************/
#second_navigation_container {
	background: #aa7108;
	width: 149px;
	padding-left: 22px;
	padding-right: 20px;
	}

#second_navigation { padding-top: 45px; }
#second_navigation a { color: #fff; }
#second_navigation h2,
#second_navigation a:hover { color: #fec746; }

#second_navigation ul { padding-top: 2px; }
#second_navigation li {
	color: #fff;
	background: url(/export/sites/dominican/_resources/images/bullet.gif) no-repeat;
	background-position: 0px 3px;
	border-bottom: solid 1px #b77e13;
	margin-top: 7px;
	padding-left: 13px;
	padding-bottom: 4px;
	}

#content { width: 768px; line-height: 16px; }
#content h2 { color: #aa7108; }
#content h3 { color: #14336a; line-height: 12px; }
#text_area h2 { padding-bottom: 5px; color: #14336a; }


