@charset "iso-8859-1";
/* CSS Document */
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #006699;
	background-color:#fff;
	margin-top:1%;
	background-image: url(../images/back4.jpg);
}

h1 {
	font-size:1.1em;
	padding-top:10px;
	/*padding-bottom:10px;*/
	padding-left:20px;
	text-align:left;
}

p {
	padding-left:0px;
	padding-right:0px;
}

.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#fff;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:0px;
}

.page_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#fff;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:0px;
	margin-top:0px;
}

#container {
	text-align: center;
	margin: 0px auto 0px;
	width: 850px;
	height: auto;
	min-height: 600px;
}

.no_border {
	border:0px;
}

#header {
	width:814px;
	height:147px;
	margin-left:0px;
	padding-top:8px;
	padding-bottom:4px;
	padding-left:8px;
	padding-right:30px;
	padding-top:12px;
	text-align:left;
	clear:both;
	float:right;
	background-image: url(../images/header-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#accuweather {
	float:right;
}

.bodycopy {
	float:right;
	width:463px;
	height:462px;
	overflow:auto;
	padding-top:20px;
	padding-left:20px;
	padding-right:30px;
}

.bodyimage {
	float:left;
	width:337px;
	height:482px;
}

#nav {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:830px;
	padding-left:21px;
	padding-top:8px;
	padding-bottom:8px;
	color:#fff;
	background-color:#999;
	margin-bottom:1px;
	text-align:left;
	float:right;
	clear:both;
	font-size: 0.75em;
	/*font-weight: bold;*/
	text-decoration: none;
	display: block;
}
	
#nav ul { 
	list-style: none; 
	padding: 0px; 
	margin: 0px; 
}
#nav li {
	text-align: center;
	margin: 0px;
	float: left;
}

#nav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	/*padding-top: 4px;
	padding-bottom: 4px;*/
	padding-right: 8px;
	padding-left: 8px;

}
html>body #nav li a { 
	width: auto 
}

#nav li a:hover  { 
	color: #e5d6c8; 
	/*background-color: #; */
}
#nav li a.sel { 
	color: #e5d6c8; 
	/*background-color: #; */
}

#image {
	width:164px;
	height:480px;
	float:right;
	margin-right:20px;
}

#content a:link   { color: #000; text-decoration:underline; }
#content a:visited   { color: #000; text-decoration:underline; }
#content a:active   { color: #fff; text-decoration: none; background-color: #e5d6c8; }
#content a:hover   { color: #fff; text-decoration: none; background-color: #e5d6c8; }

#row     { display: block; float: left; }
div.row span.inline    { display: block; vertical-align:top; clear:both; }
div.row span.label    { font-style: italic; font-weight: normal; text-align: left; padding-right: 10px; width: 130px; float: left }
div.row .forminput { width:180px; }
div.row .order_button {
	vertical-align:middle;
	border:0px;
}

.spamChallenge {
	font-family:Arial, Helvetica, sans-serif;
	width:30px;
	height:22px;
	text-align:center;
	font-weight:bold;
	background-color:#ccc;
	color:#000;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

#copyright {
	font-size:0.7em;
	text-align:right;
	clear::both;
	float:right;
}

#copyright a:link { color: #000; text-decoration: underline; }
#copyright a:visited   { color: #000; text-decoration: none; }
#copyright a:active  { color: #fff; text-decoration: none; background-color: #e5d6c8; }
#copyright a:hover  { color: #fff; text-decoration: none; background-color: #e5d6c8; }

#copyright .footer_left {
	float:left;
	width:200px;
	text-align:left;
}

#copyright .footer_right {
	float:right;
	width:590px;
	text-align:right;
}