@charset "UTF-8";
/*--------basic styling--------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #bccdd7;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#wrapper {
	position: relative;
	width: 876px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	}
#clear {
	clear:both;
	}
/*----------position container elements-----------*/
#header {
	position: relative;
	height: 78px;
	}
#content {
	float: right;
	width: 567px;
	padding: 20px 30px 15px 25px;
	}
#searchcontent {
	float: right;
	width: 567px;
	padding: 20px 20px 0px 20px;
	margin-left:10px;
	}
#sidebar {
	float:left;
	width: 230px;
	margin-left: 22px;
	margin-bottom:22px;
	}
#footer {
	background: #bccdd7;
	padding: 7px 7px 7px 22px;
	}
#logo {
	margin-left: 22px;
	float:left;
	}
#search {
	float: right;
	width: 220px;
	margin-top: 40px;
	margin-right: 22px;
	}
#gobtn {
	float: right;
	margin-top: -20px;
	}
#indexbanner {
	margin-left: 19px;
	}
#buttons {
	margin-left: 21px;
	margin-top: 18px;
	width: 839px;
	height: 109px;
	}
#calfroping {
	width:239px;
	height: 88px;
	float: left;
	}
#indexcontent {
	float: right;
	width: 555px;
	padding: 15px 18px 0 18px;
	}
.indextext {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #0e76bc;
	}
#flashmovie {
	margin-left: 22px;
	}
.thumbnail {
	float: left;
	width: 200px;
	margin-right: 10px;
}

	

/*---main text styles---*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #999999;
	line-height: normal;
	font-weight: lighter;
}
.credittext {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5a6c77;
	float: right;
	margin-top: -20px;
	}
.credittext a:link {
	color: #5a6c77;
	text-decoration: none;
}
.credittext a:hover {
	color: #996600;
	text-decoration: underline;
}
.credittext a:visited {
	color: #5a6c77;
	text-decoration: none;
	}

#navigation {
	width: 790px;
	height: 20px;
	margin: 15px 22px 22px 22px;
	padding: 10px 22px 10px 22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #6e8491;
	border-bottom-color: #6e8491;

}
a:link {
	color: #3333FF;
	text-decoration: none;
}
a:hover {
	color: #3333FF;
	text-decoration: underline;
}
a:active {
	color: #993333;
	text-decoration: underline;
}
a:visited {
	color: #993333;
	text-decoration: none;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding-left: 10px;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding-left: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6699CC;
	line-height: 20px;
}
/*---sitemap pages styles---*/
#sitemaptext {
	margin: 18px;
	width: 240px;
	float:left;
	}
#sitemaptext2 {
	width: 345px;
	float:right;
	margin-top: 75px;
	}

#goodegg {
	margin-left: 75px;
	}
