﻿body
{
    /*background: #1E2C35 url(/content/images/grad_long.png) repeat-x top left;*/
	background: #F3F5F7 url(/content/images/back_birds.jpg) no-repeat top center;
    margin:0;
    padding:0;
    font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:130%;
}

a
{
    color: #09557d;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}


/*------------------------------------------old links -------------------*/

a,  a:link {

  color:#2C5A74;

}
/*a:visited {
  color: #666;
}*/
a:hover {
  text-decoration: underline;
}
a:focus {
  color: #B42211;
}
a:active {
  color: #B42211;
}

/*-------------------------------------------------------------- end ------------*/

h1, .pagetitle, .pageTitle, .Pagetitle, .PageTitle

{
font-size:210%;
line-height:130%;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
}

h2

{
font-size:140%;
/*border-top:1px dashed #ccc;*/
padding-top:10px;
}

h3
{
	font-size:140%;
	color:#22475B;
}

h4
{
	font-size:130%;
}

h5
{
	font-size:130%;
	color:#22475B;
}

h6
{
	font-size:100%;
}

form
{
    margin:0;
    padding:0;
    display:inline;
}

input[type=submit]
{
    cursor:pointer;
}

#headerwrap, #mainnavwrap, #contentwrap, #footerwrap
{
    text-align:center;
}

#header, #mainnav, #contentinner, #footer
{
    clear:both;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    width:960px;
}

#header
{
    position:relative;
    height:120px;
}

#logo
{
    position:absolute;
    left:0px;
    top:20px;
}

#logo img
{   
    border:none;
    height:84px;
    width:319px;
}

#search
{
    position:absolute;
    right:0px;
    top:40px;    
    padding:2px 2px 2px 4px;
    background:#fff;
    border:solid 1px #395263;
}

#search input[type=submit]
{
    background: #577382 url(/content/images/magnify.png) no-repeat center center;
    border: solid 1px #395263;
    height: 25px;
    width: 25px;
}

#search input[type=text]
{
    border:none;
    width:270px;
}

#mainnav
{
    height:46px;
    position:relative;
    background: transparent url(/content/images/mainnav.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:0;
    /*padding: 0 20px 14px 20px;*/
	padding: 0 16px 14px 16px;
    text-transform:uppercase;
    text-decoration:none;    
    font-size:14px;
    font-weight:bold;
    color: #fff;
    background: transparent url(/content/images/grad_main_nav_border.png) no-repeat bottom left;
}

.mainnavlist li:first-child a
{
background:none;
}

.mainnavlist a:hover
{
    text-decoration:underline;    
}

#contentinner
{
    background-color: #fff;
    padding: 20px 0 20px 0;
}

#sidecontent
{
    width:200px;
    float:left;
}

#housebanners
{
	margin-top:20px;
	margin-left:20px;
}

#housebanners img
{
	
	width:180px;
	/*border:1px solid #CCCCCC;*/
	border:none;
}

#mainfeature
{
    background-position: left top;
    width: 720px;
    float: right;
    position: relative;
    height: 377px;
    margin-right: 20px;
	background-color: #577382;
		
}

.featpanel, .featpanel img
{
    width:372px;
    height:298px;
}

#mainfeaturecarousel
{
    /*position:absolute;
    border: solid 5px #fff;
    left:10px;
    top:10px;*/
	
	position:absolute;
    left:1px;
    top:1px;
	
}

#mainfeatureitems
{
    width:346px;    
    height:270px;
    position:absolute;
    right:0;    
    top:0;
    padding-top:10px;
	background: transparent url(/content/images/back_feature_flowers4.png) no-repeat top right;
}

#mainfeatureitems > div
{
    position:relative;
    height:51px;
    cursor:pointer;
}

#mainfeatureitems img
{
    position:absolute;
    top:0px;
    left:0px;
    width:56px;
    height:42px;
    /*border: solid 3px #fff;*/
	border: solid 1px #fff;
}

#mainfeatureitems p
{
    margin:0;
    padding:0;
    font-size:13px;
    color: #fff;
    position:absolute;
    left:69px;
	right:10px;
    top:5px;
}

#mainfeaturedetail
{
    height:104px;
    overflow:hidden;
    position:absolute;
    background-color: #fff;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    left:0;
    right:0;
    bottom:0;    
    background: #fff url(/content/images/grad_headline_back.png) repeat-x bottom left;
}

#mainfeaturedetail > div
{
    position:absolute;
    left:0;
    top:0;
    padding:10px 10px 0 10px;
    font-size:13px;
    display:none;
    height:104px;
    overflow:hidden;
}

#mainfeaturedetail > div:first-child
{
    display:block;
}

#mainfeaturedetail h1
{
    margin:0;
    padding:5px 0 5px 0;
    font-weight:normal;
    font-size:22px;
    line-height:24px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

#mainfeaturedetail a, #mainfeaturedetail p
{
    margin:0;
    padding:0;
}

#mainfeaturedetail a
{
	color:#2C5A74;
	text-decoration:none;
}

#mainfeaturedetail a:hover
{
text-decoration:underline;
}

.sidebox
{
    padding:0 0 0 20px;
}

#subcontent h1, .sidebox h1
{
    font-weight:normal;
    color: #000;
    font-size:20px;
    margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

.sidebox h1
{
    padding:5px 0 10px 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

#subcontent h1
{
    padding:5px 0 10px 35px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

#subcontent
{
    float:right;
    width:740px;
    padding: 20px 0 0 0;
}

.subfeature
{
    width:350px;
    padding: 0;
    margin:0;
    float:left;
    margin:0 20px 0 0;
}

.subfeature ul, .sidebox ul
{
    margin:0;
    padding:0;
}   

.subfeature li, .sidebox li
{
    list-style-type:none;
    margin:0;
    padding:10px 0 10px 0;
    font-size:13px;
    border-bottom: solid 1px #cccccc;
}

.subfeature li:first-child, .sidebox li:first-child
{
    border-top: solid 1px #cccccc;
}

.subfeature h2
{
    margin:0;   
    padding:0 0 5px 0;
    font-weight:normal;
    font-size:13px;
	border:0px;
}

div.clear
{
    clear:both;
}

#footer
{
    height:185px;
    padding: 10px 0 0 10px;
    font-size:12px;
    background: transparent url(/content/images/footer.png) no-repeat bottom center;
    margin-bottom:10px;
	text-align:center;
}

#footer h1
{
    color: #40505E;
    border-bottom-color: #2C3941;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}

#footer h1
{
color: #8BA4B1;
margin:0;
padding:0 0 5px 0;
font-size:14px;
font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.footopen
{
font-size:160%;
color:#8BA4B1;
}

#footer, #footer a
{
    color:#fff;
}

.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:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

#footer ul
{
    margin:0;
    padding:0;
}

#footer ul li
{
    margin:0;
    padding:4px 0 4px 0;
    list-style-type: none;
}

#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;
}

.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. */
}

#maincontent
{
    float:left;
    width:710px;
    min-height:500px;
}

#widecontent, #maincontent
{
    padding: 0 20px 0 20px;
}

.breadcrumbs
{
    margin:0;
    padding:0;
}

.breadcrumbs li
{
    display: inline;    
    list-style-type: none;
    margin:0;
    padding:0 20px 0 0;
}

h1.events
{
    background: transparent url(/content/images/icon_events.png) no-repeat top left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

h1.featured
{
    background: transparent url(/content/images/icon_featured.png) no-repeat top left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

h1.directories
{
    background: transparent url(/content/images/icon_directories.png) no-repeat top left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

.cal
{
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #ccc;
}


/* handle the calendar nav */

.cal-navigator 
{
    background-color:#577382;
    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:#000;
}

/*-------------------------------------------*/

.cal-viewtype
{
    background-color:#eee;
    padding:8px;
    font-size:11px;
    text-transform:uppercase;
    font-weight:bold;
    margin-bottom:20px;  
}

.cal-viewtype a
{
    color:#2C5A74;    
    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:#8BA4B1;
    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 .cal-label 
{
    color:#000;
}

.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;
}

.newsinset
{
    padding: 10px 0px 10px 10px;
    margin: 5px;
	float:right;
    /*width:240px;*/
}



/*---------------bread-----------------------------------------*/

ul.breadcrumbs, ul.breadcrumbs li
{
    display:inline;
	margin-left:0;
}



ul.breadcrumbs
{
    padding:0px;
	
	display:block;
	margin:0px;
	margin-bottom:20px;	
}

ul.breadcrumbs li
{
    margin:0px 5px 0px 0px;
    padding:0px 0px 0px 5px;
    font-size:12px;
	
	
	display: inline;
    margin-right: 3px;   	
	background:transparent url('/content/images/bread-back.png') no-repeat right bottom;
	padding:4px 15px 6px 6px;
	color:#666;
	font-size:11px;	
	
	padding:4px 12px 6px 6px;
	
}


ul.breadcrumbs a
{
    text-decoration:none;

	color:#2C5A74;
}

ul.breadcrumbs a:hover
{
    text-decoration:underline;
}

/*-------------------end bread---------------------------------*/

.search-summary

{
font-weight:bold;
padding-top:10px;
}

.section-top
{
font-size:22px;
line-height:24px;
font-weight:normal;
padding-bottom:7px;
color:#000;
}

.section-top a
{
color:#000;
}


.ourlist-selected

{
background-color:#eee;
font-weight:bold;
padding-left:20px;
}

/*.ourlist-selected a

{

}*/

.sidebox li:first-child
{
border-top-width:0;
font-weight:normal;
}

.ourlist-selected LI
{
border:0px solid #ddd;
margin-left:20px;
margin-right:20px;
font-weight:normal;
padding-bottom:0px;
}

/*.ourlist-selected li li
{
border:0px solid #ddd;
}*/

.brt-related-list h2

{
border:0px;
padding-top:0px;
}

#sidecontent p
{
	padding-left:20px;
}

.visionstatement

{
margin-top:20px;
color:#666;
/*background: #fff url(/content/images/grad_headline_back.png) repeat-x bottom left;
border:1px solid #ccc;
margin-left:20px;
padding:10px;*/
}

.visionstatement h1
{
color:#000;
}

.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-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;

}

.vidpanel
{
    cursor:pointer;
}

.vidlist ul
{
    margin:0;
    padding:0 0 15px 0;
}

.vidlist li
{
    padding-right: 5px;
    list-style-type: none;
    display:inline;
}


.our-flex-grid
{
    height: 265px;
    overflow: hidden;
    float: left;
    width: 180px;
    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-extra
{
    height: 340px;
}

.our-flex-grid h2
{
    border: 0px solid #fff;
    padding: 0px;
}

.our-flex-grid img
{
    background: #eee;
    padding: 8px;
	border:0;

    margin-bottom: 8px;
    width: 160px;
    height: 160px;
}

.our-flex-grid b
{
    font-size:14px;
}

.flex-email
{
    padding-left: 20px;
    background: url('/content/images/mail_send.png') no-repeat;
}

.insetwide
{
    float:right;
    width:350px;
    padding: 0px 0px 15px 15px;
	background-color:#fff;	
}

.nolines h2
{
border:none;
}

.insetsized
{
padding-top:20px;	
}