body {
	font: 14px "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	background: #333 url(../graphics/back.jpg) repeat;
}

#Main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #ffffff;
	border-style: solid;
	border-color: #cccccc;
	border-width: thin;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#MainContent {
	background: url(../graphics/maincontentback.jpg) repeat-x;
	width: 800px;
}

a {
	color: #660000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.button {
	margin: 5px;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	border: solid 1px #cccccc;
	background: #eeeeee;
	color: #333333;
	float: left;
	text-align: center;
}

.button:hover {
	border: solid 1px #660000;
	background: #cccccc;
	color: #660000;
	text-decoration: none;
}

/* @group Header */

#Header {
	height: 125px;
	margin: 0;
	padding: 0;
	background: url(../graphics/header.jpg) no-repeat;
	color: #ffffff;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#Header .slogan {
	height: 40px;
	margin-top: 85px;
	margin-bottom: 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
	color: #ffffff;
	text-shadow: 3px 3px 4px #000000;
	font: bold 28px/40px "Times New Roman", Georgia, Times, serif;
}



/* @end */

/* @group Navigation */

#Nav {
	line-height: 30px;
	height: 30px;
	background: url(../graphics/navback.jpg) repeat-x;
	text-align: center;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.MainNav {
	height: 27px;
	background-image: none;
	line-height: 22px;
	padding-top: 3px;
	float: left;
	position: relative;
}

.MainNav a {
	height: 22px;
	float: left;
	text-align: center;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 7px;
	border-style: hidden;
	border-width: 1px;
	color: #eeeeee;
	text-shadow: 2px 2px 4px #000000;
	margin-left: 2px;
	margin-right:  2px;
}

.MainNav a:hover, #MainNav li i:hover {
	color: #ffffff;
	float: left;
	background: #660000 url(../graphics/navul.jpg) repeat-y;
	border: 1px solid #660000;
	border-bottom-style: none;
	text-decoration: none;
	margin-left: 1px;
	margin-right: 1px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

li {
  float: left;
  position: relative;
}

li ul {
  	display: none;
  	position: absolute; 
  	top: 1em;
	left: 0;
	width: 180px;
	margin-top: 8px;
	z-index: 90;
}

.Navul {
	clear: both;
	background: url(../graphics/navul.jpg) repeat-y;
	border: 1px solid #660000;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.Navul li {
	width: 100%;
	float: left;
	clear: both;
}

li > ul {
	top: auto;
	left: auto;
	margin-top: 0px;
}

li:hover ul, li.over ul{ display: block;
}

.MainNav ul li a {
	float: left;
	clear:  left;
	color: #cccccc;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
	width: 164px;
	text-align: left;
	text-transform: capitalize;
}

.MainNav ul li a:hover {
	color: #ffffff;
	font-weight: bold;
	background: none;
	border-style: none;
}

.MainNav li i {
	color: #666666;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
	font-style: normal;
	float: left;
}

.MainNav a.selected {
	float: left;
	text-decoration: none;
	color: #666666;
	background: repeat-x url(../graphics/navhover.jpg) #ffffff;
}

.MainNav a.selected:hover {
}

/* @end */

/* @group Left Bar */

.leftbar {
	width: 180px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

.leftbar h3 {
	text-align: center;
	color: #2d1c0a;
	margin-top: 0;
	margin-bottom: 0;
}

.leftbar center {
	color: #2d1c0a;
	margin-top: 0;
	margin-bottom: 0;
}

.decor_box {
	width: 167px;
	margin-bottom: 10px;
	background: url(../graphics/decorbox_middle.jpg) repeat-y;
	margin-top: 10px;
	margin-left: 5px;
}

.decor_box h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(../graphics/decorbox_top.jpg) no-repeat;
	height: 30px;
	line-height: 20px;
	text-indent: 8px;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	font-size: 12px;
}

.decor_box p {
	color: #eeeeee;
	margin-top: 0px;
	width: 155px;
	margin-left: 5px;
	margin-bottom: 0px;
	font-size: 12px;
}

.decor_box a {
	color: #dddddd;
	font-size: 12px;
	margin-left: 5px;
}

.decor_box a:hover {
	color: #ffffff;
}

.contactinfo {
	background: url(../graphics/contactinfo.png) no-repeat;
	width: 160px;
	font-size: 14px;
	line-height: 16px;
	height: 90px;
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
	border: 1px solid #ccb37d;
	margin-left: 7px;
	margin-top: 30px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.dewittdelivers {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
	float: left;
	background: url(../graphics/dewittdelivers.jpg) no-repeat center center;
	width: 170px;
	height: 48px;
	text-decoration: none;
	border: none;
}

.dewittdelivers:hover {
	background: url(../graphics/dewittdelivershover.jpg) no-repeat center center;
}

.dewittnewsletter {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
	float: left;
	background: url(../graphics/dewittnewsletter.png) no-repeat center center;
	width: 170px;
	height: 48px;
	text-decoration: none;
	border: none;
}

.dewittnewsletter:hover {
	background: url(../graphics/dewittnewsletterhover.png) no-repeat center center;
}

.leftbar .button {
	margin-bottom: 0px;
	width: 152px;
	background: #660000 url(../graphics/decorbox_middle.jpg) repeat-y center;
	color: #dddddd;
	font-size: 12px;
}

.leftbar .button:hover {
	color: #ffffff;
}



/* @end */

/* @group Content */

.marketing {
	height: 168px;
	width: 100%;
}

.content {
	width: 580px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.content h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #2d1c0a;
}

.content h3 {
	color: #660000;
	margin-top: 5px;
	margin-bottom: 0;
}

.content p {
	margin-top: 5px;
	margin-bottom: 10px;
	color: #333333;
	text-align: justify;
	text-indent: 20px;
	font-size: 12px;
}

.main_quote {
	background: url(../graphics/main_quote.jpg) no-repeat;
	width: 577px;
	height: 57px;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.main_quote p {
	width: 96%;
	margin-left: 2%;
	font-size: 14px;
	line-height: 15px;
	color: #660000;
	padding-top: 3px;
}

.captionimage {
	margin: 5px 10px;
	width: 300px;
	background-color: #eeeeee;
	border: thin solid #cccccc;
	padding: 5px;
	text-align: justify;
}

.content label {
	color: #660000;
}



/* @end */

#Footer {
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	padding-top: 10px;
}

#Footer span a {
	color: #666666;
	text-decoration: none;
	float: right;
}

#Footer span a:hover {
	border-bottom-style: dotted;
	border-bottom-width: thin;
	color: #660000;
}

.footerlinks {
	line-height: 14px;
	height: 14px;
	text-align: center;
}

.footerlinks a {
	color: #666666;
	text-decoration: none;
	line-height: 14px;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 12px;
	margin-right: 1px;
	margin-left: 1px;
}

.footerlinks a:hover {
	color: #660000;
}

/* @group Forms */

.forms {
	background-color: #fcfcfc;
	margin: 5px;
	padding: 5px;
	border: 1px solid #dddddd;
}

.forms label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
}



/* @end */
