/* * * * * * * * * * * */
/* Site Colors:        */
/* Primary - #00a1b1   */
/* Highlight - #f89829 */
/* Accent - #bcbdc0    */
/* Border - #96979A    */
/* Tint - #d8fbff      */
/* * * * * * * * * * * */

body {
	background:#BCBDC0;
	margin:0;
	padding:0;
}

body,td,th {
	font-family: Helvetica;
}

label, p {
	font-family:Helvetica;
}

#address  {
	width:274px;
}

#footer {
	font-size:14px;
	font-weight: bold;
	height:100px;
	text-align:center;
}

#holder {
	background:#fff;
	box-shadow:0px 0px 5px black;
	margin-left:auto;
	margin-right:auto;
	margin-top:75px;
	padding:20px 10px 10px 10px;
	width:980px;
}

#nav {
	background:#00a1b1;
	box-shadow:0px 0px 5px black;
	font-size:24px;
	height:75px;
	margin-top:-75px;
	min-width:1000px;
	position:absolute;
	text-align:center;
	width:100%;
	z-index:1;
}

#nav ul {
	height:75px;
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
}

#nav ul li {
	display:inline-block;
	height:75px;
	margin:0px 10px 0px 10px;
	vertical-align:middle;
}

#nav ul li a {
	color:#fff;
	text-decoration:none;
}

#nav ul li a:hover {
	color:#f89829;
}

#nav ul li img {
	height:75px;
}

.contact {
	height:300px;
	width:300px;
}

.contacttext {
	font-weight:bold;
	text-align:right;
	font-size:14px;
	padding-right:10px;
}

.container {
	border:3px solid #96979A;
	padding:5px;
}

.floatr {
	float:right;
}

.floatl {
	float:left;
}

.floatrp {
	float:right;
	padding: 10px;
}

.formheader {
	text-align:center;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	line-height:24px;
}

.h1 {
	font-weight: bold;
	font-size: 30px;
	color: #666;
}

.h2 {
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

.ftrtxt {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.ftrtxt2 {
	font-size: 10px;
	color: #00a1b1;
}

.white {
	color:#fff;
}

.specialsBanner {
	font-weight: bold;
	color: #EBEBEB;
}
