@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
.twoColFixRtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:200px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color:#FFF;
} 
.twoColFixRtHdr #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: 45px 0 0 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#e42330;
	font-size:1.2em;
}
#logo {
	margin: 40px 20px 0 30px;
	float:left;
}
.strapline{
	color:#FFF;
	font-size:1.3em;
	font-style: italic;
	margin-top:10px;
}
.twoColFixRtHdr #menu{
	background-image:url(../images/menu.jpg);
	height:33px;
	color:#FFF;
	font-size:0.8em;
	float:left;
	width:900px;
}
#message {margin:7px 0 0 0px; text-align:center;}
#message a{color:#FFF; text-decoration:none; font-weight:bold;}
#message a:hover {text-decoration:underline;}

.twoColFixRtHdr #frame
{
	background-image:url(../images/frame.jpg);
	background-repeat:repeat-y;
	float:left;
	width:900px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 360px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top:35px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 360px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
}
.twoColFixRtHdr #mainContent h2 {
	font-size:1.2em;
	font-style:italic;
	color:#e42330;
	padding:40px 20px 0 50px;
	margin: 0 0 0 25px;
	font-weight:normal;
}
.twoColFixRtHdr #mainContent p {
	font-size:0.8em;
	padding:10px 20px 0 50px;
	margin:0 0 0 25px;
}
.twoColFixRtHdr #mainContent ul {
	padding:0 0 0 75px;
	margin:5px 0 20px 15px;
}

.twoColFixRtHdr #mainContent li {
	font-size:0.8em;
	padding:0px 30px 0 0px;
	margin:0 0 0 0;
}

#mission {
	background-image:url(../images/mission.jpg);
	background-repeat:no-repeat;
	color:#FFF;
	width:480px;
	margin-left:55px;
	height:150px;
}
.twoColFixRtHdr #mainContent #mission p {padding:10px 0px 5px 20px; margin:0 0 0 0;}
.twoColFixRtHdr #mainContent #mission ul {padding: 0px 50px 0 35px; margin:0 0 0 0;}
.twoColFixRtHdr #mainContent #mission li {padding:0 0 3px 0; margin: 0 0 0 0;}

.twoColFixRtHdr #footer { 
	background-image: url(../images/footer.jpg);
	background-repeat:no-repeat;
	height:56px;
	color:#FFF;
	font-size:0.7em;
	width:900px;
	float:left;
} 
.twoColFixRtHdr #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 0 20px; /* 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;
}
.red {color:#e42330;}
.black {color:#000000;}



/******************************************/
#slideshow {list-style:none;}
#slideshow span {display:none}
#wrapper {width:310px; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:310px; height:375px;background:#ffffff}
#information {position:absolute; bottom:0; width:310px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:1.0em;}
#information p {padding:0 8px 8px}
#image {width:310px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(../images/slide-left.gif) left center no-repeat;opacity:.2; filter:alpha(opacity=20)}
#imgnext {right:0; background:url(../images/slide-right.gif) right center no-repeat;opacity:.2; filter:alpha(opacity=20)}
#imglink {background:url(../images/slide-gif.gif) repeat;position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(../images/slide-link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:92px; background:url(../images/slide-scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:92px; background:#222 url(../images/slide-scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:260px; margin-left:7px; height:92px; overflow:hidden}
#slider {position:absolute; left:0; height:92px; width:310px;}
#slider img {cursor:pointer; padding:0 2px 0 2px;}
