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

body {
	background: #36f url(images/bg.png) repeat-x;
	margin: 0;
	padding: 0;
	font-family: 'Arimo', Arial, Helvetica, sans-serif;
	line-height: 140%;
	color: #00F;
}

a:link, a:visited {
	color: #F93;
}

a:hover {
	color: #C00;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	background-color: #E1F3FC;
}

#header {
	height: 175px;
	background: url(images/topbanner-bg.jpg) no-repeat;
}

#content {
	padding: 0 10px;
}

#content h3 {
	font-family: 'Chewy';
	color: #09F;
	font-size: 180%;
	margin-top: 0;
}

#content img {
	float: right;
	margin: 10px;
}

#divleft {
	width: 400px;
	float: left;
}

#divright {
	width: 400px;
	float: right;
}

/******** navbar ***************/

#navbar {
	background: #36f;
}

ul.nav {
	list-style: none;
	padding: 5px;
	margin: 0;
}
ul.nav li {
	display: inline;
	font-size: 130%;
}
ul.nav a, ul.nav a:visited {
    color: #FC9;
	padding: 3px 5px 4px 25px;
	display: inline block; 
	width: 160px; 
	text-decoration: none;
	background: #36f;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	text-decoration: underline;
	color: #FFF;
}


/******** slideshow ************/

/***** image rotator *********/
#photoShow {
    position:relative;
    height:270px;
    width:940px;
	margin-left: -10px;
}
#photoShow div {
    position:absolute;
    z-index: 0;
}
#photoShow div.previous {
    z-index: 1;
}
#photoShow div.current {
    z-index: 2;
}


#footer {
	height: 140px;
	background: #36f url(images/btmbanner-bg.gif) no-repeat;
	padding: 30px 10px 0 10px;
	color: #E1F3FC;
	font-size: 90%;
}

.fltrt {
	float: right;
}

#content h3.callus {
	float: right;
	color: #E1F3FC;
	padding-top: 5px;
	padding-right: 10px;
	margin-bottom: 0;
}

.clear {
	clear: both;
}
