@charset "utf-8";
/* CSS Document */

/* reset elements */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

em {
	font-style: italic;
	}

strong {
	font-weight: bold;
	}

body {
	background: #736357 url(images/repeatXBodyBg.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6 {
	color: #753a02;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0 0 5px;
	}

h1 {
	border-bottom: solid 1px #e8e8e8;
	font-size: 14px;
	padding: 0 0 2px;
	}

h2 {
	font-size: 14px;
	}

h3, h4, h5, h6 {
	font-size: 12px;
	}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #753a02;
	}

a img {
	border: none;
	}

a {
	text-decoration: none;
	}

/* remove dotted lines on some links in FF browser */

a,
a:active,
a:visited,
a img {
	outline: none;
	}

/* / */

p {
	line-height: 150%;
	margin: 0 0 15px;
	}
	
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* /clearfix */

#wrapper {
	margin: auto;
	width: 863px;
	}

	#wrapper #header {
		height: 134px;
		width: 863px;
		}
		
		#header a {
			background: url(images/logo.gif) center no-repeat;
			display: block;
			float: left;
			height: 134px;
			text-indent: -9000px;
			width: 194px;
			}
		
		#header img {
			float: left;
			}
	
		#header div {
			background: url(images/headerRight.jpg) center no-repeat;
			float: left;
			height: 134px;
			width: 199px;
			}
			
			#header div strong {
				display: block;
				font-size: 14px;
				line-height: 134px;
				text-align: center;
				width: 199px;
				}
	
	#wrapper #globalNav {
		background: url(images/repeatXGlobalNav.gif) repeat-x;
		color: #fff;
		height: 25px;
		width: 863px;
		}
		
		#globalNav ul {
			display: block;
			height: 25px;
			list-style: none;
			width: 863px;
			 }
			
			#globalNav ul li {
				display: inline-block;
				float: left;
				}
			
				#globalNav ul li a {
					color: #fff;
					display: inline-block;
					font-size: 12px;
					height: 25px;
					line-height: 25px;
					padding: 0 11px;
					}
	
				#globalNav ul li a:hover {
					background: url(images/repeatXGlobalNavHover.gif) repeat-x;
					}
	
	#wrapper #main {
		background: url(images/repeatYPageBg.gif) repeat-y center;
		width: 863px;
		}
	
		#main #sidebar1 {
			float: left;
			padding: 15px 0;
			width: 194px;
			}
		
			#sidebar1 ul {
				list-style: none;
				}

				#sidebar1 ul li {
					width: 194px;
					}
				
					#sidebar1 ul li a.twitter,
					#sidebar1 ul li a.facebook {
						color: #603913;
						display: block;
						height: 25px;
						line-height: 25px;
						margin: 0 0 0 15px;
						padding: 0 0 0 25px;
						}

					#sidebar1 ul li a.twitter:hover,
					#sidebar1 ul li a.facebook:hover {
						color: #DD2D33;
						text-decoration: underline;
					}

					#sidebar1 ul li a.twitter {
						background: url(images/iconTwitter.png) left no-repeat;
						}
				
					#sidebar1 ul li a.facebook {
						background: url(images/iconFacebook.png) left no-repeat;
						}
				
					#sidebar1 ul.picLinks li a {
						background-position: bottom;
						color: #603913;
						display: block;
						font-weight: bold;
						height: 12px;
						margin: 0 0 15px;
						padding: 0 0 115px 15px;
						width: 179px;
						}
		
					#sidebar1 ul.picLinks li a:hover {
						color: #dd2d33;
						}
		
				#sidebar1 ul.picLinks li#linkCalendar a {
					background: url(images/calendar.jpg) bottom no-repeat;
					}
		
				#sidebar1 ul.picLinks li#linkWhatsNew a {
					background: url(images/whatsNew.jpg) bottom no-repeat;
					}
		
				#sidebar1 ul.picLinks li#linkViewOurMenu a {
					background: url(images/viewOurMenu.jpg) bottom no-repeat;
					}
		
		#main #content {
			float: left;
			padding: 15px 25px;
			width: 420px;
			}
		
			#content div.ddsg-wrapper h2,
			#content div.ddsg-wrapper p {
				display: none;
				}
		
			#content a {
				color: #603913;
				}
				
			#content a:hover {
				color: #dd2d33;
				text-decoration: underline;
				}	
		
			#content ul {
				margin: 15px;
				}
		
		#main #sidebar2 {
			background: url(images/repeatXNewsletterBg.gif) top repeat-x;
			float: left;
			padding: 15px 0;
			width: 199px;
			}
			
			#sidebar2 strong {
				color: #603913;
				}
			
			#sidebar2 table {
				height: 68px;
				margin: 0 auto 25px;
				width: 160px;
				}
			
				#sidebar2 table tr {}
				
					#sidebar2 table tr td {}
					
						#sidebar2 table tr td input#ea {
							border: solid 1px #898989;
							font-size: 11px;
							height: 16px;
							padding: 2px 5px 0;
							}
					
						#sidebar2 table tr td input#submit {
							float: right;
							outline: none;
							}

			#sidebar2 ul {
				list-style: none;
				}
				
				#sidebar2 ul li {
					padding: 0 0 15px 20px;
					width: 179px;
					}
				
					#sidebar2 ul li a {
						color: #603913;
						}
						
					#sidebar2 ul li a:hover {
						color: #dd2d33;
						text-decoration: underline;
						}	

#wrapper #footer {
	background: #52463e;
	color: #fff;
	height: 54px;
	text-align: center;
	width: 863px;
	}

	#footer ul {
		display: block;
		height: 30px;
		list-style: none;
		width: 863px;
		 }
		
		#footer ul li {
			display: inline-block;
			float: left;
			}
		
			#footer ul li a {
				color: #fff;
				line-height: 30px;
				margin: 0 12px;
				}