@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #999;
	background-color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a:link {
	color: #ff9999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff9999;
}
a:hover {
	text-decoration: underline;
	color: #ff9999;
}
a:active {
	text-decoration: none;
	color: #ff9999;
}

.oneColLiqCtr #container {
	width: 95%;  /* this will create a container 80% of the browser width */
	min-width: 930px;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #leftColumn {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 500px;
	float: left;
}
.oneColLiqCtr #rightColumn {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 45%;
	float: left;
}
#rightColumn #header {
	width: 100%;
	height: 150px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#rightColumn #header #home{
	width: 100%;
	display: block;
	text-align: right;
	font-size: 80%;
}
#rightColumn #header_image {
	width: 100%;
	height: 380px;
	background-image: url(images/istock_black.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#rightColumn #type {
	padding: 10px;
	text-align: left;
}
.fixFF {
	clear:both;
	height: 0px;
}
/************** NAV BAR **************/
#navigation {
	position: relative;
	width: 480px;
}
#navbar {
	height: 100px;
	margin: 0;
	padding: 0;
	font-size: 85%;
}
#navbar li {
	list-style: none;
	float: left;
}
#navbar li a {
	display: block;
	padding: 3px 20px 3px 3px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	border-left:1px solid #666;
	height: 30px;
}
#navbar li a:hover {
	color: #FFF;
	background-color: #333;
}
#navbar li ul {
	display: none;
}
#navbar li:hover ul, #navbar li.hover ul {
	position: absolute;
	display: inline;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navbar li:hover li, #navbar li.hover li {
	float: left;
}
#navbar li:hover li a, #navbar li.hover li a {
	color: #FFF;
	height: 15px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-left: 3px solid #333;
	padding-right: 15px;
	margin-top: 5px;
}
#navbar li li a:hover {
	color: #FFF;
	border-left: 3px solid #999;
	background-color: #000;
}


/************** CONTENT **************/
#content #location {
	color: #666666;
}
#content h1 {
	padding: 2px 0;
	margin: 0px;
}
#content img {
	border: 1px solid #333;
	padding: 3px;
	margin: 5px;
}
h2 {
	width: 99%;
	margin: 30px 0 4px 0;
	text-align: left;
	padding-left: 10px;
	border-bottom: 4px solid #666;
	color: #FFFFFF;
	clear: both;
}

/************** Footer **************/
#testimonial {
	color: #000;
	width: 396px;
	margin: 0 auto;
	text-align: center;
	font-style:italic;
	background-color: #e8e2e6;
	background-image: url(images/testimonials.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	min-height: 160px;
}
#testimonial .top {
	display: block;
	background-color: #000;
	background-image: url(images/test_head.jpg);
	background-position: bottom;
	height: 95px;
	width: 100%;
}
#testimonial span {
	width: 280px;
	padding-left: 15px;
	padding-top: 0px;
	display: block;
	text-align: left;
	font-style:italic;
	font-weight: bold;
	color: #000;
}
#testimonial span strong{
	width: 200px;
	font-size: 90%;
	margin-top: 10px;
	color: #000;
	display: block;
	text-align: right;
	font-weight: bold;
}
#testimonial em {
	width: 200px;
	font-size: 90%;
	border-top: 1px solid #666;
	margin-top: 10px;
	color: #666;
	display: block;
	text-align: right;
	font-style:italic;
	font-weight: bold;
	padding-bottom: 10px;
}
#moreTest {
	font-size: 80%;
	width: 396px;
	margin: 0 auto;
	text-align: right;
	font-style:italic;
}
/************** Footer **************/
#footer {
	display: block;
	margin: 40px 0;
	font-size: 70%;
	color: #666;
}
