/* CSS Document */

body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/backgroundshade.gif);
}
#header {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	width: 945px;
	height: 100px;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #666666;
	font-size: 10px;
}
#headerlogoholder {
	height: 100px;
	float: left;
}
#navbar {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	width: 933px;
	height: 25px;
	background-repeat: no-repeat;
	line-height: 25px;
	background-image: url(../images/navbar.gif);
	padding-left: 32px;
	visibility: hidden;
	display: none;
}
#mainarea {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	width: 955px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
.textarea {
	background-color: #ffffff;
	width: 944px;
	color: #666666;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
.textareamargin {
	background-color: #ffffff;
	width: 924px;
	color: #666666;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 10px;
	height: auto;
	line-height: 20px;
}
.toptext {
	background-color: #ffffff;
	width: 945px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	line-height: 25px;
}
.widecolumn {
	background-color: #ffffff;
	width: 607px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	color: #666666;
	line-height: 25px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	height: auto;
}

.halfcolumn {
	background-color: #ffffff;
	width: 447px;
	margin-right: 5px;
	font-weight: bold;
	color: #666666;
	line-height: 25px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	height: auto;
	margin-left: 5px;
}
.pictureinset {
	padding: 10px;
	margin: 10px;
	background-color: #FFFFFF;
	display: none;
}
.narrowcolumn {
	background-color: #ffffff;
	width: 288px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	color: #666666;
	line-height: 25px;
	padding: 10px;
	margin-top: 10px;
	height: auto;
}
.columnholder {
	margin: 0px;
	padding: 0px;
	width: 318px;
	float: left;
	height: auto;
}
.widecolumnholder {
	height: auto;
	margin: 0px;
	padding: 0px;
	width: 637px;
	float: left;
}
.right {
	float: right;
}
.left {
	float: left;
}
.small {
	font-size: 10px;	
}
#footer {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	width: 955px;
	height: auto;
	color: #dddddd;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 20px;
	font-size: 9px;
	float: left;
	display: none;
}
#footer a {
	font-weight: normal;
	color: #333333;
	font-size: 11px;

}
#bigimage {
	background-color: #ffffff;
	width: 945px;
	height: 300px;
	background-image: url(../images/bigpic2.jpg);
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
}
#bigimagebar {
	width: 925px;
	height: 80px;
	float: left;
	margin-top: 170px;
	padding: 10px;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.blue {
	color: #000000;
	background-color: #ffffff;
}
.blue a {
	color: #FFFFFF;

}
.grey {
	color: #333333;
	background-color: #ffffff;
}
.yellow {
	color: #000000;
	background-color: #FFCC33;
}

#navbar ul {
	margin: 0;
	list-style: none;
	height: 23px;
	padding: 0;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	visibility: hidden;
	}
#navbar ul li {
	position: relative;
	height: 23px;
	float: left;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 150px;
	list-style-type: none;
	list-style-image: none;
	}
#navbar ul li a {
	text-decoration: none;
	color: #FFFFFF;
	height: 23px;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #333333;
	background-image: url(../images/navbuttonnobevel.gif);
	list-style-type: none;
	}
#navbar ul li a:hover {
	text-decoration: underline;
	background-image: url(../images/navbuttonovernobevel.gif);
	}	
#navbar ul li ul {
	width: 198px;
	height: auto;
	position: absolute;
	left: 0px;
	top: 25px;
	display: none;
	border-right-width: 1px;
	border-bottom-width: thick;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #000099;
	border-left-color: #999999;
	text-align: left;
	font-weight: bold;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #FFCC33;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 5px;
	z-index: 1;
}
#navbar ul li ul li {
	height: 20px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: none;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	}
#navbar ul li ul li a {
	height: 20px;
	width: 188px;
	color: #000000;
	background-image: none;
	text-decoration: none;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
	}
#navbar ul li ul li a:hover {
	text-decoration: underline;
	background-image: none;
	}
#navbar li:hover ul { display: block; }
#footer ul {
	float: left;
	margin: 0px;
	list-style-type: none;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	}
#footer ul li {
	float: left;
	text-align: left;
	margin: 0px;
	list-style-type: none;
	width: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-image: none;
	}

#footer ul li a {
	font-weight: bold;
	color: #999999;
	list-style-type: none;
}
#footer li ul {
	float: left;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	list-style-image: url(../images/twl-arrow.gif);
	list-style-position: inside;
	font-size: smaller;
	padding: 0px;
	}
#footer li ul a {
	font-weight: normal;
	color: #000000;
	line-height: 17px;
	}
#twitter_div {
	width:auto;
}
ul#twitter_update_list {
	font-size:8pt;
	margin: 0;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul#twitter_update_list li {
	list-style: none;
	margin-bottom: 9px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}

.slideShow {
	background-color: #ebebeb;
	text-align: center;
	height: 300px;
	width: 945px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	display: none;
            } 
.slides {
	height: 300px;
	width: 945px;
            } 
.slideTitle {
	color: #333333;
	font-size: 14px;
	top: 200px;
	left: 0px;
	text-align: left;
	width: 925px;
	height: 95px;
	padding-top: 178px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
	padding-bottom: 2px;
            } 
.slideTitle h1 {
	color: #333333;
	font-size: 18px;
	line-height: 25px;
            } 
.controls {
	color: #333333;
	font-size: 14px;
	top: 200px;
	left: 0px;
	text-align: left;
	width: 75px;
	padding-left: 870px;
	float: left;
	padding-top: 2px;
            } 
#slide1 {
	display: block;
            } 
ul li {
	list-style-image: url(../images/twl-arrow.gif);
}
.banner {
	background-color: #ebebeb;
	text-align: center;
	height: 100px;
	width: 945px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
            } 
.super{
	font-size: large;
}
img{
	display: none;
}
.slidetext{
	width: 945px;
	margin-left: 5px;
	display: block;
	padding-top: 10px;
}

