﻿html 
{ 
    /* always show firefox scrollbar, to prevent horizontal shift. */
    overflow:-moz-scrollbars-vertical; 
}

/* "Edit Module" button that appears on the front-end for authorized users. */
.webmodules_editModuleLink,
a.webmodules_editModuleLink,
a.webmodules_editModuleLink:link,
a.webmodules_editModuleLink:visited
{
    background-color: #FFFFA5;
    padding: 1px 2px 2px 2px;
    border: 1px dotted gray;
    position: absolute; /*preserve layout*/
    color: Blue;
}
.webmodules_editModuleLink:hover,
a.webmodules_editModuleLink:hover
{
    color: #00A2FF;
}

/* "Edit Page" button that appears on the front-end for authorized users. */
.webmodules_editPageLink,
a.webmodules_editPageLink,
a.webmodules_editPageLink:link,
a.webmodules_editPageLink:visited
{
    background-color: #FFFFA5;
    padding: 1px 2px 2px 2px;
    border: 1px dotted gray;
    position: absolute; 
    top: 5px;
    left: 5px;
    color: Blue;
}
.webmodules_editPageLink:hover,
a.webmodules_editPageLink:hover
{
    color: #00A2FF;
}

/* sub navigation highlighted/activated style. */
.subnav .on a:link, .subnav .on a:visited, .subnav .on a:hover, .subnav .on a:active
{
	background-color: #00FF00;
}

/******************************************************************************
 main navigation menu. 
******************************************************************************/

.mainNavDropDown
{
    padding: 10px 0px 0px 0px;
}

.mainNavDropDown_item,
.mainNavDropDown_item a,
.mainNavDropDown_item a:visited /* requird by IE6 to override ancestors. */
{
	background-color: #00FF00;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    width: 15em;
    padding: 10px 5px;
}

.mainNavDropDown_item_hover,
.mainNavDropDown_item_hover a,
.mainNavDropDown_item_hover a:visited, /* requird by IE6 to override ancestors. */
.mainNavDropDown_item_hover a:hover, /* requird by IE6 to override ancestors. */
.mainNavDropDown_item_hover a:active /* requird by IE6 to override ancestors. */
{
	background-color: #00FF00;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    width: 15em;
    padding: 10px 5px;
}
/* -------------------------- <revisions> ---------------------------

Bayshore Solutions CSS Standard 

All non-general elements should be specified in their respective sections
and labeled appropriatly according to Design Standards Guide.

Latest Revisions: 
	- 8/01/08 :: JRH

-------------------------- </revisions> --------------------------- */

/***** Global Settings *****/

html, body {
	border: 0;
	margin: 0;
	padding: 0;
	}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	}
	
/***** Headings *****/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	}

/***** Common Formatting *****/

p {
	margin: 0;
	padding: 0;
	}

ul, ol {
	padding: 0 0 20px 20px;
	}

blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
	}

small {
	font-size: 0.85em;
	}

img {
	border: none;
	}

table {
	border: 0;
	margin: 0;
	padding: 0;
	}

/***** Links *****/

a:link, a:visited {
	text-decoration: underline;
	color: #4fbcf0;
	}

a:hover, a:active {
	text-decoration: none;
	color: #4fbcf0;
	}

a { outline: none; }

/***** Forms *****/

form {
	margin: 0;
	padding: 0;
	display: inline;
	}

input, select, textarea {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	}

textarea {
	width: 100%;
	line-height: 1.25;
	}

label {
	cursor: pointer;
	}

/***** Wrapper *****/
.wrap {
	width: 960px;
	margin: 0 auto;
	}

/***** Global Classes *****/

.clear         { clear: both; }
.float-left    { float: left; }
.float-right   { float: right; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #ffc; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0; }
.noindent      { margin-left: 0; padding-left: 0; }
.nobullet      { list-style: none; list-style-image: none; }

img, div { behavior: url(iepngfix.htc) }



body {
	margin:0;
	color:#000;
	background:#091734 url(/app_themes/cfcs/images/body-bg.gif) repeat-x;
	font:12px Helvetica, Arial, Verdana,sans-serif;
}
img {border-style:none;}
.page {
	width:1024px;
	margin:0 auto;
	background:url(/app_themes/cfcs/images/main-bg.jpg) no-repeat center 0;
}
.header {
	width:994px;
	margin:0 auto;
	position:relative;
	height:241px;
}
.header strong a {
	position:absolute;
	top:47px;
	left:12px;
	width:174px;
	height:177px;
	background:url(/app_themes/cfcs/images/logo.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.header .main-nav {
	position:absolute;
	left:189px;
	top:94px;
	width:781px;
	height:50px;
	margin:0;
	padding-left:2px;
	background:url(/app_themes/cfcs/images/main-nav-bg.gif) no-repeat;
	list-style:none;
	font-weight:bold;
	font-size:13px;
	line-height:50px;
}
.header .main-nav li {
	float:left;
	padding:0 12px 0 14px;
	background:url(/app_themes/cfcs/images/separator.gif) no-repeat 0 16px;
}
.header .main-nav li:first-child {
	background:none;
}
.header .main-nav a {
	color:#bee3f6;
	text-decoration:none;
}
.header .main-nav a:hover,
.header .main-nav a.active {
	color:#fff;
}
.header .address {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	line-height:27px;
	color:#bee3f6;
}
.header .address li {
	display:inline;
	background:url(/app_themes/cfcs/images/bullet.gif) no-repeat 0 5px;
	padding:0 9px 0 15px;
}
.header .address li:first-child {
	background:none;
}
.header .address a {
	color:#fff;
}
.header .address a:hover {
	text-decoration:none;
}
.header p {
	margin:0;
	position:absolute;
	left:275px;
	top:166px;
	width:667px;
	color:#4fbcf0;
	font-size:18px;
	line-height:27px;
}
.header p a {
	color:#fff;
}
.header p a:hover {
	text-decoration:none;
}
.header a.button {
	position:absolute;
	top:43px;
	font-size:12px;
	line-height:34px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	right:22px;
	cursor:pointer;
}
.header a.button span {
	float:left;
	background:url(/app_themes/cfcs/images/btn-bg.gif) repeat-x;
	padding:0 8px 0 10px;
}
.header a.button span.left-corner {
	background:url(/app_themes/cfcs/images/left-corner.png) no-repeat;
	width:5px;
	padding:0;
}
.header a.button span.right-corner {
	padding:0;
	background:url(/app_themes/cfcs/images/right-corner.png) no-repeat;
	width:16px;
}
.holder {
	width:950px;
	margin:0 auto;
	overflow:hidden;
	height:1%;
	padding:0 22px 0 22px;
}
.dual-box {
	width:100%;
	overflow:hidden;
	height:1%;
}
.box-top1,
.box-top2 {
	width:463px;
	float:left;
	padding-top:4px;
	background:url(/app_themes/cfcs/images/box-top.png) no-repeat;
}
.box-top1 .box .box-grad
{
	height: 311px;
	
}

.box {
	background:url(/app_themes/cfcs/images/box-bg.gif) repeat-y;
}
.box .box-grad {
	overflow:hidden;
	height:1%;
	background:url(/app_themes/cfcs/images/box-grad.gif) no-repeat 0 100%;
}
.box-bottom {
	height:44px;
	background:url(/app_themes/cfcs/images/box-btm.png) no-repeat;
}

.slide
{
	width: 470px;
	min-height:282px;
}
    
.box .box-grad .left, .slide .left {
	float:left;
	width:173px;
	overflow:hidden;
}


.box .box-grad .left a.logo img, .slide .left a.logo img {
	float:left;
	margin:34px 0 0 23px;
}
.box .box-grad .left a.imgs img, .slide .left a.imgs img {
	float:left;
	border:2px solid #487098;
	margin:32px 0 6px 25px;
}
.box .box-grad .left ul, .slide .left ul {
	margin:0;
	padding-left:33px;
	list-style:none;
	font-size:12px;
	line-height:9px;
	font-weight:bold;
	width:138px;
}
.box .box-grad .left ul li, .slide .left ul li {
	float:left;
	padding-right:24px;
}
.box .box-grad .left ul a, .slide .left ul a {
	color:#565656;
	text-decoration:none;
}
.box .box-grad .right, .slide .right {
	float:right;
	width:275px;
	padding:23px 0 18px 15px;
}
.box .box-grad .right h2, .slide .right h2 {
	margin:0;
	color:#f60;
	font:15px Arial, Helvetica,Verdana, sans-serif;
}
.box .box-grad .right h5, .slide .right h5 {
	margin:15px 0 0;
	font:12px Arial, Helvetica,Verdana, sans-serif;
}
.box .box-grad .right ul, .checklist {
	margin:15px 0 0 2px;
	padding:0 0 5px 0;
	list-style:none;
	line-height:12px;
	width:252px;
}
.box .box-grad .right ul li, .checklistItem {
	background:url(/app_themes/cfcs/images/arrow1.png) no-repeat;
	height:1%;
	padding:0 0 10px 21px;
}
.box .box-grad .right ul a {
	color:#000;
	text-decoration:none;
}

.checklistLink a {
color: #000000;
text-decoration: none;
}

.checklistLink a:hover {
color: #000000;
text-decoration: underline;
}

.checklistLink a:visited {
color: #000000;
text-decoration: none;
}

.checklistLink a:active {
color: #000000;
text-decoration: underline;
}


.box .box-grad .right ul a:hover, a.checklistLink:hover {
	text-decoration:underline;
}
.box .box-grad .right a.works, .slide .right a.works {
	margin:0 0 0 11px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	display:block;
	font-size:12px;
	line-height:34px;
}
.box .box-grad .right a.works span, .slide .right a.works span {
	float:left;
	background:url(/app_themes/cfcs/images/btn-bg.gif) repeat-x;
	padding:0 10px 0 8px;
}
.box .box-grad .right a.works span.left-corner, .slide .right a.works span.left-corner {
	background:url(/app_themes/cfcs/images/left-corner.png) no-repeat;
	width:5px;
	padding:0;
}
.box .box-grad .right a.works span.right-corner, .slide .right a.works span.right-corner {
	padding:0;
	background:url(/app_themes/cfcs/images/right-corner.png) no-repeat;
	width:16px;
}
.box-top2 {
	float:right;
}
.box-top2 .box  .box-grad .left a.logo img, .slide .left a.logo img {
	float:left;
	margin:14px 0 0 40px;
}
.box-top2 .box  .box-grad .left a.imgs img, .slide .left a.imgs img {
	float:left;
	border:2px solid #487098;
	margin:15px 0 0 29px;
}
.box-top2 .box .box-grad .right ul, .checklist {
	padding:0 0 15px 0;
}
.holder p {
	margin:0 0 9px 0;
	color:#4fbcf0;
	font-size:14px;
	line-height:25px;
	text-align:center;
}
.holder p  {
	color:#fff;
}
.holder p a:hover {
	text-decoration:none;
}
.navbar {
	float:left;
	width:253px;
}
.navbar h4 {
	margin:0;
	padding:0 0 0 16px;
	font:15px/51px Helvetica, Arial, Verdana,sans-serif;
	color:#fff;
	background:url(/app_themes/cfcs/images/navbar-top.gif) no-repeat;
}
.navbar-bg {
	background:url(/app_themes/cfcs/images/navbar-bg.gif) repeat-y;
}
.navbar-bg .navbar-grad {
	background:url(/app_themes/cfcs/images/navbar-grad.gif) no-repeat 0 100%;
}
.navbar-bg .navbar-grad ul li {
	margin-top:8px;
}
.navbar-bg .navbar-grad ul {
	margin:0;
	padding:9px 4px 15px 4px;
	list-style:none;
	line-height:29px;
}
.navbar-bg .navbar-grad ul a {
	display:block;
	line-height:22px;
	color:#000;
	text-decoration:none;
	padding-left:22px;
}
.navbar-bg .navbar-grad ul a:hover,
.navbar-bg .navbar-grad ul a.market {
	color:#fff;
	background:#f60 url(/app_themes/cfcs/images/arrow2.gif) no-repeat 11px 9px;
}
.navbar .navbar-bottom {
	height:4px;
	overflow:hidden;
	background:url(/app_themes/cfcs/images/navbar-btm.gif) no-repeat;
}

.navbar-content
{
	text-align:left;
	margin: 10px 0 0 0;
	padding: 5px 5px 5px 5px;
}

.navbar-content p
{
	text-align:left;
}

.content {
	float:right;
	width:681px;
}
.content-top {
	padding:4px 0 0;
	background:url(/app_themes/cfcs/images/content-top.gif) no-repeat;
}
.content-bg {
	background:url(/app_themes/cfcs/images/content-bg.gif) repeat-y;
}
.content-bg .content-grad {
	padding:24px 44px 65px 34px;
	background:url(/app_themes/cfcs/images/content-grad.gif) no-repeat 0 100%;
}
.content .content-bottom {
	height:4px;
	background:url(/app_themes/cfcs/images/content-btm.gif) no-repeat;
	overflow:hidden;
}
.content-bg .content-grad h1 {
	color:#f60;
	margin:0 0 0 2px;
	font-size:18px;
}
.content-bg .content-grad h2{
	color:#487098;
	margin:22px 0 0;
	font-size:13px;
	font-weight:bold;
}
.content-bg .content-grad p {
	margin:16px 0 0;
	font-size:12px;
	text-align:left;
	line-height:18px;
	color:#000;
}
.footer {
	width:950px;
	margin:41px auto 0 auto;
	border-top:1px solid #487098;
}
.footer ul {
	margin:0;
	padding:11px 0 63px 0;
	font-size:11px;
	list-style:none;
	color:#4fbcf0;
}
.footer ul li {
	display:inline;
	padding:0 0 0 14px;
}
.footer ul li.first {
	padding:0 15px 0 0;
}
.footer ul a {
	color:#bee4f6;
	text-decoration:none;
}
.footer ul a:hover {
	text-decoration:underline;
}

a.sign-up
{
    color: #487098;
}







/* from webmodules/entity.css */


input[type=text], 
input[type=submit], 
input[type=file], 
input[type=button], 
input[type=password],
select {
    margin-right: .5em;
    font-size: 13px;
}
textarea {
    font-size: 13px;
}
/* Highlight the current input element. */
input:focus {
    background-color: #FFF0BB;
}
fieldset {
    padding: 1em;
}
legend {
    padding: 0em .5em 0em .5em;
    margin: 0em 0em .5em 0em;
}
.help {
	color: #5A5A5A;
}

/******************************************************************************
    .entity_edit
******************************************************************************/
.entity_edit td  {
    vertical-align: top;
}
.entity_edit .field {
    margin-top: .85em;
    margin-bottom: .85em;
}
/* all children (not descendants). broken in IE 6. */
.entity_edit .field > * {
}
.entity_edit .field .required {
	border-left: 1px solid red;
	padding-left: .25em;
}
.entity_edit .field .help {
	display: block;
	margin: .25em 0em;
}
.entity_edit .section {
	margin-top: 1em;
	margin-bottom: 1em;
}
.entity_edit .toolbar {
    margin-top: 1.5em;
    margin-bottom: .65em;
}
.entity_edit .toolbar .saveButton {
    width: 5em;
    font-weight: bold;
}
.entity_edit .toolbar .cancelButton {
    width: 5em;
}





/* from formbuilder */
/* **************************  FormBuilder module ************************** */
.wm_FormBuilder .wm_ShortText
{
    /* width: 35em;*/
}
.wm_FormBuilder .wm_Longtext
{
 
}
.wm_FormBuilder .wm_DropDownList
{
}
.wm_FormBuilder .wm_RadioButton
{
}
.wm_FormBuilder .wm_Checkbox
{
}
.field, .field td input
{
    margin-top: 5px;
}

.field label
{
    display: block;
    float: left;
    width: 200px;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}
.field td label
{
    display: inline;
    width: 200px;
    text-align: right;
    padding-right: 10px;
    font-weight: bold; /* turn it normal, if you do not want checkbox texts*/
    float:none;
}
.field-inline, .field-inline td input
{
    margin-top: 5px;
}
.field-inline label
{
    display: block;
    float: none;
    width: 200px;
    text-align: left;
    padding-right: 10px;
    font-weight: bold;
}
.field-inline td label
{
    display: inline;
    width: 200px;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
    float:none;
}



.emailListSignup
{
    
}

.errorText
{
    color: #FF0000;
}

.labelText
{
    /* background-color: #EEE; */
    /* border: solid 1px #000; */
    text-align: right;
}