@charset "UTF-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bg_greggs.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	top: 0px;
} 
.twoColFixLtHdr #header {
	height: 95px;
	width: 100%;
	background-image: url(images/header_bg.jpg);
	min-width: 234px;
	background-repeat: repeat-x;
} 
#login  a   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	padding-right: 10px;
	text-decoration: none;
	margin-top: 75px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#login  a:hover   {
	text-decoration: underline;
}
#search {
	position: relative;
	top: 5px;
	float: left;
}
#login    {
	position: relative;
	left: 250px;
	top: 0px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 80px;
	margin-left: 250px;
	background-image: url(images/header_logo.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	right: 50px;
}
#mountains {
	background-image: url(images/header_mountains.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: 4b4b4b;
	width: 20em;
	float: left;
}
#login ul {
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4E7EA6;
	width: 900px;
	float: left;
}
#login li {
	list-style-type: none;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr   #sidebar1  {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	background-image: url(images/left_bg.jpg);
	background-repeat: repeat-y;
	width: 12em;
	height: 360px;
}
.twoColFixLtHdr   #container #sidebar1 li   {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: 4b4b4b;
}
.twoColFixLtHdr #container #sidebar1 ul {
	margin-left: -30px;
}
.twoColFixLtHdr #container #wrapper {
	width: 100%;
}
.twoColFixLtHdr #navbar {
	background-image: url(images/navbar_bg.jpg);
	background-repeat: repeat-x;
	height: 28px;
	width: 100%;
	padding-top: 5px;
	float: left;
}
.twoColFixLtHdr  #container #sidebar1 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: 606060;
	text-decoration: none;
	margin-left: 5px;
	margin-top: 25px;
	padding: 5px;
}
#awards   {
	float: left;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
}
#support   {
	float: left;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 50px;
}
#newsletter   {
	float: left;
	width: 230px;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #container #footer #newsletter p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	color: #EB4B50;
}	

.twoColFixLtHdr #container #sidebar1 a:visited {
	color: 606060;
}

.twoColFixLtHdr #container #navbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6E6E6E;
	text-decoration: none;
	font-weight: bolder;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.twoColFixLtHdr #container #navbar a:hover {
	background-image: url(images/navbar_bg_on.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.twoColFixLtHdr #container #navbar a:active {
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.current {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.twoColFixLtHdr   #mainContent-h  {
	height: 363px;
	width: 100%;
	float: left;
} 
#icon_home {
	position: relative;
	float: right;
	top: 65px;
	right: 700px;
}
#logo {
	float: right;
	position: relative;
	top: -25px;
	right: -10px;
}

#locations {
	float: left;
}
.twoColFixLtHdr #footer #locations a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: 606060;
	text-decoration: none;
	padding-left: 2px;
}
.twoColFixLtHdr #footer #locations li {
	list-style-image: url(images/arrow.gif);
	padding-bottom: 10px;
}
.twoColFixLtHdr #footer #locations ul {
	margin-top: 35px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}
.twoColFixLtHdr  #container #content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4b4b4b;
	line-height: 16pt;
	position: inherit;
	width: 600px;
	float: left;
	min-width: 600px;
	margin-left: 50px;
	margin-top: 20px;
}
.toolbar    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: 6d6d6d;
	text-decoration: none;
}
#nav {
	padding-top: 10px;
	padding-left: 5px;
}
.twoColFixLtHdr #footer {
	background-repeat: repeat-x;
	background-position: top;
	height: 169px;
	background-image: url(images/footer_bg.jpg);
	min-width: 900px;
	width: 100%;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.leftnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #6E6E6E;
}

