/* custom stuff */

.evenRow {
background-color: #D8D9C6
}

.oddRow {
background-color: none
}

body {
	background: #14335C url('template/fr_bg.png') repeat-x;
}


span.pathway a {
	background: url('template/fr_arrow.png') no-repeat 100% 0;
}

a.readon {
	background: url('template/fr_bullet.png') no-repeat;
}

/*** fonts ***/
body {
		color: #0F253E;
}

/* font family */
a:link,
a:visited {
	color: #f30;
}

/** regular joomla menu **/

a.mainlevel {
	background: url('template/fr_menu.png') no-repeat 100% 0;
}

a.mainlevel:link,
a.mainlevel:visited {
	color: #EEEEE8;
}

a.mainlevel:hover {
	color: #fff;
}

a.mainlevel#active_menu,
a.sublevel#active_menu {
	color: #fff;
}

a.sublevel:link,
a.sublevel:visited {
	color: #EEEEE8;
}

a.sublevel:hover {
	color: #fff;
}

/* headings */
.small,
.modifydate,
.createdate {
	color: #0F253E;
}

/** some joomla class stuff */

td.buttonheading {
	background: #CDE0F0;
}

td.sectiontableheader {
  background: #acaf89;
  color: #fff;
  border-right: 1px solid #A0A477;
}

/** template layout stuff **/

div#shadow {
	background: #122E53 url('template/fr_bg_shadow.png') repeat-x;
}

div#header {
	background: #0F253E url('template/fr_header.png') no-repeat 100% 0;
}

span#logo {
	background: url('template/fr_logo.png') no-repeat;
}

#smaller .button {
	background: url('template/fr_css_small.png') no-repeat;
}

#medium .button {
	background: url('template/fr_css_med.png') no-repeat;
}

#larger .button {
	background: url('template/fr_css_large.png') no-repeat;
}

#wide .button {
	background: url('template/fr_css_wide.png') no-repeat;
}

#narrow .button {
	background: url('template/fr_css_narrow.png') no-repeat;
}

div#graphic {
	background: url('template/fr_graphic.jpg') no-repeat 50% 0;
}

div#spotlight {
	height: 117px;	
}

td#left-col {
	background: #A0A477 url('template/fr_left_shadow2.png') repeat-y 100% 0;
}

td#middle-col {
	background: #F3F7FC url('template/fr_middle_shadow2.png') repeat-y 100% 0;
}

td#right-col {
	background-color: #2355A0;
}

div#left div,
div#left p,
div#left td {
	color: #9A9D6E;
}


div#right div,
div#right p,
div#right td {
	color: #CDE0F0;
}

div#bottom div,
div#bottom p,
div#bottom td {
	color: #A6C8E5;
}


div#right a {
	color: #fff;
}

div#left {
	background: url('template/fr_left_corner.png') no-repeat 0 0;
}

div#middle {
	background: url('template/fr_middle_top.png') repeat-x 0 0;
}

div#right {
	background: url('template/fr_right_top.png') repeat-x 0 0;
}

div#left div.shadow {
	background: url('template/fr_middle_shadow.png') no-repeat 100% 0;
}

div#middle div.shadow_1 {
	background: url('template/fr_middle_corner.png') no-repeat 0 0;
}

div#middle div.shadow_2 {
	background: url('template/fr_right_shadow.png') no-repeat 100% 0;
}

div#right div.shadow {
	background: url('template/fr_right_corner.png') no-repeat 0 0;
}

div.moduletable h3,
.contentheading,
.componentheading {
	background: url('template/fr_head_left.png') no-repeat 100% 0;
	color: #D8D9C6;
}

div#middle div.moduletable h3,
.contentheading,
.componentheading  {
	background: #CDE0F0 url('template/fr_title.png') no-repeat 0 0;	
	color: #1D4A88;
}

div#right div.moduletable h3 {
	background: #1D4A88 url('template/fr_head_right.png') no-repeat 0 0;
	color: #94B7E7;
}

div#top div.moduletable h3 {
	background: #A6C8E5 url('template/fr_title2.png') no-repeat 0 0;
	border-right: 8px solid #97B9D7;
	color: #0F253E;
}

div#top {
	background: #CDE0F0 url('template/fr_top_shadow.png') repeat-y 100% 0;
}

div#top .corner_1 {
	background: url('template/fr_top_tl.png') no-repeat 0 0;
}

div#top .corner_2 {
	background: url('template/fr_top_bl.png') no-repeat 0 100%;
}

div#bottom div.moduletable h3 {
	color: #CDE0F0;
	background: none;
}

div#bottom {
	background: #163B5D url('template/fr_bottom_shadow.png') repeat-y 100% 0;
}

div#bottom .corner_1 {
	background: url('template/fr_bottom_tl.png') no-repeat 0 0;
}

div#bottom .corner_2 {
	background: url('template/fr_bottom_bl.png') no-repeat 0 100%;
}

div#vbottom {
	border-top: 15px solid #173f78;

}

div#vbottom a:link,
div#vbottom a:visited,
div#vbottom a:hover {
	color: #2363c0;
}

div#vbottom div {
	border-top: 10px solid #153969;
	color: #2363c0;
}

.SpryHiddenRegion {
	visibility:hidden
}