@charset "ISO-8859-1";
body  {
	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: #222222;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 100%;
	background-color: #DDDDDD;
	background-image: url(../image-files/bkg.jpg);
}
a:link {
	color: #445b91;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #445b91;
}
#container  {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
#header  {
	height: 261px;
	width: 1000px;
	margin: 0px;
	padding: 0;
} 
#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 */
}

#mainContent  {
	margin-top: 35px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
	width: 500px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	position: relative;
	top: 20px;
} 
#mainContent {
	min-height:1000px;
}
#mainContent h1 {
	font-size: 1.5em;
	color: #5F86AB;
}
#mainContent h2 {
	font-size: 1.2em;
}
#mainContent  h3 {
	font-size: 1.2em;
	color: #444444;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	line-height: 1.2em;
}
#mainContent h4 {
	color: #777777;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -15px;
	margin-left: 0px;
}
#mainContent img {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
.imageLeft {
	margin-right: 20px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.imageRight {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 20px;
}

#mainContent a:hover {
	text-decoration: underline;
}
#mainContent a {
	font-weight: bold;
}
#mainContent td {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.9em;
}
#mainContent li {
	padding-bottom: 10px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.9em;
}
#mainContent p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.9em;
}

#mainContent blockquote {
	font-style: italic;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #888888;
	border-bottom-color: #888888;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-image: url(../image-files/quote_up.gif);
	background-repeat: no-repeat;
	font-size: .9em;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
/*This class can be used to add extra white space to the main content column when the left or right column starts to overlap the footer*/
.extraSpace {
	margin-bottom: 500px;
}

#horizNav {
	width: 1000px;
	background-repeat: repeat-x;
	height: 35px;
	background-image: url(../image-files/nav-bkg.jpg);
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 221px;
}
#horizNav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#horizNav li {
	list-style-type: none;
	float: left;
	line-height: 30px;
	border-right-width: 3px;
	border-right-style: groove;
	font-weight: normal;
	border-right-color: #EEEEEE;
	font-size: 0.8em;
	display: block;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	}
#horizNav   li   a:link    {
	display: block;
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	background-image: url(../image-files/nav-bkg.jpg);
	color: #5F86AB;
	font-weight: bold;
}
#horizNav   li   a:hover	{
	color: ##445b91;
	background-image: url(../image-files/nav-bkg-hover.jpg);
	text-decoration: none;
	}
#horizNav li a {
	display: block;
	padding-top: .2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

#horizNav li a.current, #horizNav li a.current:hover {
	color: #445b91;
	background-image: url(../image-files/nav-bkg-hover.jpg);
	text-decoration: none;
}
.quote {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.3em;
	color: #888888;
	background-image: url(../image-files/quote_up.gif);
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 1em;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}

#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 190px;
	top: 261px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	position: absolute;
	left: 0px;
}
#sidebar1 h3 {
	font-size: 1em;
	line-height: 30px;
	color: #EEEEEE;
	background-image: url(../image-files/head2-bkg.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}
#sidebar1 h2 {
	font-size: 1em;
	color: #5F86AB;
}
#sidebar1 p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.9em;
}
#leftNav  ul {
	margin: 0px;
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#leftNav li {
	text-decoration: none;
	list-style-type: none;
	font-size: .9em;
	line-height: 1.7em;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #111111;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#leftNav  li a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding-left: 10px;
}
#leftNav  a:hover {
	color: #EEEEEE;
	background-color: #5F86AB;
	display: block;
}
#leftNav li a.current {
	color: #5F86AB;
	display: block;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	top: 261px;
	position: absolute;
	left: 760px;
}
#sidebar2 p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.8em;
}
#sidebar2 h3 {
	color: #EEEEEE;
	background-image: url(../image-files/head-bkg.gif);
	background-repeat: no-repeat;
	font-size: 1em;
	line-height: 30px;
	padding-left: 10px;
}
#sidebar2 h4 {
	font-style: italic;
	line-height: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.95em;
	color: #777777;
}
#sidebar2 a:hover {
	color: #888888;
	text-decoration: none;
}
#footer  {
	text-align: center;
	margin-top: 40px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#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 */
	font-size: 0.8em;
}
#footer a:hover {
	text-decoration: underline;
}
.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;
}

#addSiteTo {
width:90%;
font-size:85%;
text-align:center;
padding:8px 0;
border:1px solid #000;
margin:12px auto;
background-color: $FFFF00;
}

#addSiteTo p {
padding:2px 2px 4px;
margin:0;
}

#addSiteTo img {
width:91px;
border:0;
padding:1px 0;
}
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

 /* the section below is for images in the main content that you want to have a caption underneath */

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}



 /* the section below is for the rounded corner box */

.sidebox {
	width: 220px;
	font-size: 100%;
	background-image: url(../image-files/sbbody-r.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 0px;
	left: -20px;
	position: relative;
	display: block;
}
.boxhead {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../image-files/sbhead-r.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.boxhead h2 {
	margin: 0;
	padding: 22px 30px 5px;
	color: #5F86AB;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	background-image: url(../image-files/sbhead-l.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.boxbody {
	margin: 0;
	padding: 5px 30px 31px;
	background-image: url(../image-files/sbbody-l.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:506px; margin:50px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:500px; height:300px; padding:2px; border:1px solid #ccc; background:#000}
#information {position:absolute; bottom:0; width:500px; 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:14px}
#information p {padding:0 8px 8px}
#image {width:500px}
#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/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}

}
