@import url(https://fonts.googleapis.com/css?family=Smythe|Sorts+Mill+Goudy|Questrial);



body, p{
	margin:0px;
	padding:0px;
}


/* In Editor Styles Only */

.FCKcontent, #FCKcontent{  /* used only in FCK Editor to set body width and BG*/
	width: 690px;
	padding-left: 0px;
	margin-left: 40px;
	margin-top: 35px;
	margin-bottom: 30px;
	
}

.FCKcontent table tr td{ /* Adjust Table border in editor  if needed */
	border: 1px dotted #666!important;
}


.designnotes{ /* Inline comments during dev stage */
	font-weight: normal;
	background-color: #FFC;
	display: block;
	border: 1px solid #FC3;
	
	padding: 30px 10px 10px 75px;
	min-height:55px;
}
.SC_panel{ 
	background-color: #FFF!important;
	background-image: none!important;
	width:250px!important;
	font-size: 10px;
}
.SC_panel span.designnotes{
	background-image: none;	
	padding: 3px;
	min-height:12px;

}




img.template{ /* Building Block Template Preview */
	-moz-box-shadow: grey 0px 0px 2px;
	-webkit-box-shadow: red 0px 0px 2px;
	display:block;
	clear:both;
}

/* End Editor Styles  */




/* For Google Maps  */
.MarkerTitle >div { /* Marker title */
	white-space: pre;
	color: #FFF;
	text-align: left;
	font: bold 10px/10px Arial, Helvetica, sans-serif;
	padding:3px 5px;
	margin: 0px 3px;
	text-shadow: #000 0px 0px 2px;
	background-color:rgba(0, 0, 0, .8);
	border:solid 1px #CCC;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	box-shadow: 0px 0px 5px #000;
		-moz-box-shadow: 0px 0px 5px #000;
		-webkit-box-shadow: 0px 0px 5px #000;
}

.InfoContent{ /* Bubble Content */
	font: 12px/normal Arial, Helvetica, sans-serif;
	color: #333;	
}
/* End Google Maps */

/* Link types  */

#content .emailresponce{
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
		-moz-box-shadow: rgba(0,0,0,.3);
		-webkit-box-shadow: rgba(0,0,0,.3);
}



#content a[href $='.pdf'], #content a.pdf{
	background: no-repeat left 2px!important;
	padding-left: 40px!important;
	display:inline-block!important;
}










#content h1
{
	color: #5a2d00;
	margin: 0px 0px 10px;
	padding: 0px;
	font: 48px/1.2em 'Smythe', cursive;
}

#content h2
{
	color: #A65300;
	display: block;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font: 32px/1.2em 'Smythe', cursive;	
}
#content h3
{
	color: #333;
	display: block;
	clear: none;
	padding: 0px;
	font: 18px 'Sorts Mill Goudy', serif;
	margin: 6px 0px;
}

#content h2 a:link , h2 a:visited, #content h2 a:link , #content h2 a:visited  {
	/*color: #09C;
	text-decoration: none;*/
}


#content h4
{
	font: 18px 'Sorts Mill Goudy', serif;
	display: block;
	clear: none;
	color: #5a2d00;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5a2d00;
	margin: 6px 0px 8px;
}

#content hr, #content .hr {
	width:100%;
	padding:0px;
	display:block;
	margin-top: 12px;
	margin-bottom: 12px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	clear: both;
	
	border-bottom: none;
	height: 14px;
}

/* Lists */


#content ul{
	display: block;
	padding-left: 10px;
	margin-bottom: 6px;
	margin-left: 0px;
	margin-top: 6px;
}

#content ul li{
	display: block;
	list-style-type: none;
	list-style-position: outside;
		padding: 0px 0px 8px 30px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#content ol{
	display: block;
	padding-left: 25px;
	margin-bottom: 0px;
}
#content ol li{
	color:#000
	
}

/*Tables*/
#content table.table_blank{
	width: 100%!important;
	border-collapse:collapse;
}
#content table.table_blank.image2 tr td{
	width:50%!important;
	vertical-align: top;
}

#content table.table_blank.image3 tr td{
	width:33%!important;
	vertical-align: top;
}
#content table.table_blank tr td.column2{
	width:290px!important;
	vertical-align: top;
}
#content table.table_blank tr td.gutter2{
	width:20px!important;
}



#content table.table_basic{
	width: 100%!important;
	border:1px solid #5A738C;
	box-shadow: #898989 0px 0px 4px;
	-moz-box-shadow: #898989 0px 0px 4px;
	-webkit-box-shadow: #898989 0px 0px 4px;
}

#content table.table_basic thead {
	
	height: 22px;
	border-top: 1px solid #EBEBEB;
	border-right: 1px solid #5C758E;
	border-bottom: 1px solid #5A738C;
	border-left: 1px solid #5C758E;
}
#content table.table_basic thead tr td{
	color: #FFF;
	border-bottom: none;
	padding: 6px;
	font: 24px/1.2em 'Smythe', cursive;
}

#content table.table_basic tr td{
	vertical-align: top;
	color: #000;
	border-bottom: 1px solid #5A738C;
	padding: 6px;
}
/*#content table.table_basic h2 {
	color: #796C3A;
	margin-top: 0px;
	margin-bottom: 0px;
	font: bold normal 14px/normal 'Questrial', sans-serif;
}*/
#content table.table_basic ul {
	display: block;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
}
#content table.table_basic ul li {
	display: block;
	
	background-repeat: no-repeat;
	padding-top: 0px;
	background-position: 0px 2px;
	padding-left: 30px;
	padding-right: 0px;
	line-height: normal;
	margin-bottom: 6px;
}
#content table ul {
	display: block;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 4px;
}
#content table ul li {
	display: block;
	
	background-repeat: no-repeat;
	background-position: left 4px;
	padding: 0px 0px 8px 30px;
}


/* links */

#content a, #content a:visited{
	text-decoration: none;
	color: #369;
	position:relative;
	font-weight: bold;
}

#content a:hover, #content a:active{
	color: #9B813B;
	position:relative;
}

/* Border style for images, maps, video, flash */
#content img.left, 
#content img.right, 
#content img.centered,
#content img.vidLeft, #content div.vidLeft,
#content img.vidRight, #content div.vidRight,
#content img.vidFull, #content div.vidFull,
#content div.mapwrap, 
#content div.flashwrap{
	background-color:#FFF;
	border:4px solid #fff;
	box-shadow: #898989 0px 0px 4px;
	-moz-box-shadow: #898989 0px 0px 4px;
	-webkit-box-shadow: #898989 0px 0px 4px;
}


/* images, flash and video 
 Add image styles in c1_css.xml to have them display in Editor "Styles" menue */

#content img.left, #content div.vidLeft, #content img.vidLeft {
	margin: 4px 10px 2px 0px;
	float: left;	
}

#content img.right, #content div.vidRight, #content img.vidRight {
	float: right;
	margin: 4px 0px 2px 10px;	
}

#content img.centered, #content div.mapwrap, #content div.flashwrap, #content div.vidFull, #content img.vidFull {
	float: none;
	margin: 4px 0px 10px 0px;
	clear: both;
}

#content img.availability {
	float: right;
	margin: 4px 0px 2px 10px;
	border-style: none;
}



/* Quotes */

#content table.quote {
	border-right: 1px solid #C1CBD2;
	border-left: 1px solid #C1CBD2;
	margin: 3px 10px;
}

#content table.quote td.main{
	font-family: 'Smythe', cursive;
	font-size: 24px;
	color: #595959;
	text-align: left;
	line-height: normal;
	padding: 4px 8px 8px 10px;
}

#content table.quote td.caption{
	font: 16px 'Sorts Mill Goudy', serif;
	text-align: right;
	padding-right: 20px;
	color: #5A2D00;	
}



/* Additional styles for client editing 
 Add  styles in c1_css.xml to have them display in Editor "Styles" menue */

#content .highlight1{
	color: #3b3838;
	font: normal 20px/26px 'Sorts Mill Goudy', serif;
}

#content .highlight2{
	color: #C60;
	font-weight: bold
}


#content .fineprint, #content .smallprint{
	color: #666;
	font-size: 13px!important;
	line-height: normal;
}
