@charset "utf-8";
/* CSS Document 

*/

body  {
	position:relative;
	padding:0;
	background-image: url(../images/bg-body.png);
	background-repeat:repeat-x;
	text-align:center
	}
	
a:link {
	color:#039;
	text-decoration:none
	}

a:visited {
	color:#36f;
	text-decoration:none
	}

a:hover {
	color:#000033;
	text-decoration:underline
	}

a:active {
	color:#fff;
	text-decoration:none
	}
	
img  {
	border:none;
	}
	
	
p {
	font-size:0.85em;
	line-height:1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
	color: #333333;
	}
	
h1	{
	color: #f2f2f2;
	border-bottom: 1px solid #fbd476;
	margin: 20px 0px 10px;
	font: 1.85em "Century Gothic", Century, Arial;
	}
	
h2	{
	color: #2672ae;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin: 25px 0px 20px 0px;
	}
	
h3	{
	color: #2672ae;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 25px 0px 20px 10px;
	}

hr {
	border:0;
	height:1px;
	width:100%;
	background-color:#6887a0;
	color: #6887a0;
	}
	
#container {
	width: 760px!important;
	width /**/:760px;  /* using 20px less than a full 800px width allows 
		for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	position:relative;
	margin:10px auto; 	/* margin: 0 auto; the auto margins (in conjunction with a width) center the page 
	border: 1px solid #000000;*/
	text-align: left;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	} 

#header {
	padding: auto;
	/*  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. */
	height: 120px;
	background-color: transparent;
	} 

#navbar	{
	padding: 0px;
	background-color:transparent
	}

#navbar a.nav, a.nav:link, a.nav:visited {
	display:block;
	width:150px;
	height:25px;
	background-color:#fff;
	border:1px solid #2481c4;
	margin-top:2px;
	text-align:center;
	text-decoration:none;
	color:#333333;
	overflow:hidden;
	float:left;
	font: bold 16px/25px "Century Gothic", Century, Arial;
	}
#navbar a.nav:hover {
	color:#fdd114;
	background-color:#2b83c5;
	}
#navbar a.nav:active {
	color:#fff;
	background-color:#009e93;
	}
	
#mainContent {
	background-color:transparent;
	display:inline;
	float:left;
	width:700px;
	padding: 0px 30px 0px 30px;
	} 	
	

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	background-color: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	}

#centerContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left 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. */
	padding: 0 20px;
	background-color: transparent;
	} 
	
#slideshow1 {
	float: left;
	width: 280px;
	height: 370px;
	margin-top: 30px;
	margin-left: 10px;
	}

	
#slideshow2 {
	float: right;
	width: 370px;
	height: 250px;
	margin-left: 0px;
	margin-top:10px;
	}	

#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent;
	} 

#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;
	color: #586977;
	text-transform: none;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	}
	
.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;
	font-size: .75em
	}
	
.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;
	}

.indentmenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	letter-spacing: 0.5em;
	width: 100%; /*leave this value as is in most cases*/
	}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	/*border-bottom: 1px solid #79c6b6;*/
	background: transparent;
	}

.indentmenu ul li{
display: inline;
	}

.indentmenu ul li a{
	float: left;
	color: #000; /*text color*/
	padding: 5px 19px 5px 20px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	letter-spacing: 0.5em;
	/*border-bottom: 1px solid #79c6b6;*/
	font-weight: bold;
	}

.indentmenu ul li a:visited{
	color: #333;
	}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: #fff !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
	background-color: #79c6b6;
	}
	
#webinfo {
	float:right;
	}	
	

#webinfo a:link a:visited a;hover a:active {
	font-size: 8px;
	color: #99CCFF;
	}
.smalltext {
	font-size: .7em
	}
