/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #000;
	font: 13px/18px Helvetica, Geneva, Arial, sans-serif;
	text-align: left;
	color: #333;
}
a {
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #300;
}
h1 {
	font: bold 22px Helvetica, Geneva, Arial, sans-serif;
}
h2 {
	font: bold 18px Helvetica, Geneva, Arial, sans-serif;
	letter-spacing: -.05em;
	text-align: left;
}
h3 {
	font: bold 14px Helvetica, Geneva, Arial, sans-serif;
}
h4 {
	font: bold 13px Helvetica, Geneva, Arial, sans-serif;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	text-decoration: none;
}
.wrap {
	width: 900px;
	margin: 0 auto;
	overflow: visible;
}
#header {
	background: #100067 url(images/headerborder.jpg) repeat-x bottom center;
	color: #fff;
}
.headerbg {
	background: #100067 url(images/headerbg.jpg) no-repeat bottom center;
	height: 242px;
}
.logo {
	float:left;
	width: 327px;
	height: 120px;
	background: url(images/logo.gif) no-repeat;
	margin: 40px 0 0 0;
}
.logo h1 {
	text-indent: -9999px;
}
.logo h1 a {
	display: block;
	width: 327px;
	height: 120px;
	margin-bottom: 5px;
}
#nav {
	padding: 43px 0 0 0;
	float: right;
	width: auto;
}
#nav li {
	width: auto;
	float: left;
	list-style: none;
	font: bold 18px Helvetica, Geneva, Arial, sans-serif;
	letter-spacing: -.05em;
}
#nav li a {
	display: block;
	margin: 0 0 0 30px;
	color: #fff;
	text-decoration: none;
}
.border {
	background: url(images/bordersmall.jpg) repeat-x bottom center;
}
#container {
	clear: both;
	background: #fff;
	padding: 18px 0;
}
#container h1,h2,h3,h4,h5,h6,p {
	padding-bottom: 18px;
}
ul.bullets {
	margin-left: 36px;
	list-style: circle;
	margin-bottom:18px;
}
.frame {
	background: url(images/frame.jpg) no-repeat;
	height: 300px;
	width: 400px;
	padding: 42px 39px 46px 37px;
}	
.section {
	width: 589px;
	clear: left;
}
.section hr {
	clear: left;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	height: 0;
}
img.left {
	float: left;
	margin-right: 10px;
}
img.right {
	float: right;
	margin-left: 10px;
}
p.testimonial {
	margin: 50px 0 0 0;
}
p.author {
	text-align: right;
	font-weight: bold;
	margin-bottom: -18px;
}
p.italic {
	text-align: right;
	font-style: italic;
}
#footer {
	background: #000 url(images/footerborder.jpg) repeat-x top center;
	padding: 36px 0 18px 0;
	width: auto;
	color: #fff;
	clear: both;
}
#footer a {
	color: #999;
}
.leftColumn {
	width: 276px;
	float: left;
	margin-bottom: 18px;
}
.leftColumn ul {
	padding: 0 0 18px 0;
	margin-top: -7px;
}
.leftColumn li {
	width: 276px;
	border-bottom: 1px solid #666;
	min-height: 28px;
	margin-top: 7px;
}
.leftColumn li a {
	text-decoration: none;
}
.middleColumn {	
	width: 276px;
	float: left;
	margin: 0 0 18px 36px;
}
.rightColumn {
	margin: 0 0 18px 624px;
}
.copyright {
	padding-top: 18px;
	width: 100%;
	clear: both;
	display: block;
	border-top: solid 1px #666;
}
p.more {
	text-align: right;
	font-style: italic;
	padding-bottom: 0;
}
.more a {
	padding-left: 18px;
	background: url(images/arrowblue.png) no-repeat center left;
}
p.gallerymore {
	text-align: right;
	font-style: italic;
	padding-bottom: 0;
}
p.gallerymore a {
	padding-left: 18px;
	background: url(images/arrowblack.png) no-repeat center left;
	color: #fff;
}
dl {
	width: 900px;
}
dt {
	float: left;
	clear: left;
	width: 276px;
	margin-bottom: 9px;
	margin-right: 36px;
}
dd {
	margin-bottom: 9px;
}
button.calendarStyle {
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
}
.icons {
	float: right;
}
