html, body {
	background-color: #ffffff;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0px;
	}


.bgtile {
	background-image: url('images/bgtile.jpg');
	/* background-attachment: fixed; */
	background-repeat: repeat-x;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0px;
	}


/* this is the top blue header banner */
#headerbg {
	background-color: #00338d;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	height: 120px;
	position: relative;
	margin-top: 0px;
	padding: 0px;
	}


#headercontainer {
	background-color: #00338d;
	width: 1000px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	position: relative;
	}


#logo {
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
	width: 314px;
	height: 100px;
	}


#headertag {
	background-image: url('images/headertagline.gif');
	background-repeat: no-repeat;
	float: right;
	position: absolute;
	top: 35px;
	right: 58px;
	width: 540px;
	height: 29px;
	}


#navbar {
	background-image: url('images/navbar.gif');
	background-repeat: no-repeat;
	float: right;
	position: relative;
	top: -47px;
	right: 50px;
	width: 559px;
	height: 34px;
	padding-top: 7px;
	}


/* TOP NAVIGATION STYLES */
ul#topnav {
	margin-top: -10px; margin-left: 5px;
	padding: 0;
	padding-bottom:10px;
	height: 25px; width: 600px;
	/* float: left; */
	list-style: none;
	position: absolute;
	left: 30px;
	/* position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	/* top: 0px; */
	/* font-size: 1.2em; */
	/* background: url(topnav_stretch.gif) repeat-x; */
	}

ul#topnav li {
	float: left;
        height: 40px;
	margin: 0; 
	padding-top: -5px;
	padding-right: 0px;
	/* margin-left: 5px; */
	/* border-right: 1px solid #fff; /*--Divider for each parent level links--*/
	}

ul#topnav li a {
	padding: 10px 0px;
	display: block;
	color: #fffff;
	text-decoration: none;
	}

ul#topnav li:hover { background: transparent; color: ffe065; }
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#topnav li span {
	float: left;
	/* padding: 5px 0 5 5; */
	position: absolute;
	left: 0; top:40px;
	display: none; /*--Hide by default--*/
	width: 880px;
	height:12px;
	/* background: #c9e6f6; */
	color: #c9e6f6;
	font-size: .70em;
	/*--Bottom right rounded corner-- */
	/* -moz-border-radius-bottomright: 5px; */
	/* -khtml-border-radius-bottomright: 5px; */
	/* -webkit-border-bottom-right-radius: 5px; */
	/* --Bottom left rounded corner-- */
	/* -moz-border-radius-bottomleft: 5px; */
	/* -khtml-border-radius-bottomleft: 5px; */
	/* -webkit-border-bottom-left-radius: 5px; */
	}

ul#topnav li:hover span { display: inline; width: 550px; } /*--Show subnav on hover--*/

ul#topnav li span a { display: inline; color: #c9e6f6; font-size: 9pt;} /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/

ul#topnav li span a:hover {text-decoration: underline; color: #c9e6f6;}

/* End of Top Navigation style */


a:link, a:visited {
	font-family: arial;
	color: #ffffff;
	text-align: center;
	font-size: 11pt;
	text-decoration: none;
	}


a:hover {
	font-family: arial;
	cursor: pointer;
	color: #ffe065;
	text-align: center;
	font-size: 11pt;
	text-decoration: underline;
	}


a:focus { outline:none; }


.homeheadline {
	font-family: georgia;
	font-style: italic;
	color: #00338d;
	text-align: center;
	font-size: 20pt;
	line-height: 46px;
	}


.interiorheadline {
	font-family: georgia;
	font-style: italic;
	color: #00338d;
	text-align: center;
	font-size: 20pt;
	line-height: 32px;
	}


.intheadline {
	font-family: georgia italic;
	font-style: italic;
	color: #89146a;
	text-align: center;
	font-size: 16pt;
	line-height: 46px;
	}


a.intheadline:link, a.intheadline:visited {
	font-family: georgia italic;
	font-style: italic;
	color: #89146a;
	text-align: left;
	font-size: 16pt;
	text-decoration: none;
	}


a.intheadline:hover {
	font-family: georgia italic;
	font-style: italic;
	color: #89146a;
	text-align: left;
	font-size: 16pt;
	text-decoration: underline;
}


.homebody {
	font-family: arial;
	color: #000;
	font-size: 10pt;
	line-height: 24px;
	}


a.homebody:link, a.homebody:visited {
	font-family: arial;
	color: #89146a;
	text-align: left;
	font-size: 10pt;
	line-height: 24px;
	text-decoration: none;
	}


a.homebody:hover {
	font-family: arial;
	color: #89146a;
	text-align: left;
	font-size: 10pt;
	line-height: 24px;
	text-decoration: underline;
	}


#middlecontainer {
    background-color: transparent;
    width: 980px;
    /* height: 455px; */
    margin-top: 23px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -20px;
    /* display: block; */
    /* border: 1px red solid; */
	}


/* DEFAULT LEFT COLUMN */
#homepagecol1 {
    width: 500px;
    /* height: auto; */
    float: left;
    /* border: 1px black solid; */
	}


/* DEFAULT RIGHT COLUMN */
#intpagecol2 {
	position: absolute;
	background-repeat: no-repeat;
	width: 388px;
	height: 470px;
	left: 530px;
	top: -10px;
	float: right;
	/* border: 1px black solid; */
	}


#mapwrap{
	width: 450px;
	height: 80px;
	position: relative;
	font-family: arial;
	font-weight: bold;
	color: #89146a;
	font-size: 9pt;
	padding-bottom: 12px;
	}


/* FOOTER BACKGROUND inc. BUTTONS */
#footerwrapper {
    background-image: url('images/bgtile_footer.jpg');
    background-repeat: repeat-x;
    height: 145px;
    width: 100%;
    min-width: 100%;
    display: block;
    position: relative;
    top: 5px;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 15px;
	}


#footercontain {
    background: transparent;
	height: 72px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 0px;
	}
/* END FOOTER BACKGROUND inc. BUTTONS */


/* FOOTER NAV STYLES */
.footerlinks {
	font-family: arial;
	font-size: 10pt;
	display: inline;
	}


a.footerlinks:active, a.footerlinks:link, a.footerlinks:visited {
	font-family: arial;
	font-size: 10pt;
	color: #89146a;
	text-decoration: none;
	}


a.footerlinks:hover {
	font-family: arial;
	font-size: 10pt;
	color: #89146a;
	text-decoration: underline;
	}
/* END FOOTER NAV STYLES */


/* DISCLAIMER STYLES */
#discwrapper {
	height: 50px;
          display: inline;
	/* line-height: 1px; */
	text-align: center;
	}


.disclaimer {
	font-family: arial;
	font-size: 8pt;
	color: #c3bbaf;
	}


a.disclaimer:active, a.disclaimer:link, a.disclaimer:visited {
	font-family: arial;
	font-size: 8pt;
	color: #c3bbaf;
	text-decoration: none;
	}


a.disclaimer:hover {
	font-family: arial;
	font-size: 8pt;
	color: #c3bbaf;
	text-decoration: underline;
	}
/* END DISCLAIMER STYLES */


/* LOCATIONS PAGE -- BODY COPY STYLES */
.header {
	font-family: georgia;
	font-weight: bold;
	font-size: 10pt;
	display: block;
	padding-bottom: 5px;
	}


.subhead {
	font-family: arial;
	font-weight: none;
	font-size: 10pt;
	/* color: #00338d; */
	color: #000;
	line-height: 22px;
	display: block;
	padding-bottom: 10px;
	}


a.backtop:link, a.backtop:visited {
	font-family: arial;
	color: #89146a;
	text-align: left;
	font-size: 9pt;
	display: block;
	text-decoration: none;
	padding-bottom: 25px;
	}


a.backtop:hover {
	font-family: arial;
	color: #89146a;
	text-align: left;
	font-size: 9pt;
	display: block;
	text-decoration: underline;
	padding-bottom: 25px;
	}


a.email:link, a.email:visited {
	font-family: arial;
	color: #666;
	text-align: left;
	font-size: 10pt;
	display: block;
	text-decoration: none;
	}


a.email:hover {
	font-family: arial;
	color: #89146a;
	text-align: left;
	font-size: 10pt;
	display: block;
	text-decoration: underline;
	}


a.news:link, a.news:visited {
	font-family: arial;
	color: #666;
	text-align: left;
	font-size: 10pt;
	display: block;
	text-decoration: none;
	}


a.news:hover {
	font-family: arial;
	color: #89146a;
	text-align: left;
	font-size: 10pt;
	display: block;
	text-decoration: underline;
	}


/* FORM STYLES */
input {
	background-color: #c9e6f6;
	}


/* MANAGEMENT PAGES -- BODY COPY STYLES */
.title {
	font-family: arial;
	font-weight: bold;
	font-size: 9pt;
	display: block;
	line-height: 10px;
	}


.header2 {
	font-family: georgia;
	font-weight: bold;
	font-size: 12pt;
	display: block;
	padding-bottom: 5px;
	color: #89146a;
	}


a.bodmanselect:link, a.bodmanselect:visited {
	font-family: georgia;
	font-style: none;
	color: #89146a;
	text-align: left;
	font-size: 16pt;
	text-decoration: none;
	}


a.bodmanselect:hover {
	font-family: georgia;
	font-style: none;
	color: #89146a;
	text-align: left;
	font-size: 16pt;
	text-decoration: underline;
	}


.youtube{
	background-image:url('images/watchon_youtube.png');
	width: 126px; height:29px;
	}