﻿body
{
	/*background: #004072 url(http://www.brickriver.com/images/SquamscottRiver-960.jpg) no-repeat top center;*/
	background: #004072;
    background: transparent url(/content/images/background.png) top left repeat-x;
	margin:0;
    padding:0;
    font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:130%;
}

a
{
    color: #004276;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}


/*------------------------------------------old links -------------------*/

a,  a:link {
  color:#0A547B;
}

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;
}

#header, #mainnav, #contentinner, #footer
{
    clear:both;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    width:960px;
}

#widewrap
{
	background: transparent url(/content/images/background-cloud.png) no-repeat top center;
}

#contentwrap
{
	background: transparent url(/content/images/background-cloud-2.png) no-repeat top center;
}


#header
{
    position:relative;
    height:130px;
}

#logo
{
    position:absolute;
    top:0px;
    left:0px;
}

#search
{
    position:absolute;
    right:0px;
    top:58px;    
    width: 240px;
    height:26px;
}

#search input[type=submit]
{
    position:absolute;
    top:0;
    right:0;
    background: transparent url(/content/images/search-hourglass.png) no-repeat center center;
    border:none;
    height: 26px;
    width: 36px;
}

#search input[type=text]
{
    border:none;
    position:absolute;
    top:0;
    left:0;   
    width:186px;
    height:21px;
    padding: 5px 0 0 14px; 	
    background: transparent url(/content/images/search_back.png) no-repeat center center;
}

#search-select
{
	position: absolute;
	right: 245px;
	top:2px;
}


#mainnav
{
    height:40px;
    position:relative;
    /*background: transparent url(/content/images/mainnav.png) no-repeat top center;*/
}

.mainnavlist
{
    height:40px;
    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: 11px 20px 11px 20px;
    text-transform:uppercase;
    text-decoration:none;    
    font-size:14px;
    font-weight:normal;
    color: #fff;
    border-left: solid 1px #561427;
}

.mainnavlist li:first-child a
{
    border-left:none;
}

.mainnavlist a:hover
{
    text-decoration:underline;    
}

#contentinner
{
    background-color: #fff;
    padding: 10px 0 10px 0;
    min-height:500px;
}

#sidecontent
{
    width:210px;
    float:left;
    margin-left:10px;
}

#mainfeature
{
	background: transparent url(/content/images/background-main-feature.png) no-repeat top center;
    width: 720px;
    height: 300px;
    float: right;
    position: relative;
    margin-right: 10px;
}


.vidplay
{
    position:absolute;
    top:90px;
    left:145px;
    width:110px;
    height:120px;
    cursor:pointer;
}

#mainfeatureimages, #featurevid
{
	position:absolute;
	left:10px;
	top:10px;	
}

#mainfeatureimages, #mainfeatureimages > div
{
    overflow:hidden;
    width:420px;
    height:280px;
}

#mainfeatureimages img, #featurevid
{
    width:410px;
    height:270px;
	border:5px solid #fff;
}

.selectedfeat
{
    background: url(/content/images/selfeatitem.png) left top;
}

#mainfeatureitems
{
    width:270px;    
    height:280px;
    position:absolute;
    right:10px;    
    top:10px;
}

#mainfeatureitems > div:first-child
{
    margin-top:2px;
}

#mainfeatureitems > div
{
    position:relative;
    height:51px;
    cursor:pointer;
    margin-top:6px;
}

#mainfeatureitems > div:first-child
{
    margin-top:0;
}


#mainfeatureitems img
{
    position:absolute;
    top:0;
    left:0;
    width:65px;
    height:45px;
	border:solid 3px #fff;
}

#mainfeatureitems p
{
    margin:0;
    padding:2px;
    position:absolute;
    left:76px;
    right:0;
    top:0;
    bottom:0;
    overflow:hidden;
	line-height:normal;
    font-size:12px;
}

#mainfeatureitems p > a
{
    color: #fff;
}

#mainfeaturedetail
{
	display:none;
}

#mainfeaturedetail > div
{
    position:absolute;
    left:0;
    top:0;
    padding:10px 10px 0 10px;
    font-size:12px;
    display:none;
    height:85px;
    overflow:hidden;
}

#mainfeaturedetail > div:first-child
{
    display:block;
}

#mainfeaturedetail h1
{
    margin:0;
    padding:4px 0 0 0;
    font-weight:bold;
    font-size:20px;
    color: #fff;
    line-height:24px;
	font-family: Arial, Helvetica, sans-serif;
}

#mainfeaturedetail a, #mainfeaturedetail p
{
    margin:0;
    padding:0;
}

#mainfeaturedetail a
{
    color: #fff;
}

#mainfeaturedetail a
{
	text-decoration:none;
}

#mainfeaturedetail a:hover
{
text-decoration:underline;
}

.sidebox
{
    padding:0;
}

#subcontent h1
{
    position:relative;
    font-weight:normal;
    color: #000;
    font-size:18px;
    margin:0;
    padding:4px 0 4px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    border: solid 1px #ddd;
    background: #fff url(/content/images/quick_link_back.png) repeat-x left bottom
}

#subcontent
{
	float:right;
    width:730px;
    padding: 20px 0 0 0;
}

.subfeature
{
    width:345px;
    padding: 0;
    margin:0;
    float:left;
    margin:0 20px 0 0;
}

.subfeature-l
{
    width:410px;
}

.subfeature-r
{
    width:280px;
}

.subfeature-header
{
    position:relative;
	width:345px;
	height:40px;
    padding:0;
    margin:0;
    float:left;
    margin:0 0 10px 10px;
	color:#95567D;
	font-size:14px;
	border-bottom:1px solid #D6D6D6;
}

.subfeature-header-l
{
	width:410px;
}

.subfeature-header-r
{
	width:280px;
}
.subfeature-header img
{
	left:10px;
}

.subfeature-header b
{
	position:absolute;
	top:5px;
	left:40px;
}

.subfeature-header a
{
	font-size:10px;
	font-weight:normal;
	color:#95567D;
}

.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 0 6px 0;
    font-size:12px;
    border-bottom: solid 1px #cccccc;
}

.subfeature li:first-child
{
    border-top: none;
}

.subfeature h2
{
    margin:0;   
    padding:0 0 5px 0;
    font-weight:bold;
    font-size:12px;
	border:0px;
}

div.clear
{
    clear:both;
}


#footerwrap
{
	background: transparent url(/content/images/footer-background.png) top left repeat-x;
    height:186px;
}

#footer
{
    height:186px;
    padding: 0px 0 0 0;
    font-size:10px;
    margin-bottom:30px;
	text-align:center;
}

#footer div
{
	margin-top:20px;
	float:left;
	text-align:left;
	padding-left:20px;
}



#footer-main-sections
{
	width:210px;
}

#footer-contact
{
	width:360px;
}

#footer h1
{
    color: #B094A3;
	font-weight:bold;
    margin:0;
    padding:0 0 10px 0;
    font-size:14px;
    font-family: Arial, Helvetica, sans-serif;
}

.footopen
{
    font-size:160%;
    font-weight:bold;
    color:#004276;
}

#footer, #footer a
{
    color:#fff;
}

.subfooter
{
    float:left;
    width:290px;
    padding: 0 0 0 20px;
    font-size:12px;
}

.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;
    list-style-type: none;
}


#footer-signup
{
    padding: 20px 0 0 40px;
    width:300px;
}

#signup input[type=submit]
{
    position:absolute;
    top:0;
    right:20px;   
    background: transparent url(/content/images/footer-arrow.png) no-repeat center center;
    border:none;
    height: 26px;
    width: 36px;
}

#signup input[type=text]
{
    border:none;
    position:absolute;
    top:0;
    left:0;   
    width:186px;
    height:20px;
    padding: 5px 0 0 14px; 	
    background: transparent url(/content/images/search_back.png) no-repeat center center;
}

#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: 420px; /*Width of Carousel Viewer itself*/
    height: 300px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .featbelt
{
    position: absolute; /*leave this value alone*/
    left: 0px;
    top: 0;
}

#maincontent
{
    float:right;
    width:720px;
    min-height:500px;
    padding: 0 10px 0 0;
}

#widecontent
{
    padding: 0 10px 0 10px;
}

.cal
{
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #ccc;
}


/* handle the calendar nav */

.cal-navigator 
{
    background-color:#0A547B;
    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:#0A547B;    
    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
{
	display:block;
    margin:0 0 20px 0;
    padding:0;
}

.breadcrumbs li
{
    display: block;
    float:left;    
    list-style-type: none;
    margin:0px 3px 0px 0px;
    font-size:12px;	
	display: inline;
	background:transparent url('/content/images/bread-back.png') no-repeat right bottom;
	color:#fff;
	font-size:11px;	
	padding:4px 12px 6px 6px;
}

.breadcrumbs a
{
    text-decoration:none;
	color:#fff;
}

.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;
padding-bottom:7px;
color:#000;
}

.section-top a
{
color:#000;
}


.ourlist-selected

{
background-color:#eee;
font-weight:bold;
padding-left:20px;
}

.sidebox .ourlist li
{
    padding: 8px;
    border-bottom: solid 1px #ddd;
}
.sidebox .ourlist a
{
    color: #95567D;
    font-weight:normal;
}

.sidebox .ourlist li ul li
{
    padding: 8px;
    background: transparent;
	border:none;
}

.sidebox .ourlist li ul li:first-child
{
	border:none;

}

.ourlist-selected LI
{
border:0px solid #ddd;
margin-left:20px;
margin-right:20px;
font-weight:normal;
padding-bottom:0px;
}

.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-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
{
    height 60px;
	margin: 15px 0 0 0;
    padding:0;
	border:1px solid #0A547B;
	background-color:#1B6F9D;
}

.housebanner-top
{
	height:40px;
}

.housebanner-top a
{
    position:relative;
	top:10px;
	left:10px;
	font-size: 14px;
    font-weight:bold;
	color:#fff;
}

.housebanner-bottom
{
	height:20px;
	background-color:#0A547B;
}

.housebanner-bottom span
{
    float:right;
	position:relative;
	right:10px;
}
.housebanner-bottom span a
{
	position:relative;
	top:1px;
	color:#fff;
	font-size:11px;
}

.housebanner-bottom span img
{
	position:relative;
	top:2px;
}
/*
.housebanner > h2
{
    height 40px;
	border:none;
    padding:0;
    font-weight:bold;
    font-size: 12px;
	color:#fff;
}

.housebanner a
{
    color:#fff;
	font-weight:bold;
	font-size:14px;
	padding-left:10px;
}



.housebanner p
{
    height 20px;
    margin:0;
    padding:0;
    font-size: 12px;
	background-color:#0A547B;
	text-align:right;
	padding-right:10px;
}
*/

.searchoursite
{
    color: #999;
}

.signups
{
    color: #999;
}


.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;
}


#fyi-wrapper
{
	/*width:250px;*/
	margin-top:50px;
	position:relative;
}

.fyi
{
	position:relative;
	/*width:245px;*/
	border-bottom:1px solid #D6D6D6;
	padding-left:130px;
	padding-top:0px;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-left:10px;
	min-height:100px;
}

.fyi img
{
	float:left;
	position:absolute;
	left:0px;
	top:2px;
	margin:0px;
	width:120px;
	height:90px;
}

.vidpanel
{
    cursor:pointer;
}

.vidlist ul
{
    margin:0;
    padding:0 0 5px 0;
}

.vidlist li
{
    padding-right: 5px;
    list-style-type: none;
    display:inline;
}

#legacy .pageheader
{
    background-color: #186191;
}

#legacy .pagetitle
{
    color: #000;
}

#legacy .menubar_row_header
{
    background: #fff;
    font-weight:bold;
    color: #000;
}

#legacy .rowheader
{
    background-color: #5d1c30;
}

#legacy .menubar_row a
{
    background-color: #fff;
    color: #95567d;
}

#legacy .menubar_row a:hover
{
    text-decoration:underline;
}

#legacy .leftnav
{
    background-color: #fff;
}

/* ---------------------------------- UTILITY NAV ----- START -------------------------*/

#linker-2
{
	position:absolute;
	top:20px;
	right:0px;
	font-size:12px;
    color:#FFFFFF;
}

#linker-2 li
{
    display:inline;
    list-style-type: none;
	padding: 0px 5px 0px 5px;
}

#linker-2 a
{
    color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/* ---------------------------------- UTILITY NAV ----- END -------------------------*/

/* ---------------------------------- PAGE TOOLS ----- START -------------------------*/
.pagetools
{
	float:right;
}


.pagetools .printpdfpg
{
	background: transparent url(/content/images/icon_adobe.png) left no-repeat;
	padding-left:20px;
	margin-right:20px;
	float:left;
}

.pagetools .printpg
{
	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;
}
/* ---------------------------------- PAGE TOOLS ----- END -------------------------*/


.insetwide
{
    float:right;
    width:400px;
    padding: 0px 0px 15px 15px;
}

