/* @override http://www.floridareexpo.org/css/main.css */

/*=====================================================================
* Filename: main.css
* Template: Bussiness Freedom
* Author: Jarel Remick - http://www.jremick.com
* Date Created: 12/07/2008
* Media: Screen
*
* Description
* -----------
* CSS Reset using "reset.css" from 960 framework package, derived from Eric Meyers.
* Uses blueprint CSS as base starting point: http://www.blueprintcss.org/
=====================================================================*/
 
@import "reset.css";

body { background: #fff url(../images/layout/bg.gif) repeat-x;
	color: #78a03f;
}

/* ===== GLOBAL ===== */
.center			{ margin: 0 auto; }
.tcenter		{ text-align: center; }

.fl				{ float: left; }
img.fl			{ float: left; margin: 8px 8px 8px 0; }
.fr				{ float: right; }
img.fr			{ float: right; margin: 8px 0 8px 8px; }

#header ul li.last,
#footer ul li.last { margin: 0; padding: 0; border: none; }

.clear			{ clear: both; }

/* Use this instead of html hr tag */
div.hr			{ width: 100%; height: 0px; background-color: #fff; margin: 8px 0; }

/* ===== LAYOUT ===== */
#wrapper { width: 975px; margin: 0 auto; }
.pageSpacer { height: 30px; clear: both; }

/* HEADER */
#header { height: 150px; position: relative; margin: 0 15px; }
#header ul { list-style: none; margin: 0; }
#header ul li { float: left; }

/* NAVIGATION */
#nav {
	position: absolute;
	top: 110px;
	right: 0;
	width: 615px;
	height: 35px;
	z-index: 1000;
}
#nav ul li {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #005275;
	height: 16px;
	border-color: #005275;
}

.userControl { position: absolute; top: 12px; right: 0; }
.userControl ul li { padding-right: 10px; margin-right: 10px; border-right: solid 1px #d1d1d1; height: 12px; }

.logo { position: absolute; top: 30px; left: 0; }

/* BODY-HEADER CONTENT */
#contentHeader {
	width: 975px;
	margin-bottom: 25px;
	position: relative;
	background: url(../images/layout/body-header-bg-repeat.gif) repeat-y;
	z-index: 1;
}
#contentHeader .tlc,
#contentHeader .trc,
#contentHeader .blc,
#contentHeader .brc { position: absolute; width: 12px; height: 12px; z-index: 1; }
#contentHeader .tlc { top: 0; left: 0; background: url(../images/layout/top-left-corner.gif) no-repeat; }
#contentHeader .trc { top: 0; right: 0; background: url(../images/layout/top-right-corner.gif) no-repeat -1px 0; }
#contentHeader .blc { bottom: 0; left: 0; background: url(../images/layout/bottom-left-corner.gif) no-repeat; }
#contentHeader .brc { bottom: 0; right: 0; background: url(../images/layout/bottom-right-corner.gif) no-repeat 1px -1px; }

#contentHeader .container { width: 959px; height: 349px; margin: 0 auto; position: relative; }
#contentHeader .container img { position: absolute; top: 0; left: 0; }
#contentHeader .container p { width: 560px; position: absolute; top: 35px; left: 35px; }
#contentHeader .container a.readmore { position: relative; top: 45px; left: -135px; padding: 4px 8px; border: solid 1px #dedede; }
#contentHeader .container a:hover.readmore { border: solid 1px #e2e6fe; }

#contentHeader .top,
#contentHeader .bottom { width: 960px; height: 8px; margin: 0 auto; }
#contentHeader .top	{ background: url(../images/layout/body-header-top.gif) repeat-x; }
#contentHeader .bottom { background: url(../images/layout/body-header-bottom.gif) repeat-x; }

#contentHeader .container p { color: #fff; font-size: 1.15em; line-height: 1.8em; }
#contentHeader .container a.readmore { color: #fff; letter-spacing: 1px; cursor: pointer; }
#contentHeader .container a:hover.readmore { text-decoration: none; color: #e2e6fe; }

/* BODY CONTENT */
#content {
	width: 630px;
	float: left;
	margin: 0 0 20px 30px;
}
#content img { padding: 2px; background: #fff; border: solid 2px #ccc; }
#content img:hover { background: #bd4e4e; }

ul.teaser { margin: 15px 0 0 0; list-style: none; }
ul.teaser li { clear: both; margin-bottom: 20px; }
ul.teaser img.fl { margin-top: 0; }
ul.teaser p { margin-bottom: 0; }

/* SIDEBAR */
#sidebar {
	width: 235px;
	float: right;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 0;
}
ul.productPreviews { list-style: none; margin: 15px 0 15px 0; }
ul.productPreviews li { float: left; margin: 0 8px 2px 0; }
ul.productPreviews li.last { margin: 0; }
ul.productPreviews li img {
	padding: 2px;
	background: #fff;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
ul.productPreviews li img:hover {
	background-color: #78A03F;
}

/* CATALOG PAGES (Products and Services) */
#products, #services {
	width: 630px;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}

#catalogMenu { width: 220px; float: left; margin-left: 15px; }
#catalogMenu ul { list-style: none; margin: 35px 0 0 0; }
#catalogMenu ul li a { display: block; padding: 3px 0; margin-right: 15px; border-bottom: solid 1px #d5d5d5; }
#catalogMenu ul li a.active { margin-right: 0; }

ul.catalog { margin: 15px 0 0 0; list-style: none; }
ul.catalog li { float: left; }
ul.catalog img.fl { margin-top: 0; }
ul.catalog p { margin-bottom: 0; }

#products ul.catalog { clear: both; }
#products ul.catalog li { width: 225px; margin-bottom: 25px; }
#products ul.catalog li p { padding: 6px 18px; }

#services img,
#products img { padding: 2px; background: #fff; border: solid 2px #ccc; }
#services img:hover,
#products img:hover { background: #bd4e4e; }

/* FOOTER */
#footer { width: 960px; margin: 0 15px; clear: both; }
#footer ul { list-style: none; margin: 0; }
#footer ul li { float: left; padding-right: 8px; margin-right: 8px; border-right: solid 1px #999; height: 12px; }

/* ===== FONTS =====  Default font settings. The font-size percentage is of 16px. (0.75 * 16px = 12px) */
/* Global */
body { font-size: 80%; color: #3d3d3d; line-height: 1.6em; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; }

a.readmore { color: #656eac; font-style: italic; font-size: .9em; text-decoration: none; padding-left: 5px; }
a:hover.readmore { color: #656eac; text-decoration: underline; }

/* NAVIGATION */
#nav ul li a {
	font-size: 1.1em;
	line-height: 1em;
	color: #005275;
	text-decoration: none;
}
#nav ul li a:hover,
#nav ul li a.active { color: #78a03f; }

.userControl { font-size: .85em; line-height: 1.15em; color: #999; }
.userControl a { color: #999; text-decoration: none; }
.userControl a:hover { text-decoration: underline; color: #656eac; }

/* SIDEBAR */
#sidebar p { font-size: .95em; color: #4f4f4f; }
.date { font-size: .8em; font-style: italic; color: #999; }

/* CATALOG PAGES */
#catalogMenu ul { text-align: right; }
#catalogMenu ul li a { text-decoration: none; }
#catalogMenu ul li a:hover,
#catalogMenu ul li a.active { color: #cc0000; }

#products ul.catalog { text-align: center; }
#products ul.catalog li p { text-align: left; }

/* FOOTER */
#footer { font-size: .85em; line-height: 1.15em; }
#footer, #footer a { color: #999; text-decoration: none; }
#footer a:hover { color: #656eac; text-decoration: underline; }

/* Headings */
h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #78a03f; }

h2.intro, h3.intro, h4.intro, h5.intro { display: inline; margin-bottom: 15px;
	line-height: 26px;
}
div.subtitle {
	padding-bottom: 20px;
}
div.indexsubtitle {
	margin-bottom: 20px;
}

#products h1.title, #services h1.title {
	font-weight: 100;
	letter-spacing: 1px;
	color: #78A03F;
	text-align: left;
}
#products div.subtitle,
#services div.subtitle {
}
#services .subtitle div,
#products .subtitle div { font-size: .9em; line-height: 32px; }

.subtitle h1 {
	float: left;
	font-size: 30px;
}
.subtitle h2 { height: 22px; float: left; padding-right: 14px; margin-right: 14px;
	border-right-color: #d5d5d5;
}
.subtitle div { font-size: .85em; line-height: 22px; float: left; padding-bottom: 8px; color: #999; }

h1 { font-size: 2.4em; line-height: 1; margin-bottom: 0.5em; }
h2 {
	font-size: 1.8em;
	margin-bottom: 0.6em;
	text-align: left;
}
h3 { font-size: 1.5em; line-height: 1; margin-bottom: .75em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1.1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { margin: 0; }


/* Text elements */
p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     {
	color: #2D5274;
	text-decoration: underline;
}
a           { color: #656eac; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 		{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists */
li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables */
table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       {
	padding: 4px 10px 4px 5px;
	vertical-align: middle;
	background-color: #F4F4F4;
	border: 1px solid #FFF;
}
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes */
.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
#img_txt {
	font-size: 18px;
	font-weight: bold;
}
#wrapper #services .cushycms .agenda {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.table1 {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
