@charset "UTF-8";
body {
	margin: 0px;
	background-image: url(../img/bgs/page-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #212121;
}
#header {
	height: 190px;
	background-color: #000000;
	background-image: url(../img/sullys-header.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#nav-bar {
	background-image: url(../img/bgs/button-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #4082BC;
	padding: 0px;
	position: fixed;
	top: 0;
	width: 100%;
	height: 40px;
	z-index:99;
	left:0;
	repeat scroll 0 0;
	overflow: hidden;
}
#middle {
	width: 1000px;
	margin: 0px auto;
}
#main-nav {
	padding: 0px;
	margin: 0px;
	text-align: left;
	float: left;
}
#main-nav li {
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px;
	vertical-align: middle;
	margin: 0px;
	
}
#main-nav li a {
	font-size: 16px;
	display: inline-block;
	margin: 0px -4px 0px 0px;
	line-height: 40px;
	background-image: url(../img/bgs/button-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px 14px;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	vertical-align: middle;
	text-decoration: none;
}
.bo-button {
	float: left;
	background-image: url(../img/bo-bg.gif);
	background-repeat: none;
	background-position: top;
	width: 50px;
	height: 40px;
	padding: 40px 0px 0px 0px;
	font-size: 16px;
	display: inline-block;
	margin: 0px -4px 0px 0px;
	line-height: 40px;
	text-decoration: none;
	overflow: hidden;
}
.music-player {
	float: right;
	background-image: url(../img/music-player-bg.gif);
	background-repeat: none;
	background-position: top;
	width: 100px;
	height: 40px;
	padding: 40px 0px 0px 0px;
	font-size: 16px;
	display: inline-block;
	margin: 0px -4px 0px 0px;
	line-height: 40px;
	text-decoration: none;
	overflow: hidden;
}
#mainnav a, #nav-bar a, #top-bar a {
	text-decoration: none;
}
#main-nav li a:link, #main-nav li a:visited {
}
#nav-bar a:hover, #nav-bar a:active {
	color: #fff;
	background-position: 0px -40px;
	text-decoration: none;
}
#footer {
	margin-top: 10px;
	clear: both;
	padding: 0px;
	background-color: #3282BE;
	color: #FCF4EB;
	background-image: url(../img/bgs/button-bg.gif);
	background-position: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3282BE;
	border-left-color: #3282BE;
}

#foot-nav {
	background-image: url(../img/bgs/button-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	margin: 0px auto;
}
#foot-nav li {
	display: inline;
	text-transform: lowercase;
	padding: 0px;
	vertical-align: middle;
	margin: 0px;
	border-right-width: 2px;
	border-right-style: groove;
	border-right-color: #609FD6;
}
#foot-nav li a {
	font-size: 14px;
	line-height: 40px;
	display: inline-block;
	margin: 0px -7px 0px 0px;
	background-image: url(../img/bgs/button-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px 10px;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	vertical-align: middle;
	border-bottom: 0px;
}
#foot-nav li a:link, #foot-nav li a:visited {
}
#foot-nav li a:hover, #foot-nav li a:active {
	color: #fff;
	background-position: bottom;
}
#content {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
}
#col-right {
	float: right;
	width: 307px;
	padding: 5px;
	border: 1px dotted #ccc;
	background-color: #F2F2F2;
	margin-bottom: 10px;
	background-image: url(../img/bgs/box-bg.gif);
	background-repeat: repeat-x;
}
#col-left {
	float: left;
	width: 307px;
	padding: 5px;
	border: 1px dotted #ccc;
	background-color: #F2F2F2;
	margin-bottom: 10px;
	background-image: url(../img/bgs/box-bg.gif);
	background-repeat: repeat-x;
}
#col-center {
	width: 307px;
	margin-right: auto;
	margin-left: 11px;
	padding: 5px;
	border: 1px dotted #ccc;
	background-color: #F2F2F2;
	background-image: url(../img/bgs/box-bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	float: left;
}
#home-pg #col-center, #home-pg #col-right{
	height: 333px;
	text-overflow:ellipsis;
	overflow:hidden;
}
#home-pg #col-left {
	height: 608px;
	text-overflow:ellipsis;
	overflow:hidden;
}
#home-pg #col-left #this-week {
	height: 580px;
	text-overflow:ellipsis;
	overflow:auto;
	border: 1px dotted #6899AC;
}

#top-bar {
	height: 20px;
	background-image:url(../img/bgs/top-bg.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #235F8D;
	background-color: #4082BC;
}
#top-mid {
	padding: 0px;
	width: 1000px;
	margin: 0px auto;
}
#top-mid address {
	float: left;
	display: inline;
	font-size: 12px;
	line-height: 20px;
	color: #192453;
}
#top-links {
	padding: 0px;
	margin: 0px;
	float: right;
	display: inline;
}

#top-links li {
	display: inline;
	text-transform: lowercase;
	padding: 0px;
	margin: 0px 0px 0px -4px;
	vertical-align: middle;
	font-size: 12px;
	border-left-width: 2px;
	border-left-style: groove;
	border-left-color: #609FD6;
}
#top-links li.last {
	border-right-width: 2px;
	border-right-style: groove;
	border-right-color: #609FD6;
	}
	
#top-links li a {
	padding: 0px;
	border-bottom: 0px;
	line-height: 20px;
	overflow: hidden;
	vertical-align: middle;
}
#top-mid a:link, #top-mid a:visited {
	padding: 0px 10px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
#top-mid a:hover, #top-mid a:active {
	text-decoration: overline;
	color: #ff0;
	background-color: #FF0000;
}
#bot-row {
	padding: 5px;
	border: 1px dotted #ccc;
	background-color: #F2F2F2;
	background-image: url(../img/bgs/box-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	min-height: 150px;
}
#top-row {
	padding: 5px;
	border: 1px dotted #ccc;
	background-color: #F2F2F2;
	background-image: url(../img/bgs/box-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	/*min-height: 253px;*/
	margin-bottom: 10px;
	clear:both;
	
}
h1 {
	margin: 0px 0px 10px 0px;
	color:#ff1e00;
	padding: 0px;
	font-size: 16px;
	line-height: 75px;
	font-style: italic;
	font-family: "Marker Felt", "Comic Sans MS", Chalkboard;
	font-variant: small-caps;
}
h1 .left-cap {
	display: inline-block;
	width: 99px;
	background-image: url(../img/bo-callout-left.gif);
	background-repeat: no-repeat;
}
h1 .mid {
	display: inline-block;
	padding-right: 5px;
	background-image: url(../img/bo-callout-mid.gif);
	background-repeat: repeat-x;
}
h1 .right-cap {
	display: inline-block;
	width: 24px;
	background-image: url(../img/bo-callout-right.gif);
	background-repeat: no-repeat;
}
h2 {
	font-size: 18px;
	line-height: 25px;
	margin: -5px -5px 5px -5px;
	color:#3F588E;
	font-variant: small-caps;
	font-style: italic;
	background-image: url(../img/heading-bg.gif);
	padding: 0px 5px;
	background-position: center;
}
h3, h4, h5, h6 {
	color:#333333;
	padding: 0px;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
p, blockquote {
	font-size:14px;
	line-height: 16px;
	color:#333333;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	text-align: justify;
}
#home-pg #home-link, #sullys-pg #sullys-link, #lenas-pg #lenas-link, #calendar-pg #calendar-link, #blog-pg #blog-link, #gallery-pg #gallery-link, #menus-pg #menus-link, #contact-pg #contact-link {
	color:#ff0;
	background-position: bottom;
}
a img {
	border: 1px dotted #E6E6E6;
}
#home-pg #top-row {
	float: right;
	height: 250px;
	width: 638px;
}
#home-pg #top-row img {
	float: right;
	clear: both;
	margin-left: 10px;
	border: 1px dotted #E6E6E6;
}
.col2-sb-l #content #col-left{
	width: 640px;
}
.col2-sb-l #content #col-right{
	min-height: 420px;
}
.col2-sb-l #content #col-center, .col2-sb-l #content top-row, .col2-sb-l #content bot-row{
	visibility: hidden;
	width: 0px;
	height: 0px;
}
#contact-pg #content #col-left, #contact-pg #content #col-right {
	min-height: 250px;
}
.col2-5050 #col-left, .col2-5050 #col-right {
	width: 472px;

}
#gal-nav {
	margin: 10px 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: url(../img/bgs/bullet.gif);
}
#gal-nav li {
	margin: 0px 0px 10px 20px;
}
a:link, a:visited {
	color:#3298CA;
	text-decoration: underline;
	
}
a:hover, a:active {
	color: #f00;
	text-decoration: none;
}
#calendar-pg #col-right #this-week {
	height: 600px;
	text-overflow:ellipsis;
	overflow:auto;
	border: 1px dotted #6899AC;
}

