* {
	font-family: Arial;
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #f5efc5 url(images/body-bg.png);
	font-size: 10pt;
}

a, a:active, a:visited {
	text-decoration: none;
	color: #1A4A5C;
}

h1 {
	margin-bottom: 10px;
	text-align: center;
	background: url(images/h1-bg.gif) no-repeat bottom center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 200;
}

h2 {
	font-size: 14pt;
	margin-top: 20px;
	margin-bottom: 8px;
}

h3 {
	font-size: 10pt;
	margin-bottom: 8px;
}

img {
	border: 0px;
}

p {
	font-size: 12pt;
	line-height: 175%;
	margin-bottom: 8px;
}

p:last-child {
	margin-bottom: 0px;
}

td {
	font-size: 9pt;
	padding: 2px 5px;
	line-height: 175%;
}

input[type="text"], input[type="password"], textarea {
	padding: 10px;
	border: 1px solid #745931;
	background-color: #d1c5a8;
	font-size: 10pt;
	color: #745931;
	background-color: #fafafa;
}

input[type="submit"], .button {
	padding: 10px 20px;
	background-color: #bea888;
	background-image: -moz-linear-gradient(#dbd1b9,  #bea888);	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dbd1b9), to(#bea888));
	background-image: -webkit-linear-gradient(#dbd1b9, #bea888);
	background-image: -o-linear-gradient(#dbd1b9, #bea888);
	background-image: -ms-linear-gradient(#dbd1b9, #bea888);
	background-image: linear-gradient(#dbd1b9, #bea888);
	color: #000000 !important;
	margin-right: 10px;
	font-weight: bold;
	font-size: 11pt;
}

select {
	border: 1px solid #cccccc;
	padding: 2px 4px !important;
}

input.required, textarea.required {
	background: #fafafa url(images/asterisk.png) no-repeat right 5px center;
}

select.required {
	background: #fafafa url(images/asterisk.png) no-repeat right 10px center;
}

select.error, input.error, textarea.error {
	border: 1px solid #ff0000;
}

ul {
	list-style-position: inside;
}

ul li {
	line-height: 150%;
	font-size: 12pt;
	
}

span.error {
	color: #ff0000;
	font-size: 9pt;
	border: 1px solid #ff0000;
	padding: 3px 5px; 
	background-color: #fee0e1;
}

.review {
	display: inline-table; 
	vertical-align: top; 
	width: 540px; 
	height: 120px;
}

.gallery-item {
	float: left;
	margin: 0px 20px 20px 0px;
	border: 1px solid #bea888;
	padding: 10px;
	border-radius: 10px;
	background-color: #dbd1b9;
	box-shadow: 0px 0px 10px rgba( 1, 1, 1, 0.5);
}

.gallery-item:hover {
	box-shadow: 0px 0px 10px rgba( 1, 1, 1, 0.8);
}

.gallery-item.large {
	width: 300px;
	height: 200px;
}

.large .image-box {
	width: 300px;
	height: 200px;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}

.large .image-box img {
	max-width: 300px;
	max-height: 200px;
	border: 1px solid #bea888;
}

.gallery-item.medium {
	width: 210px;
	height: 140px;
}

.medium .image-box {
	width: 210px;
	height: 140px;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}

.medium .image-box img {
	max-width: 210px;
	max-height: 140px;
	border: 1px solid #bea888;
}


.page-gallery {
	margin-bottom: 10px;
}

.page-gallery.line img {
	height: 150px;
}

.page-gallery.right {
	float: right;
	text-align: right;
	margin-left: 30px;
}

.page-gallery.right.columns-one {
	width: 20%; 
}

.page-gallery.right.columns-two, .page-gallery.right.columns-one-large {
	width: 40%; 
}

.page-gallery.right.columns-two img {
	width: 49%; 
}

.page-gallery.right.columns-one-large img, .page-gallery.right.columns-one img {
	width: 100%;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}
