/*
 * 20070625 New CSS on site redesign.
 */

/*****                         *****/
/***** redefined standard tags *****/
/*****                         *****/

body
{
	background-color: #ceeaf8;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	min-width: 760px;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}

img
{
	border:0px;
	/* the behavior attribute is a hack to          */
	/* fix PNG image handling in IE 5.5 and 6       */
	/* For details, see                             */
	/* http://www.twinhelix.com/css/iepngfix/demo/  */
	/************************************************/
	/* moved to iespecific.css */
	/*behavior: url(http://www.buffalopoint.com/iepngfix.htc);*/
}

a:link
{
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
a:visited
{
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
a:active
{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover
{
	font-weight: bold;
	color: #cc6600;
	text-decoration: underline;
}


/*****                              *****/
/***** children of standard parents *****/
/*****                              *****/

div.centerall
{
	text-align:center;
}

/*
div.lowernav
{
	width: 760px; 
	position: relative;
	left: 50%; 
	margin-left: -380px; 
	margin-top: 50px;
	margin-bottom:20px;
	font-size:x-small;
	text-align: center;
}
*/

div.header
{
	margin-bottom: 0px;
}

.headertext
{
	position: relative;
	left: 10px;
}

div.acctable
{
	width: 760px; 
	position: relative;
	left: 50%; 
	margin-left: -380px; 
	text-align: center;
}

img.animbox
{
	border: 10px inset #336699;
}

/*****                      *****/
/***** class level children *****/
/*****                      *****/

/*
.textblock
{
	position: relative;
	margin-left: 17%;
	margin-right: 17%;
	margin-top: 20px;
	text-align: justify;
}
*/
.textblock
{
	width: 760px;
	position: relative;
	left: 50%;
	margin-left: -380px;
	margin-top: 20px;
	text-align: justify;
}

.gmap
{
	width: 760px; 
	height: 500px; 
	position: relative; 
	left: 50%; 
	margin-left: -380px; 
	margin-bottom: 20px;
	text-align: center;
}

.acc-td 
{ 
	border-width: thin; 
	border-style: solid; 
	border-color: black; 
	padding: .5em; 
}

.navbar
{
	text-align: center;
	padding: 6px 0px 8px 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: bold;
	/*background: url('http://www.buffalopoint.com/images/navbar-background_b.gif') repeat-x;*/
	background: url('/images/navbar-background_b.gif') repeat-x;

}
#navbar-bottom
{
	margin-top: 30px;
}

.navbar a
{
	text-decoration: none;
	text-align: center;
	padding:6px 0.7em 8px 0.7em;
}

.navbar a:hover
{
	/*background: url('http://www.buffalopoint.com/images/navbar-background_b_down.gif') repeat-x;*/
	background: url('/images/navbar-background_b_down.gif') repeat-x;
	text-decoration: none;
}


/*****     *****/
/***** IDs *****/
/*****     *****/

/* HOME */

#home-upperleft
{
	position: relative;
	z-index: 10;
	left: 10px;
	top: 20px;
}
#home-uppermiddle
{
	position: relative;
	z-index: 20;
	left: 60px;
	top: -70px;
}
#home-upperright
{
	position: relative;
	z-index: 30;
	left: 30px;
	top: 75px;
}
#home-lowerleft
{
	position: relative;
	z-index: 50;
	left: 45px;
	top: 5px;
}
#home-lowermiddle
{
	position: relative;
	z-index: 60;
	left: 20px;
	top: -30px;
}
#home-lowerright
{
	position: relative;
	z-index: 50;
	left: -10px;
	top: 30px;
}
#home-logo
{
	position: relative;
	z-index: 100;
	left: 0px;
	margin-top: 50px;
}
#home-bottommiddle
{
	position: relative;
	z-index: 90;
	left: 0px;
	margin-top:  0px;
}

/* CONTACT */

#contact-upperleft
{
	position:relative;
	z-index: 20;
	left: -25px;
	top: -20px;
}
#contact-upperright
{
	position: relative;
	z-index: 10;
	left: 0px;
	top: 0px;
}
#contact-centermiddle
{
	position: relative;
	z-index: 30;
	left: -50px;
	top: -10px;
}
/*
#contact-centerright
{
	position: relative;
	z-index: 40;
	left: -10px;
	top: -30px;
}
*/
#contact-lowerleft
{
	position: relative;
	z-index: 60;
	left: 135px;
	top: 40px;
}
#contact-lowerright
{
	position: relative;
	z-index: 10;
	left: 50px;
	top: -170px;
}

#contact-bottom
{
	position: relative;
	z-index: 50;
	left: 110px;
	top: 20px;
}

#contact-text
{
	position: relative;
	z-index: 100;
	color: white;
	font-family: serif;
	font-size: large;
	font-style: italic;
	text-align: left;
}

/* ACCOMODATIONS */

#acc-slideshow
{
	margin: 0 auto;
	width: 790px;
}
#acc-viewleft
{
	position: relative; 
	left: -10px; 
}
.acc-viewleft-js
{
	float:left;
	height:280px;
	width:390px;
}
.acc-viewleft-js>img
{
	/*float:right;*/
}
#acc-viewright
{ 
	position: relative; 
	left: 10px; 
}
.acc-viewright-js
{
	float:right;
	height:280px;
	width:390px;
	display:inline;
	overflow:hidden;
}
.acc-viewright-js div
{
	position:relative;
	width:363px;
	height:278px;
	left:0px;
}
.acc-viewright-js div#canvas0_0
{
	top:0px;
}
.acc-viewright-js div#canvas0_1
{
	top:-278px;
}
.acc-viewright-js img
{
	border:10px inset #336699;
}
#acc-upperleft
{ 
	position: relative; 
	left: -80px; 
	top: 0px; 
}
#acc-uppermiddle
{ 
	position: relative; 
	left: 0px; 
	top: 10px; 
}
#acc-upperright
{ 
	position: relative; 
	left: 80px; 
	top: 0px; 
}
#acc-restr
{ 
	position: relative; 
	left: 70px; 
	top: 0px
}
#acc-middleleft
{ 
	position: relative; 
	left: -80px; 
	top: 0px; 
}
#acc-middlecenter
{ 
	position: relative; 
	left: -35px; 
	top: -10px; 
}
#acc-middleright
{ 
	position: relative; 
	left: 80px; 
	top: 0px; 
}
#acc-lowerleft
{ 
	position: relative; 
	left: -80px; 
	top:  0px; 
}
#acc-lowercenter
{ 
	position: relative; 
	left: -50px; 
	top: -25px; 
}
#acc-lowerright
{ 
	position: relative; 
	left: 80px; 
	top:  0px; 
}
#acc-table
{ 
	width: 760px; 
	text-align:left; 
	margin-top: 30px; 
}


/*** new ***/
.ext-link
{
	text-align: center;
	padding: 6px 0px 8px 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: bold;
	/*background: url('http://www.buffalopoint.com/images/navbar-background_b.gif') repeat-x;*/
	background: url('/images/navbar-background_b.gif') repeat-x;
	/*border: 2px outset #336699;*/
	/* IE inset/outset doesn't seem to do what I want, so I'll set the borders manually */
	border-bottom: 1px outset #336699;
	border-right:  1px outset #336699;
	border-top:    1px outset #6699CC;
	border-left:   1px outset #6699CC;
}

.ext-link:hover
{
	text-decoration: none;
	background: url('/images/navbar-background_b_down.gif') repeat-x;
	border-bottom: 1px inset #6699CC;
	border-right:  1px inset #6699CC;
	border-top:    1px inset #336699;
	border-left:   1px inset #336699;
}


