@charset "utf-8";

/* CSS Document */

body {
	background-color: #E6E6E6;
	background-repeat: repeat-x;
	margin: 0;
	background-image: url(images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: bold;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}

a:visited {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #333;
}
.header_left {
	background-image: url(images/headerleft.png);
}
.header_right {
	background-image: url(images/headerright.png);
}
.header_middle {
	background-image: url(images/headermiddle.png);
}
.menu_left {
	background-image: url(images/menuleftwhite.png);
}
.menu_right {
	background-image: url(images/menurightwhite.png);
}
.menu_middle {
	background-image: url(images/menumiddlewhite.png);
}
.whitespace_left {
	background-image: url(images/whitespacer_left.png);
}
.whitespace_right {
	background-image: url(images/whitespacer_right.png);
}
.menu_spacing {
	background-image: none;
	line-height: 4px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.break_middle {
	background-image: url(images/breakmiddle.png);
}
.break_right {
	background-image: url(images/breakright.png);
}
.break_left {
	background-image: url(images/breakleft.png);
}
.break_spacing {
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.footer_spacing {
	background-image: none;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.portfoliophotospacer {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 10px;
	border: medium solid #A4B6AD;
}
.portfoliotextspacer {
	padding: 0px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 24px;
	margin-left: 0px;
}

.section_title {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


.text_boldreg {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.cms-editable {
}

.text_title {
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
.text_sectiontitle1 {
	font-size: 30px;
	font-weight: bold;
	color: #A2B5AB;
}
.text_sectiontitle2 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
