/* fs_text overrides */
body, p, input, textarea, label {
	font-family:"Helvetica", "Arial", sans-serif;
	color:#2e2c29;
	}

fieldset {
	border:solid 1px #2e2c29;
	}

a,
a:visited {
	font-weight:normal;
	color:#b34d8f;
	}

a:hover {
	color:#2e2c29;
	}

form {
	background-color:#f4f3f1;
	padding:0.5em;
	}

th {
    background-color:#cccccc;
    color:#555555;
	}
tr {
	background-color:#fff;
	}

ul, ol {
	margin-left:0;
	padding-left:0;
	list-style-position:inside;
	}

li ul,
li ol {
	margin-left:10px;
	padding-left:10px;
	}

/* fs_container overrides */
#fs_nav {
	margin:auto;
	position:absolute;
	top:110px;
	height:auto;
	line-height:30px;
	width:100%;
	background-color:#86827b;
	z-index:1;
	}

#fs_header {
	margin:0;
	padding:0;
	top:0;
	height:110px;
	/* line-height:110px; */
	background:url(images/fs_header.gif) no-repeat top right;
	overflow:hidden;
	}

#fs_page {
	padding-bottom:220px; /* Stop ie from cutting off the footer */
    position:relative;
	}

#fs_content {
	margin:0;
	padding:0;
	top:160px; /* Move the container down under the header */
	}

.fs_col1 {
	overflow:hidden;
	padding:10px 40px;
	}

#fs_footer {
	top:220px; /* Move the container down under the content */
	padding-top:15px;
	padding-bottom:15px;
	background-color:#86827b;
	color:#fff;
	text-align:center;
	}

#fs_footer a,
#fs_footer a:visited {
	color:#fff;
	}
#fs_footer a:hover {
	color:#75405e;
	}

#fs_logo {
	/* margin-top:30px; */
	position:absolute;
	top:30px;
	margin-left:40px;
	}

#fs_logo img {
	margin:0;
	padding:0;
	}

#fs_breadcrumb {
	padding-top:0.5em;
	margin-bottom:30px;
	}

.nolink {
	text-decoration:none;
	color:#2e2c29;
	}

.fs_subnodes .row1,
.fs_subnodes .row2 {
	padding:0.5em 1em;
	border:solid 1px #eee;
	}

.fs_subnodes .row1 {
	background-color:#eee;
	}

.fs_subnodes .subSummary {
	padding-left:18px;
	background:url(images/fs_tabs.gif) no-repeat center left;
	}

/* fs_layout overrides */

#fs_content.fs_2ColLayout .fs_col1 {
	width:100%;
	float:left;
	margin:0;
	margin-right:-400px !important;
	}

#fs_content.fs_2ColLayout .fs_col2 {
	float:right;
	margin:0;
	margin-top:40px;
	margin-right:20px;
	padding:0;
	width:280px !important;
	overflow:hidden;
	text-align:center;
	}

#fs_content.fs_2ColLayout .avexa_col1Wrapper { /* allows left expanding content and fixed right column */
	margin-right:400px;
	}

#fs_page.fs_homepage #fs_content {
	padding:60px 0 70px 0;
	}

#fs_page.fs_homepage #fs_content .fs_col1 {
	padding:10px 20px;
	}

#fs_page.fs_homepage {
	padding-bottom:160px;
	}

#fs_page.fs_homepage #fs_footer {
	top:160px; /* Move the container down under the content */
	}

.fs_search {
	position:absolute;
	padding-top:10px;
	top:140px;
	right:40px;
	background:#fff;
	}

.fs_search form {
	text-align:right;
	background-color:#fff;
	height:auto;
	}

.fs_search input {
	float:none !important;
	display:inline !important;
	border:none !important;
	}

.fs_search .text {
	width:100px !important;
	border:solid 1px #999 !important;
	}

.fs_search .button {
	width:10px !important;
	padding:0 !important;
	margin:0 !important;
	border:none !important;
	background:url(images/fs_search_button.gif) center center no-repeat;
	cursor:pointer;
	}

/* fs_theme specific overides */
#fs_content h1 {
	margin:0;
	margin-bottom:1em;
	color:#75405e;
	font-size:1.75em;
	font-weight:normal;
	}

#fs_content h2 {
	margin-bottom:0.75em;
	font-size:1.5em;
	color:#75405e;
	}

#fs_content h3 {
	margin-bottom:0.5em;
	font-size:1em;
	color:#75405e;
	font-weight:bold;
	}

#fs_content h4 {
	margin-bottom:0.5em;
	font-size:1em;
	color:#2e2c29;
	font-weight:bold;
	}

.fs_summaryImage {
	display:inline;
	width:140px;
	float:left;
	margin-right:24px;
	}

.fs_summaryImage p {
	text-align:center;
	font-weight:bold;
	}

/* widget overrides */
.fs_tabs {
	margin-left:30px;
	width:auto !important;
	overflow:visible;
	height:30px;
	}

.fs_tabs ul {
	margin:auto;
	height:auto;
	width:760px;
	}

.fs_tabs li {
	padding:0 6px;
	background:url(images/fs_tabs_divider.gif) center right no-repeat;
	}

.fs_tabs .last {
	background:none;
	}

.fs_tabs a,
.fs_tabs a:visited {
	line-height:30px;
	overflow:hidden;
	color:#fff;
	}

/* drop down list (two level) */
.fs_tabs li ul { /* all lists */
	padding:0;
	margin:0;
	width:auto;
	list-style:none;
	line-height:1em;
	background-color:#eee;
}

.fs_tabs li ul a {
	line-height:1.5em !important;
	width:160px;
	height:auto;
	border:none;
	text-align:left !important;
	padding:0 6px 0 18px;
	color:#2e2c29 !important;
	background:url(images/fs_tabs.gif) top left no-repeat;
}

.fs_tabs li ul {
	border:solid 1px #b3b3b3;
	}

.fs_tabs li ul li {
	float:left;
	clear:both;
	background-image:none;
	}

.fs_tabs li ul { /* second-level lists */
	position:absolute;
	left:-999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

.fs_tabs li ul ul {
	background-color:#eee;
	}

/* third-and-above-level lists */
.fs_tabs .right ul ul {
	margin:-1.5em 0 0 -160px;
	}

.fs_tabs li ul ul {
	margin:-1.5em 0 0 160px;
	}

.fs_tabs ul li ul li {
	margin-top:-1px; /* pull the second list up so it is horizontally level with its parent */
	}

/* stop lists from displaying offscreen */
.fs_tabs .right ul {
	margin-left:-120px;
	}

.fs_tabs .right ul a {
	text-align:right !important;
	background:url(images/fs_tabs_right.gif) top right no-repeat;
	padding:0 18px 0 6px;
	}

.fs_tabs a:hover {
	color:#75405e !important;
	background-color:transparent !important;
	}

.fs_tabs li:hover,
.fs_tabs li.over,
.fs_tabs ul ul li a:hover {
	color:#b34d8f !important;
	background-color:transparent !important;
	/* ie 7 sticking fix */
	position:static;
	}

.fs_tabs li:hover ul ul, 
.fs_tabs li.over ul ul {
	left:-999em;
	}

/* lists nested under hovered list items */
.fs_tabs li:hover ul, 
.fs_tabs li li:hover ul, 
.fs_tabs li.over ul, 
.fs_tabs li li.over ul {
	left:auto;
	}

.fs_tabs .active a,
.fs_tabs .active {
	color:#75405e !important;
	}

.fs_tabs ul ul li .active {
	color:#b34d8f !important;
	}

/* forms */

form {
	margin:0;
	padding:10px 0;
	}

input {
	margin:0 !important;
	padding:3px 5px 3px 5px !important;
	font-size:1em;
	line-height:1.3em;
	border:solid 1px #999;
	float:left;
	}

input.button {
	margin:0 5px !important;
	padding:0 5px !important;
	width:auto !important;
	background:url(images/button.gif) bottom center repeat-x;
	background-color:#fff;
	text-align:center;
	height:21px;
	float:left;
	}

input.submit:active {
	border-left:solid 1px #999;
	border-right:solid 1px #ccc;
	border-top:solid 1px #999;
	border-bottom:solid 1px #ccc;
	} 

label {
	font-weight:normal;
	}

textarea {
	font-size:1em;
	overflow:auto;
	min-width:10em;
	}

/* formfactory */
.formfactory {
	margin-top:10px;
	}

.formfactory table {
	background-color:#fff;
	border:none !important;
	width:100%;
	}

.formfactory form {
	background-color:transparent !important;
	}

.formfactory tr{
	background-color:transparent !important;
	border:none !important;
	}

.formfactory td{
	border:none !important;
	}

.formfactory table td.label {
	width:20%;
	border:none !important;
	text-align:right;
	}

.formfactory table td.field {
	width:50%;
	}

.formfactory table td.field input{
	width:auto !important;
	}
	
.formfactory td {
	border:none;
	width:auto;
	}

.formfactory label {
	width:auto !important;
	float:none;
	max-width:none;
	}

.formfactory span {
	float:none;
	max-width:none;
	}

.formfactory input,
.formfactory select {
	width:auto;
	max-width:none !important;
	}

.formfactory .button {
	margin:0;
	padding:0;
	}

.formfactory .required {
	padding:0 3px;
	}

.fs_message {
	text-align:left;
	}

.avexa_images p {
	margin-top:0;
	}

.avexa_images img {
	margin-bottom:1em;
	}

#avexa_home {
	background:url(images/avexa_home.gif) bottom left repeat-y;
	background-color:#865b6e;
	}

#avexa_home a,
#avexa_home a:link {
	color:#fff;
	text-decoration:none;
	}

#avexa_home a:hover {
	color:#2e2c29;
	}

#avexa_home p {
	margin:0;
	padding:0;
	}

#avexa_home h2 {
	margin:0;
	color:#fff;
	font-size:1.25em;
	}

#avexa_imagesHome {
	width:510px;
	float:left;
	position:relative;
	z-index:99;
	overflow:hidden;
	height:144px;
	min-height:144px;
	background:url(images/avexa_imagesHome.gif) bottom left no-repeat;
	background-color:#fff;
	}

#avexa_imagesHome .image1,
#avexa_imagesHome .image2,
#avexa_imagesHome .image3,
#avexa_imagesHome .annual_report {
	display:block;
	float:left;
	position:relative;
	margin-bottom:20px;
	margin-right:5px;
	width:165px;
	height:124px;
	overflow:hidden;
	background:#ccc;
	}

#avexa_imagesHome .annual_report a{
	position:relative;
	height:1%;
	background:url(images/avexa_annuallist.gif) top left no-repeat;
	padding-left:12px;
	}

#avexa_imagesHome .annual_report {
	background-color:#86827B !important;
	text-align:center;
	}

#avexa_imagesHome .annual_report h3 {
	color:#fff !important;
	font-size:1.25em;
	font-weight:normal;
	margin:3px 0 5px 0 !important;
	}

#avexa_news {
	display:block;
	position:relative;
	line-height:1.5em;
	}

#avexa_news a,
#avexa_news a:visited {
	padding-left:12px;
	background:url(images/avexa_news.gif) top left no-repeat;
	}

#avexa_news .announcement {
	display:block;
	margin-left:510px;
	border-bottom:solid 5px #fff;
	padding:3px 6px;
	}

#avexa_news .presentation {
	display:block;
	margin-left:510px;
	padding:3px 6px;
	}

.fs_rss {
	padding-left:18px;
	background:url(images/fs_rss.gif) left center no-repeat;
	}

.fs_rssInfo {
	padding-left:18px;
	background:url(images/button_help_small.gif) left center no-repeat;
	}

.archive {
	border: none;
	}

.archive td {
		border: 0px;
		padding: 2px;
	}

.archive th {
		padding: 2px;
	}
.thumbnail_container{
	width: 80%;
}
.thumbnail{
	width: 30%;
	padding: 5px;
	float: left;
	height: 160px;
}
