/*
Theme Name: Metropolitan Business Association, Inc.
Theme URI: http://synotac.com
Description: A custom theme developed by Synotac Web Design
Version: 1.0
Author: Synotac Web Design
Author URI: http://synotac.com/


style.css
Developer: Synotac Web Design
URI: http://www.synotac.com

CSS Reset*/
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
BODY
{
	line-height: 1;
}
OL, UL
{
	list-style: none;
}
BLOCKQUOTE, Q
{
	quotes: none;
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after
{
	content: '';
	content: none;
}
/*remember to define focus styles!*/
:focus
{
	outline: 0;
}
/*remember to highlight inserts somehow!*/
INS
{
	text-decoration: none;
}
DEL
{
	text-decoration: line-through;
}
/*tables still need 'cellspacing="0"' in the markup*/
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
/*End CSS Reset
General
------------------------------------------------------------------
Selection background color*/
*::-moz-selection
{
	background: #DCEBFA none repeat scroll 0 0;
}
/*HTML and BODY*/
HTML, BODY
{
}
HTML
{
	height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}
BODY
{
	background: #FFF;
	font: 14px/20px Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: center;
	color: #303030;
}
/*Links*/
A
{
	color: #017DC5;
	text-decoration: underline;
}
A:link
{
}
A:visited
{
	color: #0F2743;
}
A:focus, A:hover, A:active
{
	color: #4C6A8F;
	text-decoration: none;
}
/*Headers*/
H1, H2, H3
{
	font-weight: normal;
}
H1
{
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 8px;
	color: #0F2743;
}
H2
{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 8px;
	font-weight: bold;
	color: #8B8E4B;
}
.entry H2
{
	margin-top: 22px;
}
H3
{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 6px;
	font-weight: bold;
	color: #0F2743;
}
H4, H5, H6
{
}
H4
{
}
H5
{
}
H6
{
}
/*Text blocks, Content*/
ADDRESS
{
}
BLOCKQUOTE
{
}
EM
{
	font-style: italic;
}
P
{
	margin: 0 0 1em;
}
PRE
{
}
SMALL
{
	font-size: 0.8em;
}
SPAN
{
}
STRONG
{
	font-weight: bold;
}
/*Misc*/
ABBR, ACRONYM
{
	border-bottom: 1px dashed #999;
	cursor: help;
}
DEL
{
	color: #8B0000;
	text-decoration: line-through;
}
HR
{
	display: none;
}
INS
{
	color: #006400;
	text-decoration: none;
}
SUB, SUP
{
	font-size: 0.7em;
}
SUP
{
	vertical-align: sub;
}
SUP
{
	vertical-align: super;
}
/*Tables*/
TABLE
{
}
CAPTION
{
}
THEAD
{
}
TFOOT
{
}
TBODY
{
}
TR
{
}
TR.alt
{
}
TH
{
}
TD
{
}
/*Froms*/
FORM
{
}
FIELDSET
{
}
LEGEND
{
}
LABEL
{
}
INPUT
{
	vertical-align: middle;
}
INPUT.button
{
}
INPUT.primary-button
{
}
INPUT.secondary-button
{
}
TEXTAREA
{
}
SELECT
{
}
.checkboxes
{
}
/*Lists*/
UL, OL
{
}
UL
{
}
OL
{
}
LI
{
}
#content UL, #content OL, .subContent UL
{
	margin-bottom: 12px;
}
#content UL, .subContent UL
{
	list-style-type: disc;
	margin-left: 14px;
}
#content UL LI, .subContent UL LI
{
	margin-bottom: 4px;
}
/*Definition Lists*/
DL
{
}
DD
{
}
DT
{
}
/*STRUCTURE
------------------------------------------------------------------
Use #bgwrap if centered column has drop shadow background that is centered*/
#bgwrap
{
}
#wrap
{
	margin: 0 auto;
	width: 100%;
	background-color: #FFF;
}
#header, #main, #footer
{
	margin: 0 auto;
	text-align: left;
	background-color: transparent;
}
#header
{
	padding-top: 20px;
}
#main
{
	width: 960px;
}
#container
{
	float: left;
/*left = sidebar on right; right = sidebar on left*/
	margin: 0 -330px 0 0;
/*negative value margin (side of sidebar) width of sidebar*/
	width: 100%;
}
#content
{
	margin: 0 330px 0 0;
/*margin (side of sidebar) width of sidebar*/
	overflow: hidden;
	padding: 20px 18px;
}
#sidebar
{
	float: right;
/*right = sidebar on right; left = sidebar on left*/
	padding: 0;
	width: 300px;
/*= (width - padding)*/
}
DIV#footer
{
}
/*Wordpress specific CSS
-------------------------------------------------------------------*/
.aligncenter, DIV.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.aligncenter IMG, .aligncenter P.wp-caption-text
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.alignleft
{
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
.alignright
{
	float: right;
	margin-left: 12px;
	margin-bottom: 12px;
}
IMG.alignleft
{
	display: inline;
	margin: 0 16px 0px 0;
	padding: 4px;
}
IMG.alignright
{
	display: inline;
	margin: 0 0 0px 16px;
	padding: 4px;
}
.entry DIV.alignleft
{
	float: left;
	margin: 0 13px 12px 0;
}
.entry BLOCKQUOTE
{
	font-style: italic !important;
	margin-bottom: 5px;
	margin: 1em;
}
.entry CITE
{
	display: block;
	text-align: right;
	margin-bottom: 11px;
	margin-right: 1em;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	border-bottom: 1px dashed #CCC;
	padding-bottom: 5px;
}
P.alert-message
{
	padding: 5px;
	border: 1px solid #CCC;
	background: #FFF;
	color: #8B8D4B;
	font-size: 12px;
}
P.alert-message STRONG
{
	font-size: 14px;
}
/*=Comments
--------------------------------------------------------------*/
#comments
{
	clear: both;
}
#comments .navigation
{
	padding: 0 0 18px;
}
H3#comments-title, H3#reply-title
{
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
H3#comments-title
{
	padding: 24px 0;
}
DIV.comments-header-meta A
{
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 3px;
	text-decoration: none;
	clear: both;
	display: block;
	border-bottom: 1px solid #CCC;
}
.commentlist
{
	list-style: none;
	margin: 0;
}
.commentlist LI
{
	border-bottom: 1px solid #E7E7E7;
	line-height: 24px;
	margin: 0 0 0px;
	padding: 20px;
	position: relative;
}
.commentlist LI:last-child
{
	border-bottom: none;
	margin-bottom: 0;
}
.commentlist SPAN.comment-author, .commentlist SPAN.comment-business, .commentlist SPAN.comment-date
{
	font-size: 12px;
	color: #8A8C4A;
}
.commentlist SPAN.comment-author, .commentlist SPAN.comment-business
{
	font-weight: bold;
}
.commentlist SPAN.comment-date
{
	margin-top: -8px;
	display: block;
}
.commentlist DIV.comment-body
{
	margin-bottom: 5px;
	font-style: italic;
}
.commentlist OL
{
	list-style: decimal;
}
.commentlist .avatar
{
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author
{
}
.comment-author CITE
{
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says
{
	font-style: italic;
}
.comment-meta
{
	font-size: 12px;
	margin: 0 0 18px;
}
.comment-meta A:link, .comment-meta A:visited
{
	color: #888;
	text-decoration: none;
}
.comment-meta A:active, .comment-meta A:hover
{
	color: #FF4B33;
}
.commentlist .even
{
}
.commentlist .bypostauthor
{
}
.reply
{
	font-size: 12px;
	padding: 0 0 24px;
}
.reply A, A.comment-edit-link
{
	color: #888;
}
.reply A:hover, A.comment-edit-link:hover
{
	color: #FF4B33;
}
.commentlist .children
{
	list-style: none;
	margin: 0;
}
.commentlist .children LI
{
	border: none;
	margin: 0;
}
.nopassword, .nocomments
{
	display: none;
}
#comments .pingback
{
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #E7E7E7;
}
.commentlist LI.comment+LI.pingback
{
	margin-top: -6px;
}
#comments .pingback P
{
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display: block;
	margin: 0;
}
#comments .pingback .url
{
	font-style: italic;
	font-size: 13px;
}
/*Resizes the image to the maximum width of the content area*/
.entry IMG
{
	max-width: 576px;
/*smooth image resizement in IE7+*/
	-ms-interpolation-mode: bicubic;
}
.wp-caption
{
	background-color: #F0F0F0;
	border: 1px solid #E5E5E5;
	overflow: hidden;
	padding: 3px;
	text-align: center;
}
.wp-caption IMG
{
	border: 0 none #000000;
	margin: 0;
	padding: 0;
}
.wp-caption P.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 0 5px 0px;
	margin: 0;
}
.more-link
{
	background-color: #F4F8F9;
	border-bottom: 1px solid #E6F0F2;
	font-size: 11px;
	padding: 5px 6px 3px;
	text-shadow: 0 1px 0 #FFF;
}
.more-link:hover
{
	background-color: #E6F0F2;
	border-bottom-color: #B3CDD8;
	color: #000;
}
/*Tables and #wp-calendar*/
TABLE
{
	color: #3E5867;
	width: 100%;
}
CAPTION
{
	background-color: #E6F0F2;
	border-top: 1px solid #E6F0F2;
	text-align: center;
}
THEAD
{
	background-color: #F4F8F9;
	text-align: center;
}
TBODY
{
	background-color: #F7F7F7;
	text-align: center;
}
TFOOT
{
	background-color: #FFF;
	text-align: left;
}
TD#next
{
	text-align: right;
}
/*MAIN STYLES
------------------------------------------------------------------
------ Header ----------------*/
#header
{
	margin-bottom: 20px;
}
#branding
{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
DD.adr
{
	position: absolute;
	top: 19px;
	right: 0;
	font-size: 22px;
	font-weight: bold;
	color: #0F2743;
}
.header-login
{
	position: absolute;
	top: 45px;
	right: 0;
	font-size: 12px;
}
/*------ Nav Menu ----------------*/
#nav-wrap
{
	height: 35px;
	background-color: #93C6E6;
	width: 100%;
	padding-top: 10px;
}
#nav
{
	width: 960px;
	margin: 0 auto;
	position: relative;
	font-size: 15px;
	text-transform: uppercase;
/*font-weight:bold;*/
}
#nav UL#menu
{
	padding-top: 2px;
}
#nav LI
{
	display: block;
	float: left;
	margin-right: 22px;
}
#nav LI A
{
	display: block;
	color: #0F2743;
	text-decoration: none;
}
#nav LI A:hover
{
	color: #FFF;
	text-decoration: underline;
}
/***** Active link styling in nav *****/
BODY.home LI#navItem1 A, BODY.page-id-6 LI#navItem2 A, BODY.parent-pageid-6 LI#navItem2 A, BODY.page-id-8 LI#navItem3 A, BODY.parent-pageid-8 LI#navItem3 A, BODY.page-id-10 LI#navItem4 A, BODY.page-id-98 LI#navItem4 A, BODY.page-id-11 LI#navItem5 A, BODY.page-id-96 LI#navItem5 A, BODY.page-id-12 LI#navItem6 A
{
	text-decoration: underline;
	color: #FFF;
}
/***** Sub-Nav ****
*****************************/
UL#menu LI UL
{
	position: absolute;
	left: -999em;
}
UL#menu LI.hover, UL#menu LI:hover
{
	position: static;
}
/*ul#menu li.hover ul, ul#menu li:hover ul { left:auto; z-index:100; }
**** The bit of code below displays the subnav links for their respective pages *****/
BODY.page-id-6 LI#navItem2 UL, BODY.parent-pageid-6 LI#navItem2 UL, BODY.page-id-8 LI#navItem3 UL, BODY.parent-pageid-8 LI#navItem3 UL, BODY.page-id-69 LI#navItem1 UL, BODY.parent-pageid-69 LI#navItem1 UL, BODY.page-id-10 LI#navItem4 UL, BODY.parent-pageid-10 LI#navItem4 UL, BODY.page-id-11 LI#navItem5 UL, BODY.parent-pageid-11 LI#navItem5 UL
{
	left: auto;
	z-index: 100;
}
UL#menu LI UL LI
{
	float: left;
	margin-right: 20px;
	padding-top: 17px;
	font-size: 13px;
	color: #FFFFFF;
}
UL#menu LI UL LI A
{
	display: block;
	color: #FFF;
	text-transform: none;
	text-decoration: underline;
	font-size: 13px;
}
UL#menu LI UL LI A:hover, UL#menu LI UL LI.current_page_item A
{
	text-decoration: none;
}
#subnav-wrap
{
	height: 25px;
	background-color: #0F2743;
	padding-top: 5px;
}
#subnav
{
	width: 960px;
	margin: 0 auto;
	color: #FFF;
}
#subnav LI
{
	float: left;
	display: block;
	margin-right: 20px;
}
#subnav LI A
{
	font-size: 14px;
	color: #FFF;
}
/*------ Header Search Field ----------------*/
#headerSearch
{
	position: absolute;
	right: 0;
	top: 0;
}
#search-text
{
	border: 0 none #000000;
	height: 20px;
	width: 156px;
	padding: 2px;
}
#search-submit
{
	background: transparent url(images/navsearch.gif) no-repeat scroll left top;
	border: 0 none #000000;
/*display:block;
float:left;*/
	height: 24px;
	width: 74px;
	cursor: pointer;
}
/*------ Sidebar ----------------*/
#sidebar #sb-join
{
	margin-bottom: 30px;
}
#sidebar .sb-single
{
	border: 1px solid #DADADA;
	background-color: #F8F8F8;
	margin-bottom: 30px;
}
DIV.sbHeading
{
	width: 268px;
	height: 28px;
	padding: 7px 15px 0;
	background: transparent url(images/sb_headingblue.gif) repeat-x top left;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}
DIV.sbContent
{
	padding: 10px 15px;
}
#firm-of-the-week IMG
{
	float: right;
	margin: 4px 0px 10px 10px;
	width: 100px;
	height: 100px;
}
/*------ Footer ----------------*/
#footer-wrap
{
	width: 100%;
	background-color: #DDE7F3;
	margin-top: 50px;
}
#footer
{
	width: 920px;
	margin: 0 auto;
	padding: 15px 20px 30px;
	font-size: 12px;
}
UL#ftLinks
{
	float: left;
}
UL#ftLinks LI
{
	display: block;
	float: left;
	margin-right: 12px;
}
#footer P.copyright
{
	float: right;
	text-align: right;
}
#footer P.ftInfo
{
	float: left;
	clear: right;
}
/*------ Home page specific ----------------*/
#home-content
{
	border: 1px solid #DADADA;
	background-color: #F8F8F8;
	width: 918px;
	margin-bottom: 20px;
	padding: 20px;
}
#home-main
{
	margin-left: 423px;
}
#slideshow
{
	float: left;
	display: block;
	width: 393px;
	height: 301px;
	margin-right: 30px;
	overflow: hidden;
	position: relative;
}
#slideshow .images
{
	position: relative;
	height: 301px;
	width: 393px;
	float: left;
}
#slideshow .images DIV.slide
{
	position: absolute;
	top: 0;
	left: 0;
	height: 301px;
	width: 393px;
}
#slideshow .control
{
	height: 20px;
	display: block;
	background: #CCC;
	opacity: .5;
	filter: alpha(opacity=50);
	padding: 10px;
	position: absolute;
	top: 140px;
	color: #000000;
	cursor: pointer;
	z-index: 100;
}
#slideshow #leftControl:hover, #slideshow #rightControl:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}
#slideshow #leftControl
{
	/*+border-radius:0 5px 5px 0;*/
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	left: 0px;
}
#slideshow #rightControl
{
	right: 0px;
	/*+border-radius:5px 0 0 5px;*/
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
#slideshow DIV.caption
{
	position: absolute;
	bottom: 0px;
	height: 40px;
	background: #000000;
	width: 100%;
	opacity: .8;
	filter: alpha(opacity=80);
	color: #FFFFFF;
}
#slideshow DIV.caption SPAN
{
	display: block;
	padding: 10px;
}
#home-sub DIV.sub
{
	border: 1px solid #DADADA;
	background-color: #F8F8F8;
	height: 400px;
	width: 298px;
	float: left;
	margin-right: 29px;
	overflow: hidden;
}
#home-sub DIV.sub-last
{
	margin-right: 0;
}
DIV.subHeading
{
	width: 268px;
	height: 28px;
	padding: 7px 15px 0;
	background: transparent url(images/sb_headingblue.gif) repeat-x top left;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}
DIV.subContent
{
	padding: 10px 15px;
}
#home-login H1
{
	margin-bottom: 10px;
}
#home-login FORM SPAN, FORM.log-in LABEL.text
{
	display: inline-block;
	padding-right: 12px;
}
#home-login FORM INPUT.tfield, FORM.log-in INPUT.field
{
	border: 1px solid #DADADA;
	width: 174px;
	height: 20px;
	padding: 2px 3px;
}
#home-login INPUT.sbutton, FORM.log-in INPUT.log-in
{
	background: transparent url(images/home_memlogin.gif) no-repeat scroll left top;
	border: 0 none #000000;
/*display:block;
float:left;*/
	height: 24px;
	width: 74px;
	cursor: pointer;
	font-size: 1px;
	padding-top: 13px;
	color: #8A8D4A;
}
FORM.log-in P.text-input
{
	display: inline-block;
	padding-right: 12px;
}
FORM.log-in INPUT.log-in
{
	margin-right: 5px;
}
FORM.log-in LABEL.text
{
	display: block;
	font-weight: bold;
}
FORM.log-in DIV.clear
{
	display: inline-block;
}
BODY.home FORM.log-in LABEL.remember
{
	display: none;
}
/*------ Connections Specific ------*/
DIV.connections-list
{
}
.cn-entry IMG.photo
{
	float: right;
	margin: 0 0 15px 30px;
}
.cn-entry H3.name
{
	font-size: 20px;
}
.cn-entry .connection-groups
{
	clear: both;
	padding-top: 15px;
	margin-bottom: 15px;
}
.cn-entry-individual
{
	margin-right: 15px;
	/*[disabled]margin-bottom:15px;*/
}
.cn-entry
{
	border-bottom: 1px solid #CCC;
}
.cn-entry .cn-entry-individual IMG.photo
{
	float: left;
	margin: 0px 10px 10px 0px !important;
}
.cn-entry UL
{
	clear: left;
	padding-top: 10px;
}
.cn-entry UL.cn-moreinfo
{
	list-style: none !important;
	margin-left: 0px !important;
}
.cn-entry .download
{
	text-align: center;
}
.cn-entry .download A
{
	width: 200px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	font-size: 12px;
}
.cn-entry .download A:hover
{
	color: #000;
}
.two-column
{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
TABLE#cn_category_table TD
{
	text-align: left;
}
#respond H3
{
	margin-top: 15px;
	font-size: 18px;
}
INPUT#submit
{
	border: 1px solid #FFF;
	background: #8B8D4B;
	padding: 10px;
	color: #FFFFFF;
	margin-top: 10px;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
}
/*------ Contact Form ------*/
.linklove, .cform FIELDSET LEGEND, .reqtxt, .emailreqtxt, .cf_hidden
{
	display: none;
}
#cformsform OL
{
	list-style: none;
}
#cformsform OL LI
{
	width: 250px;
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}
#cformsform INPUT.single, #cformsform SELECT, #cformsform TEXTAREA
{
	border: 1px solid #999999;
	padding: 5px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #666;
}
#cformsform INPUT:focus, #cformsform SELECT:focus, #cformsform TEXTAREA:focus
{
	color: #000;
}
#cformsform OL LI INPUT.single
{
	width: 230px;
}
#cformsform OL LI SELECT
{
	width: 235px;
}
#cformsform OL LI TEXTAREA
{
	width: 500px;
}
#cformsform OL LI LABEL
{
	font-weight: bold;
	display: block;
}
#cformsform FIELDSET.cf-fs1 LI#li--7
{
	clear: left;
	width: 500px;
}
.cform P.cf-sb INPUT.sendbutton, .referral-form INPUT.submit
{
	font-size: 20px;
	background: #8A8D4A;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 2px 10px;
	text-transform: uppercase;
}
/*----- contact form error styling ----*/
DIV.failure
{
	padding: 10px;
	background: #FEC2C2;
	color: #8B0707;
	font-weight: bold;
	margin-bottom: 10px;
}
.cform LI.cf_li_err LABEL
{
	color: #8B0707;
}
.cform LI.cf_li_err INPUT, .cform LI.cf_li_err SELECT, .cform LI.cf_li_err TEXTAREA
{
	border: 1px solid #8B0707;
	background: #FEC2C2;
}
/*------ Referral Form ------*/
.referral-form INPUT.fbfld
{
	display: none;
}
.referral-form INPUT, .referral-form SELECT, #cforms2form INPUT.single, #cforms2form SELECT.cformselect, #cforms2form TEXTAREA.area
{
	border: 1px solid #999;
	padding: 4px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	width: 150px;
}
.referral-form SELECT, #cforms2form SELECT
{
	width: 158px;
}
.referral-form H2
{
	clear: left;
}
.referral-form OL, #cforms2form OL
{
	padding-bottom: 24px;
}
.referral-form OL LI, .referral-form OL.referrals LI P, #cforms2form OL LI, #cforms2form LI P
{
	float: left;
	margin-right: 25px;
}
#cforms2form OL LI, #cforms2form LI P
{
	margin-bottom: 10px;
}
.referral-form OL.referrals LI
{
	float: none;
}
.referral-form OL LI.li-submit
{
	float: none;
	clear: left;
	padding-top: 20px;
	text-align: right;
}
.referral-form LABEL, #cforms2form LABEL
{
	display: block;
	/*[disabled]font-style:italic;*/
	font-size: 12px;
	font-weight: bold;
}
P.add-another
{
}
.add-another-link
{
	padding: 2px 5px 2px 16px;
	background: #FFFFFF url(images/bullet_plus.png) no-repeat left center;
	text-decoration: none;
	border: 1px solid #D9D9D9;
}
.add-another-link:hover
{
	border: 1px solid #999;
}
/*------- Leads Form ---------
----------> some styles are in the above "referral" grouping*/
#cforms2form .cf-box-group
{
	clear: left;
	width: 337px;
}
#cforms2form .cf-box-group INPUT
{
	clear: left;
	float: left;
}
#cforms2form FIELDSET LEGEND
{
	display: block;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 8px;
	font-weight: bold;
	color: #8B8E4B;
}
#cforms2form LI#li-2-9
{
	clear: left;
}
#cforms2form LI#li-2-9 TEXTAREA.area
{
	width: 515px;
}
#cforms2form P.cf-sb
{
	text-align: right;
	margin-right: 66px;
}
/*------ Generic Page Syling and other ----------------*/
#content
{
	border: 1px solid #DADADA;
	background-color: #F8F8F8;
	min-height: 420px;
}
/*Body images with blue border style*/
IMG.img-border
{
	border: 2px solid #82BEE3;
	padding: 0;
}
DIV.img-caption-right
{
	float: right;
	clear: both;
	height: 29px;
	width: 240px;
	background-color: #8EC4E6;
	padding: 3px 10px;
	font-size: 14px;
	font-style: italic;
	margin: 0 0 4px 16px;
}
/*GENERIC CLASSES
------------------------------------------------------------------
Beautified ampersands*/
.amp
{
	font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman";
	font-style: italic;
}
/*Emphasize your name in the About-Box*/
.smaller-caps
{
	font-size: 110%;
	font-variant: small-caps;
}
.hidden
{
	display: none;
}
.hidden
{
	position: absolute;
	left: -9999em;
}
/*CLEARFIX
------------------------------------------------------------------*/
HTML .clearfix
{
	display: block;
}
* HTML .clearfix
{
	height: 1%;
}
.clearfix:after
{
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix
{
	display: inline-block;
}
/*TINYMCE EDITOR
------------------------------------------------------------------*/
BODY#tinyMCE
{
	text-align: left;
	font: 14px/20px Arial, sans-serif;
	width: 590px;
	padding: 20px;
}
BODY#tinyMCE UL
{
	list-style-type: disc;
	padding: 0;
	margin-left: 20px;
	margin-bottom: 22px;
}
BODY#tinyMCE UL LI
{
	padding: 0;
	line-height: 20px;
}
BODY#tinyMCE OL
{
	list-style-type: decimal;
	padding: 0;
	margin-left: 26px;
	margin-bottom: 22px;
}
BODY#tinyMCE OL LI
{
	padding: 0;
	line-height: 20px;
}
