﻿*
{
	font-family:Arial;    
}

a
{
/*    color: #D5370C; */
	color: #2c4b6b;
    text-decoration:none;
}

html
{
font-size:13px;	
}

body
{
	margin:0;
	padding:0;
    background: #fff url(/content/images/background.png) repeat-x top left;
    
}

a img
{
	border:none;
}

.pagetitle

{
    font-size:28px;
    color: #c0c0c0;
    text-transform:uppercase;
	font-weight:bold;
}

h1
{
    font-size:28px;
    color: #c0c0c0;
    text-transform:uppercase;
}

h3, .itemlink
{
    color: #2c4b6b;
}

.newsitemlink
{
    color: #D5370C;
}

a h2, h2 a
{
    color: #2c4b6b;
    text-decoration:none;
}

h3, .itemlink, .newsitemlink
{
    font-size:16px;
    font-weight:bold;
    margin:10px 0 5px 0;
    padding:0;
}

.itemlink, .newsitemlink
{
    text-decoration:none;
    margin-top:15px;
    display:block;
}

h4
{
    color: #6e6e6e;
    font-size:10px;
    font-weight:bold;
    text-transform:uppercase;
    margin:0 0 5px 0;
    padding:0;
}

#widewrap, #footerwrap
{
	text-align:center;
}

#widewrap
{
    background: transparent url(/content/images/widewrap.png) no-repeat center top;
}

#header, #main, #footer, #subfooter
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#header
{
	height:180px;
	position:relative;
}

#logo
{
	position:absolute;
	top:20px;
	left:20px;
}

#join
{
	position:absolute;
	top:20px;
	right:10px;
	width:346px;
	height:31px;
	background: transparent url(/content/images/jointheecommunity.png) no-repeat top left;
	text-align:right;
	padding-top:11px;
}

#join a
{	
	margin-right:10px;
}

ul.utilnav
{
	position:absolute;	
	top:80px;
	right:120px;
    margin:0;
    padding:4px 0 0 0;
}

ul.utilnav li
{
	list-style-type:none;
	display:inline;
	border-left: solid 1px #707070;
	margin: 0 0 0 8px;
	padding: 0 0 0 8px;
}

ul.utilnav li:first-child
{
	border-left:none;
}

ul.utilnav a
{
	color: #707070;
	text-decoration:none;
	font-size:12px;	
}

#login
{
    position:absolute;
    right:10px;
    top:80px;
    width:100px;
    height:20px;
    background: transparent url(/content/images/login.png) no-repeat top left;
    text-align:center;    
    padding: 4px 0 0 0;
}

#login a
{
    font-size:12px;
    color: #707070;
    text-decoration:none;
}

#mainnav
{
	position:absolute;	
	right:10px;
	top:125px;
	background: transparent url(/content/images/mainnav.png) no-repeat top left;
	height:33px;
	width:940px;
	padding: 11px 0 0 0;
}

ul.mainnav
{
	margin:0 0 0 10px;
	padding:0;	
}

ul.mainnav li
{
	margin:0 10px 0 10px;
	padding:0;
	list-style-type:none;
	display:inline;	
}

ul.mainnav a
{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;	
	color:#bcd;
	text-decoration:none;
	font-family:Arial;	
	margin:0;
    padding:0;
}

#search
{
	position:absolute;
	right:8px;
	top:6px;
	width:196px;
	height:27px;	
	background: transparent url(/content/images/searchback.png) no-repeat top left;
}

#search input[type=text]
{
	border:none;
	background-color:Transparent;
	width:155px;
    color: #fff;
    font-size:12px;
    position:absolute;
    top:5px;
    left:8px;
}

#search input[type=submit]
{
	border:none;
	background: transparent url(/content/images/searchmag.png) no-repeat center center;
    position:absolute;
    top:5px;
    right:6px;
    cursor:pointer;
}

#main
{
    background: transparent url(/content/images/maintop.png) no-repeat top center;
    padding: 13px 0 0 0;
}

#mainbody
{
    background: transparent url(/content/images/mainback.png) repeat-y top center;
    min-height:400px;
}

#leftbar
{
    float:left;
    width:230px;
}

#leftbar h2, #leftbar .section-top
{
    background: transparent url(/content/images/lefthead.png) no-repeat top left;
    height:38px;
    padding: 13px 0 0 35px;
    margin:5px 0 0 0;
    color: #fff;
    font-size:17px;
    font-weight:normal;
}

#innercontent
{   
    float:right;    
    margin-right:35px;
    width:650px;
    padding-bottom:30px;
}

#widecontent
{   
    margin-left:35px;
    margin-right:35px;
    padding-bottom:30px;
}

.halfcontent
{
    float:left;
    margin-left:30px;
    width:310px;
}

.halfcontent:first-child
{
    margin-left:0;
}

#footerwrap
{
    background: #1d2e40 url(/content/images/footer.png) repeat-x top left;
    margin-bottom:40px;
}

#footer
{
    font-size:13px;
    height:260px;
    color: #fff;
}

#footer h1
{
    color: #fff;
    font-size:25px;
    font-weight:bold;
    margin:0;
    padding:30px 0 10px 10px;       
	text-transform:none;
}

#footer ul
{
    margin:0;
    padding:0;
}

#footer li
{
    margin:0 0 5px 0;
    padding:0;
    list-style-type:none;
}

#footer a
{
    color: #fff;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
}

#footer > span
{
    width:220px;
    padding:10px;
    float:left;
}

#subfooter
{
    position:relative;
    height:30px;
    text-align:right;
    padding: 15px 0 0 0;
}

#subfooter, #subfooter a
{
    color: #fff;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
}

#subfooter ul
{
    position:absolute;
    top:0;
    left:0;
    margin:15px 0 0 0;
    padding:0;
}

#subfooter li
{
    margin:0 10px 0 0;
    padding:0;
    list-style-type:none;
    display:inline;
}

.clear
{
    height:0;
    clear:both;
    float:none;
}

#mainfeature
{
    width:650px;
    height:368px;
    margin-top:15px;
    position:relative;    
    background-color: #ccc;
}

#mainfeaturecarousel
{
    position:absolute;
    top:1px;
    left:1px;
    width:360px;
    height:270px;
}

#mainfeatureitems
{
    position:absolute;  
    top:1px;
    right:1px;
    width:288px;
    height:268px;
    padding: 2px 0 0 0;
    background: #28435d url(/content/images/mainfeatureitems.png) no-repeat top left;
}

#mainfeatureitems > div
{
    position:relative;
    height:52px;
    margin:0;
    padding:0;
    cursor:pointer;
    background: transparent url(/content/images/featimg.png) no-repeat 7px 4px;
}

#mainfeatureitems > div.current
{
    background: transparent url(/content/images/featimgcurr.png) no-repeat 7px 4px;
}

#mainfeatureitems > div > img
{
    position:absolute;
    top:7px;
    left:10px;
    width:56px;
    height:42px;
}

#mainfeatureitems > div > p
{
    position:absolute;
    top:5px;
    left:78px;
    right:5px;
    height:45px;
    margin:0;
    padding:0;
    font-size:12px;
    color: #fff;
}

#mainfeaturedetail
{
    position:absolute;
    top:270px;
    left:0;
    width:630px;
    height:78px;
    background: #fff url(/content/images/mainfeaturedetail.png) no-repeat top left;
    padding:10px;
    overflow:hidden;
	color: #6e6e6e;
}

#mainfeaturedetail > div
{
    height:78px;
    overflow:hidden;
}

.featuretitle
{
    font-size:28px;
    font-weight:bold;    
    text-decoration:none;
}

.featpanel, .featpanel img
{
    width:360px;
    height:270px;
}

img.vidplay
{
    position:absolute;
    top:90px;
    left:145px;
    width:110px;
    height:120px;
    cursor:pointer;
}

.stepcarousel
{
    position: relative; /*leave this value alone*/
    border: 0px;
    overflow: scroll; /*leave this value alone*/
    width: 360px; /*Width of Carousel Viewer itself*/
    height: 270px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .featbelt
{
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
}
.stepcarousel
{
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    margin: 0px; /*margin around each panel*/
    width: 360px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#leftbar .ourlist
{
    margin:0 0 20px 30px;
    padding:0;
}

#leftbar .ourlist li
{
    margin:0;
    padding:0 0 5px 0;
    list-style-type:none;
}

#leftbar .ourlist a
{
    text-decoration:none;
    font-size:12px;
    color: #595959;
}

#leftbar .ourlist a:hover
{
    color: #D5370C;
}

#homeleftcol
{
    float:left;
    width:400px;
	color: #6e6e6e;
}

#homerightcol
{
    float:right;
    width:215px;
	color: #6e6e6e;
}

.hometitle
{
    position:relative;
    margin: 20px 0 20px 0;
}

.hometitle h2
{    
    font-size:28px;
    line-height:100%;
    color: #c0c0c0;
    text-transform:uppercase;
    margin:0;
    padding:0;
}

.titlelinks a
{
    color: #c0c0c0;
    text-decoration:none;
    font-size:10px; 
    font-weight:bold;
    text-transform:uppercase;
}

.hometitle .ralign
{
    position:absolute;
    right:0;
    bottom:3px;
}

.section-top a
{
    color: #fff;
    text-decoration:none;
}

#leftbar p, #google_translate_element
{
    margin-left:30px;
    margin-top:20px;
}

#google_translate_element
{
    margin-bottom:20px;
}

.cal
{
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #ccc;
}

/* handle the calendar nav */

.cal-navigator 
{
    background-color:#3D5980;
    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:#6685AF;
    padding:8px;
    font-size:11px;
    text-transform:uppercase;
    font-weight:bold;
    margin-bottom:20px;  
}

.cal-viewtype a
{
    color:#E7E7E7;    
    margin-right:30px;
    
}

.cal-viewtype b
{
    color:#E7E7E7;
    margin-right:30px;
    border:1px solid #333;
    padding:2px 6px 2px 6px;
}

.cal-viewtype .cal-label 
{
    color:#E7E7E7;
}

/*-------------------------------------------*/

.cal-month-picker
{
    background-color:#C3C3C3;
    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: #3D5980;
}

.cal-month-picker .cal-label 
{
    color:#3D5980;
}

.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:12px;
}

.cal-day a, .cal-day a:visited, .cal-item a
{
	color:#3D5980;
}

.cal-day-weekend
{
    vertical-align:top;
    border: solid 1px #CCC;
    height: 150px;
    font-size:12px;
}

.cal-day-unused
{
    border: solid 1px #CCC;
    background: #E7E7E7;
    height: 150px;
    
}

.cal-daynum
{
    text-align: center;
    border-bottom: solid 1px #D9D6AE;
    background-color:#6685AF;
	color:#FFF;
}

.cal-item
{
    /*margin-bottom:7px;*/
    padding:7px;
}

.inset
{
    float:right;
    padding: 0 20px 20px 20px;
    /*width:250px;*/
	
}

.breadcrumbs
{
    margin:8px 0 0 0;
    padding:0;
}

.breadcrumbs li
{
    display: inline;    
    list-style-type: none;
    margin:0;
    padding:0 20px 0 0;	
}

.breadcrumbs a, .more
{
	color: #D5370C;
}

.ourlist-selected 

{
	font-weight:bold;

}

.ourlist-selected ul
{
    padding:5px 0 0 20px;    
	font-weight:normal;
}

.more
{
    text-decoration:none;
	text-transform:uppercase;
}

.more:hover
{
    text-decoration:underline;
}

.vidpanel
{
    cursor:pointer;
}

.vidlist ul
{
    margin:0;
    padding:0 0 5px 0;
}

.vidlist li
{
    padding-right: 5px;
    list-style-type: none;
    display:inline;
}

.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;
    
}

.housebanner
{
    margin: 0 0 20px 30px;
    text-align:center;
}

.housebanner img
{
    border: solid 5px #d9d9d9;
}

.pagetools
{
		
}

.pagetools .pdfpg
{
	background: transparent url(/content/images/icon_printer.png) left no-repeat;
	padding-left:20px;
	margin-right:20px;
	float:left;
}

.pagetools .emailpg
{
	background: transparent url(/content/images/icon_mail_send.png) left no-repeat;
	padding-left:20px;
	float:left;
}

/* Font-Sizer Specific Styling */

.fsizer { float:left;margin-left:20px;} /* Container element */

.fsizer a { display: block; float: left; width: 20px; margin-right: 5px; text-align: center; border: 1px dotted #ccc; color: #5761a0; text-decoration: none; cursor: pointer; letter-spacing: 0; line-height: 100%; }
.fsizer a:hover { text-decoration: none; background: #ebebeb;  }

/* Three 'A' links used to control size */

.fsizer a#fs_sml { font-size: 9px; height: 15px; padding-top: 5px; }
.fsizer a#fs_med { font-size: 13px; height: 17px; padding-top: 3px; }
.fsizer a#fs_lrg { font-size: 16px; height: 18px; padding-top: 2px; }

.fsizer a.fsactive { color: #000; background: #ebebeb; cursor: default; } /* When mode is active */

/* here is code for forms */
.submit-forms input[type=text], .submit-forms textarea
{
	width:400px;
}

.submit-forms textarea
{
	height:150px;
}

.submit-forms .brflabel
{
font-weight:bold;
}

.shortlist h2
{
	margin-bottom:5px;
}

.shortlist a:hover
{
	margin-bottom:5px;
	text-decoration:underline;
}

/* --------------- WALK CHALLENGE ----- START --------------- */
#wc-header
{
    position:relative;
}

#wc-welcome
{
    position:absolute;
    right:10px;
    top:0px;
    text-align:right;

}

#wc-tabs
{
    border-bottom:4px solid #ddd;
    margin-top:15px;
}

#wc-tabs a
{
    background-color:#ddd;
    padding:3px 6px 0 6px;
    text-decoration:none;
    color:#333;
}

.wc-ch-table
{
    border:1px solid #ddd;
    width:100%;
    border-collapse:collapse;
    font-size:90%;
}

.wc-ch-table td
{
    padding:4px;
    border:1px solid #ddd;
}

.wc-ch-label
{
    background-color:#000;
    color:#fff;
    height:120px;
    text-align:center;    
}

.wc-ch-title
{
    background-color:#ddd;
    color:#000;
    font-weight:bold;
}

.stubout
{
    background-color:#eee;
    padding:10px;
    border:1px solid #ccc;
}

.wc-select
{
    width:350px;
}


.wc-ch-name
{
    color:#000;
}

#wc-line-scroller
{
    width:100%;
    overflow-x:scroll;
    overfow-y:none;
}

.wc-big-button
{
    font-size:28px;
}

.wc-message
{
    background-color:#ffffcc;
    padding:10px;
    font-weight:bold;
}

#wc-new-ch
{
    position:absolute;
    right:0;    
}

.wc-add-row
{
    background-color:#eee;
}

.wc-center
{
    text-align:center;
}

.wc-right
{
    text-align:right;
}

.wc-unjoin
{
    color:#999;
}
/* --------------- WALK CHALLENGE ----- END --------------- */

.submit-forms input[type=text], .submit-forms textarea
{
	width:370px;
	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 .brfsublabel
{
	font-size:22px;
	text-decoration:underline;
	font-weight:bold;
}

.submit-forms table
{
    background-color:#D0DFF0;
    padding:10px;
}

.submit-p
{
    text-align:center;
}

.brfgridheader
{
    display:none;
}

.brfnondepsubform
{
    border:1px dashed #7DA9D5;
    margin-top:10px;
}

.submit-forms h2
{
    padding:0;
    margin:0;
}

.brfdesc
{
    font-weight:bold;
}

.brfsubform a {
font-size:22px;
font-weight:bold;
}
