/*******************BASIC LAYOUT************************/
html{
	height: 100%;
}
body{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #808184;
	font-weight: lighter;
	margin: 0;
	padding: 0;
	background-color: #000000;
	height: 100%;
}
#wrap{
	width: 1000px;
	height: auto;	
	margin-left: auto;
	margin-right: auto;
}
#header{
	height: 125px;
	width: 1000px;
	margin: 0;
	padding: 0;
	background-image: url(../images/header.jpg);
}
#nav{
	height: 195px;
	width: 1000px;
	background-image: url(../images/nav_background.jpg);
}
#lgImage{
	margin-left: auto;
	margin-right: auto;
	/*height: 340px;*/
}
#content{
	width: 700px;
	height: auto;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
.btnContact{
	position: relative;
	top: 70px;
	left: 160px;
}
a img, a img:hover{
	border: none;
}
#footer{
	width:700px;
	background-color: black;
	border-top: 1px solid silver;
	color: #666666;
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
	bottom: 50px;
	font-size: 10px;
}
#footer a{
	color: #A2A2A2;
	text-decoration: underline;
}
.article{
	width:660px;
	height: inherit;
	border: 1px solid red;
}
#col1{
	width: 320px;
	float: left;
	padding: 10px 15px 0 15px;
	margin: 0;
}
#col2{
	width: 320px;
	float: left;
	padding: 10px 15px 0 15px;
	margin: 0;
}
ul{
	margin: 0;
	padding: 0;
}
table.specs{
	margin: 0px 15px 0 15px;
	border-spacing: 5px;
	table-layout: fixed;
	vertical-align: top;
	border-collapse: collapse;
	padding: 10px 5px 5px 5px;
}
.specList{
	vertical-align: top;
	width: 90%;
	font-size: 12px;
	color: #808184;
	border-top: 1px solid silver;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}
.borderline{
	width:660px;
	margin:15px;
	border-top: 1px solid silver;
}
.anchorTop{
	font-size: 12px;
	margin: 30px 0 0 15px;
	height: 15px;	
}
.anchorTop a, .anchorTop a:hover{
	color: #008c99;
	text-decoration: none;
}
.optLeft{
	width: 320px;
	float: left;
	padding: 10px 15px 0 15px;
	margin: 0;
}
.optRight{
	width: 320px;
	float: left;
	padding: 10px 15px 0 15px;
	margin: 0;;
}
.optItem{
	padding-top: 10px;
	border-top: 1px solid silver;
	height: 230px;
}
.optItem img{
	float: left;
}
.optCopy{
	color: #808184;
	font-size:12px;
	margin: 0 0 0 10px;
	width: 150px;
	float: left;
}
.optHead{
	color: #808184;
	font-size:12px;
	font-weight: bold;
	margin: 0 0 0 10px;
	width: 150px;
	float: left;
}
/*******************TEXT ELEMENTS***********************/
table.owners{
	vertical-align: top;	
}
table.owners tr{
	border-bottom: 1px solid silver;
}
a, a:hover{
	color: #086c8f;
	text-decoration: none;
}
.titleGreen{
	width: 660px;
	margin: 0;
	padding: 20px 15px 0 15px;
	color: #008c99;
	font-size: 25px;
	line-height: 30px;
}
.lgGreen{
	color: #008c99;
	font-size: 25px;
}
.smGreen{
	width: 660px;
	margin: 0;
	padding: 20px 15px 0 15px;
	color: #008c99;
	font-size: 15px;
}
.advGreen{
	margin: 0;
	color: #008c99;
	font-size: 15px;
}
.advCopy{
	margin: 0;
	color: #808184;
	font-size:12px;
	line-height: 16px;
}
.smCopy{
	width: 660px;
	margin: 0;
	padding: 10px 15px 0 15px;
	color: #808184;
	font-size:12px;
	line-height: 16px;
}
.regularCopy{
	line-height: 20px;
	width: 660px;
	margin: 0;
	padding: 10px 15px 0 15px;
	color: #808184;
	font-size:15px;
}
.wideParagraph{
	width: 660px;
	padding: 10px 15px 0 15px;
	margin: 0;
}
.email{
	color: #808184;
	text-decoration: underline;
}

.email:hover{
	color: #ffc10e;
	text-decoration: underline;
}

/*******************LIST STYLES FOR NO FLASH NAV*********/
#nav ul{
	height: 60px;
	width: 800px;
	margin: auto;
	padding: 0;
	list-style: none;
}
#nav ul li{
	width: 150px;
	height: 25px;
	text-align: center;
	float: left;
}
#nav ul li a:hover{
	text-decoration: underline;
}
