@charset "utf-8";
/* CSS Document */
td img {
	display: block;
}
body {
	background-color: #333333;
	margin: 0;
	font-size: 12px;
	font-family: verdana;
}

h1 {
	font-family: Courier;
	font-size: 24px;
	color: #663366;
	font-weight: bold;
}

h2 {
	font-family: Courier;
	font-size: 22px;
	color: #663366;
	font-weight: bold;
}

h3 {
	font-family: Courier;
	font-size: 20px;
	color: #663366;
	font-weight: bold;
}

.homeLink {
	font-family: Courier;
	font-size: 22px;
	color: #ff0000;	
	font-weight: bold;
}

a:link {
	color: #ff0000;	
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #ff0000;	
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ff0000;	
	font-weight: bold;
	text-decoration: underline;
}

.fbTweet a:link{
	font-family: Courier;
	color: #ffffff;
	text-decoration: none;
}

.fbTweet a:visited{
	font-family: Courier;
	color: #ffffff;
	text-decoration: none;
}

.fbTweet a:hover{
	font-family: Courier;
	color: #ffffff;
	text-decoration: underline;
}

.infoText {
	font-family: Arial;
	font-size: 12px;
	color: #F0F0F0;	
}

.titleInfo {
	font-family: Courier;
	font-size: 22px;
	color: #F0F0F0;	
	font-weight: bold;
}

#box {
	background-color:#F0F0F0;
	width: 949px;
}
#thistle_banner {
	background-image: url(images/thistle_banner/thistle_banner2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:155px;
}

#thistle_banner_link{
  position:absolute; 
  width:949px;
  height:155px;
  top:0;
  z-index: 1 
}
#thistle_menu {
	height:132px;
}
#thistle_content {
	background-image:url(images/thistle_page_bg.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	min-height: 460px;
}
#keywords_formSearch{
	background-image:url(thistle_searchbar.jpg);
	background-repeat:no-repeat;
	width: 211px;
	height: 26px;
	font-size: 12px;
	color: #000000;
	border: 0px;
	margin-left:5px;
}

.submit_bottom {
	background-image:url(search_arrow.jpg);
	background-repeat:no-repeat;
	background-color: #ffffff;
	width: 10px;
    	height: 19px;
	border: 0px;
}

#footer {
	font-family: arial;
	font-size: 10px;
	color: #000000;
}

#footer a:link {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

#footer a:visited {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	font-family: arial;
	font-size: 10px;
	color: #663366;
	text-decoration: underline;
}

/*Submenu*/
#menu {
	width: 170px;
	padding: 0 40px 0 80px;
	list-style-type:none;	
}

#menu li {
	font-family: verdana;
	font-size: 14px;
	color: #cccccc;
	width: 170px;
	background-color: #663366;
	list-style-type:none; 
	border: 2px solid #cccccc;
	/*margin: 0 0;
	padding: 0 0 0 15px;*/
	line-height: 25px;
}

#menu li a:link{
	color: #cccccc;
	background-color: #663366;
	text-decoration: none;
	width: 170px;
	display: block;
}

#menu li a:visited{
	color: #cccccc;
	background-color: #663366;
	text-decoration: none;
	width: 170px;
	display: block;
}

#menu li a:hover{
	color: #ffffff;
	background-color: #ff0000;
	text-decoration: none;
	width: 170px;
}