/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	background-color: #7A7A7A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}
#container {
	background-image: url(../images/layout/bg_sides.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFFFF;
	width: 666px;
	padding: 0 34px 0 35px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}
body#home div#banner {
	background-image: url(../images/banners/homepage/1-low.jpg);
	background-repeat: no-repeat;
}
/* @group Menu */
table#menu {
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
	border-width: 0;
	background-color: #ADB091;
	width: 666px;
}
body#home table#menu {
	position: absolute;
	top: 332px;
	left: 35px;
	z-index: 9999;
}
table#menu td {
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 0;
	margin: 0;
}
table#menu a {
	display: block;
	line-height: 20px;
	font-size: 10px;
	padding: 0 5px;
	text-align: center;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(../images/layout/menu_dots.gif);
	background-position: left;
	background-repeat: repeat-y;
}
table#menu a.first {
	background: none;
}
table#menu a:hover {
	color: #002C69;
}
/* @end */
/* @group Testimonial */
div#testimonial {
	float: left;
	text-align: right;
	width: 140px;
	margin-top: 25px;
	margin-bottom: 100px;
	padding-top: 100px;
	background: url(../images/layout/logo.gif) top no-repeat;
}
div#testimonial blockquote {
	font-size: 14px;
	line-height: 120%;
	color: #ADB191;
	margin: 0;
}
div#testimonial cite {
	margin: 0;
	margin-top: 10px;
	font-size: 10px;
	color: #003366;
	line-height: 10px;
	font-style: normal;
	display: block;
}
/* @end */
/* @group Submenu */
ul#submenu, ul#submenu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	line-height: 200%;
}
ul#submenu {
	margin-bottom: 40px;
}
ul#submenu li, ul#submenu a {
	color: #003366;
}
/* @end */
/* @group Content */
div#content {
	margin-top: 20px;
	margin-left: 160px;
	margin-right: 10px;
	margin-bottom: 100px;
}
h1 {
	margin: 0;
	font-size: 24px;
	color: #ADB191;
	font-weight: lighter;
	text-transform: uppercase;
}
p {
	line-height: 16px;
	margin-left: 0;
}
a {
	text-decoration: none;
	color: #B50002;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
img.right {
	float: right;
	margin-left: 20px;
}
ul.photos {
	margin: 10px -40px 0 0;
	padding: 0;
	list-style-type: none;
}
ul.photos li {
	list-style-type: none;
	width: 220px;
	margin-bottom: 30px;
	margin-right: 40px;
	float: left;
}
ul.photos img {
	display: block;
}
textarea {
	height: 100px;
	width: 300px
}
/* @end */
p#footer {
	clear: both;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 50px;
	background-image: url(../images/layout/footer_dots.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #003366;
}
body#home table#menu {
    // Safari won't read the next line because of the floating pound sign
    background:#c00;
    left: 1px;
    #
}
