body {
	background-image: url(./images/HeaderBackground.jpg);
	background-repeat: repeat-x;
	white-space: normal;
}
.centerlogo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.centercontent {
	float: right;
	padding-right: 250px;
}
.center_text {
	text-align: center;
}
.cfcMenu {
	margin-left:125px;
	margin-right: auto;
	padding-top:320px;
	display:block;
}

.cfcLogo {
	background-image:url(./images/FinalLogo.png);
	background-repeat: no-repeat;
	height:367px;
	width:760px;
	margin-bottom: 20px;
}

.menupadding {
	margin-left: -2px;
	margin-right: -2px;
}
.leftcontent {
	width: 740px;
	background-repeat: no-repeat;
	float: left;
	font-size: 1.0em;
	padding: 0px 25px 0px 25px;
}

.leftcontent a {
	color: #000;
}

.twocolumns_head {
	background-image:url(./images/contentheader.png);
	display:block;
	height:24px;
	background-repeat:no-repeat;
	width:1060px;
	/*margin-top:40px;
	margin-left:100px*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.twocolumns {
	background-image:url(./images/contentbody.png);
	font-family: 'Nunito', arial;
	width: 1060px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-repeat:repeat-y;
}

.rightcontent {
	width: 255px;
	float:left;
	position: relative;
	padding: 0px 0px 0px 15px;
}

.full-width-head {
	background-image: url(./images/calendar_content_head.png);
	display: block;
	height: 40px;
	background-repeat: no-repeat;
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.full-width-body {
	background-image: url(./images/calendar_content_mid.png);
	font-family: 'Nunito', arial;
	width: 955px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
	padding: 0px 70px 0px 35px;
}

.full-width-foot {
	background-image: url(./images/calendar_content_foot.png);
	display: block;
	height: 50px;
	background-repeat: no-repeat;
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
}

div.plugin_googlemap div.google-map-container {
	width: 730px;
	height: 500px;
}

.tour_page {
	padding: 30px 0px 0px 30px;
}

.tour_nav_out {
	padding: 0px 0px 0px 0px;
	background-image:url(./images/TourPics/tour_nav_outside.png);
	height: 125px;
	width: 297px;
	display: block;
	background-repeat: no-repeat;
	background-position:right;
}

.tour_nav_out:hover {
	background-image:url(./images/TourPics/tour_nav_outside_hover.png);
}

.tour_nav_in {
	padding: 0px 0px 0px 0px;
	background-image:url(./images/TourPics/tour_nav_inside.png);
	height: 125px;
	width: 297px;
	display: block;
	background-repeat: no-repeat;
	background-position:right;
}

.tour_nav_in:hover {
	background-image:url(./images/TourPics/tour_nav_inside_hover.png);
}

.tour_text {
	width: 340px;
	height: 300px;
	float: left;
}

.tour_nav_holder {
	width: 300px;
	height: 300px;
	float: left;
}

.picturebox {
	padding-bottom:2px;
}

.picture_grid {
	padding: 22px;
}

h1 {
	font-size: 1.3em;
	margin-left: 25px;
	font-weight: 700;
}

h2 {
	font-size: 0.9em;
	margin-left: 40px;
	font-weight: 700;
}


.home_text h1 {
	font-size: 1.3em;
	margin: 10px 0px 0px 25px;
}

.home_text h2 {
	font-size: 0.9em;
	margin: 0px 0px 0px 50px;
}

.tour_text h3 {
	font-size: 1.1em;
	font-weight: 400;
	padding: 0px 0px 0px 30px;
}
li {
	font-size:0.9em;
}
.clear {
	clear:both;

}
.pic_right {
	padding: 0px 20px 20px 20px;
	float: right;
}

.pic_right_2 {
	padding: 0px 20px 20px 20px;
	float: right;
}

.pic_left {
	padding: 0px 20px;
	float: left;
}

.pic_left_2 {
	padding: 0px 20px 5px 0px;
	float: left;
}

.leftfoot {
	background-image:url(./images/contentfoot.png);
	height: 35px;
	background-repeat: no-repeat;
	width: 1060px;
	padding-bottom:30px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

.cfcmenutab {
	width: 124px;
	height: 46px;
	display:block;
	line-height:40px;
	text-align:center;
	float:left;
}

#cfc0 {
 background-image:url(./images/Menu_Home.png);
}

#cfc0:hover, #cfc0.selected {
 background-image:url(./images/Menu_Home_Over.png);
}

#cfc1 {
 background-image:url(./images/Menu_Phil.png);
}

#cfc1:hover, #cfc1.selected {
 background-image:url(./images/Menu_Phil_Over.png);
}

#cfc2 {
 background-image:url(./images/Menu_Tour.png);
}

#cfc2:hover, #cfc2.selected  {
 background-image:url(./images/Menu_Tour_Over.png);
}

#cfc3 {
 background-image:url(./images/Menu_Contact.png);
}

#cfc3:hover, #cfc3.selected {
 background-image:url(./images/Menu_Contact_Over.png);
}

#cfc4 {
 background-image:url(./images/Menu_Cal.png);
}

#cfc4:hover, #cfc4.selected {
 background-image:url(./images/Menu_Cal_Over.png);
}

