body { background:white; padding:15px; font-size:0.8em; color:#000; font-family:arial, sans-serif; }
input, textarea { font:1em arial, sans-serif; }
table { font-size:1em; }
table p { margin:0; }
p, table { margin-bottom:25px; }
ul { list-style-type:square; margin:0 0 20px 40px; line-height:1.8; }
a { outline:none; }
a:hover { text-decoration:none; }
a img {  }
a:hover img {  }
a img.noback { background:none; padding:0; border:none; }
a:hover img.noback { background:none; padding:0; border:none; }
h1, h2, h3, h4, h5, h6 {  }
h1 { color:#bd131e; font-size:2.2em; margin:15px 0; } 
h2 { color:#b8ac7e; font-size:1.8em; margin:15px 0; padding:0 0 3px 0; border-bottom: 1px solid #eae1bc; } 
h3 { padding:3px; color:#FFF; background:#bd131e; font-size:1.6em; } 
h4 { color:#bd131e; font-size:1.5em; } 
h5 {  }
h6 {  }
pre {  }
address {  }
del {  }
input, textarea { width:300px; font:1em arial, sans-serif; }
img.clsleft { margin-right:20px; margin-bottom:15px; }
img.clsmiddle { margin-right:20px; margin-left:20px; margin-bottom:15px; }
img.clsright { margin-left:20px; margin-bottom:15px; }
img.clsborderleft { margin-right:20px; margin-bottom:15px; } 
img.clsbordermiddle { margin-right:20px; margin-left:20px; margin-bottom:15px; }
img.clsborderright { margin-left:20px; margin-bottom:15px; padding:2px; border: 1px solid #a40a14; float:right; }
.datatable {  }
.datatable th {  } 
.datatable td {  } 
.notes { font-size:0.9em; } 
.shout { color:#FFF; background:#74050c; padding:10px;  } 
.shout2 { background:#fdf5d6; padding:10px; color:#7c7764; } 
.submit, .reset { cursor:pointer; outline:none; border:none; width:90px ! important; } 
.reset {  } 
.quote, blockquote { font-style:italic; font-weight:bold; color:#74050c; } 
.caption { color:#FFF; background:#74050c; padding:10px;  float:right; width:300px; margin:10px 10px 0 0; } 
.custom1 {  } 
.custom2 {  } 
.border { padding:2px; border: 1px solid #a40a14; } 
.noborder { border:0; }
.code {  }
.clear { clear:both; }
.float_right { float:right;}
.float_left { float:left; }
.contact_form, .contact_form fieldset  { display:inline; }
.contact_form label { display:block; float:left; width:150px; padding:2px 0; }
.contact_form input, .contact_form textarea { width:300px; margin-bottom:8px; }
.contact_form textarea { height:140px; }
.contact_form p { text-align:right; margin-top:10px; }

#container { margin:auto; width:980px; }

#head { height:180px; background:url(head-back.gif) left no-repeat; border-bottom: 1px solid #9c0711; }
#head .logo { float:left; width:247px; }
#head .right { float:right; width:auto; }

#TopPic { width:1100px; height:199px; left no-repeat;list-style-type:none;margin:0 0 0 -20px; }
#TopPic li{float:left;height:187px; width:246px;margin:-5px 3px 0;}

#content { font-size:1.2em; line-height:19px; color:#363535; width:960px; margin:auto; border-bottom:7px solid #fdf5d6; position:relative; background:url(right-background.gif) right bottom repeat-y; margin-bottom:3px; }
#content #right { width:306px; padding:7px; padding-bottom:0; background:#fdf5d6; float:right; margin:0 0 0 10px; position:relative; right:0; bottom:0; border-top:10px solid #FFF; color:#7c7764; }
#content #right h2 { margin-top:0; }
#content #contact { border: 1px solid #f3ebca; border-bottom:0; padding:10px; color:#7c7764; background:url(bus.gif) bottom center no-repeat; }

#menu { border-top: 1px solid #bd131e; height:47px; }

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			300px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			47px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			300px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			300px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
font-size:1.2em;
height:47px;
padding:0 10px;
line-height:46px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fdf5d6;
}
.sf-menu li {
}

.sf-menu li li {
background:#c81420 url(nav-arrow.gif) 15px 13px no-repeat;
padding:0 20px;
width:260px;
}

.sf-menu li li:hover { 
background:#c81420 url(nav-arrow.gif) 15px 13px no-repeat;
}

.sf-menu li li a { 
background:url(nav-li-bottom.gif) left bottom repeat-x;
height:32px;
line-height:31px;
}

.sf-menu li li a:hover {
background:transparent url(nav-li-bottom.gif) left bottom repeat-x;
}

.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
background: #c81420;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

#nav a { color:#fdf5d6; }

#footer { height:101px; background:#bd131e; font-size:1.2em; }
#footerBottom { height:43px; background:url(footer-bottom.gif) left no-repeat; margin:0 auto; width:980px; text-align:center; color:#FFF; padding-top:8px; line-height:18px;}
#footerBottom small { font-size:0.8em; }
#end { height:50px; line-height:42px; width:940px; padding:0 20px; margin:0 auto; background:url(end.gif) left no-repeat; color:#FFF; font-size: 0.9em;  }
#end a { color:#FFF; text-decoration:none; }
#end a:hover { text-decoration:underline; }
#end .right { float:right; }
#end .left { float:left; }

.divider { height:2px; background:url(contact-bottom.gif) left repeat-x; margin:10px 0; }
#home { float:left; width:620px; }


/*** List Styles ***/
.gallery {list-style:none; overflow:hidden; padding:0;}
.gallery li {float:left; margin:9px;}
.gallery li a{display:block;}
.gallery li a img {border:1px solid #555; padding:2px;}

