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

*/

body  {
	font: 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
	background-color: #f9f7dc;
	margin: 0; /*  #fdfcf2;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: #333;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	}
	
a:link {
	color:#039;
	text-decoration:none
	}

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

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

a:active {

	color:#1f7cff;
	text-decoration:none
	}
	
img  {
	border:none;
	}

p	{
	font: 0.85em/1.2em Verdana, Arial, Helvetica, sans-serif;

	}


h1	{
	color: #333;
	letter-spacing: 0.5em;
	border-bottom: 1px solid #039;
	margin: 20px 0px 10px;
	letter-spacing: 0.5em;
	width: 100%; /*leave this value as is in most cases*/
	text-align: center;
	font: bold 1.75em/2px "Century Gothic", Century, Arial;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
h2	{
	color: #333;
	letter-spacing: 0.25em;
	margin: 20px 0px 10px;
	font: 1.2em/1.8em Arial, Helvetica, sans-serif;
	}	
	
h3	{
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin: 25px 0px 20px 10px;
	}
	
h4	{
	color: #039;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	margin: 5px 0px 5px 0px;
	}
table	{
	border:1px solid #2481c4;
	}
	
td, dd	{
	color: #333333;
	font: 0.85em/1.3em Verdana, Arial, Helvetica, sans-serif;
		}

li	{
	list-style-image: url(../images/bullet_orange.png);
	font: 0.85em/1.25em Verdana, Arial, Helvetica, sans-serif;
	}
#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;
	margin: 0 auto;
	padding:0px;
	/* margin: 0 auto; the auto margins (in conjunction with a width) center the page 
	border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	} 

#header {
	padding: 0px;
	/*  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: 220px;
	background-repeat: repeat-x;
	background-color: transparent;
	} 

#header2 {
	padding: 0px;
	/*  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: 180px;
	} 
#navbar	{
	padding: 0px;
	top: 249px;
	}

#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 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
	display:inline;
	float:left;
	width:720px;
	} 	
	

#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 201px; /* 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;
	}
	
#slideshow3 {
	width: 370px;
	height: 245px;
	margin-left: 0px;
	margin-top:10px;
	float: left;
	}	
	
#slideshow4 {
	width: 350px;
	height: 250px;
	margin-left: 0px;
	margin-top:10px;
	}		
	
#slideshow5 {
	float: right;
	width: 280px;
	height: 370px;
	margin-top: 30px;
	margin-left: 10px;
	position: absolute;
	left: 708px;
	top: 336px;
	}
	
#slideshow6 {
	float: right;
	width: 370px;
	height: 250px;
	margin-left: 0px;
	margin-top:10px;
	position: absolute;
	left: 701px;
	top: 1361px;
	}

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

#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: #333333;
	font: bold normal 0.8em Arial, Helvetica, sans-serif;
	text-transform: none;
	}
	
.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: 0.75em;
	margin-right: 10px;
	}
	
.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;
	}

.bullet li {
	display:list-item;
	list-style-image:url(../images/tiny-arrow.gif);
	list-style-position:outside;
	margin-left:15px;
		}

.title{
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	letter-spacing: 0.5em;
	border-bottom: 1px solid #004b8d;
	margin: 20px 0px 10px;
	}		
		
.indentmenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	letter-spacing: 0.25em;
	width: 100%; /*leave this value as is in most cases*/
	line-height: 4em;
	}

.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
	}
	
.pullquote_left { 
	width: 200px; 
	margin: 5px 15px 5px 0; 
	font-size: 1.4em; 
	text-align: center; 
	float: left; 
	}

.pullquote_right {
	width: 250px;
	margin: 5px 0 5px 15px;
	text-align: left;
	float: right;
	font: italic bold 0.9em/1.4em "Century Gothic", Century, Arial;
	background: #e9e9e9;
	padding: 5px 10px 5px 10px;
	color: #666666;
	}

blockquote.style1 {
	font: .9em/1.3em "Century Gothic", Century, Arial;
	padding: 8px;
	background-color: #e6e6e6;
	border-top: 1px solid #a8a8a8;
	border-bottom: 1px solid #a8a8a8;
	margin: 30px 50px;
	background-image: url(../images/quote.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 23px;
  }
  
blockquote.style1 span {
	display: block;
	background-image: url(../images/unquote.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
   }

.infoboxleft { 
	float:left; 
	margin: 5px 15px 15px 0; 
	padding: 10px; 
	background: #eee; 
	}
	
.infoboxright { 
	float:right; 
	margin: 5px 0 15px 15px; 
	padding: 10px; 
	background: #eee; 
	}
	
.infoboxright h3 { 
	margin: 0 0 10px 0; 
	padding: 0; 
	font-size: 14px; 
	color: #333; 
	}
.infoboxright p { color: #666; font-size: 12px; }
