		/*Overall Container Style*/
body {
	margin:0 auto;
	padding:0px;
	background-image: url(../image-files/background.png);
}
#container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
	background-image: url(../image-files/background.png);
}
#container a{
	text-decoration: none;
}
		/*Header and TopNav*/
#header {
	height:120px;
	background-image: url(../image-files/header.jpg);
}
#top_nav {
	height:40px;
	background-image: url(../image-files/top_nav.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF9C7;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 35px;
}
#top_nav a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF9C7;
}
#top_nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FC3;
}
		/*Inner Wrapper*/
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	width: 960px;
	margin: 0 auto;
	background-image: url(../image-files/wrapper.jpg);
	background-repeat: repeat-y;
	position: relative;
}
		/*Main Left Navigation*/
#left_nav {
	float: left; /* since this element is floated, a width must be given */
	width:152px;
	background-image: url(../image-files/left_nav.jpg);
	background-repeat: repeat-y;
	padding: 5px;
}
#left_nav a:hover {
	color: #000;
}
		/*Right Sidebar*/
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 184px; /* padding keeps the content of the div away from the edges */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: #000;
	color: #FFF9C7;
	padding: 5px;
}
#sidebar2 .content2 .header a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #063;
	font-style: italic;
}
#sidebar2 .content2 .header a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #600;
	font-style: italic;
}
.sidebar2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF9C7;
	font-style: normal;
	text-align: center;
	padding: 5px;
	text-decoration: none;
}
.sidebar2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF9C7;
	text-decoration: none;
	text-align: center;
}
.sidebar2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FC3;
	text-decoration: none;
}
#sidebar2 .border {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF9C7;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFF9C7;
	padding-bottom: 15px;
}

		/*MAIN CONTENT STYLING*/
#mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	text-align: left;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 165px;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
} 
#mainContent a {
	text-decoration: underline;
}
#mainContent .center a img {
	border: 1px solid #000;
	padding: 3px;
	text-decoration: underline;
}
#mainContent table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-align: center;
	background-color: #FFF9C7;
	margin: 3px;
}
#mainContent table th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #006600;
	border: 1px solid #060;
	padding: 2px;
	text-align: center;
}
#mainContent table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	border: 1px solid #666;
	padding: 6px;
}

		/*FOOTER*/
#footer p{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF8C5;
	text-align: center;
	background-color: #7F100D;
}
#footer .tiny {
	color: #FFF8C5;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF8C5;
	font-weight: bold;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FC3;
	font-weight: bold;
}
	/*OTHER STYLES*/
h1{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
h2{
	font-style: italic;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
}
h3{
	color : #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #006600;
	padding-left: 7px;
}
h4{
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-style: normal;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	list-style-type: disc;
	margin-top: 1em;
}
img {
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
}
		/*BODY CLASSES*/
.clearfloat {
	clear:both;
	height:0px;
}
.bold { 
font-weight: bold;
} 
.recipe {
	font-weight: bold;
	font-style:italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
} 
.istatement {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
} 
.block {
	border: 1px solid;
	background-color : #fff9c7;
	margin: 5px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
.italic { 
font-style: italic;
} 
.center {
	text-align: center;
	color: #000;
	font-size: 18px;
}
.sbibox {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-align: center;
	font-size: 12px;
	display: block;
	margin-right: 100px;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #090;
}
.tiny {
	font-size: x-small;
} 
.iconlist {
	list-style-type: none;
}
.red {
	color: #F00;
}
.contact {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	display: table;
	padding: 2px;
	margin: 2px;
}
.event {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: center;
	border: 3px double #FFF;
	background-image: url(../image-files/background-rrr.jpg);
	padding: 1px;
	line-height: 20px;
}
.event a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.event a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	border: 1px dashed #FFF;
	text-decoration: none;
}

.spotlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FAD121;
}

.content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	display: block;
	border: 1px solid #C00;
	background-color: #FC6;
	color: #000;
	font-style: normal;
	padding: 1px;
}

		/*IMAGE CLASSES*/
.image {
	background-color: #F9F9F9;
	border: 1px solid #F9F9F9;
	text-align: center;
	padding: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
}
.picture {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	line-height: normal;
	text-align: center;
	font-style: normal;
} 
.video {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	background-color: #063;
	text-align: center;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #FFF;
}
.video a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	color: #FFF;
	text-decoration: underline;
}
.video a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	color: #FFF;
	text-decoration: underline;
}
.picture img { 
	border: 1px solid #CCCCCC; 
	vertical-align:middle; 
	margin-bottom: 3px; 
	} 
.right {
	float:right;
	margin-top: 0.5em;
	margin-right: 0pt;
	margin-bottom: 0.5em;
	margin-left: 0.8em;
} 
.left { 
	margin: 0.5em 0.8em 0.5em 0; 
	float:left; 
	} 
.imgrecipe {
	text-decoration: none;
	border: 1px solid #000;
}
	/* AddThis Vertical Layout Menu and Content 2*/
.addthis_toolbox .vertical {    background: #FFFFCC;    width: 136px;    padding: 1px;    border: 1px solid #000;    -moz-border-radius: 5px;    -webkit-border-radius: 5px;}
.addthis_toolbox .vertical a {
	position: relative;
	display: block;
	background: #FFFFCC;
	width: 102px;
	padding: 4px 0 4px 34px;
	text-decoration: none;
	color: #00F;
}
.addthis_toolbox .vertical a:hover {        background: #f5f5f5;    color: #027999;    text-decoration: none;    -moz-border-radius: 4px;    -webkit-border-radius: 4px;}
.addthis_toolbox .vertical span {    position: absolute;    left: 14px;    top: 4px;}
.addthis_toolbox .vertical .more {    border-top: solid 1px #000;    padding: 10px 0 0 0;    margin: 10px 10px 0 10px;    text-align: center;}.addthis_toolbox .vertical .more a {    padding: 4px 0;    margin: 0;}
.addthis_toolbox .vertical .more a:hover {    background: none;}
.addthis_toolbox .vertical .more span {    display: none;}
#top_nav table {
	text-align: center;
}
.border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF9C7;
}
.content2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
.content2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #600;
}
.social {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF9C7;
}
#container #wrapper #sidebar2 .event a {
	color: #FFF;
}
.orange {
	color: #FF0;
}
#sidebar2 form table {
	background-color: #FFF9C7;
	color: #000;
}
.ad {
	padding-left: 10px;
}
.question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #060;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	width: 570px;
	margin-left: 170px;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	display: block;
	background-color: #99CC66;
	margin: 5px;
	padding: 5px;
	border: 1px double #006600;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
}
.box a {
	color: #000;
	text-decoration: none;
}
.box a:hover {
	color: #600;
	text-decoration: none;
}

