/*

QuickSite Wireframe CSS

This is the main stylesheet

author:		Ron Hall, Busy Noggin, Inc.
e-mail:		templavoila@busynoggin.com
website:	www.busynoggin.com & templavoila.busynoggin.com

*/

/* @group Reset Styling */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

a:active {
	outline: none;
	}

a:focus {
	-moz-outline-style: none;
	}

/* @end Reset Styling */

/* @group Base Styling */

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	font-weight: normal;
	height: 100%;
}

/* NOTE: Much of the typography styling is handled in rte.css */


/* @group Table Styling */

/* NOTE: Table Styling is mostly handled in rte.css */
table {
	border-collapse:collapse;
	width: 100%;
	}

/* @end Table Styling */

/* @group Additional Tags */


pre {
	margin-bottom: 15px;
	}

code {
	margin-left: 10px;
	margin-right: 10px;
}

pre code {
	margin-left: 0px;
	margin-right: 0px;
	}

pre,
code {
	font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
	}


/* @end Additional Tags */

/* @group Forms */


form input, form textarea {
	margin-right: 5px;
	}

form input:focus, form input:hover {
	color: black;
	}

form select {
	font-size: 11px;
	}

form option {
	margin: 0px;
	margin-left: 5px;
	margin-right: 10px;
	}

optgroup {
	font-weight: bold;
	font-style: italic;
	margin: 0;
	margin-top: 5px;
	}

optgroup option {
	padding-left: 5px;
}

legend {
	font-weight: bold;
	color: black;
	}


/* @end Forms */

/* @end Base Styling */

/* @group Common Classes */

.clear {
	clear: both;
	}

.clearOnly {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 0;
	}

.outOfSight {
	position: absolute;
	top: 0;
	left: -4000px;
	}

.csc-firstHeader {
	margin-top: 0px;
	}

.graphicTextWrap {
	overflow: hidden;
	}

.graphicText {
	line-height:300px;
	display: block;
	}

/* @end Common Classes */

/* @group Layout */

body {
	/*background: #AFC4CF url('../images/body-bg.jpg') top center no-repeat;*/
	background: #FBEABE url('../images/YellowBackground.jpg') top center no-repeat;
}

#pageWrap {
	width: 980px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	/*background-color: white;*/
	}

#innerPageWrap { }

#outerContentWrap {
	background: transparent url('../images/container-bg.png') 0 0 repeat-y;
}

#headerWrap {
	background: transparent url('../images/header-bg.png') 0 0 no-repeat;
	}

#contentWrap-home {
	margin: 0 10px;
	padding: 10px 10px 0 10px;
	background: #FFFFFF;
	}
	
#contentWrap {
	margin: 0 10px;
	padding: 130px 10px 0 10px;
 background: #FFFFFF url('../images/page-header.png') 0 0 no-repeat;
	}
	
#bottomWrap {
	background: transparent url('../images/page-footer.png') 0 0 no-repeat;
	}

#footerWrap {
	background: transparent url('../images/page-footer.png') 0 -240px no-repeat;
	}

#feature {
	margin-bottom: 20px;
	}

#generatedContent-1 {
	width: 220px;
	float: left;
 /*	margin-right: 20px;*/
	}

#generatedContent-2 {
	width: 220px;
	float: right;
	}

#f1d #contentBlock-1 {
	float: right;
	width: 700px;
/*	margin-right: 10px;*/
	}

#f1e #contentBlock-1 {
	float: left;
	width: 700px;
	}

#f1f #contentBlock-1 {
	float: left;
	width: 460px;
	}

#f2a #contentBlock-1 {
	float: left;
	width: 700px;
	}

#f2a #contentBlock-2 {
	width: 220px;
	float: right;
	}

#f2b #contentBlock-1 {
	float: left;
	width: 700px;
	}

#f2b #contentBlock-2 {
	width: 220px;
	float: right;
	}

#f2c #contentBlock-1 {
	float: left;
	width: 700px;
	}

#f2c #contentBlock-2 {
	width: 220px;
	float: right;
	}


#f2d #contentBlock-1 {
	float: left;
	width: 460px;
	}

#f2d #contentBlock-2 {
	width: 220px;
	float: right;
	}

#f2e #contentBlock-1 {
	float: left;
	width: 460px;
/*	margin-right: 20px;*/
	}

#f2e #contentBlock-2 {
	width: 220px;
	float: left;
	}

#f3a #contentBlock-1,
#f3b #contentBlock-1 {
	float: left;
	width: 460px;
/*	margin-right: 20px;*/
	}

#f3a #contentBlock-2,
#f3b #contentBlock-2 {
	width: 220px;
	float: left;
	}

#f3a #contentBlock-3,
#f3b #contentBlock-3,
#f3c #contentBlock-3,
#f3d #contentBlock-3 {
	width: 220px;
	float: right;
	}

#f3c #contentBlock-1,
#f3d #contentBlock-1 {
	float: left;
	width: 460px;
	}

#f3c #contentBlock-2,
#f3d #contentBlock-2 {
	width: 220px;
	float: left;
/*	margin-right: 20px;*/
	}

/* @end Layout */

/* @group Header */

#header {
	height: 110px;
	margin: 0 10px;
	}

#masthead {
	float: left;
	margin: 0;
	padding: 0;
	height: 80px;
	width: 500px;
	overflow: hidden;
	}

#masthead a {
	margin: 10px 0 0 0;
	display: block;
	padding-top: 100px;
	overflow: hidden;
	text-align: -4000px;
	background: url('../images/RIHorticulturalSociety.png') no-repeat;
	}

#rifs {
	float: right;
	margin: 0;
	padding: 0 20px 0 0;
	height: 80px;
	width: 212px;
	overflow: hidden;
	}

#rifs a {
	margin: 19px 0 0 0;
	display: block;
	padding-top: 100px;
	overflow: hidden;
	text-align: -4000px;
	background: url('../images/RIFlowerShow.png') no-repeat;
	}
	
/* @end Header */

/* @group Global Menu */

#globalMenu {

	}
	
/***************************************************************/
/* Content navigation bar (Breadcrumb, Print and Tip-a-Friend) */
/***************************************************************/
#contentNavigation {
	width: 940px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 8px;
	padding-bottom: 4px;
	font-size: 11px;
	text-align: right;
}
#breadcrumbs {
	float: left;
}
#contentNavigation a {
	padding-right: 4px;
	text-decoration: none;
	font-weight: normal;
}
#addThis {
	float: right;
	text-align: right;
}

	/****************************/
/* Vertical navigation menu */
/****************************/
.globalSubMenu{
}
.globalSubMenu-01 a {
	margin:0px;
	width:210px;
	display:block;
	padding:5px;
	font-size:12px;
	text-decoration:none;
	background:url(../images/menu_dot.gif) repeat-x bottom;
	color: #777;
}
.globalSubMenu-01 a:hover {
	background:url(../images/menu_dot.gif) repeat-x bottom;
	color:#444;
	text-decoration:none;
}
.globalSubMenu-01-ACT a, .globalSubMenu-01-ACT a:hover {
	margin:0px;
	width:210px;
	display:block;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/menu_dot.gif) repeat-x bottom;
	color:#444;
}
.globalSubMenu-02 a {
	margin:0px;
	width:187px;
	display:block;
	padding:5px 5px 5px 18px;
	font-size:12px;
	text-decoration:none;
	background:url(../images/nav-arrow.gif) 10px 8px no-repeat;
	color: #777;
}
.globalSubMenu-02 a:hover {
	background:url(../images/nav-arrow.gif) 10px 8px no-repeat;
	color:#444;
	text-decoration:none;
}
.globalSubMenu-02-ACT a, .globalSubMenu-02-ACT a:hover {
	margin:0px;
	width:197px;
	display:block;
	padding:5px 5px 5px 18px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/nav-arrow-act.gif) 10px 8px no-repeat;
	color:#444;
}
.globalSubMenu-03 a {
	margin:0px;
	width:182px;
	display:block;
	padding:5px 5px 5px 30px;
	font-size:12px;
	text-decoration:none;
	background:url(../images/vbullet.gif) 20px 9px no-repeat;
	color: #777;
}
.globalSubMenu-03 a:hover {
	background:url(../images/vbullet-act.gif) 20px 9px no-repeat;
	color:#333;
	text-decoration:none;
}
.globalSubMenu-03-ACT a, .globalSubMenu-03-ACT a:hover {
	margin:0px;
	width:182px;
	display:block;
	padding:5px 5px 5px 30px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/vbullet-act.gif) 20px 9px no-repeat;
	color:#333;
}
.globalSubMenu-04 a {
	margin:0px;
	display:block;
	padding:5px 5px 5px 45px;
	font-size:12px;
	text-decoration:none;
	width:170px;
	color: #777;
}
.globalSubMenu-04 a:hover {
	background-color:#f5f5f5;
	/*silver*/
	color:#333;
	text-decoration:none;
}
.globalSubMenu-04-ACT a,..globalSubMenu-04-ACT a:hover {
	margin:0px;
	display:block;
	padding:5px 5px 5px 45px;
	font-size:12px;
	text-decoration:none;
	width:170px;
	background-color:#f5f5f5;
	/*silver*/
	color:#333;
}
/* @end Global Menu */

/* @end Header */

/* @group Footer */

#bottom {
 height: 140px;
	margin: 0 10px;
	padding-top: 0px;
}

#bottom-menu {
	margin: 0 0 0 130px;
	height: 140px;
}
#bottom-menu .bottom-menu-box {
	float: left;	
	width: 180px;
}
#bottom-menu a { color: black; }
#bottom-menu a:hover { color: #008aec; } 

#bottom-menu h4 { margin: 0; padding: 20px 0 0 0; }
#bottom-menu ul { margin: 0; padding-right: 20px;	list-style: none;	}
#bottom-menu li { 
	margin: 0px; padding: 0px; 
	border-bottom: 1px dotted #444;
	}
#bottom-menu li.last { border-bottom: none;	}
#bottom-menu ul li a {	
	display: block;
	padding-left: 2px;
	line-height: 16px;
	font-size: 11px;	
	}

/* SEARCH BOX: Search form box ---------------------------------------- */
.search-box {	float: right; width: 30%; }


/* footer */
#footer {
/*	height: 100px;*/
	margin: 0 10px;
	padding-top: 0px;
	}
#footerSponsors {
	text-align: center;
	vertical-align: middle;
}
#footerCopyright {
	padding-top: 10px;
	text-align: center;
	font-size: 11px;
	}
#copyright-text {
	padding-right: 10px;
	}
#copyright-menu {
	padding-left: 10px;
	}
#copyright-menu a {
	}

/* @end Footer*/

/* @group Local Menu */

#localMenu {
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	border-right: 1px solid #008aec;
	border-top: 5px solid #008aec;
	}

#localMenu ul {
	margin-top: 10px;
	}

#localMenu ul li {
	margin-bottom: 3px;
	}

#localMenu li {
	list-style: none;
	margin-bottom: 10px;
	font-size: 14px;
	}

#localMenu li a {
	color: #b2b2b2;
	}

#localMenu li a:hover {
	color: black;
	}

#localMenu li.current a {
	color: #008aec;
	}

#localMenu li.current li a {
	color: #b2b2b2;
	}

#localMenu li.current {
	background: url(images/local_menu_arrow.gif) no-repeat right -5px;
	}

/* @end Local Menu */






/* @group Module Styling */

.moduleHeader {
	margin: 0;
	padding: 0 15px 0 0;
	color: white;
	background: url(images/right_module_cap.gif) no-repeat right top;
	font-size: 14px;
	}

.moduleHeader .moduleHeaderInnerWrap {
	display: block;
	padding: 5px 0 5px 10px;
	background: #008aec url(images/left_module_cap.gif) no-repeat left top;
	}

.moduleFooter {
	height: 15px;
	margin: 0;
	padding-right: 15px;
	background: url(images/right_module_cap.gif) no-repeat right bottom;
	font-size: 1px;
	overflow: hidden;
	}

.moduleFooter span {
	display: block;
	height: 15px;
	background: #008aec url(images/left_module_cap.gif) no-repeat left bottom;
	}

.moduleBody {
	padding: 15px 10px 10px 10px;
	}

.moduleBodyWrap {
	border-left: 2px solid #008aec;
	border-right: 2px solid #008aec;
	/* Please note that the thickness values on the two border values above will be overridden in the final output. Make sure these values match the constant moduleBodyBorderWidth */
	}

.unframed .moduleBody,
.unframed .moduleBodyWrap {
	padding: 0;
	border: 0;
	}


.moduleBodyBleed {
	padding: 0;
	}

.columnGroup {
	margin-bottom: 10px;
	}

.columnGroupRule {
	border-bottom: 1px solid #7f7f7f;
	}

.moduleGroup {
	margin-bottom: 10px;
	}

.moduleFeature {
	margin-bottom: 15px;
	}

/* @end Module Styling */



/* @group Forms */

.csc-mailform-field label,
.csc-mailform-field label {
	display: block;
	}

/* @end */

/* Google Maps advanced css */

.tx_lumogooglemaps_pi1_infobox p, .tx_lumogooglemaps_pi1_infobox form { font-size: 80%; }
.tx_lumogooglemaps_pi1_infobox img { float: left; margin-right: 10px; }
.gmapDir, gmapDirHead { font-size: 10px; }
.info-box-company { font-size: 10px; }

.tx_lumogooglemaps_pi1_sidebar ul { 
	margin: 0; padding-top: 4px; list-style: none; 
	}
.tx_lumogooglemaps_pi1_sidebar li { float: left; padding-right: 2px; }

/* @end */
