/* CSS Document */

/* 773 page width */

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12pt;
	background-color: #25395a;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

a {
	color: #182b4b;
}

#masthead {
	background-color: #d1e0f5;
	height: 100px;
}

#mastheadWidth {
	width: 877px;
	margin: 0 auto;
}

#mastheadLeft {
	float: left;
	width: 327px;
}

#mastheadRight {
	float: right;
	width: 440px;
}

#mastheadRight h1 {
	font-size: 1.4em;
	text-align: right;
	padding: 25px 0 4px;
	margin: 0;
	color: #25395a;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#mastheadRight p {
	font-size: 0.7em;
	text-align: right;
	color: #F00;
	margin: 0;
	paddnig: 0;
	font-weight: normal;
}

#navbar {
	background-image: url(../images/navbar-bg.gif);
	height: 27px;
}

#navbarWidth {
	width: 877px;
	margin: 0 auto;
}

#header {
	clear: both;
	background-color: #25395a;
	width: 100%;
}

#header p {
	font-size: .8em;
	padding: 8px 18px;
}

#headerWidth {
	width: 877px;
	margin: 0 auto;
	padding: 28px 0 0 0;
}

#headerBottom {
	background-color: #182b4b;
	height: 20px;
	clear: both;
}

/* Home 3 Columns */

#home3Col {
	width: 877px;
}

#home3Col p {
	font-size: .7em;
	line-height: 1.4em;
	margin: 0;
	padding: 8px;
}

#home3Col ul li {
	font-size: .7em;
}

.col {
	float: left;
}

.monthlySpecials {
	width: 269px;
	height: 180px;
	background-image: url(../images/home-monthly-specials.jpg);
	background-repeat: no-repeat;
	padding: 64px 8px 12px 15px;
}

/* Home Tagline */

#homeTagline {
	padding: 22px 0 27px;
	display: block;
	width: 411px;
	height: 63px;
	background-image: url(../images/home-tagline.png);
	background-repeat: no-repeat;
	text-indent: -9999em;
	margin: 0 auto;
	background-position: center 22px;
}

/* Content */

#content {
	background-image: url(../images/homeflash-bg.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	color: #000000;
}

#contentWidth {
	width: 877px;
	margin: 0 auto;
}

#content p {
	padding: 10px 30px;
}

#content ul {
	padding: 0px 50px 4px;
}

#footer {
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	clear: both;
}

#footer p {
	color: #bdbcbc;
	font-size: .7em;
}

#footer a {
	color: #e2f789;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footerWidth {
	width: 877px;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	height: 50px;
}

/* Form */

#formSent {
	padding: 20px;
	font-size: 1.1em;
}


/* Classes */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}