* {
	padding:0px;
	margin:0;
	float: none;
}

body {
	color:#FFFFFF;
	background-image: none;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.6em;
}
#wrapper {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 776px;
	font-size:1.2em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#topMenu {
	height: 10px;
	background-image: none;
	background-repeat: repeat-x;
	top: 1px;
	background-color: #000000;
}
#topList {
	float:right;
	color:#FFFFFF;
	position:relative;
	top: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #000;
}
#topList li {
	display:inline;
	height: 170px;
	padding-right: 10px;
	margin:5px;
}
#topmenu li {
	list-style-image: none;
	margin-top: 5px;
	padding-right: 20px;
	display: inline;
	font-size: 15px;
	color: #FFFFFF;
}

#masthead {
	background-image: url(../images/redgingermh.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-repeat: repeat;
	height: 143px;
	width: 776px;
}
#navMenu {
	margin: 0;
	padding: 0;
	background-color: #446680;
	height: 30px;
}
#navMenu ul {
	margin: 0;
	padding: 0;
	background-color: #476983;
}
#navMenu li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	line-height:30px;
	background-image: url(../images/menubar.jpg);
	
}

#navMenu ul li a {
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	height:30px;
	width:150px;
	display:block;
	color:#CCC;
	font-weight: bold;
}
#navMenu ul ul {
	position:absolute;
	visibility:hidden;
	top:30px;
}
#navMenu ul li:hover ul {
	visibility:visible;
	
}

/***********************************/

#navMenu li:hover {
	background:#09F;
}

#navMenu ul li:hover ul li a:hover{
	background:#09F;
	color:#CCC;
}

#navMenu a:hover{
	color:#CCC;
}

/***********************************/
#rightverticalmenu {
	padding-left: 0px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

#rightverticalmenu ul li {
	list-style:none;
	text-align:justify;
	float: none;
	left: 0px;
}
#rightverticalmenu ul li a {
	display:block;
	height:40px;
	line-height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size: 16px;
	margin-left: 0px;
	color: #CCC;
	padding-left: 20px;
	border: 1px solid #999;
	background-color: #333;
}
#rightverticalmenu ul li a:hover{
	background:#963
}
/*********************************/
.gutter {
	padding: 0px;
}
p {
	padding: 10px 0;
}
h1 {
	padding: 10px 0;
	background:#cccc00;
}
h2 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-bottom: 8px;
}
ul {
	color: #666;
	list-style-type: square;
	font-size:12px;
	/*padding-left:20px;*/
}
.imageborder {
	border: 3px solid #CCCCCC;
}
#contentContainer1 {
	margin-top: 0px;
	padding:15px;
	background-color: #000000;
}
#contentContainer2 {
	margin-top: 0px;
	padding: 0px;
}
/*one column layout*/
#oneCol #middleColumn {
	width: 735px;
	padding-right:5px;
	padding-left:5px;
}
#oneCol #rightColumn, #oneCol #leftColumn {
	display: none;
}
/*two column layout*/
#twoCol #leftColumn {
	width: 170px;
	float: left;
}
#twoCol #middleColumn {
	width: 560px;
	float: right;
}

#twoCol #rightColumn {
	display: none;
}
/*this is for my custom 2 column page*/
#twoCol #leftColumnB {
	display: none;
}
#twoCol #middleColumnB {
	width: 540px;
	float: left;
}

#twoCol #rightColumnB {
	width: 170px;
	float: right;
	background-color:#DEE1E2;
	padding-right: 15px;
	list-style-type: square;
	list-style-image: none;
	padding-left: 15px;
}


/*three column layout*/
#threeCol #leftColumn {
	width: 490px;
	float: left;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#threeCol #leftColumn #left1 {
	width: 200px;
	padding: 15px;
	float: left;
	border: 2px solid #666666;
	background-color: #000000;
}
#threeCol #wrapper .gutter #contentContainer1 #contentContainer2 #leftColumn #topmenu {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}

#threeCol #leftColumn #left2 {
	height: 360px;
	width: 200px;
	float: right;
	padding: 15px;
	border: 2px solid #666666;
}

#threeCol #leftColumn #left3 {
	width: 465px;
	float: none;
	padding: 10px;
	border: 2px solid #666666;
}
#threeCol #leftColumn #left4 {
	width: 455px;
	float: none;
	border: 2px solid #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #000000;
}
#threeCol #middleColumn {
	margin: 0 220px 0 180px; /*top,right,bottom,left aka TRBL*/
}
#threeCol #rightColumn {
	width: 200px;
	float: right;
	background-color:#000000;
	padding: 15px;
	height:550px;
	border: 0px none #666666;
}
#threeCol #rightColumn1 {
	width: 200px;
	float: right;
	background-color:#000000;
	padding: 15px;
	height:0px;
	border: 0px none #666666;
}

/*below is a hack to make a 3 columns work in all modern browsers without the need to Java Script*/
.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	background: transparent;
}
#footer #footerList {
	color:#CCCCCC;
	list-style-type:none;
	padding-right: 20px;
}

#footer {
	height: auto;
	background-color: #CCCCCC;
	background-image: none;
	background-repeat: no-repeat;
}
#footer li {
	float:none;
	padding-left:20px;
}
/* default links*/
#navBar {
	height: 30px;
	background-image: url(../images/bg/menu.gif);
	width: 776px;
	background-color: #C6C;
	top: 400px;
}
#navList #active {
	letter-spacing: 1px;
}
#navList #active li {
	letter-spacing: normal;
}
#navList {
	padding-left: 5px;
	margin-top: 5px;
}
#navList li li {
	margin: 0;
	padding: 0;
	float: none;
}
#navList li
{
	list-style-type: none;
	padding-right: 30px;
	color:#FFFFFF;
	float: left;
}
#navList a {
	color: #999999;
}
/*default links*/
a:link {
	color:#999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#3E6079;
}
a:hover {
	text-decoration: none;
	color: #CCCC99;
}
a:active {
	text-decoration: none;
	color: #999999;
}
.dark {
	color:#353E47;
}
/******Post*******/
.post {
	float:right;
	width:100% !important;
	width:99%;
	position:relative;
	margin-bottom:1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.post .date {
	position:absolute;
	top:10px;
	left:6px;
	width: 2.3em;
	text-align:right;
	height:18px;
}
.post .date .month {
	text-transform:uppercase;
	color:#888;
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-weight: 700;
}
.post .date .day {
	display:block;
	margin-top: 10px;
	color:#888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 700;
}
.post p {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3.5em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 1.2em;
}
.wrappingText {
	float:left;
	padding-right: 5px;
}
#rightColumn ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#rightColumn li {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
/* this is for my custom 2 column page */
#middleColumnB ul {
	margin: 0 0 0 20px; 
}
#middleColumnB li {
	padding: 5px 0;
}
.style1 {
	margin: 0 0 0 4em;
	padding-bottom: 3px;
}
.color {
	background-color:#DEE1E2;
	border-bottom:1px solid #669999;
	padding-left: 10px;
	padding-right: 10px;
}
.color2 {
	background-color:#DEE1E2;
	border-bottom:1px solid #669999;
	padding-left: 10px;
	padding-right: 10px;
}
.bulletList {
	margin-left:40px;
}
#thumbs li {
	list-style-type:none;
	padding: 5px 0;
}
#imageGallery {
	text-align: center;
}
#imageGallery img {
	border: 1px solid #0099CC;
}	
	
#threeCol #wrapper .gutter #contentContainer1 #contentContainer2 #leftColumn#left3 {
	padding: 5px;
	width: 467px;
}
#threeCol #wrapper .gutter #contentContainer1 #contentContainer2 #leftColumn #left3 table tr td strong {
	color: #F30;
}
#threeCol #wrapper .gutter #contentContainer1 #contentContainer2 #leftColumn #left3 table tr td {
	color: #FFFF58;
	font-size: 1em;
}
#threeCol #wrapper .gutter #contentContainer1 #contentContainer2 #leftColumn #left3 table tr .style46 {
	color: #F30;
}
.H4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
}
.foodhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
}
.submorange {
	font-family: Verdana, Geneva, sans-serif;
	color: #F30;
}

