/* Establish general layout parameters
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
	background-color: #333333;
	color: #333;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-bottom: 10px;
	text-align: center;
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 18px;
	}

h1 {
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9C0000;
	line-height: 26px;
	font-weight:bold;
}

h2 {
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #9C0000;
	line-height: 16px;
}



.hide {
	display: none;
	}
	
#flashcontent {
	width:190x;
	height:224px;
}
	

a:visited, a:link {
	color: #008FD7;
	text-decoration:none;
}
	
a:hover {
	color: #AE0000;
	text-decoration:none;
}

#wrapper {
	margin: 0px auto;
	padding: 20px;
	border: 0px;
	text-align: left;
	height: 100%;
	width: 960px;
	background: #ffffff;
	}


/* Header
-------------------------------------- */

#logo {
	width: 960px;
	height: 255px;
	margin:0px;
}

#navbott {
	width: 960px;
	height: 8px;
}

/* Main Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Top Level */

#navlist {
	background: #b30101;
	position: relative;
	width: 960px;
	height: 49px;
	clear: both;
	margin:0px;
	}
	
#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none; 
	font-size: 13px;
	text-align: center;
	clear: both;
	height: 49px;
	}

#navlist li {
	float: left;
	list-style-type: none;	
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
	height: 49px;
	}

#navlist a {
	float: left;
	margin:0;
	padding: 14px 11px 0px 11px;
	text-decoration: none;
	color: #fff;
	height: 35px;
	}

#navlist a:link, #navlist a:link {
	margin: 0;
	padding: 14px 11px 0px 11px;
	color: #fff;
	height: 35px;
	}

#uberlink a:link {
	margin: 0;
	padding: 14px 6px 0px 6px;
	color: #fff;
	height: 35px;
	}

#navlist a:visited
#uberlink a:visited {
	background: #76C200;
	}

#navlist a:active,
#uberlink a:active {

	color: #000;
	height: 35px;
	}
	
#navlist a:hover,
#uberlink a:hover {

	color: #000;
	height: 35px;
	}

#uberlink_on a:link, #uberlink_on a:visited, #uberlink_on a:active, #uberlink_on a:hover {

	color: #000;
	height: 35px;
	}

/* second-level lists */
#subNav {
	margin: 0;
	padding:0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	background-color:#B30000;
	color: #fff;
	}
	
#subNav ul {
	border-bottom: 1px solid #fff;
	color: #fff;
	padding:0px;
	display:block;
	}

#subNav ul {
list-style: none;
font-size: 0px;
line-height: 0px;
	}

#subNav a:visited, #subNav a:link {
	border: 0;
	color: #fff;
	text-decoration: none;
	background-color:#888;
	display: block;
	padding: 7px 7px 7px 7px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	}
	
#subNav a:hover {
	color: #993300;
	background-color:#6FB31B;
	text-decoration: underline;
	}
	
.label {
	height:auto;
	display:block;
	color: #fff;
	font-weight:bold;
	background: #a7a9ac;
}

ul li.label
{
color: #000;
}
.label strong { font-size: 14px; color: #fff; display: block; padding: 7px 5px; }

/* third-level lists */

#thirdNav { 
	width:157px;
	margin-left: 0;
	list-style-type: none;
	background-color:#a7a9ac;
	height:auto;
	}

#thirdNav a:visited, #thirdNav a:link {
	border: none;
	color: #fff;
	text-decoration: none;
	display:block;
	height:auto;
	border-top:1px solid #fff;

	}
	
#thirdNav a:hover {
	color: #fff;
	background-color:#9C0000;
	text-decoration: none;
	}
	
/* Content Left
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.stars {
	background-image:url(/persistent/templateimages/fleur.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color: #a7a9ac;
}

/* Search */
.search {
	background-color:#0595CD;
	padding: 8px 4px 8px 4px;
	margin:0px;
	border-bottom:1px solid #fff;
}
.searchbox {
	border:none;
}

/* Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer {
	padding-top:10px;
	border-top:1px solid #9C0000;
	color:#9C0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.thumb {
padding:3px;
border: 1px solid #CCCCCC;
text-decoration:none;
}

.input {
	background-color:#e6e6e6;
	color:#333;
	padding:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:none;
}
.textarea {
	background-color:#e6e6e6;
	padding:2px;
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:none;
}

.button {
	border:none;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color:#0595CD;
	padding:0px;
}

