@import url(global_v1-1.css);

/*stylesheets for our framework, please do 
not remove*/
@import url(croasdaileCC_css/modules.css);
@import url(croasdaileCC_css/plugins.css);
@import url(adminLogin.css);
@import url(admin.css);


/*
I. GLOBAL:  Global classes, header styles, link styles and .page (body tag) class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS

/////////////////////////////////////////////////////*/

body {
	
}
h1 {
	color: #284E36;
	font: 20px Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #847D54;
	font: 16px Georgia, "Times New Roman", Times, serif;
}
h3 {
	color: #867D4A;
	font: 16px Georgia, "Times New Roman", Times, serif;
}
h4 {
	color: #AF7A1F;
	font: italic 16px/1.3 Georgia, "Times New Roman", Times, serif;
}
h5 {
	color: #2b3B24;
	font: 11px Georgia, "Times New Roman", Times, serif;
	display: inline;
}
h6 {
	color: #423317;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
}
p {
	color: #1A1816;
	font: 11px/1.6 "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
table, div {font: 11px "Lucida Sans Unicode", Verdana, Arial, sans-serif;}
a,a.small,a.anchor,a.visited {
	color: #03588e;
	font: inherit;
	text-decoration: none;
}
a:hover {
	color: #848D74;
	font: inherit;
	text-decoration: underline;
}
.page {
	text-align: center;
	background: #29443b url(../../../images/bg-body.jpg) repeat-x;
	color: #000;
}
/*////////////////////////////////////////////////////////
Layout and Custom Selectors For: siteName
////////////////////////////////////////////////////////*/
form {
	display: inline;
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
	margin: 0;
}
a {
	text-decoration: underline;
	font: 100% "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #03588e;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	font: 100% "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #03588e;
	text-decoration: underline;
}
a:focus {outline: none;}
img {
	/*border: none;*/
	/*display: block;*/
}
h1, h2, h3 {margin: 0;}
h1, h2 {
	font: 30px "Times New Roman", Georgia, Times, serif;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 8px;
	background: url(../../../images/img-title-border.gif) bottom repeat-x;
	margin-bottom: 8px;
}
h2 {font-size: 18px;}
h3 {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	margin-bottom: 6px;
	text-transform: uppercase;
}
/*txt-see-what*/
.txt-see-what {
	height: 23px;
	background: url(../../../images/txt-see-what-you.gif) no-repeat;
	margin-bottom: 12px;
	padding: 0;
	width: 430px;
}
p {
	margin: 0 0 15px;
	color: #29443b;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
}
/*text to image replacment*/
.hidden-text {
	display: none;
	/*text-indent: -9999px;*/
}
/* -------------------------------------------------------------
= LAYOUT CLASSES 
------------------------------------------------------------- */
#siteWrapper {
	width: 1024px;
	margin: 0 auto;
	font: 100% "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */
#brending {
	height: 165px;
	background: url(../../../images/bg-header.jpg) no-repeat;
	padding: 0 40px 0 60px;
}
/*logo*/
.logo {
	float: left;
	margin-top: 21px;
}
/*logo2*/
.logo2 {
	background: url(../../../images/txt-croasdaile.gif) no-repeat -1px 0;
	width: 340px;
	height: 48px;
	float: left;
	margin-top: 49px;
}
.logo2 a {
	height: 100%;
	width: 100%;
}
/*txt-family*/
.txt-family {
	width: 328px;
	height: 52px;
	background: url(../../../images/txt-family-friends.gif) no-repeat;
	float: right;
	margin-top: 40px;
}
/*txt-member-only*/
.txt-member-only {
	width: 185px;
	height: 62px;
	background: url(../../../images/txt-members-only.gif) no-repeat;
	float: right;
	margin-top: 20px;
}

.memberlogin {
	width: 385px;
	float: right;
	text-align: right;
	color: #f5ead6;
}

.memberlogin a, .memberlogin a:hover {
	color: #C2B000;
	}

/*logon-menu*/
.logon-menu {
	padding: 15px 0 0;
	margin: 0;
	float: left;
	text-align: right;
	width: 500px;
}
.logon-menu li {
	display: inline;
	padding-left: 11px;
}
.logon-menu a {
	font: 10px "Times New Roman", Times, serif !important;
	color: #e4e46c !important;
	padding-right: 10px;
	background: url(../../../images/img-arow.gif) no-repeat 100% 50%;
}
.inner-page .txt-member-only {margin-top: 5px;}
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */
#nav {
	padding: 0 0 0 10px;
	margin: 30px 0 0;
	float: left;
	width: 830px;
}
/*#nav li {
	float: left;
	padding-left: 1px;
	background: url(../../../images/img-main-nav-separator.gif) no-repeat 0 50%;
}
#nav li.first {
	padding: 0;
	background: none;
}
#nav li a {
	float: left;
	color: #c2b000;
	font: 12px/36px "Times New Roman", Times, serif;
	padding: 0 19px;
	text-decoration: none;
	text-transform: uppercase;

}
#nav li a:hover, #nav li a.active {
	background: url(../../../images/bg-main-nav-hover.gif) repeat-x;
	color: #e2e3d0;
}*/

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */
#contentAreaWrapper {
	width: 100%;
	float: left;
}

#contentArea {
	background: #fcfcf9 url(../../../images/bg-content1.jpg) no-repeat;
	width: 100%;
	float: left;
}

#contentArea2Wrapper {
	background: url(../../../images/bg-content2.gif);
	width: 100%;
	float: left;
}

#contentArea2 {
	background: url(../../../images/bg-tree.gif) bottom left no-repeat;
	width: 100%;
	float: left;
}

#contentAreaModule {
	background: #FFFFFF;
	width: 100%;
	float: left;
}

.content-holder {
	background: url(../../../images/bg-tree.gif) no-repeat 0 100%;
	padding: 24px 35px 0 45px;
	/*height: 1%;*/
	float: left;
}
/*sidebar1*/
#sidebar1, #sidebar1 ul {
	float: left;
	width: 222px;
	padding: 0;
	margin: 0;
	font: 100% Arial, Helvetica, sans-serif;
	text-align: left;
}
#sidebar1 a {
	display: block;
	padding: 25px 0 25px 7px;
	background: url(../../../images/bg-doted-border.gif) repeat-x 0 100%;
}
#sidebar1 a:hover, #sidebar1 a.active {
	background: #f7f6e7;
	text-decoration: none;
}
#sidebar1 ul li img {
	float: left;
	padding: 2px;
	background: #efeeda;
	border: 1px solid #d5c7b6;
	margin-right: 6px;
}
#sidebar1 strong {
	color: #642304;
	font-size: 11px;
	display: block;
	text-transform: uppercase;
}
#sidebar1 span {
	font-size: 11px;
	line-height: 16px;
	color: #000;
}
/*content*/
.content {
	width: 395px;
	float: left;
	padding: 10px 0 0 40px;
	/*background: url(../../../images/bg-tree.gif) no-repeat 0 100%;*/
}

.content2 {
	width: 617px;
	float: left;
	padding: 25px 0 0 40px;
	float: left;
	text-align: left;
}

.contentCourseTour {
	width: 940px;
	float: left;
	float: left;
	text-align: left;
}

.contentCourseTour .inside {
	padding: 25px 0 0 40px;
}

#content3 {
	width: 690px;
	float: left;
	text-align: left;
	/*background: url(../../../images/bg-tree.gif) no-repeat 0 100%;*/
}

#content3 .inside {
		padding: 25px 0 0 40px;
		float: left;
}

/*sidebar2*/
#sidebar2 {
	float: right;
	width: 220px;
	padding: 15px 25px 0 17px;
	border-top: 5px solid #000;
	text-align: left;
}
#sidebar2 h3 {
	color: #29443b;
	font-size: 14px;
	text-transform: inherit;
}
/*member-form*/
.member-form {
	color: #29443b;
	margin-bottom: 15px;
}
.member-form label {
	display: block;
	font-size: 10px;
}
.member-form .i-text {
	width: 155px;
	height: 17px;
	background: #fff;
	border: 1px solid #b4b6b4;
	padding: 0;
	margin-right: 3px;
}
.form-row {
	width: 100%;
}
.form-row label, .form-row input {float: left;}
.need-help {
	float: right;
	font-size: 9px !important;
	color: #29443b !important;
	margin-right: 21px;
	text-decoration: underline;
}
.need-help:hover {text-decoration: none;}
/*btn-go*/
.btn-go {
	width: 19px;
	height: 19px;
	background: url(../../../images/btn-arrow.gif) no-repeat;
	float: left;
}
/*news-list*/
.news-list {
	padding: 5px 0 0;
	margin: 0;
}
.news-list strong {display: block;}
.news-list p {line-height: 16px;}
/*sub-page content*/
.sub-page #contentArea {background: url(../../../images/bg-content2.gif) repeat-y; width: 100%;}
.sub-page .content {
	width: 620px;
	padding: 50px 0 0 70px;
}
/*caption*/
.caption {
	color: #84520f;
	display: block;
	margin-bottom: 12px;
}
/*columns*/
.columns {
	width: 100%;
	background: url(../../../images/bg-orange-box.gif) repeat-y 100% 0;
	margin-bottom: 15px;
}
/*sub-column1*/
.sub-column1 {
	float: left;
	width: 395px;
}
/*photo-holder*/
.photo-holder {
	width: 100%;
	padding-top: 3px;
}
.photo-holder img {
	float: left;
	margin-right: 13px;
}
/*sub-column2*/
.sub-column2 {
	float: right;
	width: 209px;
	margin-left: 20px;
}
.sub-column2 p {
	font-size: 10px;
	line-height: 14px;
	color: #696969;
}
/*orange box*/
.orange-box {
	padding: 10px 17px 0 14px;
	background: #f2f0e5;
	margin-bottom: 23px;
}
.orange-box img {margin-bottom: 12px;}
/*links*/
.links {
	padding: 0 0 0 9px;
	margin: 0;
	
}
.links a {
	padding-left: 13px;
	background: url(../../../images/img-arrow-bullet.gif) no-repeat 0 50%;
	line-height: 21px;
	color: #aa9049;
}
/*news-list*/
.news-list {
	padding: 0;
	margin: 0;
}
.news-list li {margin-bottom: 35px;}
/*sidebar 3*/
#sidebar3 {
	width: 299px;
	background: url(../../../images/bg-sidebar.gif) no-repeat;
	float: right;
	text-align: left;
}

#sidebar3 #sidebarBgFYI {
	padding: 30px 33px 0 21px; 		
}

#sidebar3 .inside {
	width: 245px;
}


#sidebar3 h2 {background-image: url(../../../images/img-title-border2.gif);}
/*calendar-form*/
.calendar-form {margin-bottom: 75px;}
.calendar-form label {
	display: block;
	color: #000;
	font-size: 11px;
}
.calendar-form input {
	width: 234px;
	height: 18px;
	padding: 3px 5px;
	background: #f6f6d9;
	border-left: 1px solid #acac97;
	border-top: 1px solid #acac97;
	border-bottom: 1px solid #ececd1;
	border-right: 0;
	margin-bottom: 6px;
	font: 13px Arial, Helvetica, sans-serif;
}
/*archiv-list*/
.archiv-list {
	padding: 0;
	margin: 0;
}
.archiv-list li {margin-bottom: 5px;}
.archiv-list a {
	color: #5d7164 !important;
	font: 11px/13px "Times New Roman", Times, serif !important;
	text-transform: uppercase;
	text-decoration: underline;
}
.archiv-list a:hover {text-decoration: none;}
/*visual2*/
.visual2 {float: left;}
.inner-page #sidebar3 {padding-top: 35px;}
.inner-page .content {padding-top: 18px;}
/*weather-holder*/
.weather-holder {
	width: 100%;
	margin-bottom: 20px;
}
.weather-holder img {
	float: left;
	margin-top: 13px;
}
.local {
	float: left;
	width: 110px;
}
.local strong {
	font-size: 11px;
	color: #020202;
	display: block;
	margin-bottom: 3px;
	letter-spacing: -1px;
}
.local span {
	font-size: 11px;
	color: #111;
	display: block;
	margin-bottom: 3px;
}
.local a {
	color: #2b544a !important;
	font-size: 10px !important;
	text-decoration: underline;
}
.local a:hover {text-decoration: none;}
/*temp*/
.temp {
	float: right;
	width: 95px;
	margin-top: 10px;
}
.temp strong {
	font-size: 16px;
	color: #326055;
	display: block;
}
.temp strong span {
	font-size: 11px;
	color: #020202;
}
.temp span {font-size: 12px;}
/*sub-menu*/
.sub-menu {
	padding: 0;
	margin: 0 0 35px;
}
.sub-menu a {
	padding-left: 12px;
	background: url(../../../images/img-arrow-bullet.gif) no-repeat 0 -99999px;
	color: #84520f !important;
	font: italic 12px/20px "Times New Roman", Georgia, Times, serif !important;
	text-decoration: none !important;
}
.sub-menu a:hover, .sub-menu a.active {background-position: 0 50%;}
/*title-box*/
.title-box {
	width: 100%;
	float: left;
	background: url(../../../images/img-title-border.gif) no-repeat 0 100%;
	margin-bottom: 10px;
}
.title-box h1 {
	float: left;
	margin-bottom: 0;
}
.title-box strong {
	float: right;
	font: 16px/16px "Times New Roman", Times, serif;
	text-align: right;
	text-transform: uppercase;
}
.title-box strong span {font-size: 9px;}
/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */
#footer {
	height: 150px;
	background: url(../../../images/bg-footer.gif) no-repeat 21px 0;
	padding: 5px 22px 0;
	clear: both;
}
#footer p {
	color: #efeeda;
	font: 12px "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align: right;
	margin: 0;
}
