	/*------------------------------------------------------------
Global CSS
Author: Haroun Serang <hserang [at] solutionset.com>

Methods:	
			Global Declarations
			
			Often Used Classes
			
			Links
			
			Text Assignments 
			
			Lists
			
			Tables
			
			Forms
			
			Layout
			
			div.box 							
					
			Footer  
					
			Star Rating Styles  
			
			Hacks  
				--Generic Clearfix
				
-------------------------------------------------------------*/


/* @group Global Declarations */

/* Global
---------------------------------------------*/
body {
	color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	/*background-image: url(/themes/wireframe/i/bg_body.jpg);*/
	background-color: #f1f1e5;
}

/* End global Declarations */

/* @end */

/* @group Often Used Classes */

/* Often Used Classes
---------------------------------------------*/

.floatleft {
	float: left;
	display: inline;/* ie fix */
}
.floatright {
	float: right;
	display: inline;/* ie fix */
}
.floatrightrelative {
	float: right;
	display: inline;/* ie fix */
	position: relative; /*peekaboo fix*/
}
.underline {
	border-bottom: 1px dotted #eaeaea;
}
fieldset.underline {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d9d8ba;
}
span.pipe {
	padding: 0 3px;
}
.red {
	color: #944b28;
}
.hide {
	display: none;
}  
.clearboth {
	clear: both;
}
/* end often used classes */

/* @end */

/* @group Links */

/* Links
---------------------------------------------*/

/*
* {
	-moz-outline-style: none;	
}
*/
a {
	color: #90a23b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.pdf {
	height: 27px;
	padding-left: 30px;
	line-height: 27px;
	display: block;
	background: transparent url(/themes/wireframe/i/shared/icon_pdf.gif) no-repeat left 50%;
}

span.actions a {
	float: right;
	font-weight: bold;
	background-image: url(/themes/wireframe/i/bullet_boxed_arrow.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 17px;
	margin-left: 10px;
	margin-bottom: 30px;
}
span.action-divider {
	display: none;
}

/* @end */

/* @group Text Assignments */

/* Default Text Headings
---------------------------------------------*/
h1 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0;
}

h1 span em,
h2 span em,
h3 span em,
h4 span em,
h5 span em {
	font-style: normal;
}

h2 {
	margin-bottom: 3px;
	font-size: 1.8em;
	font-weight: normal;
	font-family: Georgia;	
}

h2 span em {
	font-style: normal;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 7px;
}

h3 span em {
	font-style: normal;
}

h4 {
	font-size: 1.9em;
	font-weight: normal;
	margin-bottom: 10px;
}

h4.logout {
	margin-top: 7px;
}

h5 {
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #8f8f69;
}

div#main h5 {
	margin-right: 15px;
}

h6 {
	font-size: 1.2em;
}

p {
	margin-bottom: 1em;
}
div.large p.formtext {
	/*margin-right: 175px;*/ 
	color: #676834;
	font-size: 1.3em;    
	line-height: 19px;
	margin-bottom: 40px;
}
p.actions {
	
}

p.alt {
	font-family: Verdana;
}

p.instruction {
	font-size: 12px;
	line-height: 16px;
}

form p.instruction {
	color: #696933;
}

p.alert {
	height: 25px;
	_width: 470px;
	padding-left: 35px;
	line-height: 25px;
	font-size: 1.2em;
	color: #944b27;
	float: left;
	background: transparent url(/themes/wireframe/i/shared/alert.gif) no-repeat left 50%;	
}

span.alert {
	color: #944b27;
}

div.topicheader p.help,
div.topicheader div.help {
	height: 25px;
	float: right;
	display: inline;
	line-height: 25px;
	font-size: 11px;
}

form#registerSubscribe p.help,
form#registerSubscribe div.help {
	height: 25px;
	width: 35px;
	float: left;
	display: inline;
}

div.topicheader p.help a,
div.topicheader div.help a {
	height: 25px;
	padding-right: 28px;
	display: block;
	text-align: right;
	background: transparent url(/themes/wireframe/i/shared/help.gif) no-repeat right 50%;	
}

form#registerSubscribe div.help a {
	height: 25px;
	width: 28px;
	display: block;
	text-indent: -999em;
	background: transparent url(/themes/wireframe/i/shared/help.gif) no-repeat right 50%;	
	float: left;
}

p.intro_text {
	margin-bottom: 20px;
	margin-right: 25px;
	color: #676834;
	font-family: Georgia;
	font-size: 1.3em!important;
	line-height: 19px;
}

#detail_download {
	margin: 25px 0px;
}

ul.actions li {
	margin-bottom: 6px;
}

p.info {
	margin-bottom: 35px;
	margin-right: 15px;
	font-family: Verdana;
}


/* Hides from IE-mac \*/
* html p.info {
	height: 1%;  /* fix IE-win (trigger hasLayout) */
}

/* End Text */

/* @end */

/* @group Lists */

/* Lists
---------------------------------------------*/
ul {
	list-style: none;
	list-style-position: outside;
}
ol {
	margin: 10px 0 0 20px;
	*padding-left: 5px;
}

/* Lists -> suceess / error
---------------------------------------------*/
ul.success {
	list-style: none;
	border: 1px solid #c5c5c5;
	background: #f1f9f1;
	padding: 5px 10px;
	margin-bottom: 10px;
}
ul.success li.title {
	background: url(/themes/wireframe/i/icon_success.gif) no-repeat;
	padding: 0 0 5px 20px;
	font-weight: bold;
}
ul.error {
	list-style: none;
	border: 1px solid #c5c5c5;
	background: #ffc;
	padding: 5px 10px;
	margin-bottom: 10px;
}
ul.error li.title {
	background: url(/themes/wireframe/i/icon_error.gif) no-repeat;
	padding: 0 0 5px 20px;
	font-weight: bold;
}

p.noresults {
	padding-top: 1em;
}
/* Lists -> info
---------------------------------------------*/
ul.info {
	margin-bottom: 35px;
	list-style-type: disc;
	margin-left: 17px;
}

ul.info li {
	margin-bottom: 7px;
	font-family: Verdana;
}

/* Lists -> results
---------------------------------------------*/
ul.results li {
	/*border-bottom: 1px dotted #666666;*/
	padding: 6px 0;
}
ul.results li.last {
	border-bottom: 0;
}

/* Lists -> span ('flagged as inappropriate') */
li span.notice {
	float: right;
	font-weight: bold;
}

/* @group ul Two Col */

/* Lists -> imageTwoCol (is cleared lower in stylesheet, with clearfix styles)
---------------------------------------------*/
ul.imageTwoCol {
	
}

ul.imageTwoCol li {
	border-bottom: 1px dotted #999999;
	padding: 7px;
	padding-left: 70px;
	zoom: 1; /* fix IE-win (trigger hasLayout) */
}
#content ul.imageTwoCol li {
	padding-left: 220px;
}
#pmid_1322 {
	margin-bottom: 0;
}
ul.imageTwoCol li.last, ol.imageTwoCol li.last {
	/*border-bottom: 0;*/
}
ul.imageTwoCol li.noimg, 
ol.imageTwoCol li.noimg {
	padding: 7px 0 !important; /* For compliant browsers */
	padding: 0; /* IE6 will observe this */
}

/* Bring on the IE filters... */
*+html ul.imageTwoCol li.noimg, 
*+html ol.imageTwoCol li.noimg {
	padding: 0 !important;
}
*+html ul.imageTwoCol li.noimg,
*+html ol.imageTwoCol li.noimg {
	margin-bottom: 7px;
}
* html ul.imageTwoCol li.noimg,
* html ol.imageTwoCol li.noimg {
	margin-bottom: 7px !important;
}

/* ... okay, back to better ways. */

ul.imageTwoCol.hasImgs li.noimg, ol.imageTwoCol.hasImgs li.noimg {
	padding-left: 70px !important;
}
ul.imageTwoCol li span.img, ol.imageTwoCol li span.img {
	float: left;
	display: inline;
	margin-left: -70px;
	width: 50px;
	height: 50px;
}
#content ul.imageTwoCol li span.img, ol.imageTwoCol li span.img {
	margin-left: -220px;
}
ul.imageTwoCol li span.img img, ol.imageTwoCol li span.img img {
	border: 1px solid #BFBDBD;
	padding: 1px;
}

ol.imageTwoCol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
}
ol.imageTwoCol li.clearfix {
	display: list-item;
}
ol.imageTwoCol li p {
	margin: 0;
}

/* Lists -> imageTwoCol -> Medium
---------------------------------------------*/
ul.imageTwoCol li.medium {
	padding-left: 115px;
}
ul.imageTwoCol li.medium span.img {
	width: 100px;
	height: 100px;
	margin-left: -115px;
}
ul.imageTwoCol li.medium p.info {
	margin-left: -115px;
}

/* Lists -> imageTwoCol -> Large
---------------------------------------------*/
ul.imageTwoCol li.large {
	padding-left: 215px;
	border-bottom: 0;
}
ul.imageTwoCol li.large span.img {
	width: 200px;
	height: 200px;
	margin-left: -215px;
}
ul.imageTwoCol li img.inline {
	float: none;
	border: 0;
	height: auto;
	width: auto;
	margin: 0;
}
ul.imageTwoCol li.large p.info {
	margin-left: -215px;
}


/* Lists -> Featured Box -> imageTwoCol
---------------------------------------------*/
div.featured ul.imageTwoCol li {
	padding-left: 78px;
	border-top: 2px solid #fff;
	border-bottom: none;
}
div.featured ul.imageTwoCol li.noimg {
	padding: 7px !important;
}
div.featured ul.imageTwoCol.hasImgs li.noimg {
	padding-left: 78px !important;
}

/* Lists -> Featured Box -> imageTwoCol -> Medium
---------------------------------------------*/
div.featured ul.imageTwoCol li.medium {
	padding-left: 123px;
}

/* Lists -> Featured Box -> imageTwoCol.largest
---------------------------------------------*/
div.featured ul.imageTwoCol li.large {
	padding-left: 223px;
}

/* Lists -> imageTwoCol -> sublists
---------------------------------------------*/
ul.imageTwoCol ul,
div.featured ul.imageTwoCol ul {
	/*list-style: circle;*/
	list-style: disc;
	margin-left: 15px;
}
ul.imageTwoCol ol,
div.featured ul.imageTwoCol ol {
	list-style: decimal;
}
ul.imageTwoCol ul li,
ul.imageTwoCol ol li,
div.featured ul.imageTwoCol ul li,
div.featured ul.imageTwoCol ol li {
	display: list-item;
	padding: 0;
	border: 0;
}
ul.imageTwoCol ul.rating,
div.featured ul.imageTwoCol ul.rating,
ul.imageTwoCol ul.rated,
div.featured ul.imageTwoCol ul.rated,
ul.imageTwoCol ul.rateable,
div.featured ul.imageTwoCol ul.rateable {
	list-style: none;
	margin-left: 0;
}


/* Lists -> Star Rating
---------------------------------------------*/



/* @end */

/* @group ul Three Col */
ul.threecol {
	width: 850px;
	
}

ul.threecol li {
	width: 720px;
	padding: 17px 0 17px 150px;
	margin-bottom: 25px;
	border: 1px solid #f6f5ef;
	border-bottom-width: 2px;
	background: #fff url(/themes/wireframe/i/shared/bkgnd_searchUl.jpg) left top;
}

ul.threecol li.private {
	background-image: none;
	background-color: #f3ece2;
	border-color: #e9dfde;
}

ul.threecol li.private p.header {
	border-bottom-color: #b0aba5;
}

ul.threecol li.private p.header a,
ul.threecol li.private p.header span.date,
ul.threecol li.private p.header span.status {
	color: #74716a;
}

ul.threecol span.img {
	width: 115px;
	padding: 2px;
	margin-left: -133px;
	float: left;
	display: inline;
	background-color: #fff;
	border: 2px solid #d7d6d4;
}

ul.threecol li.image img {
	display: block;
}

ul.threecol p.header {
	width: 575px;
	padding-bottom: 5px;
	margin-bottom: 12px;
	position: relative;
	font-size: 1.3em;
	color: #7a8a2d;
	border-bottom: 1px solid #bfc985;
	text-align: left;
}

ul.threecol p.header span.status {
	text-align: right;
	position: absolute;
	right: 0;
	color: #676834;
}

ul.threecol p.author {
	width: 70px;
	padding-right: 30px;
	float: right;
	display: inline;
}

ul.threecol p.description {
	width: 575px;
	font-family: Verdana;
}

/* li.noimg */


ul.threecol li.noimg {
	width: 850px;
	padding: 17px 0 17px 20px;
	
}

ul.threecol li.noimg p.header {
	width: 707px;
	
}

ul.threecol li.noimg p.description {
	width: 707px;
	
}


/* @end */

div.rating {
	height: 30px;
}
span.rate_it {
	/*float: left;*/
	display: block;
	margin-right: 5px;
}
ul.rateable,
ul.rated {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 80px;
	height: 15px;
	line-height: 15px;
	position: relative;
	background: url(/themes/wireframe/i/bg_star_rating.gif) 0px 0px repeat-x;
	font-size: 10px;
}
ul.rateable li,
ul.rated li {
	padding: 0px !important;
	margin: 0px;
	border: 0 !important;
	/*\*/
	float: left;
	/* */
}
ul.rateable li a,
ul.rated li a {
	outline: none;
	display: block;
	width: 16px;
	height: 15px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
ul.rated li a {
	cursor: default;
}
ul.rateable li a:hover {
	background: url(/themes/wireframe/i/bg_star_rating.gif) 0px 30px;
	z-index: 2;
	left: 0px;
}
ul.rateable a.one-star,
ul.rated a.one-star {
	left: 0px;
}
ul.rateable a.one-star:hover {
	width: 16px;
}
ul.rateable a.two-stars,
ul.rated a.two-stars {
	left: 16px;
}
ul.rateable a.two-stars:hover {
	width: 32px;
}
ul.rateable a.three-stars,
ul.rated a.three-stars {
	left: 32px;
}
ul.rateable a.three-stars:hover {
	width: 48px;
}
ul.rateable a.four-stars,
ul.rated a.four-stars {
	left: 48px;
}
ul.rateable a.four-stars:hover {
	width: 64px;
}
ul.rateable a.five-stars,
ul.rated a.five-stars {
	left: 64px;
}
ul.rateable a.five-stars:hover {
	width: 80px;
}
ul.rateable li.current-rating,
ul.rated li.current-rating {
	background: url(/themes/wireframe/i/bg_star_rating.gif) 0px 15px;
	position: absolute;
	height: 15px;
	line-height: 15px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
span.rating_text {
	display: inline;
	float: left;
	height: 15px;
	line-height: 15px;
	width: 25px;
	margin: 0 0 0 5px;
}

/* Lists -> Definition Lists
---------------------------------------------*/
dl.personal,
dl.details {
	padding-left: 125px;
}
/* Hides from IE-mac \*/
dl.personal,
dl.details {
	height: 1%;  /* fix IE-win (trigger hasLayout) */
}
/* End hide from IE-mac */
dl.personal dt,
dl.details dt {
	float: left;
	display: inline;
	font-weight: bold;
	margin-left: -125px;
}
dl.personal dd
dl.details dd {
	margin-bottom: 6px;
}

dl.link_list dt {
	font-weight: bold;
	margin-bottom: 3px;
}
dl.link_list dd {
	margin-bottom: 15px;
}
dl.link_list dd p.info {
	margin-top: 15px;
}
.sash dl.link_list dt {
	font-weight: normal;
}

/* Lists -> Definition Lists -> .hr */
dl.hr {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 13px;
	padding-bottom: 13px;
}

/* Lists -> Featured Box -> Definition Lists
---------------------------------------------*/
div.featured dl.personal {
	padding-left: 125px;
}
div.featured dl.personal dt {
	margin-left: -118px;
}
div.featured dl.personal dd {
	padding-right: 7px;
}
div.featured dl.details {
	margin: 7px;
}
div.featured dl.link_list dt {
	border-top: 2px solid #FFF;
	padding: 7px 7px 0 7px;
}
div.featured dl.link_list dd {
	padding: 0 7px;
}

/* Lists -> Definition Lists -> Detail Group
---------------------------------------------*/

/*dl.detailgroup {
	margin: 10px 0 0 0;
	width: 300px;
	float: left;
	display: inline;
}
* html dl.detailgroup {
	margin-left: 3px;
}
dl.detailgroup dt {
	width: 100px;
	float: left;
	clear: left;
	font-weight: bold;
}
dl.detailgroup dd {
	width: 200px;
	float: left;
}
*+html dl.detailgroup dd { / IE 7 /
	width: auto;
	float: none;
	margin-left: 100px;
}
* html dl.detailgroup dd { / IE 6 /
	width: auto;
	float: none;
	margin-left: 100px;
}
li.medium dl.detailgroup {
	width: 350px;
}
li.medium dl.detailgroup dd {
	width: 250px;
}

li.small dl.detailgroup {
	width: 450px;
}

li.small dl.detailgroup dd {
	width: 350px;
}

li.small dl.detailgroup {
	width: 450px;
}

li.small dl.detailgroup dd {
	width: 350px;
}

dl.detailgroup dd.no-title {
	clear: both;
    width: 300px;
}
* html dl.detailgroup dd.no-title {
	margin-left: 0;
}
*+html dl.detailgroup dd.no-title {
	margin-left: 0;
}*/

div.detailgroupwrapper {
	width: 450px;
}
dl.detailgroup {
	margin: 10px 0 0 0;
	width: 450px;
	float: left;
	display: inline;
}
dl.detailgroup dt {
	width: 100px;
	float: left;
	clear: left;
	font-weight: bold;
}
dl.detailgroup dd {
	width: 350px;
	float: left;
}
dl.detailgroup dd.no-title {
	clear: both;
    width: 450px;
}
* html dl.detailgroup dd.no-title {
	margin-left: 0;
}
*+html dl.detailgroup dd.no-title {
	margin-left: 0;
}

/* Medium */
li.medium div.detailgroupwrapper,
li.medium dl.detailgroup {
	width: 400px;
}
li.medium dl.detailgroup dd {
	width: 300px;
}
li.medium dl.detailgroup dd.no-title {
	clear: both;
    width: 400px;
}

/* Large */
li.large div.detailgroupwrapper,
li.large dl.detailgroup {
	width: 300px;
}
li.large dl.detailgroup dd {
	width: 200px;
}
li.large dl.detailgroup dd.no-title {
	clear: both;
    width: 300px;
}
li.large dl.detailgroup dt, li.large dl.detailgroup dd {
	margin-bottom: 0.5em;
}

/* IE hacking below */
*+html dl.detailgroup dd,
*+html li.medium dl.detailgroup dd,
*+html li.large dl.detailgroup dd { /* IE 7 */
	width: auto;
	float: none;
	margin-left: 100px;
}
* html dl.detailgroup dd,
* html li.medium dl.detailgroup dd,
* html li.large dl.detailgroup dd { /* IE 6 */
	width: auto;
	height: 1%; /* Fix 3px jog */
	float: none;
	margin-left: 100px;
}

/* End Lists */

/* @end */

/* @group Tables */

/* Tables
---------------------------------------------*/
table {
	font-size: 100%; /* font-scaling fix */
	_border-collapse: collapse; /* IE 6 */
	/*width: 100%;*/
	border: 1px solid #BFBDBD;
	border-spacing: 0 0;
	padding: 0;
	position: relative;
}

#content.narrow table {
	width: 338px;
}

*+html table {
	border-collapse: collapse; /* IE 7 */
}
/*table.noborder {
	border: none;
}
table.noborder td {
	padding: 0;
}*/
table tr {
	padding: 0;
	margin: 0;
}
table img {
	background-color: #fff;
	border: 1px solid #BFBDBD;
	padding: 1px;
}
table img.icon {
	border: 0;
	padding: 0;
}
table img.ratings {
	background-color: transparent;
	border: none;
	padding: 0;
}
table th {
	text-align: left;
	line-height: 18px;
	background-color: #f1f1f1;
	border-bottom: 1px solid #BCBCBC;
	padding-left: 6px;
	margin: 0;
	white-space: nowrap;
}
table th.desc {
	background-color: #E7E7E7;
	background-image: url(/themes/wireframe/i/icon_down_wide.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 25px;
}
table th.asc {
	background-color: #E7E7E7;
	background-image: url(/themes/wireframe/i/icon_up_wide.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 25px;
}
table td {
	vertical-align: top;
	background-color: #FFFFFF;
	margin: 0;
	padding: 6px;
}
table tr.even td {
}
table tr.checked td {
}
table tr.even.checked td {

}

/* @group div.box.table table */
div.box.table table {
	width: 100%;
	font-family: Verdana;
	border: 1px solid #d8d8ba;
	background-color: #fff;
}

div.box.table tr th {
	padding: 25px 30px 10px 10px;
	margin-top: 2px;
	font-size: 1.1em;
	font-weight: bold;
	background: #ebebda url(/themes/wireframe/i/shared/table_head.gif) repeat-x left top;
	border-right: 1px solid #c3c398;
	border-bottom: 1px solid #d8d8ba;
}
div.box.table tr th.actions {
	width: 100px;
}
div.box.table tfoot td {	
	padding: 15px 15px 10px 10px;
	margin-top: 2px;
	font-size: 1.1em;
	*font-size: 1em;
	font-weight: bold;
	border-right: 1px solid #c3c398;
	border-bottom: 1px solid #d8d8ba;
}

div.box.table tfoot td span {
	font-weight: normal;
}

div.box.table tr td {
	background-color: #fff;
	font-size: 1.1em;
}

div.box.table tr th.first,
div.box.table tr td.first {
	
}

div.box.table tr.alt td,
div.box.table tr.even td {
	background-color: #f2f2e5;
}

div.box.table td {
	padding: 10px 10px;
	border-right: 1px solid #c3c398;
	border-bottom: 1px solid #d8d8ba;
}

div.box.table tr td a.actions {
	
}


/* @end */


/* End Tables */

/* @end */

/* @group Forms */

/* form buttons 
----------------------------------------------------*/



/*.savePreviewBtn {
	height:48px;
	background: transparent url("/themes/wireframe/i/create_flow/previewMain.gif") no-repeat right;
	text-indent: -100em;
}

#contentNext {
	height:48px;
	background: transparent url("/themes/wireframe/i/create_flow/designNext.gif") no-repeat right;
	text-indent: -100em;
}

#designNext {
	height:48px;
	background: transparent url("/themes/wireframe/i/create_flow/spDesign.gif") no-repeat right;
	text-indent: -100em;
}

#eventNext {
	height:48px;
	background: transparent url("/themes/wireframe/i/create_flow/spEvents.gif") no-repeat right;
	text-indent: -100em;
}
		
#contactsNext {
	height:48px;
	background: transparent url("/themes/wireframe/i/create_flow/spContacts.gif") no-repeat right;
	text-indent: -100em;
}

#giftsNext {
	height:48px;
	background: transparent url("/themes/wireframe/i/create_flow/spGifts.gif") no-repeat right;
	text-indent: -100em;
}

#saveAll {
	height:48px;
	background: transparent url("/themes/wireframe/i/create_flow/publishSave.gif") no-repeat right;
	text-indent: -100em;
}

#checkoutBtn {
	height:48px;
	background: transparent url("/themes/wireframe/i/create_flow/checkout.gif") no-repeat right;
	text-indent: -100em;
	float:left;
}
		
.submit .image {
	height:48px;
	width:172px;
}*/


form p {
	margin-bottom: 10px;
}

form div.horizontal p {
	margin-bottom: 0;
}

form div.horizontal div.iefix {
	float: left;
	display: inline;
	
}

form div ul.horizontal li {
	float: left;
	display: inline;
}

form#registerSubscribe div ul.horizontal label {
	
}

form ul.radio {
	margin-bottom: 13px;
}

form ul.radio li {
	float: none;
	display: block;
}

form ul.radio label {
	float: none;
}

/* @end */

/* @group contactImport */

form#addevents,
form#contactimport {
		
}

form#contactimport div.box.table table thead th,
form#contactimport div.box.table table tfoot td {
	padding-top: 10px;
	padding-right: 60px;
}

form#contact-form label {
	width: 105px;   
	margin-left: -105px; 
	_position: relative;
}

/* @group selectPayment */

form#registerSubscribe div.selectPayment ul {
   
}

form#registerSubscribe div.selectPayment li {	
	font-family: Verdana;
	line-height: 42px;
}

form#registerSubscribe div.selectPayment label {
	width: 100px;
	float: none;
	display: block;	
}

div.selectPayment input {
	margin-top: 11px;
	float: left;
	display: inline;
}
/* @end */



/* @end */

/* @group form Select Templates */

/* @group page specific form styling */

form#selecttemplate {
	margin-top: 40px;
}
form#selecttemplate .rightcol input.file {
	padding-top: 8px;
	margin-bottom: 15px;
}
form#selecttemplate .rightcol h6 {
	margin-bottom: 20px;
}
div#main form fieldset.templateslist {
	padding-left: 0;
}
.templateslist ul {
	margin-bottom: 60px;
}
.templateslist ul#templates li a img {
	border: 3px solid #fff;
}
.templateslist ul#templates li a:hover img {
	border: 3px solid #90a23b;
}
.templateslist ul li {
	width: 133px;
	padding-left: 18px;
	padding-right: 18px;
	float: left;
	display: inline;
	background: transparent url(/themes/wireframe/i/shared/bkgnd_grndotvert.gif) repeat-y left top;
}

.templateslist ul li.first {
	background: transparent none;
}

.templateslist ul li.last {
	padding-right: 0;
}

.mainimageslist ul li,
.serviceslist ul li,
.charitieslist ul li {
	width: 86px;
	padding-right: 15px;
	float: left;
	display: inline;
}
  
.mainimageslist ul li.last,
.serviceslist ul li.last,
.charitieslist ul li.last {
	padding-right: 0;
}

.mainimageslist ul li.first {
	
}

.mainimageslist ul li.last {
	
}

form .templateslist label {
	width: 133px;
	float: none;
	display: block;	
	text-align: left;	
}

form .mainimageslist label,
form .input_noimg label {
	width: 86px;
	float: none;
	display: block;	
	text-align: left;
}

.serviceslist ul,
.charitieslist ul {
	margin-bottom: 10px;
}

.serviceslist ul label span,
.charitieslist ul label span {
	padding-left: 5px;
}

fieldset.serviceslist {
	margin-bottom: 10px;
}	

form#contactimport div.help_popup {
	width: 420px;
	margin-top: -18px;
	float: right;
	display: inline;
}

fieldset.entername div {	
	margin-bottom: 5px;	
}

fieldset.entername div div {
	border: transparent none;
}

/* @group Add Content Form */

form#addcontent {
	
}

fieldset.conversational {
	width: 853px;
	padding-left: 20px;
}

fieldset.conversational div.box {
	width: 810px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
}

fieldset.conversational label {
	padding-top: 5px;
	text-align: left;
}
 
fieldset.conversational input.text { 
	margin-right: 10px;
	
}

form div.accordion fieldset {
	width: 800px;
}

div.accordion fieldset.conversational div.box {
	width: 790px;
	background-color: transparent;
}
/* @end */





/* @end */


/* @group form diabled Select fields - tthederan 2008-03-05 */
#serviceselect , #charityselect, #mainimagecategoryselect, #emailappselect, #suggestshortnamebox {
	display: none; /*hide select, will be turned on if Javascript is active*/
}


/* @end */

/* Form Elements
---------------------------------------------*/

form option {
	width: auto;
	padding: 0 4px;
}

input.checkbox,
input.radio {
	_height:13px;
	_width:13px;
}

input.checkbox {
	vertical-align: middle;
}

input.radio {
	vertical-align: bottom;
	*vertical-align: middle;
}

select {
	height: 22px;
	padding: 3px 0 2px 3px;
	margin-right: 5px;
	font-size: 11px;
	border: 1px solid #D8D8BA;
	vertical-align: middle;
}

input.text,
input.password {
	height: 17px;
	padding: 5px 0 0 3px;
	border: 1px solid #d8d8ba;
	font-size: 11px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}  

input.file {   
	height: 22px;
	padding: 5px 0 0 3px;
	border: 1px solid #d8d8ba;
	font-size: 10px;
	vertical-align: middle;
}

/* specific checkbox styling */ 
div#suggesttitlebox,
div#suggestshortnamebox {
	padding-left: 172px;
	_padding-left: 178px;
}

div#suggesttitlebox label,
div#suggestshortnamebox label {
	width: 230px;
}

/* Issue ID: 9057, eventdurationhour field too long (size altered by added class 'small')  */

input.medium {
    width: 270px;   
}
input.small {
    width: 220px;
} 
.size470 {
    width: 470px;
}
.size460 {
    width: 460px;
}
.size450 {
    width: 450px;
}
.size440 {
    width: 440px;
}
.size430 {
    width: 430px;
}
.size420 {
    width: 420px;
}
.size400 {
	width: 400px;
}
.size375 {
    width: 375px;
}
.size370 {
    width: 370px;
}
.size360 {
    width: 360px;
}
.size350 {
    width: 350px;
}
.size340 {
    width: 340px;
}
.size330 {
    width: 330px;
}
.size300 {
    width: 300px;
}
.size275 {
    width: 275px;
}
.size250 {
    width: 250px;
}
.size235 {
    width: 235px;
}
.size225 {
    width: 225px;
}
.size220 {
    width: 220px;
}
.size210 {
    width: 210px;
}
.size200 {
    width: 200px;
}
.size190 {
    width: 190px;
}
.size180 {
    width: 180px;
}

.size175 {
    width: 175px;
}
.size160 {   
    width: 160px;
}
.size150 {   
    width: 150px;
}
.size135 {
    width: 135px;
} 
.size120 {
    width: 120px;
}
.size100 {   
    width: 100px;
}
.size90 {   
    width: 90px;
}  
.size80 {   
    width: 80px;
}
.size70 {   
    width: 70px;
}
.size50 {   
    width: 50px;
}
.size30 {   
    width: 30px;
}
/* input.frontdate added for SympathyTree dateformat - tthederan 2008-02-25 */
input.date , input.frontdate {
	padding-right: 15px;
	background: url(/themes/wireframe/i/icon_calendar.gif) no-repeat 98% 50%;
	cursor: pointer;
}
input.time {
	width: 75px;
}
input.image {
	vertical-align: middle;
	/*position: relative;
	top: -4px;*/
}

input#quoteauthor {
	margin-bottom: 7px;
}

div.submit input {
	padding-bottom: 5px;
}

textarea {
	width: 377px;
	height: 150px;
	max-width: 530px; /* Only allow Safari 3 to resize so big */
	padding: 3px 0 0 3px;
	border:1px solid #d8d8ba;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

textarea.servicesDescription {
	height: 50px;
}

textarea#quote {
	height: 104px;
	margin-bottom: 0;
}

textarea.wide {
	width: 530px;
}
input.cancelButton {
  width: 63px;
  height: 21px;
  margin: 4px 0 0 0;
  padding: 0;
  border: 0;
  background: transparent url(/themes/wireframe/i/button_cancel.gif) no-repeat center top;
  text-indent: -100em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

input#zip {
	width: 50px;
}

/* Form -> Layout
-----------------------------------*/

form fieldset {  
	margin-bottom: 20px;
	border: none;
	padding: 0;
}

div#main form fieldset {  
	padding-left: 20px;
}

div#main fieldset.table {  
	padding-left: 0;
	border-bottom: 1px solid #D9D8BA;
}

form fieldset.border_left {
	background: transparent url(/themes/wireframe/i/shared/bkgnd_grndotvert.gif) repeat-y left top;
	padding-left: 20px;
}
form fieldset.hr {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 13px;
	padding-bottom: 13px;
}
form span.error {
	color: #f00;
}
form#register-user span.error {
	width: auto;
}
form div.error {
	margin-bottom: 30px;
}
form div.error label {
	color: #944B27;
}
form div.error input {
	border-color: #944B27;
}
form div {
	margin-bottom: 15px;
} 
form#partnercontact div {
	margin-bottom: 5px;
}  
form div.accordion_header {
	margin-bottom: 0;
}
form div.iefix {
	_height: 1%; /*IE FIX*/
}
form div.nolabel {
	/*margin-left: -150px;*/
}
form div div {
	padding: 0;
	margin: 0;
}
form label {
	width: 150px;
	padding: 5px 0 2px;
	float: left;
	display: inline;
	font-weight: normal;
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
}

form#registerReview label {
	padding: 0;
	width: 195px;
	margin-right: 15px;
	font-size: 12px;
}

form#registerReview label.size50 {
	width: 50px;
}
form#registerReview fieldset div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* @group image uploader section */
fieldset.uploader label {
	float: none;
	display: block;
}

fieldset.uploader div.threecol label {
	width: 180px;
}

fieldset.uploader span.filename {
	width: 275px;
	height: 20px;
	padding: 3px 0 0 3px;
	margin-right: 3px;
	float: left;
	display: block;
	overflow: hidden;
	border: 1px solid #D8D8BA;
}

div#files_list p {
	margin-bottom: 6px;
}


/* @end */



form#addevent ul.radio {
	height:50px;
	margin-left:65px;
	margin-bottom:50px;
}

form#addevent ul.radio li {
	float:left;
	line-height:0px;
}

form#addevent ul.radio li label {
	width:200px;
	display:block;
}

form#addevent ul.radio li label input {
	vertical-align:top;
}

form#addevent .content-form-time {
	margin-left:165px;
}

form#addevent .content-form-time label {
	width:400px;
	margin-bottom:10px;
	padding;0;
	text-align:left;
}

form#addevent .content-form-time label input {
	margin-right:10px;
}

form#addevent ul.calendarRadios {
	margin-bottom: 20px;
	float:left;
}

form#addevent ul.calendarRadios li {
	float: left;
	display: block;
}

form#addevent ul.calendarRadios li input {
	margin-right:5px;
	float:left;
	vertical-align: top;
}

form#addevent ul.calendarRadios img {
	margin-right:5px;
	float:left;
}

form#addevent ul.calendarRadios label {
	margin-top:0;
	float: left;
}

.nolabel table{
	margin-top:20px;
}

/* @group Page Specific Form Layout */

/* Login Error Form */
form#login_error {

}


form#login_error label {
	width: 105px;
	line-height: 25px;
	margin-right: 20px;
	float: left;
	display: inline;
	text-align: right;
}

form#login_error input.image {
	margin-top: 55px;
	float: right;
	display: inline;
}

/* Contact Form */

form#contact-form {
	width: 850px;		
}

#main form#contact-form fieldset {
	width: 360px;
	height: inherit;
	padding-top: 25px;
	padding-bottom: 25px;	
	padding-left: 160px;
	background-color: #f8f9f2;
	border: 1px solid #f1faf4;
	font-family: Verdana; 
}

#main form#contact-form fieldset p {
	padding-top: 10px;
}

#main form#contact-form fieldset div {
	margin-bottom: 10px;
}

#main form#contact-form fieldset div div {
	margin: 0;
	padding: 0;
}

form#contact-form select,
form#contact-form textarea,
form#contact-form input.text {
	width: 275px;
}

form#contact-form ul.radio li {
	float: left;
	display: inline;
	margin-right: 10px;
}

form#contact-form ul.radio input.radio {
	margin: 0 7px 0 0;
}

form#contact-form ul.radio label.radio {
	width: 80px;
	margin: 0;
}

form#contact-form input.image {   
	margin-right: 79px;
	float: right;
	display: inline;
}

/* @end */

/*form div ul.checkbox,
form div ul.radio {
	list-style: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}*/
form div.cols {
	margin-bottom: 10px;
}
form div.cols ul.checkbox.col {
	width: 50%;
	float: left;
}
form div ul.checkbox li,
form div ul.radio li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
form div ul.checkbox li label,
form div ul.radio li label {
	font-weight: normal;
}

form div ul.checkbox_tiers li {
	font-weight: bold;
	margin-bottom: 13px;
}
form div ul.checkbox_tiers li ul {
	margin-top: 4px;
}
form div ul.checkbox_tiers li ul li {
	font-weight: normal;
	margin-bottom: 4px;
	margin-left: 15px;
	_margin-bottom: 0;
}


/* Form -> Horizontal Form */

div.search form input.text,
div.search form input.password {
	width: 150px;
}

div.search form div {
	float: left;
	display: inline;
	/* Removed the height declaration
	since it was not allowing for the div
	to dynamically resize on AJAX requests
	- Vinod */
	/*height: 3.5em;*/
	padding: 0;
	margin: 0 10px 5px 0;
}
div.search form div div {
	float: none;
	display: block;
	height: auto;
	margin: 0;
}
div.search form div label {
	float: none;
	display: inline;
	margin-left: 0px;
}
div.search form div div.nolabel {
	padding-top: 12px;
	margin: 0;
}

/* Google Maps */
.gmap {
    padding-top: 12px;
}

/* Sidebar -> Form */

div.sash input.text,
div.sash input.password {
	width: 163px;
}
div.sash textarea {
	width: 163px;
}

div.sash form div {
	padding-left: 0px;
}
div.sash form div div {
	padding: 0;
	margin: 0;
}
.sash form div.iefix {
	_height: 1%; /*IE FIX*/
	margin-bottom: 10px;
}
div.sash form div label {
	float: none;
	display: block;
	margin-left: 0px;
}
/* @end */


/* @group Layout */

/* Layout
---------------------------------------------*/
#wrapper {
	width: 964px;
	margin: 10px auto 0 auto;
	background: #fff url(/themes/wireframe/i/shared/gradient_left.gif) repeat-y left top; 
}

div#back{
	background: transparent url(/themes/wireframe/i/shared/gradient_right.gif) repeat-y right top;
}  

#wrapper.external {
	width: auto;
	padding: 0;
	border: 0;
}

#chatlobby {
	padding: 10px;
}


/* @group homeFlash */
/* homeFlash
---------------------------------------------*/
div#home_flash {
	height: 307px;
	width: 902px;
	margin-bottom: 15px;
	margin-left: 32px;
	position: relative;
	
	background: transparent url(../i/banner/banner_home.jpg) no-repeat scroll left top;
}

/* New home page banner section
-----------------------------------------------------*/  
#home_flash div.bannertext {
	height: 190px;
	width: 540px;
	position: absolute;
	top: 60px;
	right: 40px;
}

#home_flash div.bannertext h3 {
	margin-bottom: 5px;
	font-family: Georgia;
	font-size: 30px; 
	color: #944b27;
	letter-spacing: 1.6px;
}

div.bannertext div.dscrp {
	display: block;
	width: 540px;
	margin-bottom: 15px;
}
div.bannertext div.dscrp p { 
	font-size: 14px;
	margin-right: 20px;
	width: 250px;      
	line-height: 16px;
	color: #333; 
	float: left;
	display: inline;
	overflow: hidden;
	margin-bottom: 0;
}

div.bannertext div.tourmem {
	width: 540px;    
	height: 43px;
	display: block;
}

div.bannertext div.tourmem a {
	float: left;
	display: inline; 
}

div.bannertext div.tourmem a.but_tour {
	width: 250px;
	margin-right: 20px;
	height: 43px;
	display: block;
	text-indent: -999em; 
	background: transparent url(../i/buts/but_taketour.gif) no-repeat 0 0;
}   

div.bannertext div.tourmem a.but_creatememorial {
	width: 250px;
	height: 43px;
	display: block;
	text-indent: -999em;
	background: transparent url(../i/buts/but_creatememorial.gif) no-repeat 0 0;
}

div.bannertext div.tourmem a.but_tour:hover,
div.bannertext div.tourmem a.but_creatememorial:hover{
	background-position: 0 -48px;
}
div.bannertext div.tourmem a.but_tour:active,
div.bannertext div.tourmem a.but_creatememorial:active{
	background-position: 0 -96px;
}       

/* End new home page banner
-----------------------------------------------------*/



#home_flash div#flashContent {   
	
	
}

#home_flash div#flashnav {
	width: 915px;
	height: 350px;
	margin-left: 24px;
	position: relative;
	/*background: transparent url(/themes/wireframe/i/homeFlash_back/bannerFlash_home.jpg) no-repeat 6px 1px;*/
	background: transparent none;
}

#home_flash #flashContent #flashnav #flash-content #mymovie {
	margin: 1px 0 0 6px;
}

#home_flash div.boxCreate {
	/*height: 320px;*/
	width: 297px;
	position: absolute;
	z-index: 20;
	top: 25px;
	left: 77px;	
}

#home_flash div.boxTend {
	/*height: 320px;*/
	width: 300px;
	position: absolute;
	z-index: 20;
	top: 25px;
	left: 541px;
}

#home_flash div.boxCreate div#createhide,
#home_flash div.boxTend div#tendhide {
	height: 258px;
	width: 284px;
	padding-top: 10px;
	padding-left: 10px;
	position: relative;
	z-index: 50;
	background: transparent url(/themes/wireframe/i/homeFlash_back/hp_popup_bg.gif) no-repeat 50% top;  
	overflow: auto;
}

#home_flash div.boxCreate div#createhide {
	width: 282px; 
	background: transparent url(/themes/wireframe/i/homeFlash_back/hp_popup_bg2.gif) no-repeat 50% top;
}

#home_flash div.boxCreate div p, 
#home_flash div.boxTend div p {
	margin: 5px 20px;
}

#home_flash div.boxCreate div h2,
#home_flash div.boxTend div h2 {
	font-size: 1.5em;
	margin: 3px 0 2px 5px;
}

#home_flash div.boxCreate div.close,
#home_flash div.boxTend div.close { 
	height: 15px;
	width: 51px;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
    text-indent: -999em;
	background: transparent url(/themes/wireframe/i/popup/but_chicken.gif) no-repeat 50% 50%;

}

form#register_user fieldset,
form#tend_memorial fieldset {  	
	padding-left: 125px;
	margin-bottom: 0;
	overflow: hidden;
	width: 135px;
	_width: 145px;
	_height: 200px;
}

form#register_user label, 
form#tend_memorial label {
	margin-left: -108px;
	_margin-left: -53px;
	padding: 8px 2px 2px;
	_padding: 0px;
	float: left;
	display: block;
	width: 110px;
	_width: 115px;
	font-family: Georgia;
}

form#register_user input.text,
form#tend_memorial input.text {
	width: 120px;
	height: 18px;
	margin: 3px 0 2px 0;
}

form#register_user input.image, 
form#tend_memorial input.image {
	position: relative;
	left: 65px;
}

form#tend_memorial input#remember {
	margin: 12px 0 0 7px;
}

form#tend_memorial input.image {
	margin: 10px 0 ;
}


a#butCreate {
	height: 34px;
	width: 291px;
	background: transparent url(/themes/wireframe/i/shared/wireframe_ss.gif) no-repeat -265px -10px;
	display: block;
	text-indent: -999em;
	position: absolute;
	top: 268px;
	left: 0;
}
a#butTend {
	height: 34px;
	width: 291px;
	background: transparent url(/themes/wireframe/i/shared/wireframe_ss.gif) no-repeat -265px -76px;
	display: block;
	text-indent: -999em;
	position: absolute;
	top: 268px;
	left: 0;
}

#home_flash #flashContent #flashnav #flashcontent {
	margin-top: 3px;
	padding: 1px 0 0 1px;
	position: relative;
	z-index: 2;
}
/* @end */

/* @end */

/* @group Message Stack */

/* Message Stack
---------------------------------------------*/
.messages {
	margin-bottom: 10px;
}

.messages_good {
	color: #00CC00;
	font-weight: bold;
}

.messages_bad {
	color: #FF0000;
	font-weight: bold;
}

/* @end */

/* @group Dashboard */
/* Dashboard
---------------------------------------------*/
div#dashboard {
	width: 890px;
	padding: 10px;
	margin: 10px auto 0 auto;
	color: #000;	
}

#dashboard ul li {
	float: left;
	display: inline;
	padding-left: 10px;
}

#header #dashboard p {
	margin: 0;
}


/* @end */

/* @group Header */

/* Header
---------------------------------------------*/
#header {
	width: 964px;
	height: 115px;
	margin-bottom: 5px;
	position: relative;
	background: transparent url(/themes/wireframe/i/shared/gradient_top.gif) repeat-x right top;
}

div#corner_topLeft {
	height: 14px;
	width: 11px;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(/themes/wireframe/i/shared/wireframe_ss.gif) no-repeat -600px -22px;
}

div#corner_topRight {
	height: 47px;
	width: 41px;
	float: right;
	display: inline;
	background: transparent url(/themes/wireframe/i/shared/wireframe_ss.gif) no-repeat -637px -13px;
} 

#header #header_top {
	width: 540px;
	height: 20px;
	position: absolute;
	top: 25px;
	right: 35px;
}

#header h1#logo {	
	width: 295px;
	height: 82px;
	position: absolute;
	top: 25px;
	left: 32px;
	background: url(../i/backs/logo_home.gif) no-repeat 0 0;
	text-indent: -999px;
	overflow: hidden;
	display: block;
}

#header #logo a {
	height: 82px;
	width: 295px;
	display: block;
}

/* @group header_nav */
/* Header -> header_nav
---------------------------------------------*/
#header #dashboard {
	color: #000;
	text-align: right;
	position: absolute;
	right: 10px;
}
#header #header_nav a {
	color: #000;
}
#header #header_nav a.selected,
#header #header_nav a:hover {
	color: #D8D8BA;
}
#header #header_nav p {
	margin: 0;
}

#header p#login_nav {
	position: absolute;
	top: 0px;
	right: 0px; 
	text-align: right;
	font-family: Georgia;
	color: #A55127;
} 

#header p#login_nav a {
	color: #A55127; 
	font-weight: bold;
	font-size: 11px;
}

/* @end */

/* @group Header Search */

/* Header -> Search
---------------------------------------------*/
#header form#allgroup-search {
	height: 58px;
	width: 348px; 
	padding: 8px 0 5px 8px; 
	position: absolute;
	top: 45px;
	right: 30px;   
	background: #FFFFFF url(../i/backs/search_ds.gif) no-repeat 0 0;   
}

#header form#allgroup-search fieldset {
	width: 322px;
	height: 48px;
	padding-left: 15px;
	margin: 0;   
	background: transparent url(../i/backs/back_search2.gif) repeat-x scroll left top;
}
 
#header form#allgroup-search div { 
	height: 30px;
	padding-top: 12px;
	margin-bottom: 0;
}

#header form#allgroup-search div div {
	padding: 0;
}

#header form#allgroup-search label {
	width: 122px;
	height: 18px;
	padding-right: 10px;
	text-align: left;  
	text-indent: -999em;
	background: transparent url(../i/backs/back_visittext2.gif) no-repeat scroll left 50%;  
}

#header form#allgroup-search input.text {
	width: 135px;
	height: 20px;
	padding-top: 4px;
	color: #999;
	font-size: 10px;
}

#header form#allgroup-search input.image {
	*vertical-align: top;
	*padding-top: 2px;
}

div#networksearch {
	float: right;
	display: inline;
}
div#networksearch form {
	width: 420px;
	overflow: hidden;
	text-align: right;
}

* html div#networksearch form {
	margin-right: 0px;
}

div#networksearch form fieldset {
	padding: 0;
}
div#networksearch form div {
	padding: 0;
}
div#networksearch form div.iefix {
	margin: 0;
}
div#networksearch form label {
	width: 164px;
	float: left;
	display: inline;
	color: #676834;
	margin-right: 5px;
	margin-left: 0;
	padding-top: 2px;
	font-family: Georgia;
	font-size: 1.5em;
	font-weight: normal;
	background: #fff url(/themes/wireframe/i/shared/img_search_memorials.gif) no-repeat right 50%;
	text-indent: -999em;
	text-align: left;
}
div#networksearch form input.text {
	width: 165px;
	margin: 0 5px 0 0;
}
div#networksearch form select {
	width: 100px;
	margin: 0 5px 0 0;
}
div#networksearch form input.image {
	*margin: 0 20px 10px 0;
	position: relative;
	top: 0;
	_top: -2px; /* IE6 */
}



/* @end */

/* @group Header Main Nav */

/* Header -> Main Nav
---------------------------------------------*/
#header #main_nav {
	height: 31px;
	width: 944px;
	padding: 0 1px;
	position: absolute;
	top: 95px;
	left: 8px;
	list-style: none;
	list-style-position: outside;
	background: url(/themes/wireframe/i/bg_main_nav.gif) repeat-x;
	border-left: 1px solid #B8B8B8;
	border-right: 1px solid #B8B8B8;	
}
#header #main_nav li {
	display: inline;
}
#header #main_nav li a {
	color: #787878;
	float: left;
	display: inline;
	line-height: 31px;
	background: url(/themes/wireframe/i/bg_main_nav_spacer.gif) no-repeat right 8px;
	_height: 1%;
	padding: 0 12px 0 13px;
}
#header #main_nav li a.selected,
#header #main_nav li a:hover {
	text-decoration: none;
	background: url(/themes/wireframe/i/bg_main_nav_selected.gif) repeat-x 0 0;
	border-left: 1px solid #B8B8B8;
	border-right: 1px solid #B8B8B8;
	padding: 0 11px 0 14px;
	margin-left: -2px
}

#header #main_nav li#nav_88 a {
	background-repeat: repeat-y;
}

#header #main_nav li#nav_88 a.selected,
#header #main_nav li#nav_88 a:hover {
	background-repeat: repeat-x;
	border-right: 1px solid #b8b8b8;
}

#header #main_nav li#nav_88 ul a,
#header #main_nav li#nav_88 ul a.selected,
#header #main_nav li#nav_88 ul a:hover {
	background-repeat: no-repeat;
	border-right: 0;
}

/*
#header #main_nav li a.secondToLast {
	background-repeat: repeat-y;
}

#header #main_nav li a.secondToLast.selected,
#header #main_nav li a.secondToLast:hover {
	background-repeat: repeat-x;
	border-right: 1px solid #b8b8b8;
}

#header #main_nav li ul a.secondToLast,
#header #main_nav li ul a.secondToLast.selected,
#header #main_nav li ul a.secondToLast:hover {
	background-repeat: no-repeat;
	border-right: 0;
}
*/



/* @end */
/* My Stuff */
#header #main_nav li#nav_94 {
	float: right;
}
#header #main_nav li#nav_94 a {
	border-right: 0;
	margin-left: 0;
	background: url(/themes/wireframe/i/bg_main_nav_spacer.gif) repeat-y 0 0;
}
#header #main_nav li#nav_94 a.selected,
#header #main_nav li#nav_94 a:hover {
	background: url(/themes/wireframe/i/bg_main_nav_selected.gif) repeat-x 0 0;
	padding: 0 12px 0 12px;
}
/* My Stuff -> Sub Nav */

#header #main_nav li#nav_94 ul li a {
	border-right: 0;
	margin-left: 0;
	background: url(/themes/wireframe/i/bg_main_subnav_spacer.gif) no-repeat right 5px;
}

/* @group Header Subnav */

/* Header -> Sub Nav
---------------------------------------------*/
#header #main_nav li ul {
	position: absolute;
	left: 0;
	bottom: -30px;
	line-height: 20px;
	height: 29px;
	width: 760px;
}
#header #main_nav li ul li a,
#header #main_nav li#nav_94 ul li a {
	line-height: 20px;
	background: url(/themes/wireframe/i/bg_main_subnav_spacer.gif) no-repeat right 5px;
}
#header #main_nav li ul li a.selected,
#header #main_nav li ul li a:hover,
#header #main_nav li#nav_94 ul li a.selected,
#header #main_nav li#nav_94 ul li a:hover  {
	color: #000000;
	border: none;
	background: url(/themes/wireframe/i/bg_main_subnav_spacer.gif) no-repeat right 5px;
	padding: 0 12px 0 13px;
	margin-left: 0;
	margin-right: 0
}
#header #main_nav li ul li.last a,
#header #main_nav li#nav_94 ul li.last a  {
	background: none;
}
#header #main_nav li ul li.last a.selected,
#header #main_nav li ul li.last a:hover,
#header #main_nav li#nav_94 ul li.last a.selected,
#header #main_nav li#nav_94 ul li.last a:hover  {
	background: none;
	border: none;
}
#header #main_nav li ul li a:hover,
#header #main_nav li#nav_94 ul li a:hover {
	color: #787878;
	text-decoration: underline;

}



/* @end */



/* @end */

/* @group content Subnav */
ul.contentSubnav  {
	height: 119px;
	padding-top: 5px;
	position: relative;
	background: #fff url(/themes/wireframe/i/shared/border_double.gif) repeat-x left top;
	z-index: 2;
	width: 892px;
}

ul.contentSubnav li {
	height: 64px;
	width: 158px;
	_width: 157px;
	margin-left: -9px;
	float: left;
	display: inline;
	position: relative;
	z-index: 10;
}

ul.contentSubnav li a {
	height: 84px;
	width: 158px;
	_width: 157px;
	display: block;
	text-indent: -999em;	
	background-image: url(/themes/wireframe/i/nav_create/nav_create.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}

ul.contentSubnav li div.tooltip {
	height: 20px;
	padding-top: 6px;
	/*background: transparent url(/themes/wireframe/i/nav_create/tip_line.gif) no-repeat 50% top;*/
	background: transparent none;
	position: absolute;
	top: 78px;
	left: -999em;
	z-index: 1000;
}

ul.contentSubnav li div.tooltip p {
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #aebb6f;
	border: 1px solid #d8d8ba;
	color: #e9edd9;
	text-indent: 0;
	z-index: 1050;
	font-family: Georgia;
	font-weight: normal;
	line-height: 20px;
}

ul.contentSubnav li.selected,
ul.contentSubnav li.selectedfilled {
	z-index: 200 !important;	
}

/* @group nav_template 1 */

li#nav_content {
	width: 150px;
	margin-left: 0;
	z-index: 100;	
}

li#nav_content a {
	width: 150px;
	background-position: 0 -5px;
}

li#nav_content.selected a {
	background-position: 0 -108px;
}

li#nav_content.filled a {
	background-position: 0 -209px;
}

li#nav_content.selectedfilled a {
	background-position: 0 -310px;
}

li#nav_content:hover div.tooltip {
	left: 25px;
}

/* @end */

/* @group nav_content 2 */
li#nav_template {
	z-index: 95;
}

li#nav_template a {	
	background-position: -152px -5px;
	_margin-left: -3px;
}

li#nav_template.selected a {
	background-position: -152px -108px;
}

li#nav_template.filled a {
	background-position: -152px -209px;
}

li#nav_template.selectedfilled a {
	background-position: -152px -310px;
}

li#nav_template:hover div.tooltip {
	left: 33px;
}
/* @end */


/* @end */

/* @group nav_events 3 */
li#nav_events {
	z-index: 90;
}

li#nav_events a {
	background-position: -314px -5px;
}

li#nav_events.selected a {
	background-position: -314px -108px;
}

li#nav_events.filled a {
	background-position: -314px -209px;
}

li#nav_events.selectedfilled a {
	background-position: -314px -310px;
}

li#nav_events:hover div.tooltip {
	left: 25px;
}
/* @end */

/* @group nav_contacts 4 */
li#nav_contacts {
	z-index: 85;
}

li#nav_contacts a {
	background-position: -475px -5px;
	_margin-left: 0px;
}

li#nav_contacts.selected a {
	background-position: -475px -108px;
}

li#nav_contacts.filled a {
	background-position: -475px -209px;
}

li#nav_contacts.selectedfilled a {
	background-position: -475px -310px;
}
li#nav_contacts:hover div.tooltip {
	left: 25px;
}
/* @end */

/* @group nav_services 5 */
li#nav_services {
	z-index: 80;
}

li#nav_services a {
	background-position: -635px -5px;
}

li#nav_services.selected a {
	background-position: -635px -108px;
}

li#nav_services.filled a {
	background-position: -635px -209px;
}

li#nav_services.selectedfilled a {
	background-position: -635px -310px;
}

li#nav_services:hover div.tooltip {
	left: 25px;
}

/* @end */

/* @group nav_publish 6 */
li#nav_publish {
	width: 154px;
	z-index: 75;	
}

li#nav_publish a {
	width: 154px;
	background-position: -795px -5px;
}

li#nav_publish.selected a {
	background-position: -795px -108px;
}

li#nav_publish.filled a {
	background-position: -795px -209px;
}

li#nav_publish.selectedfilled a {
	background-position: -795px -310px;
}

li#nav_publish:hover div.tooltip {
	left: 25px;
}
/* @end */

/* @end */

/* @group Top */

/* Top
---------------------------------------------*/
#top {
	margin: 0 13px 10px 13px;
}

/* Top -> Breadcrumb
---------------------------------------------*/

#breadcrumb {
	background: #EAE9E2;
	margin: 0 0 10px 0;
	line-height: 25px;
	padding-left: 5px;
}
#breadcrumb ul li {
	float: left;
	display: inline;
	margin-left: 5px;
}
#breadcrumb ul li a {
	margin-right: 5px;
}



/* @end */

/* @group Left Sash */

/* left_sash
---------------------------------------------*/
#left_sash {
	float: left;
	display: inline;
	width: 185px;
	margin-left: 13px;
	margin-right: 0;
}

/* @end */

/* @group Content */

/* Content
---------------------------------------------*/

h3.partners {
	margin: 0;
	font-size: 24px;
	font-family: Georgia;
	color: #676834;
}

h4.partners {
	font-size: 18px;
	font-family: Georgia;
	color: #676834;	
}

h5.partners {
	font-size: 16px;
	font-family: Georgia;
	color: #676834;	
}

img.pdf {
	float: left;
	display: inline;
	margin: -10px 5px 0 0;
}

div#content { 
	width: 892px;  
	margin-left: 32px;
	padding: 0 4px;
	font-family: Georgia;
	background: #fff url(/themes/wireframe/i/shared/gradient_contentMid.gif) repeat-y left top; 
}

div#content div#bottom {
	width: 892px;	
}

div#content_home { 
	width: 902px;  
	margin-left: 28px;
	padding: 0 4px;
	font-family: Georgia; 
}

div#content_home div#bottom {
	width: 902px; 
	padding-top: 2px;
	padding-bottom: 3px;
	background: #fbfbf7 url(../i/backs/back_homecontent.gif) repeat-x left bottom;	
} 

div#content_top {
	width: 900px;
	height: 4px;
	margin-left: -4px;
	background: #fff url(/themes/wireframe/i/shared/gradient_contentTop.gif) no-repeat left bottom;	
}
div#content_bottom {	
	width: 900px;
	height: 4px;
	margin-left: -4px;
	background: #fff url(/themes/wireframe/i/shared/gradient_contentBottom.gif) no-repeat left top;
	/*
	float: left;
	display: inline; */
}
#content.medium {
	width: 670px;
	float: left;
	display: inline;
	background: transparent none;
}
#content.medium div#content_top{
	width: 670px;
	background: transparent none;
}
#content.medium div#content_bottom {
	width: 670px;
	background: transparent none;
}
#content.narrow {
	width: 338px;
}

/* @group Content Banner */
div#content_banner {
	height: 127px;
	width: 892px;
	position: relative;
	background-color: transparent;
}

div#main div#content_banner {
	height: 127px;
	width: 892px;
	margin-left: -12px;
	position: relative;
	background-color: transparent;
}

div#content_banner.background {
	background: transparent url(/themes/wireframe/i/shared/banner_create.jpg) no-repeat left top;	
}

div#content_banner img {
	z-index: 5;
}

div#content_banner.create { 
	width: 872px;
	height: 107px;
	padding-top: 30px;  
	padding-left: 20px;
}    

div#content_banner div#breadcrumbs {
	height: 2.0em;
	width: 870px;
	position: absolute;
	top: 8px;
	left: 20px;
	font-family: Verdana;
	font-size: 1.1em;
	font-weight: normal;
}

div#content_banner h2 {
	width: 440px;
	height: 40px;
	position: absolute;
	top: 60px;
	left: 20px;
	font-size: 3.2em;
	font-weight: normal;
	overflow: hidden;
	color: #676834;
}

div#content_banner h2.create_header {
	position: static;
	margin-top: 25px;
	margin-left: 20px;	
}

div#content_banner.create p {
	width: 360px;
	margin-left: 20px;
	font-size: 1.5em;
	color: #944b27;
}              
/* @end */  

/* @group Home Banner */ 

div#home_banner {
	height: 127px;
	width: 892px;
	position: relative;
	background-color: transparent;
}

div#main div#home_banner {
	height: 127px;
	width: 892px;
	margin-left: -12px;
	position: relative;
	background-color: transparent;
}

div#home_banner.background {
	background: transparent url(/themes/wireframe/i/shared/banner_create.jpg) no-repeat left top;	
}

div#home_banner img {
	z-index: 5;
}

div#home_banner.create { 
	width: 872px;
	height: 107px;
	padding-top: 30px;  
	padding-left: 20px;
}    

div#home_banner div#breadcrumbs {
	height: 2.0em;
	width: 870px;
	position: absolute;
	top: 8px;
	left: 20px;
	font-family: Verdana;
	font-size: 1.1em;
	font-weight: normal;
}

div#home_banner h2 {
	width: 440px;
	height: 40px;
	position: absolute;
	top: 60px;
	left: 20px;
	font-size: 3.2em;
	font-weight: normal;
	overflow: hidden;
	color: #676834;
}

div#home_banner h2.create_header {
	position: static;
	margin-top: 25px;
	margin-left: 20px;	
}

div#home_banner.create p {
	width: 360px;
	margin-left: 20px;
	font-size: 1.5em;
	color: #944b27;
}  


 
/* @end */  
#content #main {
	width: 872px;
	padding: 0 10px;
	position: relative;
	z-index: 10;
	/*background: #fff url(/themes/wireframe/i/shared/gradient_main.jpg) repeat-x left top;*/
}
#content #main div.box.search_results {
	background: transparent url(/themes/wireframe/i/shared/border_double.gif) repeat-x scroll left top;
	padding: 15px 10px 0 10px;
	margin-left: -13px;
	margin-right: -12px;
}
#content #main div.search_results div.no_pagination {
	font-size:12px;
	line-height: 19px;
	color: #676834;
}
div.toutdiv {
	float: left;
	display: inline;
}

dl.tout {
	height: 145px;
	width: 268px; 
	padding: 6px 0 6px 15px;
	border-left: 1px solid #d8d8ba;
	float: left;
	display: inline;  
	overflow: hidden;
}
dl.tout dt {
	line-height: 1.9em;
	font-size: 12px;
	font-weight: normal;
	color: #676834;
}	

dl.tout.first {
	width: 169px;
	border-left: none transparent;		
}

dl.tout.last {
	padding-right: 0;		
}

dl.tout dd div {
	margin-bottom: 7px;
}

dl.tout p {      
	margin-bottom: 7px;
	font-family: Verdana;
	font-size: 1.1em;
}

dl.tout p.actions {	
	color: #90a23b;
	text-decoration: none;
	font-family: Georgia;
	font-size: ;
	line-height: 14px;
}

dl.tout p.actions a {
	color: #90a23b;
	display: inline;
	text-decoration: none;
	background: transparent none;
	font-weight: normal; 
	font-size: 1.0em;
}

dl.tout dd div a {
	color: #a55127;
	font-size: 1.6em;
	line-height: 20px;
}

dl.twocol {
	width: 149px;
	padding-left: 116px;
	float: left;
	display: inline;
	padding-right: 15px;	
}

dl.twocol dt {
	margin-left: -106px;
}

dl.twocol dd {
	margin-left: 3px;
}

dl.twocol dd.img {
	margin-left: -105px;
	float: left;
	display: inline;
}
/* @end */


/* @group div.border */
div.border {
	padding: 7px;
	margin: 20px auto;
	background-color: #fff;
	border: 1px solid #f1f1e4;	
}

div.border_interior {
	background-color:#F8F9F2;
	border:1px solid #F1FAF4;
	padding: 25px 0pt;
}

/* @end */

/* Dustin Weatherford Styles
-----------------------------------------*/
.pubbuttons {
	width: 700px;
	margin: 0 auto;
}
.pubbuttons .publater,
.pubbuttons .pubnow{
	width: 299px;
	height: 255px;
	background: #fff url(/themes/wireframe/i/pubbuttons_ds.gif) left top no-repeat;
	float: left;
	display: inline;
	padding: 5px 0 0 4px;
}
#main .pubbuttons .publater fieldset,
#main .pubbuttons .pubnow fieldset{
	width: 280px;
	height: 235px;
	background: #f8f9f1 url(/themes/wireframe/i/pubbuttons_bg.gif) left top repeat-x;
	border: solid 5px #fff;
	padding: 0;
	text-align: center;
}

.pubbuttons fieldset div p {
	width: 230px;
	margin: 0 auto;
}

form .pubbuttons fieldset div p.notify{
	font-weight: bold;
	color: #676834;
	margin: 10px auto;
}

div.pubbuttons div.pubnow {
	margin-right: 65px;
}  

div.pubbuttons fieldset {	
	position: relative;
}

div.pubbuttons div.input_box { 
	height: 65px;
	width: 280px;
	padding-top: 15px;
	position: absolute;
	left: 0; 
	bottom: 0;
	border-top: 1px solid #dddec6;	
}

div.pubbuttons hr {
	border-top: #dddec6 1px solid;
	border-bottom: #fff 1px solid;


	*margin-top: 15px;
}

div.pubbuttons h5 {
	font-size: 20px;
	font-family: Georgia;
	color: #676834;
	margin: 10px 0 15px 0;
}

/* @group Content -> Page Specific*/

div.partners div.border_interior {
	padding-left: 487px;
	padding-right: 20px;
}

div.partners div.img_partners {
	margin-left: -488px;
	margin-top: -26px;
	float: left;
	display: inline;	
}

div.img_partners img {
	display: block;
}

form#contact-form div.border {
	width: 524px;	
}

div.partners form#partnercontact ul {    
	width: 200px;
	padding-top: 4px;     
	margin-left: 22px;
	clear: both;   
}

div.partners form#partnercontact ul li {     
	margin-top: 4px;
	margin-bottom: 5px;
	display: block;	
}

div.partners form#partnercontact ul li label {
	float: none;
}

div.partners div.login { 
	width: 300px;
	padding: 15px 25px 0;
	margin: 0px 0 0px 0px;
	float: left;
	display: inline;
	border: 1px solid #D8D8BA;
}

div.resources_main div.border {
	width: 375px;
	height: 27.8em;
	float: left;
	display: inline;	
}

div.resources_main div.border.odd {
	margin-right: 65px;
}

div.resources_main div.border_interior {
	height: 27.7em;
	padding: 0 25px;
}

div#content_banner.background div.memorialDay {
	background: transparent url(/themes/wireframe/i/banner/memorial_day.jpg) 0 0 no-repeat;
	display: block;
	height:127px;
	width:892px;
}

div.promotional div.border {
	float: none;
	display: block;
	width: auto;
	margin-top: 0;
	height: auto;
}

div.promotional div#memorial.border {
	width: 849px;
	margin: 20px 0;
}

div.promotional div#memorial.border div.border_interior {
	padding: 20px 20px 0;
}

div.promotional div.border div.border_interior {
	height: auto;
}

div.promotional div.half {
	padding-left: 420px;
}

div.promotional div.half div.leftcol {
	width: 420px;
	margin-left: -420px;
}

div.promotional div.half div.rightcol {
	width: 420px;
	padding-left: 20px;
}

div.promotional p,
div.promotional ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.promotional ul {
	list-style-type: disc;
	padding-left: 1.5em;
	margin-bottom: 1em;
}

div.promotional ul li {
	margin-bottom: .5em;
}

div.promotional ul.green {
	list-style-type: none;
	padding: 0;
}

div.promotional ul.green li {
	line-height: 1.6em;
	margin-bottom: 1.2em;
	background: transparent url(/themes/wireframe/i/bullet_green.gif) 3px 7px no-repeat;
	padding-left: 1.2em;
}

#content div.promotional p.intro {
	font-size: 1.4em;
}

div.promotional blockquote {
	background-color: #90a23b;
	padding: 15px 10px;
	height: 120px;
}

div.promotional blockquote q {
	font-size: 1.25em;
	line-height: 1.4em;
	color: #fff;
	display: block;
	margin-bottom: 10px;
}

div.promotional blockquote cite {
	float: right;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #fff;
	font-size: 1em;
}

div.promotional blockquote cite a {
	color: #fff;
	text-decoration: underline;
}

div.promotional div.border_interior {
	padding-top: 20px;
}

div.promotional dl {
	padding-left: 135px;
}

div.promotional dl dt {
	color: #8f8f69;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	margin-bottom: .2em;
}

div.promotional dl dd.img {
	float: left;
	display: inline;
	margin-left: -135px;
}

div.promotional div#memorial dl dd p {
	margin-bottom: .3em;
	line-height: 1.5em;
}

div.promotional div#memorial dl dd p.view_mem {
	margin-bottom: 1em;
}

div.promotional div#memorial dl dd p.view_mem a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
}

div.promotional div#createMem {
	float: right;
	display: inline;
	margin-right: 20px;
}

div.promotional div#createMem a {
	height: 63px;
	width: 279px;
	display: block;
	text-indent: -999em;
	background: transparent url(/themes/wireframe/i/buts/but_creatememorial4.gif) 0 0 no-repeat;
}

dl.resources.imgleft dd.content {
	padding-left: 155px;  
}

dl.resources dt {
	height: 53px;
	margin-top: -30px;
	text-align: center;
	font-weight: normal;
	color: #90a23b;
	text-indent: -999em;
}

dl.resources dt {
	_position: relative;
	/*_top: 183px; */
}

dl.resources dt.one {
	background: transparent url(/themes/wireframe/i/shared/bkgnd_number1.gif) no-repeat 50% top;	
}

dl.resources dt.two {
	background: transparent url(/themes/wireframe/i/shared/bkgnd_number2.gif) no-repeat 50% top;	
}

dl.resources dt.three {
	background: transparent url(/themes/wireframe/i/shared/bkgnd_number3.gif) no-repeat 50% top;	
}

dl.resources dt.four {
	background: transparent url(/themes/wireframe/i/shared/bkgnd_number4.gif) no-repeat 50% top;	
}

dl.resources dt.five {
	background: transparent url(/themes/wireframe/i/shared/bkgnd_number5.gif) no-repeat 50% top;	
}

dl.resources dt.six {
	background: transparent url(/themes/wireframe/i/shared/bkgnd_number6.gif) no-repeat 50% top;	
}


dl.resources dd.header {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.1em;
	color: #8F8F69;
	text-align: center;	
}

div.resources_main dl dd p {
	line-height: 21px;
	margin-bottom: 18px;
	font-size: 1.1em;
	font-family: Verdana;	
}

div.resources_main dl dd a {
	font-size: 12px;
	font-family: Verdana;
}

div.resources_main div.grief div.border_interior {
	background: #F8F9F2 url(/themes/wireframe/i/resources/bkgnd_grief.jpg) no-repeat right bottom;
}

div.resources_main div.ftd div.border_interior {
	background: #F8F9F2 url(/themes/wireframe/i/resources/bkgnd_ftd.jpg) no-repeat left 30px;
}
/* Dustin Weatherford -- Resources links and information */

#content #main .resources_main {
	background: transparent url(/themes/theme1/i/shared/border_double.gif) repeat-x top left;
	padding: 25px 0 15px 15px;
	margin-left: -12px;
	margin-right: -12px;
}

#content #main div.pricing {
	background: transparent url(/themes/theme1/i/shared/border_double.gif) repeat-x top left;
	padding: 25px 0 15px 350px;
	margin-left: -12px;
	margin-right: -12px;
}

#content #main div.pricing div.box.noTitle {
	float: left;
	display: inline;
	width: 540px;
	_width: 520px;
}

div#content #main div.pricing div.shadow {
	float: left;
	display: inline;
	margin-left: -325px;
	width: 289px;
	height: 298px;
	background: transparent url(../i/backs/pricing-box-shadow.gif) 0 0 no-repeat;
}

div#content #main div.pricing div.border {
	width: 267px;
	height: auto;
	margin: 0 0 0 1px;
}

div#content #main div.pricing div.border-interior {
	background: #F8F9F1 url(/themes/wireframe/i/pubbuttons_bg.gif) 0 100% repeat-x;
	padding: 10px;
}

div#content #main div.pricing div.border-interior hr {
	border-width: 1px 0;
	border-style: solid;
	border-top-color: #dddec6;
	border-bottom-color: #fff;
	margin: 19px 0;
	*margin: 10px 0;
}

div#content #main div.pricing div.border-interior h3 {
	font-size: 19px;
	color: #6c6d43;
	line-height: 30px;
}

div#content #main div.pricing div.border-interior h4 {
	color: #964726;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 17px;
	*margin-bottom: 15px;
}

#content #main div.pricing a.createmem {
	height: 48px;
	width: 220px;
	display: block;
	text-indent: -999em;
	background: transparent url(../i/buts/btn_createmem_p.gif) 0 0 no-repeat;
}

#content #main div.coverage {
	background: transparent url(/themes/theme1/i/shared/border_double.gif) repeat-x top left;
	padding: 25px 0 15px 0px;
	margin-left: 0px;
	margin-right: -12px;
	width: 685px;
	float: left;
	display: inline;
}

div#content #main div.left {
	background: transparent url(/themes/theme1/i/shared/border_double.gif) repeat-x top left;
	width: 170px;
	height: auto;
	padding: 25px 29px 0 12px;
	float: left;
	display: inline;
	margin-left: -12px;
}

div#content #main div.left a {
	width: 172px;
	height: 123px;
	display: block;
	text-indent: -999em;
	background: transparent url(/themes/wireframe/i/btn_startfree_createmem.gif) 0 0 no-repeat;
}
div#content #main div#coverage.pagination {
	clear: both;
}

div#content #main div.coverage div.interior {
	float: left;
	display: inline;
	width: 662px;
	padding: 0;
	background: transparent;
	margin: 0;
}

div#content #main div.coverage h2 {
	margin-bottom: 25px;
	color: #90A23B;
	font-size: 1.9em;
}


div#content #main div.coverage p.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 0px;
	float: right;
	max-width: 50%;
	width: auto;
	display: inline;
}

div#content #main div.coverage p.description {
	margin-bottom: 20px;
}

div#content #main div.coverage ul li {
	border-top: solid 1px #90A23B;
	padding-top: 15px;
}

div#content #main div.coverage h5 {
	margin: 0 0 15px 0;
	font-size: 1.1em;
}

div#content #main div.coverage h5 a.siteTitle {
	font-weight: bold;
}

div#content #main div.coverage h3.title {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 3px;
}

div#content #main div.coverage h3.bspace {
	margin-bottom: 20px;
}

div#content #main div.coverage h3.title a {
	color: #a55127;
}

#content #main .resources_main.interior {
	background: transparent url(/themes/theme1/i/shared/border_double.gif) repeat-x top left;
	padding: 25px 0 15px 210px;
	margin-left: -12px;
	margin-right: -12px;
}

#content #main .interior {
	_background: transparent url(/themes/theme1/i/shared/border_double.gif) repeat-x top left;
	_padding: 25px 0 15px 210px;
	_margin-left: -12px;
	_margin-right: -12px;
} 

ul#nav_resources {
	width: 157px; 
	padding-top: 5px;
	margin-left: -180px; 
	float: left;
	display: inline;  
}

 ul#nav_resources li {
	margin-left: 0;
	margin-bottom: 7px;
	font-size: 1.2em;   
}
 ul#nav_resources li a {
	font-family: Verdana;
} 
 ul#nav_resources li.active a {
	color: #676834;
}   
 ul#nav_resources li.download_pdf {
	margin: 20px 0 10px 0;
	padding-top: 20px;
	border-top: 1px solid #999;	
} 
 ul#nav_resources li.download_pdf a {
	height: 57px;
	width: 157px;
	display: block;
	text-indent: -999em;
	background: transparent url(/themes/wireframe/i/resources/back_dlpdf.gif) no-repeat left top;
}
 ul#nav_resources li.create_mem {
	margin: 0;
	padding-top: 0;
} 
 ul#nav_resources li.create_mem a {
	height: 57px;
	width: 157px;
	display: block;
	text-indent: -999em;
	background: transparent url(/themes/wireframe/i/resources/create_mem.gif) no-repeat left top;
}
#content #main .resources_main h4 {
	color: #90A23B;
}

#content p.resources {
	line-height: 17px;
	font-family: Verdana; 
	font-size: 12px;
	margin-right: 25px;
}
   
#main .noTitle .question {
	font-size: 1.3em;
	font-famiy: Georgia;
	color: #90A23B;
}

#main .noTitle ul.resources {
	margin: 0 40px 20px 15px;
	list-style: inherit;
	list-style-type: disc;
	list-style-position: outside;
}

#main .noTitle ul.resources li {
	margin-bottom: 7px;
	font-family: Verdana; 
	font-size: 12px;      
	line-height: 17px;
}

#main .noTitle ol.resources {
	margin-bottom: 20px;		
	list-style-type: decimal;
	list-style-position: outside;
	font-family: Verdana; 
	font-size: 12px;
}

#main .noTitle ol.resources li {
	margin-bottom: 15px;
	margin-right: 40px;
}

/* End of resources links */  
	
div.left {
	width: 170px;
	float: left;
	display: inline;
	
}
div.right {
	width: 170px;
	float: right;
	display: inline;
	
}


/* logout page */  
div.login { 
	width: 350px;
	padding: 15px 25px 0;
	margin: 30px 0 50px 25px;
	float: left;
	display: inline;
	border: 1px solid #D8D8BA;
}
div.register { 
	width: 360px;
	padding: 15px 25px 0; 
	margin: 30px 0 50px 15px;
	float: left;
	display: inline;
	border: 1px solid #D8D8BA;
} 

div#main form#register-user fieldset,
div#main div.login form fieldset {
	padding-left: 0;
}
 
div#main form#register-user fieldset div,
div#main div.login form fieldset div {
	padding-left: 110px;
}

div#main form#register-user fieldset div label,
div#main div.login form fieldset div label { 
	width: 110px;
	margin-left: -110px;
	_position: relative;
}

div#main form#register-user fieldset div div,
div#main div.login form fieldset div div {
	padding-left: 0;
}

div#main div.login div.remember-me label {
	margin-left: 0;
}

div.forgot-password a {
	font-size: 13px;
}

div.confirmterms label.checkbox {
	width: 440px;
}

form#register-user div.register-button input.image,
form div.addmargin input.image {
	margin-top: 30px;
	float: right;
	display: inline;
}

form#register-user div.register-button input.image {
	margin-right: 10px;
}

div.register form#register-user p {
	font-size: 1.1em;
	font-family: Verdana; 	
	color: #676834;	
}
 
div.register form#register-user div.iefix p { 
	margin-left: -110px;
	font-family: Verdana;
	font-size: 11px;
}

div.register form#register-user div.iefix p.tip { 
	margin-top: 5px; 
	margin-left: 0;
	font-size: 10px;
}

div.login p {
	font-size: 1.1em;
	font-family: Verdana; 	
	color: #676834;
}
/* @end */

/* @group Div.box */

/* Box
---------------------------------------------*/
div.box {
	_background-color: #FFF; /*fixes font distortion on alpha change for IE*/
	zoom: 1; /* trigger hasLayout */
}


div.box.noTitle {
	padding: 0;
}

div.boxroot {
	background:#F6F6F6 none repeat scroll 0%;
	border:1px solid #C0C0C0;
}

div.box h2 {
	font-size: 1.9em;
	font-weight: normal;
	margin-bottom: 10px;
}

div.box_header {
	width: 100%;
	border-bottom: 1px solid #d8d8ba;
}

div.box_header h5 span {
	text-align: right;	
}

/* @end */
/* @group div.box half */
div.half {
	/*width: 500px;
	padding-left: 410px;*/
	width: 452px;
	padding-top: 15px;
	padding-left: 406px;
	margin-bottom: 20px;
}

form div.half {
	padding-bottom: 30px;
	margin-bottom: 30px;
	margin-left: -20px;
	border-bottom: 1px solid #d8d8ba;
}

div.accordion div.half {
	width: 410px;
}

div.half fieldset {
	padding-left: 15px;	
}

div.half .leftcol {
	width: 406px;
	margin-left: -406px;
	float: left;
	display: inline; 
}

form#selecttemplate div.half div.rightcol {
	width: 250px;
	padding-left: 75px;
	margin-left: 0px;
}

form#selecttemplate div.half div.leftcol {
	padding-right: 40px;
	margin-left: -396px;
}

div.half .rightcol {
	width: 270px;
	padding-left: 105px;
	float: left;
	display: inline;
}

div.half .rightcol input.image {
	margin-bottom: 20px;
}

div.half textarea {
	width: 286px;
}

div.half textarea#charitydescription,
div.half textarea#servicedescription {
	margin-bottom: 15px;
	width: 265px;
}

div.half li {
	margin-bottom: 20px;
}


form#addcontent div.half .rightcol {
	background: transparent url(/themes/wireframe/i/shared/bkgnd_grndotvert.gif) repeat-y left top;
}

form#login_error div.half  {
	width: 455px;
	padding-top: 15px;
	padding-left: 420px;
}

form#login_error div.box.half fieldset {
	width: 360px;
	padding-left: 15px;	
}

div.half h5.or {
	height: 100px;
	margin: 0;
	float: left;
	display: inline;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: bold;
	color: #676834;
}

div.half h6 {
	line-height: 27px;
	margin-bottom: 15px;
}

label.labelheader {
	margin-bottom: 15px;
	padding: 0;
	font-size: 1.2em;
	font-family: Georgia;
	text-align: left;
}

form div.half div.rightcol fieldset {
	width: 295px;
	padding-left: 105px;	
}

div.half label {
	cursor: pointer;
}

form div.half div.leftcol label {
	width: 86px;
	float: none;
}

form div.half div.leftcol div.half_left_header {
	width: 189px;
	padding-bottom: 10px;
	padding-left: 200px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d8d8ba;
}

form div.half div.leftcol div.half_left_header label {
	width: 150px;
	padding: 0;
	margin-left: -200px;	
	float: left;
	display: inline;
	font-family: Georgia;
	font-size: 1.3em;
}



/*Clean Up!
-----------------------------------------------------*/
form#selectservices div.half div.rightcol label {
	width: 90px;
	margin-left: -105px;
	padding-right: 0px;
}

form#selectservices div.half div.rightcol input.text {
	margin-bottom: 20px;
	width: 265px;
}
form#addevent input.text,
form#contactimport input.text {
	
}

form#contactimport div.box.textfield .leftcol {
  
}


/* deleting contacts popup styling done 


/* @end */

/* @group div threecol */

div.threecol {
	
}

div.threecol div.col {
	width: 265px;
	float: left;
	display: inline;
}

div.threecol h6 {
	margin-bottom: 12px;
	color: #666633;
}

div.threecol label {
	width: 225px;
	float: none;
	display: block;
	text-align: left;
}

div.threecol textarea {
	width: 225px;
	margin-bottom: 7px;
}

div.threecol p {
	width: 225px;
}

fieldset.uploader div.threecol div.col1,
fieldset.uploader div.threecol div.col2 {
	width: 200px;
	float: left;
	display: inline;	
}

fieldset.uploader div.threecol div.col3 {
	width: 430px;
	float: left;
	display: inline;
}

/* @end */

/* @group form div box twocolmed */

form div.twocolmed {
	/*width: 500px;
	padding-left: 410px;*/
	width: 255px;
	padding-top: 15px;
	padding-left: 500px;
}

form div.twocolmed fieldset {
	width: 270px;
	padding-left: 15px;	
}

form div.twocolmed .leftcol {
	width: 480px;
	margin-left: -500px;
	float: left;
	display: inline;
}
/* @end */

/* @group form div box radio */
form div.box.radio {
	/*width: 500px;
	padding-left: 410px;*/
	width: 410px;
	padding-top: 15px;
	padding-left: 305px;
}

form div.box.radio .leftcol {
	width: 290px;
	margin-left: -305px;
	float: left;
	display: inline;
}

/* @end */

/* @group form div box textfield */

div.box.textfield {
	width: 180px;
	padding-top: 5px;
	padding-left: 550px;
}

div#main fieldset.textarea {
	padding-left: 0;	
}

div.box.textfield label {  
	width: 250px;
	padding-bottom: 5px;
	float: none !important;	
	display: block;  
	color: #8F8F69;
	font-size: 1.4em;
	font-weight: normal;     
	font-family: Georgia;
}

div.box.textfield .leftcol {
	width: 530px;
	margin-left: -550px;
	float: left;
	display: inline;
}

/* @end */


/* @group box table */
div.box.table {
	padding-bottom: 30px;
	margin-bottom: 20px;
}


/* @end */

/* @group logout page */
div.logoutbuts {
	width: 100%;
}
div.createmem {
	width: 175px;
	float: left;
	display: inline;
}
div.logout {
	width: 175px;
	float: right;
	display:inline;
}

/* @end */

/* @group div.accordion */

div.accordion_header {
	padding: 0 10px;
	line-height: 4em;
	border: 1px solid #dfdfc6;
	text-align: right;
	background-color: #fafbf6; 
	cursor: pointer;   
}

div.accordion_header span.alert {
	font-family: Verdana;
}

div.accordion_header h5 {
	padding-left:13px;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
	display: inline;
	text-align: left;	
	background: transparent url(/themes/wireframe/i/shared/arrow_accordion.gif) no-repeat scroll left 16px; 
}

div.accordion_header.selected h5 {
	background: transparent url(/themes/wireframe/i/shared/arrow_accordion.gif) no-repeat left -40px;
}

div.accordion_header p {
	margin: 0;
}
div.accordion {
	padding-top: 25px;
	padding-left: 25px;
	margin-bottom: 20px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	background: #f7f6f1 url(/themes/wireframe/i/shared/gradient_box.gif) repeat-x left top;
}
div.accordion h6 {
	margin-bottom: 10px; 
	font-weight: bold;
}
/* @end */



/* @group Box Lists */
div.box.memorial_list ul {
	font-family: Verdana;
	
}

div.box.memorial_list li {
	margin-bottom: 10px;
}


/* Box Lists LEGACY STYLING
---------------------------------------------*/

ul.cTreeFront li {
	list-style: none;
	padding-left: 20px;
	margin: 4px 0;
	color: #000;
	width: 95%;
}

ul.cTreeFront ul.scroll{
	height: 250px;
	width: 100%;
	overflow:scroll;
}
ul.cTreeFront div,
ul.cTreeFront ul {
	cursor:default;
}
ul.cTreeFront div.box div.controls{
	position:relative;
	float:right;
	top: -268px; /*Relative to ul.cTreeFront ul.scroll{height: 500px;}*/
	font-weight:bold;
}
ul.cTreeFront div.box ul uldiv.controls{
	top: -25px;
}
ul.cTreeFront div.box div.controls span.control{
	float:left;
}
ul.cTreeFront div.box div.controls span.nav_dropdown{
	position: relative;
	top:-4px;
}
ul.cTreeFront div.box div.controls span.control a{
	float:none;
	font-size:12px;
}
ul.cTreeFront li.closed {
	cursor: pointer;
	background: url(/themes/wireframe/i/icon_plus.gif) no-repeat 5px 3px;
}
ul.cTreeFront li.open {
	cursor: pointer;
	background: url(/themes/wireframe/i/icon_minus.gif) no-repeat 5px 3px;
}



/* @end */

/* @group Div.box content string */

/* Box -> Content String
---------------------------------------------*/
div.box.contentstring {
	padding: 0;
	margin: 0;
}



/* @end */

/* @group Div.box Featured */

/* Box -> Featured
---------------------------------------------*/
div.featured {
	padding: 0; /**/
	padding-bottom: 10px;
	border: 1px solid #c0c0c0;
	background: #F6F6F6;
}
div.featured div.content {
	padding: 10px 8px;
}
div.featured div.video {
	margin-bottom: 10px;
}
div.featured h2 {
	font-size: 15px;
	height: 34px;
	line-height: 34px;
	padding: 0 7px;
	background-color: #dcdcdc;
	margin: 0;
	border: 0;
	color: #454545;
}
div.featured p {
	color: #000;
}

/* Box -> Featured -> Form
---------------------------------------------*/
div.featured form {
	margin: 7px;
}



/* @end */

/* @group Div.box Search */

/* Box -> Search
---------------------------------------------*/

div.search {
	padding: 0;
	border: 1px solid #c0c0c0;
	background: #F6F6F6;
}
div.search h2 {
	font-size: 15px;
	height: 24px;
	line-height: 24px;
	padding: 0 7px;
	margin: 0;
	background-color: #dcdcdc;
	color: #454545;
	border: 0;
	border-bottom: 2px solid #fff;
}
div.search p {
	padding: 0 7px;
}

div.search form {
	padding: 0 7px;
}
div.search form label {
	/*color: #637D8E;*/
	font-weight: bold;
}
div.search form input.text,
div.search form input.password,
div.search form select {
	background-color: #ECECEC;
	/*margin-right: 10px;*/
}
div.search form select option{
	padding-left: 2px;
}



/* @end */

/* @group Div.box Action Links */

/* Box -> Action Links
---------------------------------------------*/





/* @end */

/* @group Div.box Admin Strings */

/* Box -> Admin Strings
---------------------------------------------*/

.adminstrings {
	margin: 10px 0;
}
p.modviewstate {
	margin: -10px 0 10px 6px;
	color: red;
}



/* @end */

/* @group Div.box Forms */

/* Box -> Forms
---------------------------------------------*/
div.forms {
	background: url(/themes/wireframe/i/bg_centerbox_tabbed.gif) repeat-x 0 0;
	_height: 1%; /* IE fix (http://www.positioniseverything.net/explorer/peekaboo.html) */
	border: 1px solid #C0C0C0;
	padding: 8px;
}
div.forms h5 {
	color: #607D8D;
}



/* @end */

/* @group Div.box Prefs */

/* Box -> Prefs
---------------------------------------------*/
div.prefs {
	color: #647B8B;
	font-size: 10px;
	line-height: 19px;
	background-color: #F6F6F6;
	border: 1px solid #CCC;
	margin: -2px -7px 0 -7px;
	padding: 0 6px 5px 6px;
}

div.prefs form div {
	padding-left: 0px;
	margin-bottom: 10px;
}

.sash div.prefs form input.text {
	width: 160px;
}
div.prefs form div.iefix {
	_height: 1%; /*IE FIX*/
	margin-bottom: 10px;
}
div.prefs form div div {
	padding: 0;
	margin: 0;
}
div.prefs form div label {
	float: none;
	display: inline;
	margin-left: 0px;
	font-weight: bold;
}

/* Box -> Form -> DL
---------------------------------------------*/
div.forms dl {
	padding-left: 150px;
}
div.forms dl dt {
	float: left;
	display: inline;
	font-weight: bold;
	width: 150px;
	margin-left: -150px;
}
div.forms dl dd {
	margin-bottom: 6px;
}


/* create submit buttons
---------------------------------------------------*/
div.button_submit {
	height: 48px;
	width: 830px;
	position: relative;
}

div.button_submit div.preview {
	position: absolute;
	left: 50%;
	margin-left: -101px;
	color: #656833;
}

div.button_submit div.submit {
	position: absolute;
	right: 0;
	color: #90a23b;
}


/* @end */

/* @group Div.box Galleries */

/* Box -> Galleries
---------------------------------------------*/

div.galleries {
	padding: 7px 0;
}
div.galleries div.gallery {
	float: left;
	text-align: center;
	width: 150px;
}
div.gallery div.rating {
	width: 85px;
	margin: 0 auto;
}



/* @end */



/* @end */

/* @group Action Links */

span.actionlinks {
	position: absolute;
	top: 4px;
	right: 10px;
}
span.actionlinks a {
	font-weight: bold;
}



/* @end */

/* @group Pagination */

/* Box -> Pagination
---------------------------------------------*/
/* Box -> Pagination
---------------------------------------------*/
div.pagination {
	height: 75px;
	padding-top: 40px;
	position: relative;
	text-align: center;
	background: #fff url(/themes/wireframe/i/shared/border_double.gif) repeat-x left 20px;
}

#content div.pagination p.page {
	color: #A45E36;
	font-family: Georgia;
	font-size: 1.6em;	
	text-align: center;
}

#content div.pagination p.next,
#content div.pagination p.prev {
	width: 100px;
	position: absolute;	
	top: 70px;
	font-family: Georgia;	
}

#content div.pagination p.prev {
	left: 3px;
}

#content div.pagination p.next {
	right: 20px;
	text-align: right;
}

#content div.pagination p a {
	width: 70px;
	font-size: 1.2em;
}

#content div.pagination p.prev a {	
	padding-left: 10px;
	background: #fff url(/themes/wireframe/i/shared/prev.gif) no-repeat left 50%;
}

#content div.pagination p.next a {
	padding-right: 10px;
	background: #fff url(/themes/wireframe/i/shared/next.gif) no-repeat right 50%;
}

div.pagination ul {

}

div.pagination li {
	padding: 0 3px;
	display: inline;
	font-size: 1.2em;
	border-bottom: none;
}

div.pagination li.pager-current {
	
}


/* @end */

/* @group Sash */

/* Sash
---------------------------------------------*/
.sash {
	float: right;
	display: inline;
	width: 185px;
	margin-right: 13px;
}
.sash dl dd {
	margin-bottom: 9px;
}

/* Sidebar -> Box (inherits all .box rules above)
---------------------------------------------*/

.sash .box {
	border: 1px solid #bebebe;
	border-top: 0;
}
.sash .box h3 {
	color: #454545;
	background: #dcdcdc;
	border: 1px solid #c0c0c0;
	/* height: 20px; */
	line-height: 20px;
	font-weight: normal;
	font-size: 12px;
	padding: 0 7px;
	margin: 0 -8px 5px -8px;
}

.sash .box p.status {
	color: #647B8B;
	font-size: 10px;
	text-align: right;
	line-height: 19px;
	background-color: #F6F6F6;
	border-bottom: 1px solid #CCCCCC;
	margin: -5px -7px 6px -7px;
	padding: 0 6px;
}

/* Sidebar Box flavors
---------------------------------------------*/

/* Box -> Customize */
.sash div.customize {
	background-color: #dcdcdc;
}
.sash div.customize h3 {
	margin-bottom: 0;
}
/*.sash div.customize a {
	display: block;
	background-image: url(/themes/wireframe/i/bullet_boxed_arrow.gif);
	background-repeat: no-repeat;
	background-position: 168px 8px;
	border: 1px solid #BEBEBE;
	padding: 6px 10px;
}*/
.sash div.customize ul.checkbox_tiers li input {
	margin-right: 5px;
}



/* @end */

/* @group Sidebar */

/* Sidebar -> Box -> Profiles
---------------------------------------------*/

.sash div.profiles img {
	float: left;
	display: inline;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin: 0 5px 5px 0;
	padding: 1px;
}
.sash div.profiles dl {
	margin-bottom: 13px;
	margin-left: 60px;
}
.sash div.profiles dl dt {
	font-weight: bold;
}
.sash div.profiles dl dd {
	margin-bottom: 0;
}

/* Sidebar -> Box -> Prefs
---------------------------------------------*/
.sash .customize div.prefs {
	margin: -6px -7px 0 -7px;
	border: 0;
	padding: 0 6px;
	color: #647B8B;
	font-size: 10px;
	line-height: 19px;
	background-color: #F6F6F6;
	padding: 0 6px 10px 6px;
}
.sash .customize div.prefs h5 {
	padding-top: 10px;
	margin-bottom: 0;
}
.sash .customize div.prefs p {
	margin: 0;
}
.sash .customize div.prefs p a {
	display: inline;
	border: 0;
	padding: 0;
	background: none;
}
div.prefs form div ul.checkbox_tiers {
	float: none;
	width: auto;
}

/* Sidebar -> Box -> Calendar
---------------------------------------------*/

.sash div.calendar {
	margin: 5px -8px;
}
.sash div.calendar ul.calendar_nav {
	padding: 0 8px;
}

/* Sidebar -> Box -> Polls
---------------------------------------------*/
fieldset.poll div.voteresult {
	color: #666;
	text-align: right;
	margin: 4px 0;
}
fieldset.poll p {
	margin: 1em 0 0 0;
}
fieldset.poll div.voteresult div {
	float: left;
	width: 125px;
	height: 1em;
	background: #ddd;
	text-align: left;
}
fieldset.poll div.voteresult span {
	display: block;
	height: 1em;
	background: #fc0;
}

/* Sidebar -> Box -> Sortable
---------------------------------------------*/

.sash div.sortable {
	background-color: #FFFFFF;
}



/* @end */

/* @group footer */

/* Footer
---------------------------------------------*/
#footer {
	width: 903px;
	padding: 10px 30px 0;
	background-color: transparent;	
}
	
div#footer p {
	line-height: 1.5em;
	font-size: 1.1em;
	color: #90a23b;
}

div.nav_admin {
	width: 710px;   
	padding: 10px 118px;
	margin: 10px auto;     
	border: 1px solid #D8D8BA;
	background-color: #fff;
	text-align: left;   
}    

div.spacer {
	width: 747px;   
	padding: 10px 118px;
	margin: 10px auto;     
	border: 0 none;
	background-color: transparent;
	text-align: left;   
}  
div#corners_bottom {
	width: 964px;
	height: 53px;
	position: relative;
	background: transparent url(/themes/wireframe/i/shared/gradient_bottom.gif) repeat-x left bottom;
}

p#corner_bottomLeft {
	height: 53px;
	line-height: 40px;
	width: auto;
	padding-left: 33px;
	position: absolute;
	top: 0;
	left: 0;
	color: #666734;
	background: transparent url(/themes/wireframe/i/shared/corner_bottomLeft.gif) no-repeat left bottom; 
}

p#corner_bottomRight {
	height: 53px;
	line-height: 40px;
	width: 500px;
	padding-right: 33px;
	_margin-bottom: -10px;
	float: right;
	display: inline;
	text-align: right;
	background: transparent url(/themes/wireframe/i/shared/corner_bottomRight.gif) no-repeat right bottom;	
}

/*#footer #rss_feeds {
	position: absolute;
	right: 15px;
	top: 5px;
}*/



/* @end */

/*Tour styles
-------------------------------------------------------------------------------------------*/

div.border.tour {
	margin-top: 50px;
}

ul.tour_label {
	width: 555px;
	margin: 0 auto;
	position: relative;
	top: -57px;
	display: block;
}

ul.tour_label li {
	float: left;
	display: inline;
	width: 106px;
	text-align: center;
	font-size:14px;
	margin-right: 5px;
}

ul.tour_label li a {
	color: #666;
}

ul.tour_label li.selected a {
	color: #90a23b;
}
ul.tour_label li a:hover {
	color: #90a23b;
	text-decoration: none;
}

ul.tour_label a.one,
ul.tour_label a.two,
ul.tour_label a.three,
ul.tour_label a.four,
ul.tour_label a.five {
	padding-top: 55px;
	width: 106px;
	display: block;
	background-image: url(/themes/wireframe/i/tournav/tournav.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}

ul.tour_label a.one {
	background-position: 25px -87px;
}
ul.tour_label a.one:hover,
ul.tour_label li.selected a.one {
	background-position: 25px 0px;
}
ul.tour_label a.two {
	background-position: -90px  -87px;
}
ul.tour_label a.two:hover,
ul.tour_label li.selected a.two {
	background-position: -90px  0px;
}
ul.tour_label a.three {
	background-position: -202px  -87px;
}
ul.tour_label a.three:hover,
ul.tour_label li.selected a.three {
	background-position: -202px  0px;
}
ul.tour_label a.four {
	background-position: -320px  -87px;
}
ul.tour_label a.four:hover,
ul.tour_label li.selected a.four {
	background-position: -320px  0px;
}
ul.tour_label a.five {
	background-position: -435px  -87px;
}
ul.tour_label a.five:hover,
ul.tour_label li.selected a.five {
	background-position: -435px  0px;
}

ul.btm_tour_nav {
	width: 571px;
	margin: 0 auto;
	display: block;
}

ul.btm_tour_nav li {
	float: left;
	display: inline;
	margin-right: 13px;
}
ul.btm_tour_nav a.but_creatememorial {
	width: 250px;
	height: 43px;
	display: block;
	text-indent: -999em;
	background: transparent url(/themes/wireframe/i/buts/but_creatememorial2.gif) no-repeat 0 0;
}

ul.btm_tour_nav a.but_creatememorial:hover,
ul.btm_tour_nav a.but_creatememorial:active {
	background-position: 0 -48px;
}

ul.btm_tour_nav a.back,
ul.btm_tour_nav a.next {
	background-image: url(/themes/wireframe/i/tournav/next_back.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 141px;
	height: 43px;
	display: block;
	text-indent: -999em;
}

ul.btm_tour_nav a.back {
	background-position: 0 -144px;
}
ul.btm_tour_nav a.next {
	background-position: 0 0;
}
ul.btm_tour_nav a.back:hover,
ul.btm_tour_nav a.back:active {
	background-position: 0 -192px;
}
ul.btm_tour_nav a.next:hover,
ul.btm_tour_nav a.next:active {
	background-position: 0 -48px;
}

ul.btm_tour_nav a.noprev {
	width: 141px;
	display: block;
}
dl.tour {
	padding-right: 500px;
	margin-bottom: 50px;
}

dl.tour dt {
	margin-right: -480px;
	width: 490px;
	float:right;
	display: inline;
	text-align: center;
}
dl.tour dt img {
	padding: 3px;
	border: solid 1px #d8d8ba;
	margin-bottom: 10px;
}

dl.tour dt a.view {
	margin-right: 30px;
	float: left;
	background: transparent url(../i/tourimages/view.gif) 0 0 no-repeat;
	height: 15px;
	padding-left: 18px;
	font-weight: normal;
	color: #656946;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

dl.tour dt a.view span {
	display:none;
}

dl.tour dd {
	padding: 0 25px 0 35px;
}

dl.tour dd h3 {
	color: #90a23b;
	font-size: 24px;
	margin-bottom: 7px;
}

#content dl.tour dd p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
}
/*End tour stuff-----------------------------------------------------------------------*/

/* @group create instructions */ 
div.steps {        
	padding-left: 20px;
	margin: -2px -12px -19px -12px;
	background: #fff url(/themes/wireframe/i/steps/back_header.gif) repeat-x left top;
}

div.steps div.steps_header {
	height: 81px; 
	margin-right: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #f2f2e7;
}    

div.steps div.steps_header h3 {
	padding-top: 15px; 
	line-height: 25px;
	font-size: 22px;
	color: #a4b162;
}

#content div.steps div.steps_header p {
	font-family: Verdana;
	font-size: 14px;
}       

div.steps div.threeCol {
	padding-left: 270px;
	padding-bottom: 20px;
	margin-bottom: 20px; 
	border-bottom: 2px solid #f2f2e7;
	width: 586px;
}  

div.steps div.threeCol div.leftsash {
	height: 426px;
	width: 245px;
	margin-left: -270px; 
	float: left;
	display: inline; 
	position: relative;   	
}   

div.steps div.threeCol div.main {
	height: 426px;
	width: 320px;
	float: left;
	display: inline;
}   

div.steps div.threeCol div.rightsash {
	height: 426px;
	width: 245px;
	float: right;
	display: inline;   	
	position: relative;
}   

div.steps div.threeCol h4 {  
	width: 215px;
	color: #a15b34;
	font-size: 26px;	
}

div.steps div.square { 
	height: 145px;       
	padding: 10px 0  0 10px;
	border: 2px solid #f2f2e7;	
}

div.steps div.boxone { 
	background: #fff url(/themes/wireframe/i/steps/one.gif) no-repeat 94% bottom;	
}

div.steps div.boxtwo {   
	background: #fff url(/themes/wireframe/i/steps/two.gif) no-repeat 94% bottom;	
}  

div.steps div.boxthree {
	width: 235px;   
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff url(/themes/wireframe/i/steps/three.gif) no-repeat 94% bottom;    
}  

div.steps div.boxfour {
	width: 235px;	 
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff url(/themes/wireframe/i/steps/four.gif) no-repeat 94% bottom;   	
}     

div.steps div.square ul {
	list-style-type: disc;
	list-style-position: outside;
	font-family: Verdana;
	font-size: 14px;
}

div.steps div.square ul li {
	margin-left: 20px;
	margin-bottom: 10px;
} 

div.steps_footer {  
	margin-right: 20px;
	height: 40px;
	position: relative;
}                     

div.steps_footer h4 {
	height: 36px;
	width: 167px;  
	margin: 0; 
	position: absolute;
	top: 5px;
	left: 0px;
}  

div.steps_footer h4 a {
	height: 36px;
	width: 167px;
	display: block; 
	text-indent: -999em;
	background: transparent url(/themes/wireframe/i/steps/but_create_preview.gif);
}

div.steps_footer h5 { 
	height: 36px;
	width: 500px;
	margin: 0;
	font-size: 18px;     
	position: absolute;
	top: 5px;
	right: 0px;  
	text-align: right;		
}

div.steps ul.twoCol { 
	margin-bottom: 20px;
	
}

div.steps ul.twoCol li { 
	padding-left: 356px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	margin-right: 20px; 
	border-bottom: 1px solid #c9c8bf;  	
}

div.steps ul.twoCol ul {
	list-style-type: disc;
	padding-left: 15px;
}

div.steps ul.twoCol ul li {
	padding-left: 0;
	border-bottom: none;
}

div.steps ul.twoCol li.last {
	border-bottom: 2px solid #f2f2e7; 
}

div.steps ul.twoCol img {
	float: left;
	display: inline;
}              

#content div.steps li div {
	width: 336px;
	margin-left: -356px;
	float: left;
	display: inline; 
	position: relative;
}

#content div.steps li div p.steps { 
	font-size: 21px;
	color: #000;
}

div.steps p.steps span {
	width: 215px;
	color: #a15b34;
	font-size: 26px;
	line-height: 36px;  	
} 

div.steps p.steps span.final { 
	text-transform: uppercase;
	color: #86982f;
}
  
/* @end */ 

/* @group Hacks and Fixes */    
/* rselect style for home page only*/

div.toutdiv div.rSelectBox {
	position: relative;
	z-index: 25;
}
/* @group element specific clearfixes */

ul.imageTwoCol li:after, 
ul.threecol:after,
form.threecol:after,
div.half:after,
fieldset div.leftcol:after,
fieldset div.rightcol:after,
div.topicheader:after,
div.accordion_header:after,
form div.threecol:after,
div.twocolmed:after,
ul.horizontal:after { /* All except IE */
	content: ".";
	display: block;
	height: 0;
	line-height: 0px;
	clear: both;
	visibility: hidden;
}

ul.imageTwoCol li, 
ul.threecol,
form.threecol,
div.half,
fieldset div.leftcol,
fieldset div.rightcol,
div.topicheader,
div.accordion_header,
form div.threecol,
div.twocolmed,
ul.horizontal { /* IE Mac */
	display: inline-block;
}

/* Hides from IE Mac, for IE Win \*/

* html ul.imageTwoCol li, 
* html ul.threecol,
* html form.threecol,
* html div.box.half,
* html fieldset div.leftcol,
* html fieldset div.rightcol,
* html div.topicheader,
* html div.accordion_header,
* html form div.threecol,
* html div.twocolmed,
* html ul.horizontal
 {
	height: 1%;
}

ul.imageTwoCol li, 
ul.threecol,
form.threecol,
div.box.half,
fieldset div.leftcol,
fieldset div.rightcol,
div.topicheader,
div.accordion_header,
form div.threecol,
div.twocolmed,
ul.horizontal {
	display: block;
}

/* End hide from IE Mac */


/* @end */


/* @end */

