body {
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #d8facf;
}
html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}
html, body { 
  height: 100%; 
  margin: 0 0 1px; 
  padding: 0; 
} 
#wrapper {
	width: 800px;
	border-bottom: 1px #439a00 solid;
	background-color: #fff;
}
#header {
	height: 65px;
	background-image:url(images/banner-bg.gif);
	background-repeat:no-repeat;
	padding: 17px 0px 0px 23px;
}
#logo {
	float:left;
}
#telHeader {
	height: 21px;
	background-image:url(images/grey-grad-bg.gif);
	background-repeat:repeat-y;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 10px 0px 0px;
}
#contentWrapper {
	width: 580px;
	float:left;
	text-align: left;
	padding-bottom: 20px;
	background-color: #fff;
}
#contentWrapper #heading {
	height: 21px;
	background-image:url(images/grey-grad-bg.gif);
	background-repeat:repeat-y;
	margin-top: -3px;
	padding: 6px 15px 2px 10px;
	font-weight:bold;
}
#contentWrapper #heading h1 {
	font-size: 15px;
	margin: 0px;
}
#contentWrapper #content {
	padding: 10px;
	font-size: .7em;
}
#contentWrapper #content li {
	list-style-image:url(images/bullet.gif);
	margin-bottom: 2px;
	list-style-type: none;
	color: #1a761a;
	font-weight: bold;
}
#contentWrapper #content ul ul li {
	list-style-image:url(images/bullet2.gif);
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-type: none;
	color: #1a761a;
	font-weight: bold;
}
#contentWrapper #content p:first-child {
	margin-top: 0px;
}
#contentWrapper #content a {
	text-decoration: underline;
	color: #1a761a;
}
#contentWrapper #content a:hover {
	text-decoration: underline;
	color: #cc0000;
}
*html #contentWrapper #content p { /*IE 6 fix */
	height: 0px;
}
#sideWrapper {
	width: 220px;
	float:left;
}
.whiteText {
	color: #fff;
}
.redText {
	color: #cc0000;
}
.greenText {
	color: #1a761a;
}
.thumbCell {
	float: left;
	width: 75px;
	height: 75px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	margin: 0px 3px 3px 0px;
	background-color: #d4d4d4;
}
.thumbCellText {
	text-align: center;
	font-weight: bold;
	float: left;
	width: 75px;
	height: 75px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	margin: 0px 3px 3px 0px;
	background-color: #d4d4d4;
	color: #1a761a;
}
#footer {
	width: 800px;
	background-color: #d8facf;
	padding: 5px 0px 15px 5px;
	font-size: 11px;
	color: #1a761a;
	text-align: right;
}
#footer a {
	text-decoration: none;
	color: #1a761a;
}
#footer a:hover {
	text-decoration: underline;
	color: #1a761a;
}
.forceClear {
	clear: both;
	display: block;
    height: 0px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#largeImage {
	padding: 15px;
}
#largeImage #caption {
	background-color:#1a761a;
	color: #fff;
	text-align: centre;
	padding: 10px;
	font-size: 11px;
}
#largeImage #closeWindow {
	padding-top: 10px;
	font-size: 11px;
}
#largeImage #closeWindow a {
	text-decoration: none;
	color: #1a761a;
}
#largeImage #closeWindow a:hover {
	text-decoration: underline;
	color: #1a761a;
}
#largeImage img {
	border: 1px solid #1a761a;
}
/* Contact Panel */
/*------------------------------------------------------*/
#contactPanel {
	float:left;
	height: 289px;
	width: 220px;
	background-image:url(images/contact-bg.gif);
	background-repeat:no-repeat;
	padding-top: 9px;
	text-align: left;
}
#contactPanel #telPanel {
	float:left;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	padding-left: 45px;
}
#contactPanel #emailPanel {
	float:left;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding-left: 45px;
	padding-top: 5px;
}
#contactPanel #emailPanel a {
	color: #fff;
	text-decoration: none;
}
#contactPanel #emailPanel a:hover {
	color: #fff;
	text-decoration: underline;
}
#contactPanel #addressPanel {
	float: left;
	color: #003300;
	font-size: 11px;
	padding-left: 15px;
	padding-top: 10px;
}
#contactPanel #guildPanel {
	float: left;
	padding-left: 56px;
	padding-top: 8px;
}
/* Menu */
/*------------------------------------------------------*/
#menu {
	float:left;
}
#menu ul {
	color: #fff;
	width: 220px;
	height: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
	border-bottom: 1px solid #fff;
}
#menu ul a, #menu ul li {
	color: #fff;
	font-size: 13px;
	display: block;
	text-decoration: none;
	margin: 0;
}
#menu ul li {
	padding: 0px;
	font-weight:normal;
}
#menu li  {
	background-image:url(images/menu-up.gif);	
	background-repeat:no-repeat;
}
#menu li:hover {
	background-image:url(images/menu-roll.gif);
	background-repeat:no-repeat;
}
.down {
	background-image:url(images/menu-down.gif) !important;
	background-repeat:no-repeat;
}
#menu li a {
	padding: 4px 5px 5px 10px;
	color: #fff;
}
*html li a { /*IE 6 fix */
	height: 0px;
}
