/* General
====================================================================== */
html { background: #fff; }	

body {
	font-size: .8em;
	line-height: 1.4em;
	opacity: 0.9999; /* weird anti-aliasing hack for firefox */
	text-shadow: 0 0 0 #000; /* weird anti-aliasing hack for safari */
}

body, input, select, textarea, ul, li { font-family: verdana, arial, sans-serif; }

code, kbd, pre { font-family: "Courier New", Courier, monospace; }

h1, h2, h3, h4 { font-family: verdana, arial, sans-serif; }

p { margin: 0 0 1em 0; }

img.left {
	float: left;
	margin: 4px 16px 12px 0;
}

img.right {
	float: right;
	margin: 4px 0 12px 16px;
}
	
#page_wrapper {
	width: 100%;
	min-width: 760px;
	background-repeat: repeat-x;
	background-position: 0 40px;
}


	
	
/* Accessibility
====================================================================== */
#accessibility_nav {
	position: absolute;
	left: -8000px;
	top: 0;
}

#accessibility_wrapper {
	height: 40px;
	background-repeat: repeat-x;
	background-position: 0 0;
}

#accessibility {
	margin: 0 auto;
	padding: 10px 0;
	width: 750px;
	font-family: arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

#accessibility p,
#text_options,
#accessibility_info {
	float: left;
	margin: 0 30px 0 0;
}

#accessibility p {
	margin-top: 3px;
}

#text_options a {
	float: left;
	margin: 0 4px 0 0;
	width: 19px;
	height: 19px;
	display: block;
}

#text_options a,
#text_options a:hover {
	border-width: 1px;
	border-style: solid;
}

#text_options a span { margin-left: -3000px; }

#textoption_normal { background: url(../_images/textoption-normal.jpg) no-repeat top right; }
#textoption_large { background: url(../_images/textoption-large.jpg) no-repeat top right; }
#textoption_contrast { background: url(../_images/textoption-contrast.jpg) no-repeat top right; }

a#accessibility_info:link,
a#accessibility_info:visited {
	border-width: 1px;
	border-style: solid;
	padding: 1px 10px;
	font-size: .85em;
	font-style: italic;
	text-transform: lowercase;
	display: block;
}

a#accessibility_info:hover,
a#accessibility_info:active {
	border-width: 1px;
	border-style: solid;
}

#search_form {
	position: relative;
	float: right;
	margin: 2px 0 0 0;
	padding: 0 26px 0 0;
}

#search_form input#search_term {
	margin-left: 8px;
	width: 140px;
}

#search_form input#search_submit {
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}
	
	
	
	
/* Header
====================================================================== */
#header {
	position: relative;
	margin: 0 auto;
	width: 760px;
	text-align: left;
}

h1 span { margin-left: -3000px; }

h1 a:link, 
h1 a:visited, 
h1 a:hover, 
h1 a:active {
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
}

#date {
	position: absolute;
	top: 30px;
	right: 8px;
	color: #2679dd;
	font-size: .8em;
	font-weight: bold;
}

#back_to_alpha_one {
	position: absolute;
	top: 28px;
	right: 6px;
}

a#back_to_alpha_one:link,
a#back_to_alpha_one:visited {
	padding: 2px 10px;
	color: #888;
	font-size: .8em;
	font-weight: bold;
	display: block;
}

a#back_to_alpha_one:link strong,
a#back_to_alpha_one:visited strong { color: #666; }

a#back_to_alpha_one:hover,
a#back_to_alpha_one:active { background: #fff; }
	

	
/* Navigation
====================================================================== */
#nav {
	margin: 0 auto 4px auto;
	width: 748px;
	background: #a8a8a8 url(../_images/nav-bg.gif) no-repeat top center;
}

#nav ul {
	float: right;
	padding: 0 0 0 10px;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0 0 2px 0;
	border-right: 1px solid #d4d4d4;
	display: block;
}

#nav li.Last {
	background: url(../_images/nav-last-bg.gif) no-repeat top right;
	border-right: none;
}

#nav li:hover,
#nav li.Current { background: url(../_images/nav_over-bg.jpg) repeat-x top center; }

#nav li.Last:hover,
#nav li.Last.Current { background: url(../_images/nav-last_over-bg.jpg) repeat-x top right; }

#nav li a {
	margin: 4px 4px 0 4px;
	padding: 1px 8px 2px 8px;
	font-size: .85em;
	font-weight: bold;
	display: block;
}

#nav li.Last a { margin-right: 7px !important; }

#nav li a:link,
#nav li a:visited,
#nav li a:hover,
#nav li a:active,
#nav li.Current a:link,
#nav li.Current a:visited,
#nav li.Current:hover a,
#nav li.Current:active a { color: #fff; }

#nav li.Current a:link,
#nav li.Current a:visited,
#nav li.Current:hover a,
#nav li.Current:active a {
	color: #fff;
	margin: 2px 4px 0 4px;
	padding: 3px 8px 1px 8px;
	border-bottom: 1px solid #f5ee67;
}



	
/* Side Navigation
====================================================================== */
#side_nav {
	float: right;
	width: 200px;
}

#side_nav h2 {
	margin-top: 30px;
	padding: 4px 15px 2px 4px;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	background-repeat: repeat-x;
	background-position: top center;
}

#side_nav h2.First { margin-top: 0; }

#side_nav { text-align: right; }

#side_nav a {
	padding: 8px 15px 8px 15px;
	font-size: .85em;
	line-height: 1.2em;
	font-weight: bold;
	display: block;
}

#side_nav ul {
	background-repeat: repeat-x;
	background-position: top center;
}

#side_nav ul li a {
	padding: 8px 15px;
	font-size: .8em;
	line-height: 1.2em;
	font-weight: bold;
	text-align: right;
	display: block;
}
	
	

	
/* Testimonial
====================================================================== */
#testimonial {
	float: right;
	width: 200px;
	background-repeat: no-repeat;
	background-position: top left;
}

#testimonial blockquote {
	margin: 28px 8px 20px 25px;
	padding: 0 10px 10px 0;
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: .85em;
	line-height: 1.5em;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}

#testimonial cite {
	margin: 0 18px 0 0;
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: .85em;
	line-height: 1.4em;
	font-weight: bold;
	font-style: normal;
	text-align: right;
	display: block;
}

#testimonial cite span {
	font-size: .85em;
	line-height: 1.4em;
	display: block;
}




/* Content (General)
====================================================================== */
#content_wrapper {
	margin: 0 auto;
	width: 748px;
	background-repeat: repeat-y;
	background-position: top right;
}

#content {
	float: left;
	margin: 0 4px 0 0;
	padding: 6px;
	width: 532px;
}

#content h2 {
	margin-bottom: 15px;
	color: #4c4c4c;
	font-size: 1.25em;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

#content h2 + * {
	margin-top: 0 !important;
}

#content p, #content li, #content dt, #content dd, #content .Pagination {
	color: #4c4c4c;
	font-size: .85em;
	line-height: 1.4em;
}

#content ul, #content dl {
	margin: 20px 10px;
}

#content ul li {
	margin-bottom: 10px;
	width: 100%;  /*  make sure list items wrap around floats in firefox  */
	background-repeat: no-repeat;
	background-position: 1px 6px;
	text-indent: 10px;
}

#content dt {
	margin-top: 10px;
	font-weight: bold;
}

#content dd {
}

#content h3 {
	margin: 30px 0 8px 0;
	color: #4c4c4c;
	font-size: .9em;
	line-height: 1.2em;
	font-weight: bold;
}

#content h4 {
	margin: 30px 0 8px 0;
	color: #666;
	font-size: .85em;
	line-height: 1em;
	font-weight: bold;
}




/* Home/News
====================================================================== */
#feature_and_latest {
	background: url(../_images/_AON/feature_and_latest-bg.gif) repeat-y top left;
}

#feature {
	float: left;
	margin: 0 6px 0 0;
	padding: 10px;
	width: 243px;
	background: #fcfad4;
}

#feature img {
	border: 4px solid #e4e4e4;
	margin-bottom: 10px;
}

#feature h2 a:link, #feature h2 a:visited, #feature h2 a:hover, #feature h2 a:active { color: #555; }

#feature h2 {
font-size: 1em;
}

#latest_news {
	float: left;
	margin: 0;
	padding: 10px;
	width: 243px;
	background: #fff;
}

#latest_news ul.news_list {
	margin: 0;
}

#latest_news ul.news_list li {
	margin: 0;
	background: url(../_images/_AON/bullet.gif) no-repeat 1px 11px;
	font-size: .8em;
	line-height: 1.4em;
	font-weight: bold;
	text-indent: 10px;
}

#latest_news ul.news_list li a {
	display: block;
	padding: 6px 0;
}

#latest_news ul.news_list li a:link,
#latest_news ul.news_list li a:visited {
	color: #666;
}

#latest_news ul.news_list li a:hover,
#latest_news ul.news_list li a:active {
	color: #3e87e1;
}

#content #latest_news h2 {
	margin-bottom: 8px;
	font-size: 1em;
	color: #333;
}

#content .FLOptionsLeft ul.StoryOptions,
#content .FLOptionsRight ul.StoryOptions {
	bottom: 0;
	right: 0;
}

.FLOptionsLeft,
.FLOptionsRight,
.FServicesRow .FServicesLeft,
.FServicesRow .FServicesRight,
.ArchivedNewsRow .ArchivedNewsLeft,
.ArchivedNewsRow .ArchivedNewsRight {
	float: left;
	margin-right: 6px;
	width: 263px;
}

.FServicesRow a:link img, .FServicesRow a:visited img {
	opacity: .7;
}

.FServicesRow a:hover img {
	opacity: .999;
}

.ArchivedNewsRow .ArchivedNewsLeft,
.ArchivedNewsRow .ArchivedNewsRight {
	background: #fff;
}

.FLOptionsRight,
.FServicesRow .FServicesRight,
.ArchivedNewsRow .ArchivedNewsRight {
	margin-right: 0;
}

#content .FServicesRow,
#content .ArchivedNewsRow {
	margin: 6px 0 6px 0;
}

#content .ArchivedNewsRow {
	background: url(../_images/_AON/archived_news-bg.gif) repeat-y top left;
}

#content .FServicesRow h2 a:link,
#content .FServicesRow h2 a:visited,
#content .ArchivedNewsRow h2 a:link,
#content .ArchivedNewsRow h2 a:visited {
	padding: 3px 10px;
	font-size: .75em;
	color: #fff;
	background: #a8a8a8;
	display: block;
}

#content .ArchivedNewsRow h2 a:link,
#content .ArchivedNewsRow h2 a:visited {
	color: #666;
	border-bottom: 1px solid #e4e4e4;
	background: #fff;
}

#content .FServicesRow h2 a:hover,
#content .FServicesRow h2 a:active,
#content .ArchivedNewsRow h2 a:hover,
#content .ArchivedNewsRow h2 a:active {
	color: #fff;
	background: #333;
}

#content .ArchivedNewsRow h2 a:hover,
#content .ArchivedNewsRow h2 a:active {
	color: #666;
	background: #fcfad3;
}

#content .FServicesRow p,
#content .ArchivedNewsRow p {
	padding: 0 10px 4px 10px;
}




/* Story
====================================================================== */

#story {
	position: relative;
	padding: 10px;
	background: #fff;
	font-size: 1.0em;
}

#story .sub_title {
	font-size: 12px;
	font-weight: bold;
}

#story img {
	border: 4px solid #e4e4e4;
}

#archived_news {
	padding: 10px 10px 10px 10px;
	background: #fff;
}

#archived_news h2 {
	margin-bottom: 0;
}

#content ul.StoryOptions {
	position: relative;
	bottom: -10px;
	right: -10px;
	float: right;
	margin: 0;
}

#content ul.StoryOptions li {
	float: left;
	margin: 0;
	width: auto;
	text-indent: 0;
	background: none;
}

ul.StoryOptions li a span {
	padding-right: 10px;
	border-right: 2px solid #e4e4e4;
}

ul.StoryOptions li.Last a span {
	padding-right: 5px;
	border-right: none;
}

ul.StoryOptions li a:link,
ul.StoryOptions li a:visited {
	padding: 5px 5px;
	color: #737373;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

ul.StoryOptions li a.FullStory:link, 
ul.StoryOptions li a.FullStory:visited { font-size: 1em; }

#content dl.DefinitionBullet dt {
	margin-top: 25px;
	color: #666;
	font-weight: normal;
}

#content dl.DefinitionBullet dd {
	margin: 4px 0 4px 0;
	background-repeat: no-repeat;
	background-position: 1px 6px;
	text-indent: 10px;
}

#content dl.DefinitionBullet dd a {
	font-weight: bold;
}

span.StoryLocation {
	text-transform: uppercase;
}

#content .Pagination {
	padding: 10px 0;
	text-align: center;
}




/* Comments
====================================================================== */
#comments h2 {
	margin: 6px 0 10px 0;
	padding: 7px 10px;
	background: #c2c2c2;
	color: #fff;
	font-size: .9em;
	line-height: .9em;
}

#comments h2 span {
	font-size: .85em;
	font-weight: normal;
}

#comments dl {
	margin: 0 10px 10px 10px;
}

#comments dt {
	margin-top: 10px;
	color: #5494e3;
	font-size: .95em;
	font-weight: bold;
}

#comments dt span.DateTime {
	margin-left: 3px;
	color: #a6a6a6;
	font-weight: normal;
}

#comments dd, #comments dd p {
	color: #666;
	line-height: 1.5em;
}

#comments dd {
	margin-bottom: 20px;
	font-size: .85em;
}

#comments dd p {
	font-size: 1em;
}

#comments h3 {
	margin: 35px 10px 10px 10px;
	color: #666;
	text-transform: uppercase;
	font-size: .8em;
	line-height: 1em;
}

#comment_form {
	margin: 10px 10px 20px 10px;
}

#comment_form label {
	margin: 0 0 4px 0;
	color: #888;
	font-size: .8em;
	line-height: 1em;
	font-weight: bold;
	display: block;
}

div.CommentField {
	float: left;
	padding-right: 15px;
	width: 150px;
}

div.CommentField2 {
	float: left;
	padding-right: 15px;
	width: 150px;
	display:none;
}

div.CommentArea {
	padding: 10px 0 0 0;
	clear: left;
}

div.CommentArea textarea {
	width: 100%;
}

#comment_form p.SignUp {
	padding: 15px 0 0 10px;
	color: #666;
	font-size: .8em;
	font-style: italic;
}

input#comment_submit {
	margin: 10px 0 0 0;
}




/* Address
====================================================================== */
.Addresses, .Address {
	float: left;
	margin: 15px 0 10px 0;
}

.Address {
	margin: 0 0 -10px 0;
}

address {
	float: left;
	margin: 0 50px 0 10px;
}

address.Last {
	float: left;
	margin-right: 0;
}




/* Classifieds
====================================================================== */
#content #categories {
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0;
}

#content #categories li {
	margin: 0;
	padding: 0;
	background: none;
	text-indent: 0;
	white-space: nowrap;
	display: inline;
}

#content #categories li a {
	margin: 0 5px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #999;
	white-space: nowrap;
}

#content #categories li.Last a {
	margin: 0;
	padding: 0;
	border: none;
}

.Classified {
	margin: 20px 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
}

.Classified.Last {
	border: none;
}

.Classified .ForSale,
.Classified .Wanted,
.Classified .Other {
	float: left;
	margin: 0 5px 5px 0;
	padding: 3px 6px 4px 6px;
	width: auto;
	background: #2c7adb;
	color: #fff;
	font-size: .75em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

.Classified .Wanted { background: #666; }

.Classified .Other { background: #333; }

.Classified p {
	margin: 0 0 5px 0;
	clear: left;
}




/* Events
====================================================================== */
#calendar {
	position: relative;
	top: -20px;
	float: right;
	margin: 0 10px 0 30px;
	font-size: .85em;
}

#calendar tr.CalendarMonth {
	color: #a8a8a8;
	text-transform: uppercase;
}

#calendar tr.CalendarMonth a:link,
#calendar tr.CalendarMonth a:visited { color: #a8a8a8; }

#calendar tr.CalendarMonth a:hover,
#calendar tr.CalendarMonth a:active { color: #2679dd; }

#calendar tr.CalendarWeek td {
	height: auto;
	background: #a8a8a8;
	color: #fff;
	font-weight: bold;
}
	
#calendar td {
	height: 25px;
	width: 25px;
	background: #ebebeb;
	vertical-align: middle;
	text-align: center;
}
	
#calendar .CalendarEvent {
	background: #2c7adb;
}

#calendar .CalendarEvent:hover {
	background: #666;
}

#calendar .Today {
	font-weight: bold;
	background-color: #2c7adb;
	color: #ffffff;
}

#calendar .CalendarEvent a:link,
#calendar .CalendarEvent a:visited,
#calendar .CalendarEvent a:hover,
#calendar .CalendarEvent a:active {
	color: #fff;
}

dl#list_events {
	margin: -30px 0 0 0;
	padding: 0;
	font-size: 1.2em;
}

dl#list_events dt {
	margin: 30px 0 10px 0;
	font-size: .7em;
	color: #666;
}

dl#list_events dd p.EventTitle {
	margin: 0;
	color: #333;
	font-size: .9em;
	font-weight: bold;
}

dl#list_events dd {
	/* if using descriptions */
	/* margin: 0 0 15px 0; */
	margin: 0;
}



/* Resources
====================================================================== */
.SectionSearch {
	margin: 20px 0 30px 85px;
}

.SectionSearch div {
	margin: 0 0 10px 0;
}

.SectionSearch label {
	margin: 0 15px 0 0;
	width: 6em;
	float: left;
	clear: left;
	text-align: right;
	color: #666;
	font-size: .8em;
	line-height: 1.8em;
	font-weight: bold;
}

#resource_search_submit {
	margin-left: 10px;
}

#resource_search_results {
	margin: 20px 0;
	padding: 0;
	width: 100%;
	border-spacing: 0;
	color: #000;
}

#resource_search_results th {
	text-align: left;
	vertical-align: top;
	color: #000;
	font-size: .8em;
	line-height: 1.8em;
	font-weight: bold;
}

#resource_search_results td {
	padding: 5px 20px 5px 0;
	vertical-align: top;
	border-bottom: 1px solid #e4e4e4;
}

#resource_search_results td.Col2 {
	color: #666;
}

#resource_search_results td.Col3 {
	white-space: nowrap;
}



/* Form
====================================================================== */
form.HomeForm {
	background-color:#e9eff9;
	padding-left: 15px;
	font-size: 11px;
}

form.HomeForm div {
	padding-top:5px;
	padding-bottom:5px;
	background-color:#e9eff9;
}

.required {
	color: #F00;
}

form.HomeForm input {
	margin-right: 5px;
	font-size: 12px;
}

#side_nav div.alert {
	background: #dbe5f5;
	border-top: 1px solid #fff;
	color:#F00;
	font-size: 11px;
	text-align: left;
}

form.StandardForm {
	margin: 0 0 0 30px;
	padding: 10px 0;
}

form.StandardForm fieldset {
	border: none;
}

form.StandardForm legend {
	padding: 15px 0;
	color: #333;
	font-size: .8em;
	line-height: 1.8em;
	font-weight: bold;
}

form.StandardForm div {
	margin: 10px 0;
}

form.StandardForm label, form.StandardForm .Radio div {
	color: #666;
	font-size: .8em;
	line-height: 1.8em;
	font-weight: bold;
}

form.StandardForm label {
	width: 10em;
	margin: 0 15px 0 0;
	float: left;
	clear: left;
	text-align: right;
}

form.StandardForm input {
	width: 40%;
}

form.StandardForm label.Inline {
	width: auto;
	margin: 0 0 0 10em;
	text-align: left;
}

form.StandardForm label.Inline input {
	width: auto;
	margin: 0 15px 0 15px;
}

form.StandardForm textarea {
	/* display: block; */
	width: 60%;
	height: 5em;
}

form.StandardForm input.Submit, form.StandardForm input#submit {
	margin: 10px 0 10px 10em;
	width: auto;
}

form.StandardForm .Radio {
	margin-left: 9em;
}

form.StandardForm .Radio label {
	margin: 15px 0 5px 0;
	clear: left;
}

form.StandardForm .Radio div {
	margin: 2px 0;
	clear: left;
}

form.StandardForm .Radio input {
	margin-right: 15px;
	width: auto;
}

p.Msg {
	padding: 5px 10px;
	background: #e4e4e4;
	text-align: center;
	font-weight: bold;
}
	
	
	
	
/* Footer
====================================================================== */
#footer {
	margin: 4px auto 0 auto;
	padding: 4px 20px;
	width: 708px;
	background: #a8a8a8 url(../_images/footer-bg.gif) no-repeat bottom center;
	color: #fff;
	font-size: .8em;
	text-align: right;
}

#footer span {
	white-space: nowrap;
}

#footer a:link,
#footer a:visited {
	color: #efefef;
	font-weight: bold;
}

#footer a:hover,
#footer a:active  {
	color: #fff;
}
	
	
	
	
/* Sub Footer
====================================================================== */
#sub_footer {
	margin: 0 auto;
	padding: 4px 20px;
	width: 708px;
	font-size: .8em;
	text-align: right;
}

#sub_footer a:link,
#sub_footer a:visited {
	color: #999;
}

#sub_footer a:hover {
	color: #666;
}

#sub_footer a:hover span { color: #000; }

#sub_footer a:active { color: #fff }
	
	
	
	
/* Print Footer
====================================================================== */
#print_footer {
	display: none;
}