﻿body
{
	background: #FFF url(/content/images/background-body-green.jpg) top center no-repeat;
   	margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 130%;
}

/*a
{
    color: #1E6D8C;
    text-decoration: none;
}*/

a:hover
{
    text-decoration: underline;
}

/*------------------------------------------old links -------------------*/

a, a:link
{
    color: #205A86;
	
	/*color: #51190D;*/
	color: #D0482B;
	color: #608422;

	
	text-decoration:none;
}

a:hover
{
    text-decoration: underline;
}

img, a img
{
    border: none;
}

/*-------------------------------------------------------------- end ------------*/

h1, .pagetitle, .pageTitle, .Pagetitle, .PageTitle
{
    font-size: 40px;
    line-height: 120%;
    font-weight: normal;
    color: #608422;
}

h2
{
    font-size: 140%;
    /*border-top: 1px solid #ddd;*/
    padding-top: 15px;
    font-weight: normal;
}

form
{
    margin: 0;
    padding: 0;
    display: inline;
}

input[type=submit]
{
    cursor: pointer;
}

#headerwrap, #mainnavwrap, #contentwrap, #footerwrap
{
    text-align: center;
}



#mainnavwrap
{
    margin-top: 70px;
}

#mainnav-map
{
	position:absolute;
	top:60px;
	right:28px;
	/*background: transparent url(/content/images/main-nav.png) top center no-repeat;*/
    width: 710px;
    height: 50px;
}

#header, #mainnav, #contentinner, #footer
{
    clear: both;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 968px;
}

#contentinner
{
	background: transparent url(/content/images/content_back.png) top center repeat-y;
    padding:0;
	width:968px;
}

#header
{
	background: transparent url(/content/images/background-header.png) top center no-repeat;
    position: relative;
    height: 180px;
    margin-top: 20px;
}

#header b
{
	position:absolute;
	top:25px;
	right:30px;
	color:#1986A3;
	font-size:15px;
}

#logo img
{
    margin: 10px 0px 0px 24px;
    border: none;
}

#search
{
	position:absolute;
	width: 527px;
    height: 30px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
	margin-top:0;
	margin-bottom:15px;
	padding:0;
	right:210px;
	top:121px;
    background: transparent url(/content/images/search-green.png) no-repeat top center;
}

#search input[type=submit]
{
    background-color: transparent;
    border: none;
    height: 30px;
    width: 75px;
}

#search input[type=text]
{
    position:absolute;
	top:3px;
	right:10px;
	border: none;
    width: 435px;
    background-color: transparent;
    height: 26px;
    color: #666;
	font-size:18px;
}

#mainnav
{
    height: 41px;
    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 14px 14px 14px;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 13px;
    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;
}

#sidecontent
{
    width: 220px;
    float: left;
}

#mainfeature
{
    background-position: left top;
    width: 922px;
    float: right;
    position: relative;
    height: 375px;
    margin-right: 24px;
    background-color: #eee;
}

.featpanel, .featpanel img
{
    width: 372px;
    height: 298px;
}

#mainfeaturecarousel
{
    position: absolute;
    left: 0;
    top: 0;
}

#mainfeatureitems
{
    width: 346px;
    height: 270px;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 10px;
    background: transparent url(/content/images/alpha_flame_feature_back.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 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;
}

#mainfeaturedetail a, #mainfeaturedetail p
{
    margin: 0;
    padding: 0;
}

#mainfeaturedetail a, #mainfeaturedetail h1 > a
{
    color: #a4351e;
    text-decoration: none;
}

#mainfeaturedetail a:hover
{
    text-decoration: underline;
}

#subcontent h1, .sidebox h1
{
    font-weight: normal;
    color: #608422;
    font-size: 20px;
    margin: 0;
}

.sidebox
{
    background: #fff url(/content/images/sidebox.png) no-repeat top left;
    padding:0;
    border-bottom: solid 1px #ddd;
	margin-left:20px;
}

/*.sidebox > .ourlist
{
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
} */

.sidebox h1
{
    padding: 5px 0 10px 0;
    font-weight: normal;
}

#subcontent h1
{
    padding: 0px 0 10px 0px;
    font-weight: normal;
}

#subcontent
{
    float: right;
    width: 740px;
    padding: 20px 0 0 0;
}

.subfeature
{
    width: 320px;
    padding: 0;
    margin: 0;
    float: left;
    margin: 0 0px 0 0px;
}

.rightyfeature
{
    margin-left: 40px;
}

.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;
}

.sidebox li
{
    border-top: solid 1px #ddd;
}

.subfeature li
{
    border-bottom: solid 1px #ddd;
}

.subfeature li:first-child
{
    border-top: solid 1px #ddd;
}

.subfeature h2
{
    margin: 0;
    padding: 0 0 5px 0;
    font-weight: normal;
    font-size: 13px;
    border: 0px;
}

div.clear
{
    clear: both;
}

#footer
{
    position:relative;
	height: 100px;
    padding: 0px 0 0 0px;
    background: transparent url(/content/images/background-footer.png) no-repeat top center;
    text-align: center;
}

#footer h1
{
    color: #999;
    font-size: 22px;
}


.footopen
{
    color: #999;
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    padding-top: 50px;
	margin:0px;
}

#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;
}

#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: 330px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt
{
    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: 704px;
    min-height: 500px;
}

#maincontent
{
    padding: 0 10px 0 10px;
}

#widecontent
{
    padding: 0;
	margin-left:20px;
	margin-right:20px;
}

.breadcrumbs
{
    margin: 0;
    padding: 0;
}

.breadcrumbs li
{
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0 20px 0 0;
}

.cal
{
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #ccc;
}


/* handle the calendar nav */

.cal-navigator
{
    background-color: #718f36;
    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;
    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: #1e6d8c;
    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
{
    padding: 7px;
}

.inset
{
	float: right;
    /*padding: 0 0 20px 20px;*/
    background-color: #fff;
	margin-left:20px;
	padding:0px;
}

/*---------------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;
    display: inline;
    margin-right: 5px;
    background: transparent url('/content/images/bread-back.png') no-repeat right top;
	border-left: solid 1px #ddd;
    color: #fff;
    font-size: 11px;
    padding: 3px 12px 4px 6px;
	line-height:normal;

}


ul.breadcrumbs a
{
    text-decoration: none;
    color: #000;
}

ul.breadcrumbs a:hover
{
    text-decoration: underline;
}*/


.breadcrumbs
{
    padding:0;
    margin:0;
}

.breadcrumbs li
{
    display:inline;
    list-style-type: none;
}

.breadcrumbs a
{    
    float:left;
    background: transparent url(/content/images/bread-back.png) no-repeat top right;
    border: none;
    border-left: solid 1px #ddd;   
    position:relative;
    height:21px;
    font-size:11px;
    line-height:21px;
    padding: 0 12px 0 7px;
    margin: 0 5px 0 0;
    text-decoration: none;
    color:#000;
}

.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: #608422;
}

.section-top a
{
    color: #608422;
}

.ourlist-selected
{
    background-color: #eee;
    font-weight: bold;
    padding-left: 20px;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
}

.sidebox .ourlist a
{
	color:#000;
}

.sidebox .section-top
{
    padding-top: 10px;
    padding-left: 5px;
}

.sidebox li:first-child
{
    font-weight: normal;
}

.ourlist-selected LI
{
    border: 0px solid #ddd;
    font-weight: normal;
    padding-bottom: 0px;

}

.ourlist li
{
	padding-left:5px;
	padding-right:5px;
}

.brt-related-list h2
{
    border: 0px;
    padding-top: 0px;
}

#sidecontent p
{
    padding-left: 20px;
}

.visionstatement
{
    margin-top: 20px;
    color: #666;
}

.visionstatement h1
{
    color: #A4351E;
}

.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
{
    font-size: 11px;
    margin-left: 10px;
    text-decoration: underline;
}

.our-flex-grid
{
    height: 270px;
    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;
	margin:0;
	margin-bottom:10px;
}

.our-flex-grid img
{
    background: #fff;
    padding: 8px;
    border: 1px solid #ccc;
    margin-bottom: 8px;	
	width:100px;
	height:120px;
}

.flex-email
{
    padding-left: 20px;
    background: url('/content/images/mail_send.png') no-repeat;
}

/*    slideshow stuff  */

#home-slideshow
{
    position: relative;
    margin: 10px 20px 0px 20px;
    height: 420px;
}

#home-slideshow #panel
{
    position: absolute;
    height: 420px;
    width: 560px;
    left: 0px;
    top: 0px;
    z-index: 1;
}

#home-slideshow #thumbs
{
    position: absolute;
    top: 30px;
    bottom: 30px;
    width: 145px;
    right: 0px;
    overflow: hidden;
}

#home-slideshow #thumbs > div
{
    width: 145px;
    position: relative;
    top: 0px;
}

#home-slideshow #thumbs > div > div
{
    position: relative;
    width: 105px;
    height: 79px;
    border: solid 1px #ccc;
    margin-top: 11px;
    margin-left: 18px;
}

#home-slideshow #thumbs > div > div > div
{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 24px;
    font-size: 10px;
    line-height: 12px;
    background-color: #000000;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    opacity: .75;
    color: #ffffff;
    overflow: hidden;
    margin: 0px;
    padding: 2px;
}

#home-slideshow #thumbs > div > div > div > a
{
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding-left: 3px;
    padding-right: 3px;
}

#home-slideshow #thumbs > div > div:first-child
{
    margin-top: 0px;
}

#home-slideshow #thumbs img
{
    width: 105px;
    height: 79px;
}

#home-slideshow #overlay
{
    position: absolute;
    height: 100px;
    width: 560px;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    background-color: #000000;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    opacity: .75;
    color: #ffffff;
}







div.feature
{
    position: relative;
    width: 560px;
    height: 420px;
    line-height: normal;
}

div.feature > div
{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 75px;
    background-color: #000000;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    opacity: .75;
    color: #ffffff;
    overflow: hidden;
    padding: 15px;
    font-size: 14px;
    font-weight: normal;
}

div.feature > div a, div.feature > div h1
{
    color: #fff;
    font-size: 22px;
    margin: 0px;
    paddding: 0px;
    font-weight: normal;
}

.feature p
{
    margin: 0px;
    padding: 0px;
}

.feature a
{
    text-decoration: none;
}

div.feature > div.vidicon
{
    position: absolute;
    left: 220px;
    top: 130px;
    height: 40px;
    width: 60px;
    background-color: #000000;
    filter: alpha(opacity=50);
    -moz-opacity: .50;
    opacity: .50;
    cursor: pointer;
    padding: 5px 5px 5px 50px;
    font-size: 12px;
    background: #000000 url(/content/images/play.png) no-repeat 5px 5px;
}

.hidden
{
    display: none;
}

/* end of slideshow stuff */

.box
{
    position:relative;
	width: 346px;
    height: 450px;
    overflow: hidden;
    float: left;
    background: url(/content/images/box.png) no-repeat bottom left;
    font-size: 13px;
    line-height: normal;
    margin-left: 20px;
    margin-right: 20px;
}

.box-l,.box-r
{
    position:relative;
	width: 267px;
    height: 450px;
    overflow: hidden;
    float: left;
    background: url(/content/images/box-l-r.png) no-repeat bottom left;
    font-size: 13px;
    line-height: normal;
}

.box-l
{
	margin-left:20px;
}

.box h1, .box-l h1, .box-r h1
{
    margin-bottom:10px;
    padding: 15px 20px 3px 20px;
    color: #608422;
    font-size: 22px;
	font-size: 18px;
    font-weight: normal;
}

.box h1 a
{
	position:absolute;
	right:20px;
	top:25px;
	font-size:12px;
	color:#666666;
}

.box ul, .box-l ul, .box-r ul
{
    margin: 0;
    padding: 0 20px 15px 20px;
    list-style: none;
}

.box ul li, .box-r ul li
{
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #666;
    font-size: 13px;
    border-top: 1px solid #ccc;
}

.box-l ul li
{
    background: url(/content/images/btn-other-links.png) no-repeat left top;
    padding: 5px 0 10px 36px;
    margin-top: 2px;
}

.box-l-other
{
    position:absolute;
	right:20px;
	top:25px;
}


.box-r ul li
{

}

.box-l b, .box-r b
{
    color: #608422;
}


.box ul li a, .box-l ul li a, .box-r ul li a
{
    color: #000;
    font-size: 13px;
    display: block;
	padding-top:0px;
}

ul.otherlinks li a
{
	padding-top:2px;
}

.box p
{
    text-align: right;
    padding: 0;
    padding-top: 5px;
    margin: 0;
}


#housebanners
{
	margin-top:-10px;
	margin-left:20px;
}

#housebanners a img
{
	margin-bottom:5px;
	/*border:1px solid 0f0;*/
}

/* slider stuff */


#slider
{
    width: 920px;
    height: 330px;
    position: relative;
    margin-bottom: 20px;
	margin-left:20px;
    background: url(/content/images/background-carosel.png) no-repeat top left;
}

#slider .headline
{
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 290px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: normal;
    padding: 20px;
}

#slider .headline h1
{
    margin: 0;
    padding: 0 10px 15px 0;
    font-size: 40px;
    font-weight: bold;
    line-height: 30px;
    color: #608422;
	width:260px;
	font-size:25px;
}

#slider .headline div
{
    width: 270px;
    height: 310px;
}

#slider .headline p
{
    font-size: 14px;
    color: #333;
    padding: 0px 20px 20px 0;
    margin: 0;
    line-height: 22px;
}

#slider .image
{
    position: absolute;
    top: 0;
    right: 0;
}

#mygallery, #mygallery > img
{
    position:absolute;
    top:0;
    left:290px;
}

#mygallery div.panel img
{
	height: 330px;
    width: 360px;

}

#slider .image img
{
	height: 330px;
    width: 360px;
}

#slider .image div
{
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
    background: url(/content/images/slider_corner2.png) no-repeat top right;
}

#slider .thumbleft, #slider .thumbright
{
    position: absolute;
    bottom: 0;
    width: 270px;
    height: 20px;
    padding: 0px 0px 0 0px;
}

#slider .thumbleft
{
	padding: 0px 0px 0px 0px;
    top: 0;
	right:0px;
    /*background: transparent url(/content/images/arrow-up.png) center no-repeat;*/
	border-bottom:1px solid #CCCCCC;
}

#th_prev, #th_next
{
	position:absolute;
    top: 3px;
	right:131px;
}


#slider .thumbright
{
    padding: 0px 0px 0px 0px;
    bottom: 0;
	right:0;
   /* background: transparent url(/content/images/arrow-down.png) center no-repeat;*/
	border-top:1px solid #CCCCCC;
}

#slider .thumbleft img, #slider .thumbright img
{
    cursor: pointer;
}

#thumbpanel
{
    position: absolute;
	top:20px;
	right: 1px;
    height: 290px;
    width: 269px;
    overflow: hidden;
    text-align: center;
    background: #fff url(/content/images/slider_nav_back.png) repeat-x bottom left;
}

#thumbpanel > div
{
    position: relative;
    width: 270px;
    height: 72px;
    float: left;
    cursor: pointer;
	border-top:1px solid #CCCCCC;
	/*
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	*/
	border-collapse:collapse;
}

#thumbpanel > div.selected
{
    background-color: #ddd;
}

#thumbpanel > div img
{
    width: 54px;
    height: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid #ccc;
}

#thumbpanel > div > p
{
    position: absolute;
    left: 75px;
    right: 5px;
    top: 10px;
    bottom: 5px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height:20px;
	text-align:left;
}

/* end slider stuff */

#footercontact
{
    padding: 20px 0 30px 0;
    text-align:center;
    color: #666;
    font-size: 12px;
	font-weight:bold;
}

.slideinfo
{
color:##666666;
font-size:10px;
display:block;
margin-top:0px;
}

/*------------------ GOOGLE STUFF ----- START ------------------*/
.addthis_button
{
	margin-left:20px;
}

#google_translate_element
{
	position:absolute;
	width:170px;
	top:117px;
	right:30px;
}

#google_translate_element select
{	
	width:170px;
}
/*------------------ GOOGLE STUFF ----- END   ------------------*/

/*------------------ FACEBOOK ----- START ------------------*/
#facebook
{
	position:absolute;
	bottom:20px;
	left:24px;
}

#facebook img
{
	width:110px;
	height:35px;
}
/*------------------ FACEBOOK ----- END   ------------------*/

.shortlist h2
{
	border-top:none;
}

.insetwide
{
    float:right;
    width:350px;
    padding: 0px 0px 15px 15px;
}

.vidpanel
{
    cursor:pointer;
}

.vidlist ul
{
    margin:0;
    padding:0 0 5px 0;
}

.vidlist li
{
    padding-right: 5px;
    list-style-type: none;
    display:inline;
}

#legacy {
    margin-bottom:0;
    padding-bottom:40px;
}

/* add new css for camping page - /camps/campsessions - dss */

.eventheader {
    background-color: #544A3A;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px;
}
.row, .rowaldersgate
{
    padding:10px;
    background-color:#53241a;
}

.rowocumberlands
{
    padding:10px;
    background-color:#ef4030;
}
.rowkavanaugh
{
    padding:10px;
    background-color:#23408f;
}
.rowloucon 
{
    padding:10px;
    background-color:#0a7644;
}
.rowruggles 
{
    padding:10px;
    background-color:#d2232a;
}
.event_rowheader {
    background-color: #2E2E2E;
    color: #fff;
}
.event_color2 {
    background-color: #DDDDDD;
}
