/* Start of CMSMS style sheet 'stylesheet' */
html, body {
	background-color : #F4F0EA;
	background-image : url('images/bg.jpg');
	background-repeat : repeat-x;
	font-size : 12px;
	line-height : 160%;
	color : #333333;
	font-family : Verdana;
}

strong {
	font-weight : bold;
	font-style : inherit;
}

p {
	font-size : 12px;
	line-height : 160%;
	margin-bottom : 10px;
}

a {
text-decoration : underline;
color : #333333;
}

p a {
color : #357917;
text-decoration : none;
}

.NewsSummaryPostdate, #NewsPostDetailDate {
font-style : italic;
color : #999999;
}

.NewsSummaryLink {
font-size : 18px;
margin-bottom : 5px;
}

#NewsPostDetailTitle {
font-size : 22px;
font-weight : normal;
margin-bottom : 5px;
margin-top : 10px;
}

#NewsPostDetailSummary {
font-size : 15px;
font-style : italic;
font-family : "Trebuchet MS";
margin-bottom  : 20px;
}


#container {
	width : 1000px;
	margin : 0 auto;
}

#container #header {
	height : 130px;
}

#container #header #logo {
	width : 290px;
	height : 125px;
}

#container #header #searchForm {
	float : right;
	margin-top : 20px;
}

#container #header #searchForm input {
	border : 0;
	color : #3D8A1A;
	font-size : 14px;
	font-weight : bold;
}

#container #header #searchForm .input {
	border : 0;
	background-color : #FFFFFF;
	padding : 4px;
	color : #999999;
	width : 260px;
	font-size : 14px;
	font-weight : normal;
}

#container #header #searchForm #submit {
background-color : #F3f3F3;
}

#container #header #menu {
	clear : both;
	float : right;
	position : relative;
top : 24px;
	width : 690px;
	height : 60px;
z-index : 99;
}

#container #header #menu a {
	outline : 0;
}

#container #middle {
	clear : both;
	height : 290px;
}

#container #middle #happy-couple {
	margin-top : 16px;
	float : left;
}

#container #content {
	clear : both;
}

#container #content #content-left {
	width : 600px;
	background-color : #FFFFFF;
	background-image : url('images/content-top.jpg');
	background-repeat : no-repeat;
	background-position : top;
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
margin-bottom : 20px;
}

#container #content #content-left #content-bottom {
	height : 10px;
	width : 620px;
	margin-left : -10px;
	display : block;
	background-image : url('images/content-bottom.jpg');
	background-repeat : no-repeat;
	background-position : top;
}


#container #content #content-right {
	width : 320px;
	float : right;
	margin-top : -210px;
	text-align : right;
}

#container #content #content-right #video-box {
width : 316px;
height : 244px;
background-image : url('images/video-box.gif');
background-repeat : no-repeat;
float : right;
margin-bottom : 20px;
}


#container #content #content-right #video-box div {
margin-top : 10px;
margin-right : 8px;
}


#container #content #content-right #video-box embed, 
#container #content #content-right #video-box object {
position : relative;
z-index : 1;
}

#container #content #content-right #photos {
	background-image : url('images/slider.png');
	background-repeat : no-repeat;
	width : 345px;
	height : 315px;
	margin-top : -20px;
	margin-bottom : -35px;
	position : relative;
	z-index : 90;
text-align : left;
}

#container #content #content-right #photos #slideshow {
	top : 20px;
	left : 25px;
width :295px;
height : 198px;
	position : relative;
text-align : left;
overflow-y : hidden;
}

#container #content #content-right #photos #slideshow img {
	width :295px;
height : 198px;
}

#container #content #content-right .box {
	margin-bottom : 20px;
}

#slider {
    width: 560px;
    margin: 0 auto;
    position: relative;
    margin-bottom : 20px;
    margin-top : 10px;
}

#slider  ul.navigation, #slider ul.navigation li {
    margin : 0;
padding : 0;
}

.scroll {
    height: 190px;
    width: 560px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background-color : #F3EFE9;
}

.scrollContainer div.panel {
    padding: 20px;
    width: 520px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.navigation li {
    display: inline;
}

ul.navigation a {
border : 0;
text-decoration : none;
    padding: 10px;
display : block;
float : left;
margin-right : 5px;
    font-size : 14px;
    color: #666666;
    background-image : url('images/content-tab.gif');
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #F3EFE9;
    background-image : none;
}

ul.navigation a.selected {
    background-color: #F3EFE9;
    background-image : none;
}

ul.navigation a:focus {
    outline: none;
    background-image : none;
    background-color: #F3EFE9;
}

.scrollButtons {
    position: absolute;
    top: 100px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

#footer {
	clear : both;
	padding-top : 20px;
height : 100px;
	padding-bottom : 20px;
	background-color : #6AA44E;
}

#footer #inner-footer {
	width : 1000px;
	margin : 0 auto;
}

#footer #inner-footer h2 {
	font-size : 35px;
	color : #FFFFFF;
}

#footer #inner-footer form {
	background-color : #80B268;
	padding : 20px;
	display : block;
width : 540px;
	font-size : 24px;
	color : #FFFFFF;
-moz-border-radius: 6px;
          -webkit-border-radius: 6px;
          border-radius: 6px;
}

#footer #inner-footer table {
	padding : 0;
margin : 0;
}

#content .contactform {
background-color : #F3F3F3;
padding : 5px;
display : block;
width:100%;
}

#content .contactform input, #content .contactform textarea {
border : 1px solid #999999;
padding : 4px;
color : #666666;
}

#content .contactform textarea {
	width : 340px;
	height : 90px;
}


#content .contactform label {
text-transform : capitalize;
} 

#content .contactpage {
border : 1px dotted #CCCCCC;
padding : 10px;
margin : 10px;
}


#content .contactpage label {
color:#339900;
display:block;
float:left;
font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
font-size:13px;
padding:3px 0;
width:200px;
}

#content .contactpage input, #content .contactpage textarea {
border:1px solid #CCCCCC;
color:#252B31;
display:block;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:130%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:5px 0 7px;
outline-style:none;
outline-width:medium;
padding:4px;
width:260px;
}


#content .contactpage textarea {
height : 100px;
}

#content .contactpage textarea:focus, #content .contactpage textarea:hover, #content .contactpage input:focus, #content .contactpage input:hover {
	background-color : #F3F3F3;
}

#content .contactpage .fbsubmit {
margin-left : 200px;
width : auto;
}



span.error {
display : block;
font-size : 10px;
}

#footer #inner-footer form input, #footer #inner-footer form textarea {
	width : 270px;
	background-color : #6AA44E;
	border : 0;
	padding : 6px;
	font-size : 18px;
	color : #D8E8D0;
position : relative;
top : -6px;
font-family : Georgia,"Times New Roman",Times,serif;
}

#footer #inner-footer form textarea {
	width : 320px;
	height : 80px;
}

#footer #inner-footer form .submit input {
	width : 135px;
	background-color : #598166;
}

#footer #inner-footer #copyright {
	float : right;
margin-top : 10px;
}

#footer #inner-footer #copyright p {
	color : #FFFFFF;
font-size : 12px;
width : 317px;
}

#footer #inner-footer #copyright p a {
	color : #FFFFFF;
text-decoration : none;
border-bottom : 1px dotted #FFFFFF;
}


#footer #inner-footer #copyright p a {
border-bottom : 1px solid #FFFFFF;
}

div#scrolltop {
display:none;
height:26px;
position:absolute;
top:150px;
width:26px;
}

#TB_iframeContent {
overflow : hidden;
}

ul.dropdown li.active {
background-color : #FFFFFF;
}

#news-box {
width:556px;
padding:42px 20px 10px 20px;
background-color:#F3EFE9;
background-image:url(uploads/images/news-bar.jpg);
background-repeat:no-repeat;
font-size:12px;
color:#333;
font-family:Verdana, Geneva, sans-serif;
}

#news-box a {
	text-decoration:underline;
	color:#6A9F4F;
}

#news-box .NewsSummary {
	position:relative;
}

#news-box .NewsSummaryPostdate {
	font-size:11px;
	color:#666;
	font-style:italic;
}

#news-box .NewsSummaryLink {
	font-size:20px;
	padding:5px 0;
}

#news-box .NewsSummary {
overflow:auto;
margin-bottom:10px;
}

#news-box .NewsSummaryMorelink {
	position:absolute;
	bottom:0;
	right:0;
	color:#333;
}

#news-box .NewsSummaryMorelink a {
	text-decoration:none;
	color:#333;
}

#news-box p {
	font-size:12px;
	color:#333;
}
/* End of 'stylesheet' */

