/* standard font */
body, table, tr, th, td, a, p, h1, h2, h3, h4, h5, button {
	font-family: trebuchet ms, sans-serif;
	line-height: 1.3em
}


/* body */
body {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333;
	background: #9973DC;
	/* font-size: 0.75em;
	background: transparent url("fotva-logo-bg.gif") center no-repeat;
	background-attachment: fixed */
	font-size: 9px
}


/* standard paragraph */
p, ul {
	margin-top: 0;
	margin-bottom: 18px
}


/* links */
a:link {
	color: #009900;
	background-color: inherit;
 	text-decoration: underline
}
a:visited {
	color: #660099;
	background-color: inherit;
 	text-decoration: none
}
a:hover,
a:visited:hover {
	color: #993366;
	background-color: inherit;
	text-decoration: underline
}
a:active,
a:visited:active {
	color: #249f9d;
	background-color: inherit;
	text-decoration: none
}
:focus {
	outline: none
}
a.more {
	background: url("right-arrow.gif") right no-repeat;
	padding-right: 15px
}
a.more-white {
	background: url("right-arrow-fcfcfc.gif") right no-repeat;
	padding-right: 15px
}
a.back {
	background: url("left-arrow.gif") left no-repeat;
	padding-left: 15px
}
a.back-white {
	background: url("left-arrow-fcfcfc.gif") left no-repeat;
	padding-left: 15px
}
a.web {
	background: url("web.gif") left no-repeat;
	padding-left: 20px
}


a.alt-data:link, a.alt-data:visited {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	cursor: help
}
a.alt-data b {
	display: none
}
a.alt-data:hover,
a.alt-data:active {
	border: 0;
	position: relative;
	z-index: 500;
	text-decoration: none
}
a.alt-data:hover b,
a.alt-data:active b {
	display: block;
	position: absolute;
	top: 25px;
	left: -20px;
	padding: 5px;
	font-weight: normal;
	color: #333;
	border: 1px solid #333;
	background: #fff8dc;
	width: 250px
}
a.alt-data:hover b em.outer,
a.alt-data:active b em.outer {
	position: absolute;
	left: 20px;
	top: -8px;
	width: 0;
	height: 0;
	display: block;
	background: transparent;
	border-left: 7px dashed transparent;
	border-right: 7px dashed transparent;
	border-bottom: 7px solid #333;
	overflow: hidden;
	z-index: 100
}
a.alt-data:hover b em.inner,
a.alt-data:active b em.inner {
	position: absolute;
	left: 20px;
	top: -7px;
	width: 0;
	height: 0;
	display: block;
	background: transparent;
	border-left: 7px dashed transparent;
	border-right: 7px dashed transparent;
	border-bottom: 7px solid #fff8dc;
	overflow: hidden;
	z-index: 100
}


/* headings */
h1 {
	font-weight: normal;
	/* font-size: 2.8em; */
	font-size: 35px;
	line-height: 1.3em;
	margin: 0 0 8px 0;
	padding-top: 0;
	color: #339900;
	background-color: inherit
}
h1.pagetitle {
	position: absolute;
	left: 10px;
	top: 126px;
	height: 52px;
	z-index: 1
}
h2 {
	font-weight: normal;
	/* font-size: 1.5em; */
	font-size: 24px;
	margin: 0 0 8px 0;
	padding-top: 0;
	color: #339900;
 	text-transform: lowercase
}
h3 {
	font-weight: bold;
	/* font-size: 1.1em; */
	font-size: 14px;
	margin: 0 0 8px 0;
	padding-top: 0
}
h4 {
	font-weight: bold;
	/* font-size: 0.8em; */
	font-size: 10px;
	margin: 0 0 8px 0;
	padding-top: 0
}



/* container for page */
#container {
	margin: 0 auto;
	position: relative;
	width: 980px;
	background: #f9f9f9;
	/* padding-right: 10px;
	padding-left: 10px; */
	border: 1px solid #d1bada
}


/* page header logo */
#logo-top {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 150px;
	height: 98px;
	background: transparent url("../images/Logo.JPG") 0 0 no-repeat;
	z-index: 2
}


/* page header area */
#page-header {
	position: relative;
	width: 100%;
	height: 110px;
	text-align: right;
	background: transparent url("header-gradient.gif") top left repeat-y;
	border-bottom: 1px solid #ffa
}
#splash-header {
	height: 120px;
 	background: transparent left top no-repeat;
	padding-bottom: 15px
}


/* page body */
#page-body { 
	width: 100%;
	margin-top: 20px
}
#page-body.logobg {
	background: transparent url("fotva-logo-bg.gif") center no-repeat
}


/* menu */
/* #menu {
	font-family: lucida grande, sans-serif;
	font-weight: normal; */
	/* font-size: 1.9em; */
	/* font-size: 22px;
	text-transform: lowercase;
	height: 35px;
	padding-top: 80px;
	padding-right: 10px;
	padding-bottom: 5px;
	background: transparent url("cssjs/fotva-logo.gif") 10px 5px no-repeat
}
#menu a:link,
#menu a:visited,
#menu a:active {
	font-family: lucida grande, sans-serif;
	color: #330099;
	background-color: #336633;
	text-decoration: none;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px dashed #e0e3e2
}
#menu a:link.menu-right,
#menu a:visited.menu-right,
#menu a:active.menu-right {
	padding-right: 0;
	margin-right: 0;
	border-right: 0
}
#menu a:hover {
	color: #E6A000;
	background-color: #500078
} */
#top-menu-wrapper {
	position: absolute;
	top: 83px;
	left: 203px;
	width: 790px;
	margin: 0 auto;
	z-index: 3
}
#top-menu,
#top-menu ul {
	list-style: none;
	margin: 0;
	padding: 0
}
#top-menu li {
	float: left;
	font-weight: bold;
	font-size: 14px;
	margin-right: 2px
}
#top-menu #top-menu-contact {
	border: 0
}
#top-menu li a.top-menu-top {
	display: block;
	color: #333;
	font-family: lucida grande, sans-serif;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	height: 2.0em;
	line-height: 2.0em
}
* html #top-menu li { /* fixes IE/Win double margin float bug (safe) */
	display: inline
}
#top-menu-home {
	width: 81px
}
#top-menu-welcome {
	width: 111px
}
#top-menu-classes {
	width: 101px
}
#top-menu-get {
	width: 140px
}
#top-menu-events {
	width: 92px
}
#top-menu-news {
	width: 79px
}
#top-menu-contact {
	width: 161px
}
#top-menu li ul {
	position: absolute;
	left: -999em;
	width: 227px;
	/* margin: 0 -0.2em !important;
	margin: 0 -0.1em; */
	border-top: 2px solid #fcfcfc;
	z-index: 3
}
#top-menu li:hover ul,
#top-menu li.sfhover ul {
	left: auto
}
#top-menu li ul li {
	background: #336633;
	width: 227px;
	/* font-size: 14px;
	font-variant: small-caps; */
	font-size: 15px;
	text-transform: lowercase;
	border: 0;
	text-align: left;
	margin-right: 0
}
#top-menu li ul a:link,
#top-menu li ul a:visited,
#top-menu li ul a:active {
	display: block;
	padding-left: 15px;
	width: 227px;
	height: 2.0em;
	line-height: 2.0em;
	color: #ffcc00;
	font-family: lucida grande, sans-serif;
	text-decoration: none
}
#top-menu li a:hover,
#top-menu li:hover,
#top-menu li.sfhover,
#top-menu li:hover a.top-menu-top,
#top-menu li.sfhover a.top-menu-top,
#top-menu li ul a:hover,
#top-menu-home a:hover,
#home #top-menu-home a:visited.top-menu-top,
#top-menu-welcome a:hover,
#welcome #top-menu-welcome a:visited.top-menu-top,
#top-menu-classes a:hover,
#classes #top-menu-classes a:visited.top-menu-top,
#top-menu-get a:hover,
#get #top-menu-get a:visited.top-menu-top,
#top-menu-events a:hover,
#events #top-menu-events a:visited.top-menu-top,
#top-menu-news a:hover,
#news #top-menu-news a:visited.top-menu-top,
#top-menu-contact a:hover,
#contact #top-menu-contact a:visited.top-menu-top {
	color: #f5f5c8;
	background: #500078
}


/* page content area */
#page-content-left {
	float: left;
	width: 580px;
	padding: 48px 0 0 10px;
	/* font-size: 1.05em */
	font-size: 12px
}
#page-content-right {
	float: right;
	width: 580px;
	padding: 48px 10px 0 0;
	/* font-size: 1.05em */
	font-size: 12px
}
#page-content-whole {
	width: 950px;
	padding: 48px 10px 0 10px;
	/* font-size: 1.05em */
	font-size: 12px
}
#home #page-content {
	float: left;
	width: 550px;
	padding: 0 20px 0 10px;
	background: transparent;
	text-align: justify;
	/* font-size: 1.05em */
	font-size: 12px
}


/* left-hand image column (inner pages) */
#left-image {
	float: left;
	width: 350px;
	margin: 50px 20px 0 0;
	padding-left: 10px
}
#left-image img {
	border-top: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #aaa
}


/* right-hand image column (inner pages) */
#right-image {
	float: right;
	width: 350px;
	margin: 50px 0 0 20px;
	padding-right: 10px
}
#right-image img {
	border-top: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #aaa
}
  

/* standard images */
img {
	border: none
}


/* form elements */
select {
	font-family: lucida grande, sans-serif
}


/* zebra tables */
table {
	border: 3px solid #777
}
tr.odd {
	background: #f3f7d4
}
th {
	font-size: 1.2em
}
td {
	padding: 3px
}
td.no-bg {
	background: none
}


/* buttons */
.btn {
	display: block;
	font-family: lucida grande, sans-serif;
	font-style: normal;
	color: #333;
	background: #fcfcfc;
	position: relative;
	padding: 5px;
	float: left;
	text-decoration: none;
	cursor: pointer;
	border: 3px double
}
.btn.d4f4f7 {
	border-color: #d4f4f7
}


/* floating grey boxes */
.box {
	width: 350px;
	padding: 10px;
	margin-right: 10px !important;
	margin-right: 5px;
	margin-bottom: 8px;
	color: inherit;
	background-color: #e5f2d9;
	text-align: justify;
	/* font-size: 1.05em; */
	font-size: 12px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #ddd;
	float: right
}
.box.top {
	margin-top: 10px
}
/* .box.left {
 	float: left
}
.box.right {
 	float: right
}
.box h3 {
	margin-top: 4px
} */
.box img {
	border-top: 1px solid #aaa;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #aaa;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px
}


/* page footer area */
#page-footer {
	margin: 20px 0;
	padding: 10px;
	text-align: left;
	border-top: 1px solid #d1bada
}
#page-footer p {
	margin-bottom: 0;
	padding-bottom: 0;
	/* font-size: 0.95em */
	font-size: 10px
}


/* clearing element */
.clear {
	position: relative;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0
}


/* hiding element */
.hide {
	display: block;
	position: relative;
	clear: both;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	/* display: none */
}


/* left float */
.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px
}


/* right float */
.float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px
}


/* right float w/ border */
.float-right-w-border {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #aaa
}




/* unused usable colors */
/*
logo orange: ff8637 (complimenting colors - 8cf4da, c5c1ff, ffd1a9, 73d9ff, 00c599, 8089ff, 0098ff, 00c5dd, 006645, 1346bc, 952c00, 0065b0)
logo purple: 9c25f9 (complimenting colors - ffbf64, 00e7e4, daa4ff, 98de7d, af5400, 008e99, 008b33, 5f7700, 701b00, 004f5f, 5400b7, 004800)
*/