﻿body
{
	background: #DDDDDD;
    margin:0;
    padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:130%;
}

a
{
    color: #575996;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}


/*------------------------------------------old links -------------------*/

a,  a:link {
  color:#575996;
}

a:hover {
  text-decoration: underline;
}

img
{
    border:0;
}

/*-------------------------------------------------------------- end ------------*/

h1, .pagetitle, .pageTitle, .Pagetitle, .PageTitle

{
font-size:210%;
line-height:130%;
font-family: Arial, Helvetica, sans-serif;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
color:#000;
}

h2

{
font-size:140%;
/*border-top:1px dashed #ccc;*/
padding-top:10px;
font-weight:normal;
}

form
{
    margin:0;
    padding:0;
    display:inline;
}

input[type=submit]
{
    cursor:pointer;
}

#headerwrap, #mainnavwrap, #contentwrap, #footerwrap
{
    text-align:center;
}


#widewrap
{
	background:#DDDDDD url(/content/images/content-wrap-shadow.png) top center repeat-y;
}


#header, #mainnav, #contentinner, #footer
{
    clear:both;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    width:960px;
}

#header
{
	background:#FFF url(/content/images/header-image.png) top center no-repeat;
    position:relative;
    height:190px;
}

#logo
{
    position:absolute;
    top:72px;
    left:38px;
}

#search
{
	position:relative;
	float:right;
    background: transparent url(/content/images/nav-search.png) no-repeat center center;
	width:135px;
	height:21px;
	margin-top:7px;
	margin-right:10px;
    /*
	width: 240px;
    height:26px;
	*/
}

#search input[type=submit]
{
    position:absolute;
    right:0;
	top:0;
   	background: transparent;
	width:25px;
	height:22px;
	border:none;
}

#search input[type=text]
{
    position:absolute;
    left:0;
	top:0;
    border:none;
    width:105px;
	padding-top:2px;
	padding-left:7px;
	background-color:transparent;
}

#linker-2
{
	position:absolute;
	float:right;
	top:9px;
	right:155px;
	font-size:10px;
    color:#4D4D4D;
}

#linker-2 a
{
    color:#4D4D4D;
}

#mainnav
{
    top:0px;
	height:34px;
    width:925px;
	position:relative;
	margin-bottom:0px;
    background: transparent url(/content/images/nav-bot-3.png) no-repeat bottom center;
}

#mainnavwrap
{
    background: transparent url(/content/images/nav-top-3.png) no-repeat top center;
}


.mainnavlist
{
    position:absolute;
    bottom:0px;
    left:0px;
    padding:0;
    margin:0;
}

.mainnavlist li
{
    padding: 0;        
    margin:0;
    display:inline;
    list-style-type: none;
}

.mainnavlist a
{    
	float:left;
	margin:0px;
	padding: 0px 15px 0px 15px;
    text-decoration:none;    
    font-size:14px;
    font-weight:normal;
    color: #2B2B2B;
    background: transparent url(/content/images/nav-divider.png) top right repeat-y;
	/*
	border-left: solid 1px #E3E3E3;
    border-right: solid 1px #C7C7C7;
	*/
	line-height:34px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.mainnavlist li:first-child a
{
    border-left:none;
}

.mainnavlist a:hover
{
    text-decoration:underline;    
}

#contentinner
{
    background-color: #fff;
    padding: 10px 0 10px 0;
}

#sidecontent
{
    float:left;
	width:210px;
    margin-left:10px;
}



/* --------------- MAIN FEATURE - CAROUSEL - START --------------- */
#mainfeature
{
    position:relative;
	background-position: left top;
    width: 920px;
	height: 250px;
    margin-left: 20px;
    background: transparent url(/content/images/carousel-back.png) no-repeat top center;
}

#mainfeaturecarousel
{
	position:relative;
	top:5px;
	right:5px;

}

.stepcarousel
{
    position: relative; /*leave this value alone*/
    float:right;
	border: 0px;
    overflow: scroll; /*leave this value alone*/

	width: 480px; /*Width of Carousel Viewer itself*/
    height: 240px; /*Height should enough to fit largest content's height*/

}

.featpanel
{
    position:relative;
}

.stepcarousel .featbelt
{
    position: absolute; /*leave this value alone*/
    left:0px;
	top: 0;
}

.featpanel, .featpanel > a > img
{
	width:480px;
    height:240px;
}

.vidplay
{
    /*
	position:absolute;
    top:90px;
    left:145px;
    width:110px;
    height:120px;
    cursor:pointer;
	*/
}

#mainfeatureitems
{
    position:relative;
	width:440px;    
    height:250px;
    top:199px;
}

#mainfeatureitems > div
{
    position:relative;
	float:left;
    height:51px;
	width:86px;
    cursor:pointer;
	background: #transparent url(/content/images/feature_item_back.png) repeat-x bottom left;
}

#mainfeatureitems img
{
    position:absolute;
    top:5px;
    left:5px;
    width:81px;
    height:41px;
}

#mainfeatureitems p
{
	visibility:hidden;
	/*
	margin:0;
    padding:0;
    font-size:12px;
    color: #333;
    position:absolute;
    left:78px;
	right:10px;
    top:6px;
	line-height:normal;
	*/

}

#mainfeaturedetail
{
    position:absolute;
	top:0px;
	left:0px;
	height:199px;
	Width:440px;
    overflow:hidden;
    color: #4D4D4D;

}

#mainfeaturedetail > div
{
    position:absolute;
	margin:10px;
	height:179px;
	Width:420px;
    left:0;
    top:0;
    font-size:14px;
	line-height:22px;
    display:none;
    overflow:hidden;
}

#mainfeaturedetail > div:first-child
{
    display:block;
}

#mainfeaturedetail h1
{
    margin:0;
    padding:0;
	top:0;
	left:0;
    font-weight:bold;
    font-size:18px;
	line-height:30px;
    color: #575996;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#mainfeaturedetail a, #mainfeaturedetail p
{
    margin:0;
    padding:0;
}

#mainfeaturedetail a
{
    color: #575996;
}

#mainfeaturedetail a
{
	text-decoration:none;
}

#mainfeaturedetail a:hover
{
text-decoration:underline;
}

#mainfeatureitems .even img, #mainfeatureitems .odd img
{
/*	background: #transparent url(/content/images/punch-tl.png) top left no-repeat;
	border: 1px solid #0F0;
	z-index:10;
	*/
}
/* --------------- MAIN FEATURE - CAROUSEL - END --------------- */



/* --------------- PUNCH - START --------------- */
#punch-tl, #punch-tr, #punch-bl, #punch-br
{
	position:absolute;
	height:6px;
	width:6px;
}

#punch-tl
{
	top: 5px;
	left:435px;
}

#punch-tr
{
	top: 5px;
	left:909px;
}

#punch-bl
{
	top: 239px;
	left:435px;
}

#punch-br
{
	top: 239px;
	left:909px;
}


.punch-tl2, .punch-tr2, .punch-bl2, .punch-br2
{
	position:relative;
	height:6px;
	width:6px;
}
/* --------------- PUNCH - END --------------- */

.sidebox
{
    padding:0;
	float:left;
	margin-bottom:10px;
}

#subcontent h1
{
    position:relative;
    font-weight:normal;
    color: #575996;
    font-size:16px;
    margin:0;
    padding:4px 0 4px 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

#subcontent
{
	float:left;
	margin-top:0px;
    width:730px;
    padding: 20px 0 0 0;
}

.subfeature
{
    float:left;
	width:345px;
    padding: 0;
    margin:0;
    margin:0 20px 0 0;
}

.subfeature ul
{
    margin: 0 0 0 10px;
    padding:0;
}

.sidebox ul
{
    margin:0;
    padding:0;
}   

.subfeature li
{
    list-style-type:none;
    margin:0;
    padding:6px 60px 4px 0;
    font-size:12px;
    border-bottom: solid 1px #DBDBDB;
}

.subfeature li:first-child
{
    border-top: solid 1px #DBDBDB;
}

.subfeature h2
{
    margin:0;   
    padding:0 0 0px 0;
    font-weight:bold;
    font-size:11px;
	border:0px;
}

div.clear
{
    clear:both;
}

/* ----------------------- FOOTER ---- START ----------------------- */
#footerwrap
{
    background: transparent url(/content/images/footer.png) no-repeat top center;
}

#footer
{
    height:43px;
    padding: 0 0 0 0;
    font-size:12px;
	text-align:center;
	color:#4D4D4D;
	font-family:Arial, Helvetica, sans-serif;
}

#footer-l, #footer-r
{
	position:relative;
	top:15px;
}

#footer-l
{
	left:20px;
	float:left;
}

#footer-r
{
	right:20px;
	float:right;
}

#footer h1
{
    color:  #004276;
    margin:0;
    padding:0 0 5px 0;
    font-size:14px;
    font-family: Arial, Helvetica, sans-serif;
}

.footopen
{
    font-size:160%;
    font-weight:bold;
    color:#004276;
}

.subfooter
{
    float:left;
    width:290px;
    padding: 0 0 0 20px;
}

.subfooter h1
{
    color: #c0e31c;
    margin:0;
    padding:0 0 5px 0;
    font-size:14px;
    border-bottom: solid 1px #4e5b0b;
	font-family: Arial, Helvetica, sans-serif;

}

#footer ul
{
    margin:0;
    padding:0;
}

#footer ul li
{
    margin:0;
    padding:4px 0 4px 0;
    list-style-type: none;
}
/* ----------------------- FOOTER ---- END ----------------------- */


#newsletter
{
    display:block;
    margin-top:10px;
    position:relative;
}

#newsletter input[type=text]
{
    margin:0;
    position:absolute;
    top:0;
    left:0;
    padding:3px 0 0 5px;
    width:200px;
    height:19px;
    border:none;
}

#newsletter input[type=submit]
{   
    position:absolute;
    top:0;
    right:0;
    margin:0;
    padding-top:2px;
    padding-left:5px;
    width:80px;
    height:23px;
    text-transform:lowercase;    
    border: solid 1px #2C3941;
    background: #40505E url(/content/images/grad_footer_button.png) repeat-x bottom left;
    color: #96AAB8;
    font-size:13px;
    font-weight:bold;
}



#maincontent
{
    float:right;
    width:720px;
    min-height:500px;
    padding: 0 10px 0 0;
}

#widecontent
{
    padding: 0 10px 0 20px;
}

.cal
{
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #ccc;
}


/* handle the calendar nav */

.cal-navigator 
{
    background-color:#575996;
    padding:8px;
    font-size:11px;
    text-transform:uppercase;
    font-weight:bold;
    
    
}

.cal-navigator select, .cal-navigator input 
{
    font-size:11px;
    text-transform:uppercase;
    vertical-align:middle;    
   
}

.cal-navigator a
{
    color:#fff;
    margin-right:30px;    
        
}

.cal-navigator b
{
    color:#fff;
    margin-right:30px;
    border:1px solid #fff;
    /*background-color:#2F5371;*/
    /*color:#000;*/
    padding:2px 6px 2px 6px;    
}

.cal-navigator .cal-label 
{
    color:#fff;
}

/*-------------------------------------------*/

.cal-viewtype
{
    background-color:#eee;
    padding:8px;
    font-size:11px;
    text-transform:uppercase;
    font-weight:bold;
    margin-bottom:20px;  
}

.cal-viewtype a
{
    color:#575996;    
    margin-right:30px;
    
}

.cal-viewtype b
{
    color:#666;
    margin-right:30px;
    border:1px solid #666;
    padding:2px 6px 2px 6px;
}

.cal-viewtype .cal-label 
{
    color:#000;
}

/*-------------------------------------------*/

.cal-month-picker
{
    background-color:#999;
    padding:8px;
    font-size:11px;
    text-transform:uppercase;
    font-weight:bold;  
    margin-bottom:20px;
}

.cal-month-picker select, .cal-month-picker input 
{
    font-size:11px;
    text-transform:uppercase;
    vertical-align:middle;
}

.cal-month-picker a
{
	color: #fff;
}

.cal-month-picker .cal-label 
{
    color:#fff;
}

.cal-label 
{
    font-weight:bold;
    font-size:11px;
    width:100px;    
    text-transform:uppercase;
    display:block;
    float:left;
}

.cal-col
{
    width: 14.3%;
}

.cal-header
{
    border: solid 1px #ccc;
}

.cal-day
{
    vertical-align:top;
    border: solid 1px #ccc;
    height: 150px;
    font-size:13px;
}

.cal-day-weekend
{
    vertical-align:top;
    border: solid 1px #ccc;
    height: 150px;
    font-size:13px;
}

.cal-day-unused
{
    border: solid 1px #ccc;
    background: #ccc;
    height: 150px;
    
}

.cal-daynum
{
    text-align: center;
    border-bottom: solid 1px #ccc;
    background-color:#eee;
}

.cal-item
{
    /*margin-bottom:7px;*/
    padding:7px;
}

.inset
{
    float:right;
    padding: 0 0 20px 20px;
	background-color:#fff;
}

/*---------------bread-----------------------------------------*/

.breadcrumbs
{
	margin:0;
    padding:0;
}

.breadcrumbs li
{
    list-style-type: none;
    padding:0 20px 0 0;
    margin:0px 3px 5px 0px;
	padding:4px 12px 5px 6px;
	font-size:11px;	
	font-family:Arial, Helvetica, sans-serif;
	background:transparent url('/content/images/bread-back.png') no-repeat right bottom;
	color:#000;
	
	display:block;
	float:left;
}

.breadcrumbs a
{
    text-decoration:none;
	color:#000;
	white-space:nowrap;
}

ul.breadcrumbs a:hover
{
    text-decoration:underline;
}

/*-------------------end bread---------------------------------*/

.search-summary

{
	font-weight:bold;
	padding-top:10px;
}

.section-top
{
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	color:#575996;
	padding-top:10px;
	padding-left:10px;
}

.section-top a
{
	color:#000;

}



.sidebox .ourlist li
{
    /*
	padding: 8px;
    background: #fff url(/content/images/quick_link_back.png) repeat-x bottom left;
    border-bottom: solid 1px #ddd;
    border-left: solid 4px #ddd;
    border-right: solid 1px #ddd;
	*/
	padding-bottom:7px;
}

.sidebox .ourlist li:first-child
{
    /*
	border-top: solid 1px #ddd;
    font-weight:normal;
	*/
}

.sidebox .ourlist li ul li
{
    padding:0px;
    background: transparent;
	border:none;
}



.sidebox .ourlist li ul li:first-child
{
	border:none;
}

.ourlist-selected LI
{
	border:0px solid #ddd;
	margin-left:0px;
	margin-right:20px;
	font-weight:normal;
	padding-bottom:0px;
	border:1px solid #0F0;
}


.brt-related-list h2

{
border:0px;
padding-top:0px;
}

.blog-author
{
    float:right;
    width:200px;
    padding: 0 0 20px 20px;
    background: #fff;
}

.mapdiv
{
background-color:#fff;
}

.flright
{
background-color:#fff;
padding-left:20px;
padding-bottom:20px;
}

li.ourlist-selected
{
	padding-top:7px;
	padding-left:10px;

}

.tableback

{
background-color:#f2f2f2;
border:1px solid #ccc;
}

.tableback td

{
padding:5px;

}

.rowconfirm

{
background-color:#577382;
color:#fff;
}

.rowheader

{
background-color:#577382;
color:#fff;

}

.more-small
{
position:relative;
font-size:60%;
font-weight:normal;
text-decoration:underline;
margin-left:10px;
}


.our-flex-grid 
{
    height:290px;
    overflow:hidden;
    float:left;
    width:178px;
    padding:10px;
    margin:5px;
    border:1px solid #ccc;
    text-align:center;
    background:#fff url('/content/images/people_shading.gif') repeat-x bottom;
}

.our-flex-grid h2
{
    border:0px solid #fff;
    padding:0px;
}

.our-flex-grid img
{
    background:#fff;
    padding:8px;
    border:1px solid #ccc;
    margin-bottom:8px;
}

.flex-email 
{
    padding-left:20px;
    background:transparent url('/content/images/mail_send.png') no-repeat;
    
}

.ourlist li
{
    list-style-type:none;
}

.housebanner
{
    margin: 20px 0 0 0;
    padding:0;
}

.housebanner > a > img
{
    border: solid 5px #eee;
}

.housebanner > h2
{
    border:none;
    margin:5px 0 0 0;
    padding:0;
    font-weight:bold;
    font-size: 12px;
}

.housebanner p
{
    margin:0;
    padding:0;
    font-size: 12px;
}

.searchoursite
{
    color: #999;
}

.sidebox .ourlist a
{
    color: #333;
    font-weight:normal;
}

.newsinset
{
	float:right;
	width:240px;
	padding-left:10px;
	padding-bottom:10px;
	background-color: #fff;
}

.halfcontent
{
    float:left;
    width:340px;
    margin-left:20px;
}

.halfcontent:first-child
{
    margin-left:0;
}

/*--------------------------------------- put these pieces where they belong above -----------START----------------- jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj */
.subfeature h1
{
	postion: relative;

}

.subfeature h1 a
{
	position:absolute;
	Top:5px;
	right:0;
	color:#8D8D8D;
	text-decoration:none;
}

.subfeature h1 a:hover
{
	text-decoration:underline;
}

.subfeature li
{
	position:relative;
		color:#4D4D4D;
}
.subfeature li span
{
	position:absolute;
	Top:5px;
	right:0;
	color:8D8D8D;
}

.subfeature li h2, .subfeature li a
{
	color:#4D4D4D;
}

.featured
{
	color:#575996;
}


#sidecontent
{
}
/*--------------------------------------- put these pieces where they belong above ----------END---------------- jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj */

/* ----------------------- FIND A CHURCH ---- START ----------------------- */
#find-a-church
{
	margin-top:20px;
	position:relative;
	height:33px;
	background: transparent url(/content/images/find-a-church.png) top center no-repeat;
}

#find-a-church a
{
	position:absolute;
	top:7px;
	left:20px;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#575996;
}
/* ----------------------- FIND A CHURCH ---- END ----------------------- */


/* ----------------------- QUICK LINKS ---- START ----------------------- */

.sidebox-ql
{
    padding:0;
}

.sidebox-ql ul
{
    margin:0;
    padding:0;
}   

.sidebox-ql .ourlist li ul li
{
    padding: 8px;
    background: transparent;
	border:none;
}

#quicklinks
{
	position:relative;
	background-color:#E7E7E7;
	width:188px;
	left:10px;

}

#ql-top
{
	background: transparent url(/content/images/ql-top.png) top center no-repeat;
	height:40px;
}

#ql-top h1
{
	position:relative;
	top:10px;
	left:10px;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#575996;
}

#ql-bot
{
	background: transparent url(/content/images/ql-bot.png) bottom center no-repeat;
}

#ql-bot a
{
	position:relative;
	top:5px;
	left:10px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4D4D4D;
}

#ql-bot li
{
	background: transparent url(/content/images/ql-top-border.png) top left no-repeat;
	width:188px;
	padding-bottom:7px;
}
/* ----------------------- QUICK LINKS ---- END ----------------------- */


/* ----------------------- SIDEBOX ---- START ----------------------- */
#contentinner #sidecontent .sidebox
{
	position:relative;
	background-color:#E7E7E7;
	width:188px;
	left:10px;

}

#contentinner #sidecontent .section-top
{
	background: transparent url(/content/images/ql-top.png) top center no-repeat;
}

#contentinner #sidecontent .section-top a
{
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	color:#575996;
	padding-top:7px;
	padding-bottom:7px;
	/*padding-left:10px;*/
}

#contentinner #sidecontent .ourlist
{
	background: transparent url(/content/images/ql-bot.png) bottom center no-repeat;
}

#contentinner #sidecontent .ourlist a
{
	position:relative;
	top:5px;
	left:10px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4D4D4D;
	margin-right:25px;
}

#contentinner #sidecontent .ourlist li
{
	background: transparent url(/content/images/ql-top-border.png) top left no-repeat;
	width:178px;

}

#contentinner #sidecontent .ourlist li ul li
{
	width:178px;
	background:none;
}

.ourlist-selected
{
	background-color:#eee;
	font-weight:normal;
	padding-left:20px;
}

/* ----------------------- SIDEBOX ---- END ----------------------- */



/* ----------------------- LEFT SIDEBAR FEATURES ---- START ----------------------- */
.left-sidebar
{
	position:relative;
	width:188px;
	left:10px;
	margin-top:10px;
	text-align:center;
}
/* ----------------------- LEFT SIDEBAR FEATURES ---- ENDS ----------------------- */


/*------------------------------------------- KEEP TOGETHER -------------------------------- START ------------ */
		/* ----------------------- BLOG ---- START ----------------------- */
		.subfeature #blog
		{
			padding-top:20px;
			color:#4D4D4D;
		}
		
		#blog div
		{
			position:relative;
			Margin-left:10px;
			line-height:150%;
		}
		
		#blog a
		{
			color:#4D4D4D;
		}
		#blog img
		{
			padding-bottom:5px;
		}
		
		/* ----------------------- BLOG ---- END ----------------------- */
		
		/* ----------------------- FAITH IN ACTION ---- START ----------------------- */
		.subfeature #faithinaction
		{
			padding-top:20px;
			color:#4D4D4D;
		}
		
		#faithinaction div
		{
			position:relative;
			Margin-left:10px;
		}
		
		#faithinaction a
		{
			color:#4D4D4D;
		}
		#faithinaction img
		{
			padding-bottom:5px;
		}
		
		/* ----------------------- FAITH IN ACTION ---- END ----------------------- */
/*------------------------------------------- KEEP TOGETHER -------------------------------- END ------------ */

/*------------------------ Google ------------------------ START ------------ */
#google_translate_element, a.addthis_button
{
	padding-left:10px;
}
/*------------------------ Google ------------------------ END ------------ */


.clear-left
{
	clear:left;
}

.submit-forms input[type=text], .submit-forms textarea
{
	width:400px;
}

.submit-forms textarea
{
	height:150px;
}

.submit-forms .brflabel, .submit-forms .brfdesc
{
font-weight:bold;
}

.submit-forms .brflabelreqd::after
{
	content: " *"; 
}

.insetwide
{
    float:right;
    width:360px;
    padding: 0px 0px 15px 15px;
}
/*-----stuff for forms prettiness--------------------------*/

.submit-forms input[type=text], .submit-forms textarea
{
   width:350px;
   border:3px solid #c4d7ec;
   padding:5px;
}

.submit-forms select
{
   border:3px solid #c4d7ec;
   padding:5px;
}

.submit-forms textarea
{
	height:150px;
}

.submit-forms table tbody tr td
{
    padding-bottom:7px;
    padding-top:7px;
    /*border-bottom:1px solid #fff;    */
}

.submit-forms input[type=text].brfinvalid, 
.submit-forms textarea.brfinvalid
{
	border-color: #f00;    
}

.submit-forms input[type=text].brfinptreqd,
.submit-forms textarea.brfinptreqd
{
	background-color: #ffffcc;    
}

.submit-forms table
{
    background-color:#D0DFF0;
    padding:10px;
    width:550px;
}

.nominee-form .brflabel, .nominee-form .brfdesc
{
font-weight:normal;
padding:10px 0;
}

.nominee-form .brftxttabul 
{
	width:400px !important; height:120px !important
}

.nominee-form .brfsublabel 
{
	font-weight:bold;
	font-size:18px;
	border-bottom:1px solid #000;
}
/*
.nominee-form .brfinptreqd
{
	border: 2px solid #000;    
}
*/

.nominee-form .brflabelreqd 
{
	font-weight:bold;
}
.nominee-form .brflabelreqd:after
{
	content: " *";
}

.nominee-form .brfdesc h1
{
	padding:0;
	margin:0;
}

.nominee-form .brfdesc br
{
	display:none;
}


/*
.nominations-form .brfnondepsubform
{
	width:800px;
	border:none;
}
.nominations-form table
{
	background-color:#D0DFF0;
    width:900px;
}

.nominations-form .yui-content, .nominations-form .yui-navset
{
	background-color:#D0DFF0;
	padding:0;
}

.nominations-form .yui-navset-top
{
	background-color:#fff;
}

.nominations-form .yui-content
{
	background-color:#D0DFF0;
}

.nominations-form .yui-content table
{
	width:880px;
}

.nominations-form .submit-p
{
   text-align:center;
}
*/

.brfgridheader
{
    display:none;
}

.brfnondepsubform
{
    border:1px dashed #7DA9D5;
    margin-top:10px;
}

.submit-forms h2
{
    padding:0;
    margin:0;
}

.big-choice-form, .big-choice-phone, .big-choice-members, .big-choice-vote
{
    background-color:#D0DFF0;
    border:1px solid #c4d7ec;
    padding:10px;
    padding-left:74px;
    min-height:56px;
    background-repeat:no-repeat;
    background-position:5px 5px;
}

.big-choice-form
{
    background-image:url(/content/images/edit_page.png);
}

.big-choice-phone
{
    background-image:url(/content/images/telephone.png);    
}

.big-choice-vote
{
    background-image:url(/content/images/megaphone.png); 
    margin-top:10px;   
}

.big-choice-vote h2:first-child
{
    margin-top:0;
}

.big-choice-members
{
    background-image:url(/content/images/ic_members.png);
}

.vanilla-choice
{
    background-color:#D0DFF0;
    border:1px solid #c4d7ec;
    padding:10px;
}

.big-choice-form p:first-child, .big-choice-phone p:first-child, .big-choice-members p:first-child, .vanilla-choice p:first-child
{
    margin-top:0;
}

#dropins
{
    overflow:auto;
    height:200px;
}

#memberlogin input[type=text], #memberlogin input[type=password]
{
    width:150px;
}

.smally 
{
    font-size:11px;
}

.loginerror
{
    background-color: #962C2C;
    color: #fff;
    font-weight:bold;
    padding:10px;    
}

.brfsubform > a
{
   font-size:22px;
   font-weight:bold;
}
/*-----end of forms stuff----------------------------------*/

