/* ////////////   RESET STYLES  /////////////////////// */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }


/* ////////////   DEFAULT SITE STYLES  /////////////// */

body { 
	font: 12px/18px Helvetica, Arial, Verdana, sans-serif; 
	background: #caebfd url(/images/common/back.gif) repeat-x  top; 
	color: #333;
	text-align: center; 
}

body.subpage { 
	background: #caebfd url(/images/common/back_subpage.gif) repeat-x  top; 
}

a { 
	color: #000;
	text-decoration: underline;
	outline: none; 
}

a:link, a:visited, a:active { 
	text-decoration: underline; 
}

a:hover { 
	color:gray;
}

strong, b { 
	font-weight: bold; 
}

em, i { 
	font-style: italic; 
}

p { 
	margin-bottom: 18px; 
}

h1 { 
	font-weight: bold; 
	font-size: 30px; 
	line-height: 36px; 
	margin-bottom: 18px;
	color:#006837;
	text-transform: uppercase; 
}
h2 { 
	font-weight: bold; 
	font-size: 16px; 
	line-height: 18px; 
	margin-bottom: 18px; 
	color:#006837; 
}
h3 { 
	font-weight: bold; 
	font-size: 1em; 
	line-height: 18px; 
	color:#006837; 
}
h4 { 
	font-weight: bold; 
	font-size: 10px; 
	line-height: 18px; 
	color:#006837; 
}
.clear_both {
	clear: both;
	height:0px;
	overflow: hidden;
}

/* ////////////   LAYOUT STYLES  /////////////// */

#wrapper {
	width: 1015px;
	margin: 15px auto;
	background: none;
	text-align: left;
}

#header {
	height:120px;
}

#header #logo {
	position:relative;
	top:17px;
	left:20px;
	float:left;
}

#page_wrapper {
	padding:0;
}

#subpagetop {
	height:23px;
	background: url(../images/common/subpagetop.png) no-repeat;
}

#subpagecontent {
	background: url(../images/common/subpageback.png) repeat-y;
	padding:50px;
}
#subpagebottom {
	height:43px;
	background: url(../images/common/subpagebottom.png) no-repeat;
}

#left_col {
	width: 175px;
	float:left;
	margin-right:40px;
}

#right_col {
	width: 600px;
	float:left;
}

#one_col {
	width: 810px;
	float:left;
	padding:0px 30px 30px 30px;
}

#footer {
	background: #ddd;
	height:25px;
	text-align: right;
	padding:4px 25px 0px 25px;
	font-size: 11px;
}

.error_message {
	border:1px solid red;
	padding:20px;
	color:red;
	margin-bottom: 30px;
}
.error_message ul {
	list-style-type: disc;
	margin-left:50px;
}

/* ////////////   SEARCH STYLES  /////////////// */

#search {
	background: url(/images/common/search_back.gif) no-repeat;
	float: right;
	height: 23px;
	width: 163px;
	margin-right: 15px;
	margin-top: 50px;
}

#search form input {
	width:120px;
	font: 11px/18px Arial, Verdana, sans-serif; 
	color:#999;
	float:left;
	border:0px solid #fff;
	height:12px;
	padding: 0;
	line-height: 12px;
}

#search form .submit {
	width:18px;
	height: 18px;
	background: url(/images/common/search_button.gif) no-repeat top center;
	margin: -4px 0 0 0;
	padding: 0;
	float:right;
	cursor: pointer;
	border:none;
	border:0px solid #fff;
}

#search form {
	padding:6px 5px 5px 9px;
}


/* ////////////   MAIN NAV STYLES  /////////////// */

#main_nav {
	float:right;
	width:775px;
	padding-top:40px;
	text-align: right;
	line-height: 12px;
	padding-right: 40px;
}

#main_nav ul {
	float:right;
}

#main_nav li {
	float:left;
}

#main_nav li a {
	display: block;
	padding: 0 15px 0 15px;
	text-transform: uppercase;
	font-size: 12px;
	border-right:1px solid gray;
	text-decoration: none;
	color: #a3b4bd;
}

#main_nav li a:hover {
	color: #262d30;
}

#main_nav .currentpage a {
	color: #262d30;

}


/* ////////////   BREADCRUMB STYLES  /////////////// */

#breadcrumb {
	padding:7px 0 7px 15px;
	font-size:10px;
	border-bottom: 1px dotted #999;
	margin: 0 10px 0 10px;
	color: #999;
}

#breadcrumb a{
	color: #666;
}

/* ////////////   SUBNAV STYLES  /////////////// */


#subnav ul {
	list-style-type: none;
	text-align: left;
}

#subnav ul li {
	padding-bottom: 12px;
}

/* first level */
#subnav ul li a {
	background: transparent url(/images/common/listarrow_off.gif) left 7px no-repeat;
	padding-left: 15px;
	text-align: left;
	display: block;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

#subnav ul li a:hover {
	background: transparent url(/images/common/listarrow_on.gif) left 7px no-repeat;
	color: #000;
	text-decoration: underline;
}

#subnav ul li a#current {
	color: #666;
}

/* second level */

#subnav ul ul {
	padding: 10px 0 0 20px;
}

#subnav ul ul li {
	list-style-type: none;
	text-align: left;
	padding-bottom: 7px;
}

#subnav ul ul li a {
	background: transparent url(/images/common/listarrow_off.gif) left 5px no-repeat;
	padding-left: 15px;
	display: block;
	text-align: left;
	font-size: 11px;
	text-decoration: none;
	color: #666;
	line-height: 15px;
	font-weight: normal;
}

#subnav ul ul li a:hover {
	background: transparent url(/images/common/listarrow_on.gif) left 5px no-repeat;
	color: #000;
	text-decoration: underline;
}

#subnav ul ul li a#current {
	background: transparent url(images/common/list-active.gif) left 5px no-repeat;
	color: #666;
}


/* ////////////   RIGHT PROMO STYLES  /////////////// */

.promo {
  background:#f1f1ef;
  margin-bottom: 15px;
}

.promo_content {
  padding:10px;
}

.promo h1 {
  color:#fff;
  background: #818386;
  font-size: 13px;
  padding:0 10px 0 10px;
  margin:0 0 5px 0;
}

.promo h2 {
  font-size: 12px;
}

.promo p {
  font-size: 11px;
  line-height: 15px;
}


/* ////////////   HOME PAGE STYLES  /////////////// */

#home_top {
	background: url(../images/home/homeback.png) no-repeat 0 5px;
	height:375px;
}

#home_page_wrapper {
	padding:0px;
}

#home_slideshow {
	height:335px;
	width:533px;
	background: #00334a;
	position:relative;
	left:63px;
	padding-top: 23px;
	float:left;
}

#home_slideshow .slidenav a {
	color:#666;
	font-size: 10px;
	margin-right:5px;
	border:1px solid #666;
	display: block;
	width: 12px;
	height:14px;
	float:left;
	text-align: center;
	text-decoration: none;
}

#home_slideshow .slidenav {
	float:right;
	padding-top:10px;
	padding-right: 20px;
}

#home_content {
	height:305px;
	width:355px;
	float:left;
	margin-left:85px;
	margin-top:40px;
	color:#fff;
}

#home_content p{
	margin-bottom: 10px;
	line-height: 16px;
}

#home_content h1 {
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 10px;
	color:#fff;
}

#home_content a {
	color:yellow;
	text-decoration: none;
}
#home_content a:hover {
	text-decoration: underline;
}

#home_green_lunches {
}

#home_promos {
	background: url(/uploads/images/promo_backgrounds.gif) no-repeat;
}
.home_promo_content {
	float:left;
	width:315px;
	margin-right:20px;
}

.home_promo_content img{
	float:right;
	margin-right: 10px;
}

.home_promo_content div{
	clear:both;
	padding:10px 20px 30px 20px;
	color:#666;
	font-size: 11px;
	line-height: 15px;
}
/* ////////////// MADE BY SOAP //////////////// */

#madebysoap {
	padding-top:10px;
	height:26px;
	text-align:center;
	color:#ff6600;
	font-size:10px;
	float:right;
}

#madebysoap a{
	display:block;
	width:82px;
	height:26px;
	overflow:hidden;
	background:url(/images/common/madebysoap.png) no-repeat 0px 0px;
	float:right;
	text-decoration:none;
}

#madebysoap img {
	width:164px;
	position:relative;
	height:26px;
}

#madebysoap a:hover{
	background:url(/images/common/madebysoap.png) no-repeat -82px 0px;
}


/* ////////////// CALENDAR STYLES //////////////// */

.calendar-event {
	padding-bottom:20px;
	margin-bottom: 20px;
	border-bottom:1px dotted gray;
}
