@charset "UTF-8";
/* CSS Document */

body {
	color: #333; 
	background-color:#FFF;
}

img {
	border:0;
}

#wrapper {
	margin: auto; 
	padding-left: 50px; 
	padding-right: 50px;
	clear: both; 
	width: 700px; 
	background-color: #FFF;
}

#header {
	padding-top:30px;
	height: 85px;
}

#nav {
	width:700px;
}

#nav ul {
	text-align:center; 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	margin-top: 0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
}

#nav li {
	margin-right: 0;
	margin-left: 0;
	display:inline;
	border:0;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration:none;
}

a:active {
	color: #333;
	text-decoration:none;
}

#homeImage {
	position:relative;
	margin:auto;
}

#content li {
	margin-right: 15px;
	margin-left: 15px;
	display:inline;
}

#homePhoto {
}

#content {
	text-align: justify;
	margin-top: 30px;
	margin-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px}

#homeContent {
	height:500px;
}

.bodyCopy p {
	margin:0 0 10px 0;
}

#content h1 {
	width:700px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
}

#content h1 img {
	font-size: 10px;
}

#content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#content h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
}

#content h4 {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#content .contactLinksColumns {
	padding-top:30px;
	width:600px;
	height:285px;
	margin:auto;
	float:none;
	clear:right;
	text-align:center;
}

#content .twoColumn {
	float:left;
	width:50%;
	text-align:center
}


#footer {
	width:700px;
	height:40px;
	background-image:url(../images/elements/footer.gif);
	background-repeat:no-repeat;
}


.insetCaption {
	margin-top: 4px;
	text-align:center;
	font-size:9px;
	line-height:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.paintingCaption {
	margin-top: 10px;
	text-align:center;
	font-size:9px;
	line-height:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.paintingCaptionLarge {
	margin-top: 10px;
	text-align:center;
	font-size:11px;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
}

.insetLeftTop {
	margin:0 20px 0 0;
	float:left;
}

.insetLeftMiddle {
	margin:10px 20px 10px 0;
	float:left;
}

.insetLeftBottom {
	margin:10px 20px 0 0;
	float:left;
}
.insetRightTop {
	margin:0 0 0 20px;
	float:right;
}

.insetRightMiddle {
	margin:10px 0 10px 20px;
	float:right;
}

.insetRightBottom {
	margin:10px 0 0 20px;
	float:right;
}

#content table {
	border-collapse:collapse;
}

#content table h1 {
	margin:0;
	padding:0;
	border: none;
}

#content td {
	vertical-align:top;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
}

.lineList p {
	text-align: left;
	margin-top:8px;
	margin-bottom: 0;
	/*line-height:.95;*/
}

.paragraphList p {
	text-align: justify;
	margin-top: 3px;
}

#gallery td {
	vertical-align:middle;
	text-align:center;
}

.forSEO {
	color:white;
	size: small;
	display:none;
}
.whitetext {
	color: #FFF;
}
