/* CSS Document */

body {
	margin: 0;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}
#page {
	width: 760px;
	background: url(images/pagebg.gif) repeat-y;
}
#pageGallery {
	width: 760px;
}
#header {
	height: 123px;
	font-size: 11px;
	text-align: right;
	background-color: #327DBA;
}
#header div {
	float: left;
	margin: 0;
	padding: 0;
	line-height: normal;
}
#header div h1 {
	display: none;
}
#header p.phones {
	margin: 0 0 0 435px;
	height: 103px;
	background: url(images/contactnumbers.gif) no-repeat 0 9px;
}
#header p.phones span {
	display: none;
}
#nav {
	clear: both;
	list-style-type: none;
	width: 16em;
	margin: 2em 0 0 0;
	border: 0;
	padding: 0;
}
#nav li {
	margin: 0 0 2px 10px;
	/*border-bottom: 0;
	border-left: 4px solid #999;
	background-color: #EEE;*/
	padding: 6px 6px 6px 15px;
	line-height: 12px;
}
#nav li a {
	font-weight: bold;
	color: #AB232A;
	text-decoration: none;
}
#nav li a:hover {
	font-weight: bold;
	color: #C7252D;
	text-decoration: underline;
}
div.ccards {
	clear: left;
	margin: 25px;
	width: 107px;
	background: #EBEBEB;
	text-align: center;
}
div.ccards div.inner {
	margin: 3px 0 0 0;
}
#content {
	margin: 2em 2em 2em 0;
}
#pageGallery #content {
	margin: 2em 2em 2em 2em;
}
#content h1 {
	border-bottom: 2px dashed #676767;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #676767;
	letter-spacing: 3px;
	line-height: 16px;
}
#page h3 {
	margin-bottom: 0;
	background-color: #327DBA;
	border-top: 2px solid #236EAB;
	border-right: 2px solid #236EAB;
	border-bottom: 2px solid #236EAB;
	padding: 0.2em 2.25em 0.2em 15em;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	color: #FFF;
}
#pageGallery h3 {
	margin-bottom: 0;
	background-color: #327DBA;
	border-top: 2px solid #236EAB;
	border-right: 2px solid #236EAB;
	border-bottom: 2px solid #236EAB;
	padding: 0.2em 2.25em 0.2em 2.25em;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	color: #FFF;
}
#content p {
	line-height: 150%;
}
table.gallery {
	background-color: #EEE;
}
table.gallery tr {
	vertical-align: middle;
}
table.gallery td {
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 15px;
	text-align: center;
}
table.gallery td img {
	border: 1px solid #CCC;
}
table.gallery td.empty {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}
form table {
	border: 1px solid #CCC;
}
form table tr {
	vertical-align: top;
}
form table th {
	border-bottom: 1px solid #EEE;
	padding: 3px 4px;
	font-weight: bold;
	text-align: right;
}
form table td {
	border-bottom: 1px solid #EEE;
	padding: 3px 4px;
	text-align: left;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input.button {
	font-weight: bold;
}
#footer {
	clear: both;
	margin: 0 0 0 1em;
}
