/* This stylesheet controls font styles and colors and layout elements in editable regions of templates */

a:link {
	color: #BE8830;
	text-decoration: underline;
}
a:visited {
	color: #666633;
}
a:active, a:hover, a:focus  {
	color: #669933;
	text-decoration: none;}

p{
	line-height: 1.7em;
	margin-bottom: 15px;
	width: 85%;
}
h1{
	font-weight: normal;
	text-transform: uppercase;
	color: #BE8830;
	font-size: 2em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BE8830;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
h2{
	font-weight: normal;
	color: #BE8830;
	font-size: 1.7em;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
h3{
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #FFFFFF;
	letter-spacing: 1px;
}
h4{
	margin-bottom: 10px;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
blockquote {
	margin-left: 35px;
	margin-right: 20px;
	font-size: .95em;
}
abbr {
	border-bottom: 0 none;
}
.highlight {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-right: 5px;
	font-size: .95em;
}
ul {
}
li {
	margin-bottom: 5px;
	margin-left: 20px;
}

/******* right hand side colored callout ******** */
#divCallout {
	float: right;
	width: 300px;
	background-color: #666666;
	margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 10px;
	border-top-color: #BB7F29;
	border-right-color: #BB7F29;
	border-bottom-color: #BB7F29;
	border-left-color: #BB7F29;
}
#divCallout p{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}
#divCallout h1{
	color: #000000;
	margin-left: 10px;
	border-bottom-color: #333333;
}
#divCallout h2{}
#divCallout img{}

/********** adds white border to a photo*****************/
.imgPhoto {
	padding: 7px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}
/********** creates horizontal photo area with border and caption *****************/
.divPhoto350left, .divPhoto350right {
	width: 350px;
	padding: 7px;
	margin-bottom: 10px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	font-size: 0.85em;
	color: #000000;
}
.divPhoto350left{
	float: left;
	margin-right: 10px;
}
.divPhoto350right{
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}
.divPhoto350right p, .divPhoto350left p{
	margin-bottom: 3px;
	line-height: 1.3em;
	width: 100%;
}
.divPhoto350left img, .divPhoto350right img{
	margin-bottom: 7px;

}
/********** creates vertical photo area with border and caption *****************/
.divPhoto263left, .divPhoto263right {
	width: 263px;
	padding: 7px;
	margin-bottom: 10px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	font-size: 0.85em;
	color: #000000;
}
.divPhoto263left{
	float: left;
	margin-right: 10px;
}
.divPhoto263right{
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}
.divPhoto263right p, .divPhoto263left p{
	margin-bottom: 3px;
	line-height: 1.3em;
	width: 100%;
}
.divPhoto263left img, .divPhoto263right img{
	margin-bottom: 7px;

}
