body,td,th {
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}
a:link {
	color: #993333;
	text-decoration: none;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	text-decoration: underline;
	color: #993333;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	font-weight: bold;
}
.nav a:hover {
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background: url(images/layout/whitearrow.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 7px;
}
.nav a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.nav a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.nav a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.emails a:link {
	color: #000000;
	text-decoration: none;
}
.emails a:visited {
	text-decoration: none;
	color: #000000;
}
.emails a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.emails a:active {
	text-decoration: none;
	color: #000000;
}

#toplogo {
	height: 24px;
	background-color: #000000;
	background-image: url(images/layout/black.gif);
	background-repeat: repeat-x;
	color: #9b9b9b;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;	
	padding-top: 3px;
}
#banner {
	height: 200px;
	background-image: url(images/layout/banner.jpg);
	background-repeat: repeat-x;
}
#nav {
	height: 40px;
	background-image: url(images/layout/navback.gif);
	background-repeat: repeat-x;
}
#links {
	height: 40px;
	padding-left: 60px;
	padding-top: 4px;
	padding-bottom: 10px;
	word-spacing: 90px;
}
#maincontainer {
	width: 800px;
	margin: auto;
	overflow: hidden;
}
#contentcontain {
	width: 540px;
	float: left;
}
#galcontentcontain {
	width: 800px;
	float: left;
}
#subcontentcontain {
	width: 255px;
	float: right;
}
#contentdisc {
	margin-top: 30px; 
	background: #632a29;
	height: 122px;
}
#seghillbadge {
	margin: 0px;
	height: 122px;
	width: 150px;
	float: left;
}
#contactaddress {
	width: 120px;
	height: 113px;
	margin-left: 50px;
	margin-top: 5px;
	padding-left: 10px;
	border-left: 1px #381817 solid;
	float: left;
}
#contacttel {
	width: 120px;
	height: 113px;
	margin-left: 30px;
	margin-top: 5px;
	padding-left: 10px;
	border-right: 1px #381817 solid;
	float: left;
}
#emails {
	width: 200px;
	height: 113px;
	margin-top: 5px;
	padding-left: 10px;
	float: left;
}
#disc {
	height: 16px;
	padding: 2px;
	background: #471e1e;
	color: #9a5150;
}
/* tool tip css */
span.tool {
	position: inherit;  
}
span.tool span.tip {
	display: none;  
}
span.tool:hover span.tip {
	display: block;
	position: absolute;
	width: 300px;
	padding: 5px;
	margin-left: 50px;
	border: 2px solid #A91B24;
	background-color: #FFF;
	font-weight: normal;
}
/* end of tool tip css */
.containsub {
	width: 255px;

}
.containmain {
	width: 540px;
	float: left;
	margin-bottom: 3px;
}
.heading {
	width: 540px;
	height: 22px;
	border: 1px #000000 solid;
	background-image: url(images/layout/heading.gif);
	background-repeat: repeat-x;
}
.subheading {
	width: 253px;
	height: 22px;
	border: 1px solid #000000;
	background-image: url(images/layout/heading.gif);
	background-repeat: repeat-x;
}
.content {
	width: 534px;
	float: left;
	border: 1px solid #666666;
	background: #FFFFFF;
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 10px;
}
.subcontent {
	width: 247px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #FFFFFF;
	padding: 3px;
	margin-bottom: 10px;
}
.image {
	float: left;
	position: relative;
	padding-right: 2px;
	padding-bottom: 2px;
}
.galcontainmain {
	width: 780px;
	float: left;
	margin-bottom: 3px;
}
.galheading {
	width: 780px;
	height: 22px;
	border: 1px #000000 solid;
	background-image: url(images/layout/heading.gif);
	background-repeat: repeat-x;
}
.galcontent {
	width: 774px;
	float: left;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #FFFFFF;
	padding: 3px;
}
.logo {
	width: 21px;
	height: 21px;
	background-image: url(images/layout/logo.gif);
	background-repeat: no-repeat;
	float: left;
	padding-right: 10px;
}
.arrow {
	width: 5px;
	height: 9px;
	background-image: url(images/layout/arrow.gif);
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 2px;
	float: left;
}
.newstitle {
	font-size: 18px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}

#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:20px;
	z-index: 100;
}
#dropmenudiv a{
	background: #0d0d0d;
	width: 100%;
	display: block;
	text-indent: 4px;
	border-bottom: 1px solid black;
	padding: 4px 0;
	text-decoration: none;
	font-weight: bold;
}
.hr {
	height: 1px;
	width: 80%;
}
.galstyle {
	font-size: 12px;
	font-weight: bold;
}
#dropmenudiv a:hover {
background-color: #1c1c1c;
}