/* CSS Style sheet for Strawberry Bank Bed and Breakfast :: Gary McWilliams 1bws.com */

* {
	margin:0; 
	padding:0;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	text-decoration: none;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	text-decoration: none;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	text-decoration: none;
}
h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	text-decoration: none;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
ol {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	list-style-type: circle;
}
ul a {
	font-size:inherit;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.caption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	text-align: center;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.linktext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #333333;
	text-align: center;
}
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #0000cc;
	text-align: center;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #0000cc;
	text-align: center;
	text-decoration: none;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #333333;
	text-align: center;
	text-decoration: underline overline;
}
a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #0000cc;
	text-align: center;
	text-decoration: none;
}
/* nav system */

#globalNav{
	position: relative;
	width: 540px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image:   url("assets/glbnav_background.gif");
	left: -1px;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
	left: 540px;
}

#globalLink{
	position: absolute;
	top: 7px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	width: 527px;
}


a.glink, a.glink:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .7em;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #B11216;/* 8fb8bc */
}

a.glink:hover{
  	background-image: url("assets/glblnav_selected.gif");
	text-decoration: none;
	color:#990000
}

.skipLinks {display: none;}
.linktext_main {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
}
.white {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.linktext_mainL {


	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	text-align: left;
}
li {
	text-align: left;
	text-indent: 20px;
	display: list-item;
	list-style-position: outside;
	list-style-type: circle;
}
