body {
	font: 14px "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	background: #333 url(../graphics/bodyback.jpg) repeat;
}

#Main {
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #ffffff;
	border-style: solid;
	border-color: #222222;
	border-top-width: thin;
	border-left-width: thin;
}

#MainContent {
	background: url(../graphics/maincontentback.jpg) repeat-x;
	width: 764px;
}

a {
	color: #703c1f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @group Header */

#Header {
	height: 105px;
	margin: 0;
	padding: 0;
	background: #aa4c0c url(../graphics/header.jpg) no-repeat;
}

#Header img {
	
}

.contactinfo {
	margin: 25px 15px 5px 5px;
	float: right;
	color: #ffffff;
	text-shadow: 2px 2px 4px #000000;
	font-weight: bold;
	background: url(../graphics/decorbox_back.jpg) repeat center center;
	border: thin solid #4158b8;
	padding: 5px;
	font-size: 12px;
}

.contactinfo a {
	color: #ffffff;
}



/* @end */

/* @group Navigation */

#Nav {
	line-height: 24px;
	height: 24px;
	background: #431f13 url(../graphics/navback.jpg) repeat-x;
	border-top: 2px solid #703c1f;
	border-bottom: 2px solid #703c1f;
}

#Nav a.topnav {
	color: #cccccc;
	text-decoration: none;
	line-height: 24px;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	text-shadow: 2px 2px 2px #000000;
	font-size: 14px;
	margin-right: 1px;
	margin-left: 1px;
	font-weight: bold;
}

#Nav a.topnav:hover {
	background: #5e4036 url(../graphics/navhover.jpg) repeat-x;
	color: #ffffff;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

li {
  float: left;
  position: relative;
}

li ul {
  	display: none;
  	position: absolute; 
  	top: 1em;
	left: 0;
	width: 160px;
	margin-top: 8px;
	z-index: 90;
}

.Navul {
	clear: both;
	background: #492318 url(../graphics/decorbox_middle.jpg) repeat-y;
	border: 1px solid #703c1f;
}

.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: 146px;
	text-align: left;
	text-transform: capitalize;
	line-height: 24px;
	font-size: 14px;
	text-shadow: 2px 2px 2px #000000;
	font-weight: bold;
}

.MainNav ul li a:hover {
	color: #ffffff;
	border-left-color: #eadc93;
	border-right-color: #eadc93;
	background: #5e4036 url(../graphics/navhover.jpg) repeat-x;
}

.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 Marketing */

.marketing {
	height: 168px;
	width: 764px;
	background: url(../graphics/marketingback.jpg) no-repeat;
	border-bottom: thick solid #703c1f;
}



/* @end */

/* @group Left Bar */

.leftbar {
	width: 180px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	vertical-align: top;
}

.leftbar h3 {
	text-align: center;
	color: #2d1c0a;
	margin-top: 0;
	margin-bottom: 3px;
	border-bottom: 1px solid #703c1f;
}

.leftbar center {
	color: #2d1c0a;
	margin-top: 0;
	margin-bottom: 0;
}

.decor_box {
	width: 167px;
	margin-bottom: 30px;
	background: #492318 url(../graphics/decorbox_middle.jpg) repeat-y;
	margin-top: 10px;
	margin-left: 5px;
	padding: 0px;
}

.decor_box h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	background: #bf710d url(../graphics/decorbox_top.jpg) no-repeat;
	height: 30px;
	line-height: 20px;
	text-indent: 8px;
	color: #eeeeee;
	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;
	text-align: justify;
	margin-bottom: 0px;
	font-size: 12px;
}

.decor_box a {
	color: #dddddd;
	font-size: 12px;
}

.decor_box a:hover {
	color: #ffffff;
}

.decor_box img {
	margin: 0px;
	margin-bottom: -4px;
}

.leftlinks {
	margin-left: 5px;
	width: 160px;
}

.leftlinks a {
	color: #cccccc;
	text-decoration: none;
	line-height: 18px;
	float: left;
	padding-left: 8px;
	text-shadow: 2px 2px 2px #000000;
	font-size: 12px;
	font-weight: bold;
	background: #431f13 url(../graphics/navback.jpg) repeat-x;
	width: 100%;
	margin-bottom: 2px;
}

.leftlinks a:hover {
	background: #5e4036 url(../graphics/navhover.jpg) repeat-x;
	color: #ffffff;
}



/* @end */

/* @group Content */

.content {
	width: 540px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	vertical-align: top;
}

.content h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #2d1c0a;
}

.content h3 {
	color: #703c1f;
	margin-top: 5px;
	margin-bottom: 0px;
}

.content p {
	margin-top: 5px;
	margin-bottom: 10px;
	color: #333333;
	text-align: justify;
	text-indent: 20px;
	font-size: 12px;
}

.captionimage {
	margin: 5px 10px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	padding: 5px;
	text-align: center;
	float: left;
	font-size: 11px;
	color: #666666;
	line-height: 11px;
	width: 27%;
}

.captionimage img {
	text-decoration: none;
	border: none;
}

.captionimage a:hover {
	text-decoration: none;
	color: #000000;
}

/* @end */

#Footer {
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	color: #cccccc;
	padding-top: 10px;
}

#Footer a {
	color: #cccccc;
	text-decoration: none;
}

#Footer a:hover {
	border-bottom-style: dotted;
	border-bottom-width: thin;
}