@charset "utf-8";

html, body { 
  height: 100%; 
  margin: 0 0 1px; 
  padding: 0; 
} 

body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
	padding: 0px;
}
.twoColFixLtHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/strip_new.gif);
	background-repeat: repeat-y;
} 

.greentop {
	background-image: url(images/rgt_top_new.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.greenbottom {
	background-image: url(images/rgt_bottom_new.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#container.greenbottom img {
  display:block;
}
.twoColFixLtHdr #header {
	padding-right: 15px;
	padding-left: 15px;
	height: 72px;
} 
.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; /* since this element is floated, a width must be given */
	width: 155px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	padding: 0px !important;
	margin-left: 15px;
}


.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}


/*NAVIGATION*/

#nav_container {
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
	background-position: top;
	clear: none;
}
.twoColFixLtHdr #container #sidebar1 #nav_container ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	display: inline; /* :KLUDGE: Removes large gaps in IE/Win */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
  }
  .twoColFixLtHdr #container #sidebar1 #nav_container .firstselected a {
	line-height: 25px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/green_navtop.gif);
}
.twoColFixLtHdr #container #sidebar1 #nav_container .firstselected a:hover {
	line-height: 25px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/green_navtop_active.gif);
	color: #096c71;
}
.twoColFixLtHdr #container #sidebar1 #nav_container .lastselected a {
	line-height: 25px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/green_navbottom.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #sidebar1 #nav_container .lastselected a:hover {
	line-height: 25px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/green_navbottom_active.gif);
	color: #096c71;
}

.twoColFixLtHdr #container #sidebar1 #nav_container a {
	display: block;
	width: 150px;
	height: 25px;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 15px;
	background-image: url(images/nav_normal.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
 
.twoColFixLtHdr #container #sidebar1 #nav_container a:hover {
	color: #096c71;
	background-image: url(images/green_normal_active.gif);
}

.twoColFixLtHdr #footer {
	height: 30px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	clear: both;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.twoColFixLtHdr #container #footer a {
	padding-right: 15px;
	color: #FFFFFF;
	font-weight: bold;
}

#contact_info {
	float: right;
	width: 400px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	font-size: 14px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: 12px;
	line-height: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #14b8c4;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #middle_box a {
	font-weight: bold;
	color: #14b8c4;
}

.twoColFixLtHdr #container #mainContent #middle_box ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #middle_box li {
	font-weight: normal;
	background-repeat: no-repeat;
	padding-bottom: 7px;
	padding-left: 15px;
	display: list-item;
	background-image: url(images/bullet2.gif);
	background-position: 0px 5px;
	color: #003399;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #096c71;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
.twoColFixLtHdr #container #mainContent #top_box {
	background-image: url(images/top_grey4.png);
	background-repeat: no-repeat;
	height: 12px;
}
.twoColFixLtHdr #container #mainContent #middle_box {
	background-image: url(images/middle_grey4.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 15px;
}
.twoColFixLtHdr #container #mainContent #bottom_box {
	background-image: url(images/bottom_grey4.png);
	height: 12px;
}

#right_images {
	float: right;
	width: 190px;
	text-align: center;
	margin-left: 10px;
	padding-bottom: 30px;
}

/*AMAZON BOOKS*/

.twoColFixLtHdr #container #mainContent #middle_box #amazon_books td {
	padding-bottom: 25px;
	padding-left: 10px;
	width: 120px;
	padding-right: 10px;
	vertical-align: top;
}
.twoColFixLtHdr #container #mainContent #middle_box #amazon_books2 td {
	padding-bottom: 25px;
	padding-left: 10px;
	width: 120px;
	padding-right: 10px;
}
.twoColFixLtHdr #container #mainContent #middle_box #amazon_books3 td {
	padding-bottom: 25px;
	padding-left: 10px;
	width: 120px;
	padding-right: 10px;
}
.twoColFixLtHdr #container #mainContent #middle_box #right_images img {
	margin-bottom: 25px;
}
.twoColFixLtHdr #container #sidebar1 #coffee_mornings img {
	padding-top: 20px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #sidebar1 #coffee_mornings {
	float: left;
	width: 152px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #096C71;
}
.bottom_rhs_image {
	padding-bottom: 40px;
}
.twoColFixLtHdr #container #mainContent #middle_box #right_images iframe {
	position: relative;
}
.twoColFixLtHdr #container #mainContent #middle_box img {
	float: right;
}
.image_main_content_right {
	margin-left: 5px;
	margin-right: 5px;
}

.gallery_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
}

.gallery_links a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #14b8c4;
}

.twoColFixLtHdr #container #header #contact_info a {
	text-decoration: none;
	color: #FFFFFF;
}
.twoColFixLtHdr #container #mainContent #middle_box #amazon_books p {
	padding-top: 10px;
	font-size: 10px;
}
.twoColFixLtHdr #container #mainContent #middle_box #posters td {
	padding-bottom: 10px;
	padding-right: 12px;
}
.twoColFixLtHdr #container #mainContent #middle_box #posters2 td {
	padding-bottom: 10px;
	padding-right: 12px;
}
.twoColFixLtHdr #container #header #contact_info #facebook {
	margin-top: 5px;
	margin-bottom: 5px;
}

