/* CSS Reset */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

/* CSS Reset End */
body
{
	background-color: #636F57;
	background-position: top center;
	font: normal small Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #838B91;
}

h1,h2,h3,h4,h5,h6
{
	color: #468259;
}

h3 
{
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
}


h2
{
	/*background: url(images/img07.gif) no-repeat left center;*/
	font-size: 22px;
}

a
{
	background: url(images/image03.gif) repeat-x left bottom;
	text-decoration: none;
	color: #165229;
}

a:hover
{
	background: none;
	text-decoration: underline;
}

ul
{
	margin-bottom: 20px;
}

p
{
	color: #555555;
	margin-bottom: 1em;
}

.linklist p
{
	margin-bottom: 0;
	text-indent: -25px;
	padding-left: 25px;
	font-size: 0.9em;
}

.linklist p a
{
	font-size: 1.2em;
}

img
{
	margin-bottom: 10px;
}

.stronglinkskin
{
	font-weight: bold;
}

.stronglinkspecial
{
	font-weight: bold;
	font-size: 1.1em;
}
/* Wrapper */

#wrapper
{
	text-align: left;
	width: 800px;
	margin: auto;
	margin-top: 15px;
	background: #749865 url(images/img16.gif) repeat-x;
	background-position: top center;
}

/* Menu */

#menu
{
	width: 762px;
	height: 60px;
	margin-left: 12px;
}

#menu ul
{
	list-style: none;
}

#menu li
{
	display: block;
	float: left;
	width: 121px;
	height: 60px;
	padding: 0 0 0 2px;
	background: url(images/img02.gif) no-repeat top left;
	position: relative;
	text-align:center;
}

#menu a
{
	display: block;
	width: 91px;
	height: 36px;
	padding: 20px 22px 0 10px;
	background: none;
	letter-spacing: -1px;
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
	color: #E1E9E2;	
}

#menu ul :hover > a
{
	text-decoration: none;
	color: #FFF;
}

#menu .active > a, #menu .active > a:hover
{
	background: #E1E9E2;
	border-bottom: 5px solid #E1E9E2;
	color: #749865 !important;
}

/* Drop-down menu */

#menu ul ul
{
	width: 125px;
	visibility: hidden;
	position: absolute;
	height: 0;
	padding: 0;
	margin: 0;
	top: 60px;
	left: 0;
	z-index: 2;
	border-top: 2px solid #444;
}

#menu ul ul li
{
	text-align:left;
	width: 121px;
	padding: 0;
	margin: 0;
	height: auto;
	border: 2px solid #444;
	border-top: 0;
}

#menu ul ul li a
{
	background: #7F9A65;
	color: #000;
	height: auto;
	line-height: 1.5em;
	font-size: 0.925em;
	font-weight: bold;
	padding: 3px 10px;
	width: 101px;
	word-spacing: 3px;
}

#menu ul ul a:hover
{
	color: #000;
	text-decoration: none;
}



#menu ul li:hover ul, #menu ul a:hover ul
{
	visibility: visible;
}

#menu ul :hover ul ul
{
	visibility:hidden;
}

#menu ul :hover ul :hover ul
{
	visibility:visible;
}


#menu ul ul li:hover > a
{
	border-bottom: none;
	color: #FFF;
}

/* Header */

#header
{
	height: 239px;
	margin: auto;
	padding: 0;
	background-color: white;
	width: 800px;
	position: relative;
}

#header h1
{
	position: absolute;
	top: 180px;
	left: 20px;
	font-size: 25px;
	width: 104px;
	line-height: 27px;
}

#header #text
{
	font-family:serif;
	background-color: white;
	float:left;
	width: 519px;
	position: absolute;
}

#header #text p
{
	position: absolute;
	width: 400px;
	font-size: 14px;
	top: 35px;
	left: 35px;
	font-weight: bold;
	color: #003F87;
	background-color: white;
}

#header #text #buttonwrapper
{
	width: 284px;
	height: 42px;
	overflow: hidden;
	margin-top: 35px;
	margin-left: 35px;
}

#header #image
{
	float: right;
	width: 281px;
	height: 239px;
	overflow: hidden;
}

/* Story */

.story
{
	position: relative;
	float: right;
	width: 750px;
	margin: auto;
	padding: 15px 20px 0 30px;
	background: #FFF url(images/img13.gif) repeat-x;
	color: #434B51;
}

.story ul
{
	list-style: url(images/img12.gif);
}

.post
{
	padding-top: 8px;
	background: url(images/img15.gif) no-repeat top left;
}

.content
{
	font: 1.1em Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}

.content img
{
	float: right;
	margin-bottom: 10px;
}

#zerona
{
	margin: 10px 0 10px 0;
	display: block;
	width: 30%;
	height: 30%;
}

/* Social Networking */
.socialnetworking img
{
	height: 44px;
	width: 144px;
	margin: 0;
}

/* Links */

#links
{
	display: none;
}

/* Specials */

.specials
{
	border: 1px dashed #000;
	padding: 10px;
	margin: 20px 0 15px 0;
	width: 450px;
	background: #D0E9BF;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;
}

.specials p
{
	color: #000;
}

.specials a
{
	font-weight: bold;
	font-size: 1.05em;
}

/* Footer */

#footer
{
	position:relative;
	padding: 40px 0 0 0;
	margin-top: -30px;
	background: url(images/img08.gif) repeat-x;
	height: 35px;
}

#footer p
{
	width: 750px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A6C09B;
}

#footer a
{
	font-weight: bold;
	color: #A6C09B;
}

#legal
{
	margin: auto;
	text-align: right;
	font-size: 12px;
}

#brand
{
	margin: -35px auto 0 auto;
	padding: 10px 0 0 35px;
	background: url(images/img09.gif) no-repeat left top;
	letter-spacing: -1px;
	font-size: 24px;
}

/* Form */

label
{
	float: left;
	width: 19em;
	text-align: right;
	padding-right: 10px;
}

#footerlinks {
	text-align:center;	
	width:800px;
	background-color: #636F57;
}

#footerlinks a {
	padding-right:2px;
	font-size:80%;
	color:#D0E9BF;
}
p a {
	font-weight:bold;
}

#footer #footer_phone {
	font-size:125%;
	top:10px;
	position:absolute;
	width:775px;
	margin:auto;
	text-align:right;
}

h3.valentine {
	color:red; 
}

