/* CSS Document */
/* Font Styles ____________________________________________________________________________________ */
.body {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #3a3a3a;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
}
.italics {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #3a3a3a;
	font-size: 11px;
	font-style: italic;
}
.bold {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
.bold_yellow {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #ffd440;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
.title {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9e7900;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
.subsection_title {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}
.titlebrown {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #664c2b;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
.footer {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #010101;
	font-size: 10px;
	font-style: normal;
}
.titlelnk_bold {
	FONT-SIZE: 11px;
	COLOR: #9e7900;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-weight: bold;
	TEXT-DECORATION: none
}
a.titlelnk_bold:visited {
	FONT-SIZE: 11px;
	COLOR: #9e7900;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-weight: bold;
	TEXT-DECORATION: none
}
a.titlelnk_bold:hover {
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-weight: bold;
	TEXT-DECORATION: underline
}
.morelnk {
	FONT-SIZE: 11px;
	COLOR: #9e7900;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-style: normal;
	TEXT-DECORATION: none
}
a.morelnk:visited {
	FONT-SIZE: 11px;
	COLOR: #9e7900;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-style: normal;
	TEXT-DECORATION: none
}
a.morelnk:hover {
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-style: normal;
	TEXT-DECORATION: underline
}
.morelnk_und {
	FONT-SIZE: 11px;
	COLOR: #9e7900;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-style: normal;
	TEXT-DECORATION: underline
}
a.morelnk_und:visited {
	FONT-SIZE: 11px;
	COLOR: #9e7900;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-style: normal;
	TEXT-DECORATION: underline
}
a.morelnk_und:hover {
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-style: normal;
	TEXT-DECORATION: underline
}
.metanav {
	FONT-SIZE: 11px;
	COLOR: #434343;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-style: normal;
	TEXT-DECORATION: none
}
a.metanav:visited {
	FONT-SIZE: 11px;
	COLOR: #434343;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-style: normal;
	TEXT-DECORATION: none
}
a.metanav:hover {
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-style: normal;
	TEXT-DECORATION: none
}
.txtlnk_footer {
	FONT-SIZE: 9px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-style: normal;
	TEXT-DECORATION: none
}
a.txtlnk_footer:visited {
	FONT-SIZE: 9px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-style: normal;
	TEXT-DECORATION: none
}
a.txtlnk_footer:hover {
	FONT-SIZE: 9px;
	COLOR: #fef3b7;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-style: normal;
	TEXT-DECORATION: underline
}
/*General Div Styles ____________________________________________________________________________________ */

.bgmon {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/mon_bg.gif)
}
.navbackground {
	width: 100%;
	float: none;
	height: 100%;
	background-image: url(../images/bg/pd_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	background-attachment: fixed;
}
.contbg {
	width: 100%;
	float: left;
	height: 100%;
	background-image: url(../images/ayc_inv03_27.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	background-attachment: scroll;
}
.d0 {
	background:#FFFFFF;
}
.d1 {
	background:#dadad8;
}
#content {
	min-height:320px;
	padding:20px;
}
.images {
	padding:5px;
	margin:5px;
}
/* home page image slideshow */
#imageroller {
	height:375px;
	width:699px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #3a3a3a;
	font-size: 11px;
}
#subBar a {
	text-decoration:none;
}
/* Business row */

#business-row {
	padding:4px 0;
	margin-bottom:3px;
}
.thumbnail {
	width:232px;
	float:left;
	margin-right:10px;
}
.info {
	padding-bottom: 3px;
	margin-left:5px;
	margin-bottom:10px;
	min-height:117px;
}
.right_subnav {
	text-align:right;
	padding:5px;
}
.paginator {
	margin-top:40px;
}
ul.notification_error {
	font-size:11px;
	color:#FF0000;
	border: 1px solid #FF0000;
	height: auto;
	padding: 5px 5px 5px 20px;
	background: #F8F0F1;
	text-align: left;
	-moz-border-radius: 5px;
}
div.notification_ok {
	border: 1px #567397 solid;
	height: auto;
	padding: 8px;
	background: #f5f9fd;
	text-align: left;
	-moz-border-radius: 5px;
}
.SearchBar {
	padding: 2px;
	color: #333333;
}
.SearchBar:focus, SearchBar.focused {
	color: #333333;
}

/* subnav */
.subnavlnk_bold {
	FONT-SIZE: 12px;
	COLOR: #434343;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-weight: bold;
	TEXT-DECORATION: none;
	padding:4px;
}
a.subnavlnk_bold:visited {
	FONT-SIZE: 12px;
	COLOR: #434343;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-weight: bold;
	TEXT-DECORATION: none;
}
a.subnavlnk_bold:hover {
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-weight: bold;
	TEXT-DECORATION: underline;
}

#nav ul {
	list-style:none;
	margin:5px 5px 1px 20px;
	padding-left: 0;
}
#nav ul li {
	list-style:none;
	background-color:#e8b200;
	font-size:13px;
	margin:0;
	padding:0;
}

