@charset "utf-8";
/* CSS Document */
/* Word of Life Florida Conference Center CSS File
created ? */
/* Modification log */
		/* February 13, 2009 - jcy */
		/* softened harsh magenta colors */
		/* added horizontal navagation menu requested by jn/ks */
body {
	margin: 0px 0px 0px 0px;
	color:#ffffff;
	background-color: #006;
}
td {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
}
.copyright {
	color: #ffffff;
	font-family: Arial, helvetica, sans-serif;
	font-size: 10px;
}
.newheader {
	background-color: #000c39;
	background-image: url(/images/headerbackground.jpg);
	background-repeat: no-repeat;
}
.glowgreen {
	color: #b5df63;
	font-weight: bold;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
}
.white {
	font: 16px Arial, helvetica, sans-serif;
	color: #ffffff;
	font-weight:bold;
}
.glowfield {
	background: #394d42;
	border: 1px #ffff00;
	color: #B5df63;
	font: 12px Arial, helvetica, sans-serif;
}
.site {
	font: 10px Arial, helvetica, sans-serif;
	color:#ffffff
}
.site2 {
	font: 12px Arial, helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
}
.shell {
	vertical-align: bottom;
}
h1 {
	color: #333;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
}
.h2 {
	font: 20px verdana, arial, helvetica, sans-serif;
	color: #ffffff;
}
.h3 {
	font-style: italic;
	text-decoration: underline;
	color: #ff9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.sidenav {
	background-color: #FC6;
	color:#ffffff;
	vertical-align: top;
	background-image: url(/florida/confcntr/side.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.line {
	background-color: #ff9900;
	vertical-align: top;
}
.white {
	color: #ffffff;
}
.features {
	font: 18px Arial, Helvetica, sans-serif;
}
.table {
	align: center;
}
.field {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 0px solid #ffcc00;
	background-color:#ffffff;
}
.button {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #ffcc00;
	border: 1px solid #ffcc00;
	background-color: #000000;
	text-decoration: none;
}
.body3 {
	background-color: #ffffff;
	font: 13px Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-position: bottom center;
	background-repeat: repeat-x;
}
.body2 {
	background-color: #A69B59;
	color: #ffffff;
	background-image: url(bigfilmgrain2.jpg);
	padding-right: 20px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.body4 {
	font: 13px Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.body5 {
	background-color: #A69B59;
	color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
}
.type1 {
	background-color:  #ff9900;
	vertical-align: middle;
	font: 12px Arial, Helvetica, sans-serif;
	color: #071174;
}
.type2 {
	background-color:  #990066;
	vertical-align: middle;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.type3 {
	background-color:  #071174;
	vertical-align: middle;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.confhead {
	background: #ff9900;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #000000;
}
.speakername {
	font: 12px Arial, helvetica, sans-serif;
	font-style: italic;
	color: #ffffff;
}
.minihead {
	font: bold 15px Arial, helvetica, sans-serif;
	color:#990066;
}
tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #333;
}
/* horizontal navagation menu */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.invertedshiftdown {
	padding: 0;
	width: 100%;
	border-top: 5px solid #45361E;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}
.invertedshiftdown ul {
	margin:0;
	margin-left: 40px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}
.invertedshiftdown li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}
.invertedshiftdown a {
	float: left;
	display: block;
	font: bold 11px Arial;
	color: black;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px 9px 10px; /*Padding within each menu item*/
	background-color: white; /*Default menu color*/
	/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
.invertedshiftdown a:hover {
	background-color: #45361E;
	padding-top: 9px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
	color: white;
}
.invertedshiftdown .current a { /** currently selected menu item **/
	background-color: #45361E;
	padding-top: 9px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
	color: white;
}
#myform { /*CSS for sample search box. Remove if desired */
	float: right;
	margin: 0;
	margin-top: 2px;
	padding: 0;
}
#myform .textinput {
	width: 190px;
	border: 1px solid gray;
}
#myform .submit {
	font: normal 12px Verdana;
	height: 22px;
	border: 1px solid #D10000;
	background-color: black;
	color: white;
}

