/* RAGFL Power By Association main css file */
/* Overall Page Layout styles */
body {
	width:100%;
	/*font: 62.5%/1.5 Verdana, Arial, Helvetica, sans-serif;*/
	font: 80%/1.5 trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin: 0;
	background: white url("/images/design/background.gif") repeat-y top left;
}
#leftcolumn {
	position: absolute;
	top:82px;
	width:150px;
	margin: 0;
	background-color:  #168946;
}
#centercolumn {
	margin-left: 160px;
	margin-right: 15px; 
}
#rightcolumn {
	display: none;
}

#banner {
	position:relative;
	background-color:  #168946;
	height:40px;
	text-align: left;
}
#banner span{display: none}

#ragflheader{
	display: inline;
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	width: 117px;
	height: 81px; 
	border: 0;
	z-index: 100;
}
#powerbyassociationheader
{
	display: inline;
	visibility: visible;
	position: relative;
	margin-top: 7px;
	margin-left: 180px;
	/*margin-right:200px;*/ 
	width: 550;
	height: 25px; 
	border: 0;
	text-align: left;
}
#cornertreatment{
	display: block;
	visibility: visible;
	position: absolute;
	left:150px;
	top:40px;
	width:25px;
	height:25px;
	background: url("/images/morepower/corner.gif") no-repeat top left;
	z-index: 500;
}

#footer{clear: both;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
}
#footerContact{
	margin: 10px;
}

	#footerContact img
	{
		width: 145px;
		height: 95px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#footerContact p
	{
		margin: 0;
	}
	
	#footerContact #copyright
	{
		margin-top: 25px;
	}
	
#footerContactCompanyName{
	font-weight: bold; 
}

#title{
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	text-align: left;
	margin-left: 15px;
	color: #168946;
}

#breadcrumbs{
	display: inline;
	position: absolute;
	right:10px;
	top:40px;
	text-align: right;
	font-size: 1em;
}
#breadcrumbs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 

#breadcrumbs  li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}
#breadcrumbs  li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	color: #ff9;
}

#breadcrumbs  li.first:before {
	content: " ";
}


/* drop down navigation based on SUCKERFISH CSS Dropdowns*/

#nav,  #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 150px; 
}
#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 2em;
	margin-bottom : -1px;
	width: 150px; 
	font-size: 1.2em;
}
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 150px;
	margin-top : -2em; 
	font-size: .8em;
}
#nav li ul li { /* submenu items */
	line-height : 1.5em;
}
#nav li ul ul { /* third-and-above-level lists */
	left: -999em; }
#nav li a {
	width: 148px;
	display : block;
	color : #00875C;
	font-weight : bold;
	text-decoration : none;
	background-color : #fffddd;
	border : solid 1px;
	text-indent: 1em;
	/*padding : 0 0.5em;*/ }
	#nav li ul li a{ /* submenu items */
		text-indent: 0;
}
#nav a.daddy {
	background: url(/images/rightarrow.gif) center right no-repeat;
	background-color : #fffddd;
} 

#nav li a:hover {
	color : white;
	background-color : #00875C; }
#nav li:hover ul ul,  #nav li:hover ul ul ul,  #nav li.sfhover ul ul,  #nav li.sfhover ul ul ul {
	left: -999em; }
#nav li:hover ul,  #nav li li:hover ul,  #nav li li li:hover ul,  #nav li.sfhover ul,  #nav li li.sfhover ul,  #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto; }
/* ie7 fix from http://www.builtfromsource.com/2006/10/23/a-fix-for-suckerfish-dropdowns-in-ie-7/ */
#nav li:hover, #nav li.sfhover {
    position: static;
}

/* wform error styles*/
.errFld {border: 1px solid #F00;}
.errMsg { color: #C33;}


/* General layout styles */

p {
	margin: .5em 1em;
	font-size; 1.4em;
}
img	{
	display				: block;
	border				: 0;
	visibility			: visible;
}	
.rightimage, #ceonewsletter {
	float: right;
	display: block;
	margin: 5px;
	visibility: visible;
	position: relative;
}
.leftimage{
	float: left;
	display: block;
	margin: 3px;
	visibility: visible;
	position: relative;
}

h1, h2, h3, h4, h5, h6
{
	text-align: left;
	margin: 1em 5px .5em 0em;
	color: #00875C;
	clear: left;
}
h1{
	padding: .5em .5em .5em .5em;
	color: #fff678;
	background-color:  #00875C;
	font-size: 1.5em;
	font-variant: small-caps;
	border-bottom: 2px solid #fff678;
}
h2{
	padding: .5em 0em 0em .5em;
	font-size: 1.4em;
	border-bottom: 3px solid #00875C;
}
h3{
	padding: .5em 0em 0em .6em;
	font-size: 1.3em;
	border-bottom: 2px solid #00875C;
}
h4{
	padding: .5em 0em 0em .7em;
	font-size: 1.2em;
	border-bottom: 1px solid #00875C;
}
h5{
	padding: .5em 0em 0em .8em;
	font-size: 1.1em;
	border-bottom: 2px solid #00875C;
}
h6{
	padding: .5em 0em 0em .9em;
	font-size: 1em;
	border-bottom: 1px solid #00875C;
}
h1:target, h1.sftarget, h2:target, h2.sftarget, h3:target, h3.sftarget, h4:target, h4.sftarget, h5:target, h5.sftarget, h6:target, h6.sftarget  /* Hover Effect */ {
	color: red;
}

hr { border-bottom: 2px #fff678 solid; }

/* Specific styles */
.anchorbox{
	background-color: #fffddd;
	border: 2px #00875C solid;
	display: block;
	margin: 5px;
	padding: 5px;
	position: relative;
	/* width: 60%; */
}

.noticebox{
	background-color: #fffddd;
	border: 2px red solid;
	display: block;
	margin: 5px;
	padding: 5px;
	position: relative;
	width: 60%; 
}

ul.anchorlist{
	font-size: 1em;
	list-style: none;
}
ul.linklist{
	list-style: none;
	margin: .5em 1em;
	padding: 0;
	border: none;
}

li.hentry { line-height:1.5em;}
li.hentry abbr.updated{ float: left; width: 6em; line-height:1.25em;}

li.new {
	background: url(/images/icon_new.png) left top no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: -25px;
}
li.stillnew {
	background: url(/images/icon_stillnew.png) left top no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: -25px;
}

.quicklinks{
	float: right;
	background-color: #fffddd;
	border: 2px #00875C solid;
	display: block;
	margin: 5px;
	padding: 5px;
	position: relative;
	width: 150px;
	z-index: 2;
}
.quicklinkstop{
	float: right;
	background: url(/images/morepower/quicklinkstop.png) no-repeat top left;
	_background: url(/images/morepower/quicklinkstop.gif) no-repeat top left;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 160px;
	z-index: 2;
}
.quicklinksbottom{
	background: url(/images/morepower/quicklinksbottom.png) no-repeat top left;
	_background: url(/images/morepower/quicklinksbottom.gif) no-repeat top left;
	position: relative;
	display: block;
	height: 15px;
	margin: 0;
	padding: 0;
}
.quicklinkstop .quicklinks{
	float: none;
	background-color: transparent;
	border: none;
	display: block;
	position: relative;
	width: auto;
	background: url(/images/morepower/quicklinks.png) repeat-y top left;
	_background: url(/images/morepower/quicklinks.gif) repeat-y top left;
	position: relative;
	display: block;
	padding: 0;
	margin: 10px 0px 0px 0px;
	_margin: 7px 0px 0px 0px;
}
.quicklinks p, .quicklinks ul, .quicklinks li, .quicklinks dl{
	margin: 0em .5em;
	padding: 0;
}
.quicklinks h1 {
	text-align: center;
	font-size: 1em;
	font-variant: normal;
	font-weight: bold;
	background-color: transparent;
	border-bottom: none;
	color: black;
	margin: 0;
	padding: 0;
}

.subquicklinks{
	background-color: #fff;
	border: 2px #00875C solid;
	display: block;
	margin: 10px;
	position: relative;
	width: 130px;
}

img.inline	{
	display				: inline;
	visibility			: visible;
}	
/* Calendar Table Layout */
table.calendar{
	font-size: .9em;
	border: 1px #168946 solid;
}
td.comment {color:#f00;}
tr.even{
	background-color:white; 
	border-bottom: 1px #fffddd solid;}
tr.odd{
	background-color:#fffddd; 
	border-bottom: 1px #fffddd solid;}
tr.nolongeroffered{background-color:#ddd;}
tr.section{
	text-align: center;
	background-color:#168946; 
	border-bottom: 1px #168946 solid;
	color: #fff678;
}
table.miniheadlines{font-size: .9em;}

/* Lightbox styles */
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxoverlay {
	background-image: url(/images/lightbox/overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: .9em;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
* html #lightboxoverlay {
	background-color: #000;
	background-image: url(/images/lightbox/blank.gif);
	filter: Alpha(opacity=50);
}

/* Search Engine Highlighting */
.hl0	{ background-color: #FFFF99 }
.hl1	{ background-color: #FF99FF }
.hl2	{ background-color: #99FFFF }
.hl3	{ background-color: #FF9999 }
.hl4	{ background-color: #9999FF }
#greybox	{ margin: 0 auto; background-color: #CCC; border: 1px dotted #999; padding: 1em; width: 29.25em; text-align: left }

/*For text rollover effects, it's important that the pseudo classes are in the right order, or they won't work correctly in all browsers. The correct order is: *
a:link { color: blue; }
a:visited { color: purple; }
a:hover { color: purple; }
a:active { color: red; }
 */


.linklabel
{
	position: absolute;
	z-index: 500;
	padding-left: 2px;
	padding-right: 2px;
	color: #FFF;
	border: solid 1px #000;
	background-color: #B5494A;
	clear: both;	
	font-size: .7em;
	filter: Alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}



form.transactiondesk, form.forms
{
	border: 1px dotted rgb(51, 51, 51); 
	padding: 5px; 
}

form.transactiondesk
{
	float: left;
	left: 0;
	width: 33%;
	background-color: #6dcff6;
}
form.forms
{
	float: right;
	top: 0;
	width: 33%;
	background-color: #fbaf5d;
}

div.formrow {
	clear: both;
	padding-top: 5px;
}
div.formrow span.formlabel {
	float: left;
	width: 40%;
	text-align: right;
}
div.formrow span.formelement {
	float: right;
	width: 60%;
	text-align: left;
} 

.firstcell
{
	font-weight: bold;
	text-align: right;
}

td
{
	vertical-align: top;
}

form.formatted{width: 600px; background-color: #ccc; border: 1px dotted #333; padding: 5px; margin: 0px auto;}
/*form.formatted label {float: left; width: 40%; text-align: right;}
form.formatted input, form.formatted .withinput, form.formatted select {float: right; width: 58%; text-align: left;}*/
form.formatted p {clear:both;}


/* hcard formatting www.microformats.com */
.vcard .hide {display:none; }
td.staffhcardcell {vertical-align: middle; width:50%;}

/* Elections 2007 */
.form
{
	border: 2px outset black;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px;
}

	.form img
	{
		margin-left: auto;
		margin-right: auto;
	}

.date
{
	white-space: nowrap;
	font-weight: bold;
}

#elections2007
{
	margin-top: 10ex;
}

	#elections2007 address
	{
		white-space: pre;
	}
	
	#elections2007 table
	{
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid black;
	}
	
	#elections2007 td
	{
		border-top: 1px solid black;
	}
	
	#elections2007 tbody:first-child>td
	{
		border-top: 0;
	}
/* */

td p
{
	padding: 0;
	margin: 0;
}

/* Business After Hours */
#cheddars
{
	padding-right: 254px;
	background-image: url(../../images/BAH-Cheddars-web.gif);
	background-repeat: no-repeat;
	background-position: center right;
	height: 273px;
}
/* */

/* Realtor Idol */
#idollink
{
	margin-top: 3ex;
	margin-bottom: 3ex;
	font-weight: bold;
}

#rpacsponsors ul
{
	list-style-type: square;
}

#rpacsponsors .email, #rpacsponsors .website, #rpacsponsors .phonenumber
{
	display: inline;
}

.title
{
	font-style: italic;
}

/* */

/* Bylaws */
#bylaws h2
{
	text-align: center;
}

#bylaws img
{
	width: 254px;
	height: 274px;
	margin-left: auto;
	margin-right: auto;
}
/* */

/* Let's Do Lunch */

#letsdolunch table
{
	margin-left: 5em;
	border-spacing: 2ex 1em;
}

#letsdolunch td
{
	white-space: pre;
}

/* */

/* In The News */

#press li *, #inthenews li *
{
	padding: 5px;
}

/* */

.link {
  color: #00f;
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
}

/* flash */

#homepageflash
{
	display: block;
	width: 350px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}

/* */

/* Contact */

#contact
{
	text-align: center;
}

/* */

/* Login Links */

#loginlinks
{
	text-align: center;
}

	#loginlinks a
	{
		padding: 5px;
		color: rgb(255, 246, 120);
		background-color: rgb(22, 137, 70);
	}

/* */
