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

*{
	margin-right: 0;
	margin-left: 0;
	
	}
body {
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-color: #000;
	background-position: center top;
	/* [disabled]overflow: hidden; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #CCC;
}
.inner {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	position: relative;
	}
.innerfloatleft{
	position: absolute;
	height: 40px;
	width: 960px;
	top: 150px;
	right: 0px;
	}
h1 {
	font-size: large;
	font-weight: bold;
	color: #B7274C;
	margin-left: 1em;
}
a {
	color: #B7274C;
	
	}

#Superbgimage{
	display:block;
}

#Content {
		float: right;
	height: 200px;
	width: 500px;
	margin-top: 8em;
	margin-right:8em;
	background-image: url(../Images/messagebox.png);
	background-repeat: no-repeat;
	position:relative;
	z-index:3;
}
#Content p {
	font-family:"MuseoSans_500", Myriad Pro, Arial, Helvetica, sans-serif;
	margin-right: 1em;
	margin-left: 2em;
	color: #FFF;
}


#wrapper {
	height: auto;
	width: 100%;
}

#container {
	/*width: 1080px;*/
	width:960px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	margin-top: 5%;
	position: relative;
	z-index: 2000;
}

/**************************/
/********NAVIGATION********/
/**************************/


#tmbnav {
	/* width: 628px; */
	margin-left: 3em;
	height: 48px;
	text-decoration:none;
	position: absolute;
	top: 97px;
	z-index: 3;
	right: 0px;
	text-align: right;
}

#tmbnav ul li {
	float: left;
	/* padding-left: 5px; */
	height:50px;
	text-decoration:none;
	list-style-type:none;
}

#tmbnav ul li a {
	color: #CCC;
	font-family:'MuseoSans_500', Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding: 5px;
	display: block;
	text-decoration:none;
}

#tmbnav ul li a:hover {
	color:#B7274C;
	-webkit-transition:color 0.4s ease-in;
	-moz-transition:color 0.4s ease-in;
	-0-transition:color 0.4s ease-in;
	transition:color 0.4s ease-in;
}

#tmbnav ul li a:active {
	color: #B7274C;
	top:0;
	text-decoration:none;
}

#tmbnav ul li.home a:selected {
	color:#ca292e;
	text-decoration:none;
	border-left:black 2px solid;
}


/**************************/
/*********INDEX************/
/**************************/


#message {
	/* [disabled]float: right; */
	/* [disabled]height: 200px; */
	/* [disabled]width: 500px; */
	/* [disabled]margin-top: 9em; */
	/* [disabled]margin-right:8em; */
	/* [disabled]background-image: url(../Images/messagebox.png); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]position:absolute; */
	/* [disabled]z-index:3; */
	/* [disabled]left: 248px; */
	/* [disabled]top: -86px; */
}

#message h1 {
	margin-right: 1em;
	margin-left: 1em;
	font-family: "Aaargh", Georgia, Times New Roman, serif;
	color: #FFF;
	font-weight:normal;
}

#message p {
	/* [disabled]font-family:"MuseoSans_500", Myriad Pro, Arial, Helvetica, sans-serif; */
	/* [disabled]margin-right: 1em; */
	/* [disabled]margin-left: 2em; */
	/* [disabled]color: #FFF; */
}

#bottom {
	height: 300px;
	width: 100%;
	background-repeat: repeat;
	position:relative;
	z-index:3;
	bottom:175px;
	background-image: url(../Images/footer.png);
	margin-top: 20em;
}

#tmblogo {
	background-image: url(../Images/logo.png);
	background-repeat: no-repeat;
	height: 341px;
	width: 437px;
	margin-left: 5em;
	margin-top: 1em;
	position: absolute;
	left: -125px;
	top: -196px;
	z-index: 3000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: left;
	overflow: visible;
}

#popup {
	position:absolute;
	width:235px;
	height:auto;
	z-index:1000;
	margin-top:4em;
	background-image: url(../Images/elixis_box.png);
	background-repeat: repeat;
	top: -250px;
	right: 0px;
}
#popup h2{
	margin-right: 10px;
	margin-left: 10px;
	font-size: 11px;
	
}

#popup p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #CCC;
	text-align: left;
	margin-right:10px;
	line-height:normal;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#popup2 {
	position:absolute;
	width:593px;
	z-index:5000;
	margin-top:0em;
	background-repeat: repeat;
	left: 250px;
	top: -6em;
	color: #CCC;
	background-image: url(../Images/footer.png);
}

#popup2 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #CCC;
	text-align: left;
	line-height:20px;
	margin: 1em;
	position: relative;
	z-index: 2500;
}
.red {
	color: #fd1111;
}
#header {
	background-image: url(../Images/headerback.png);
	background-repeat: repeat-x;
	height: 58px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bottomwrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 5em;
}
#footer {
	height: 51px;
	width: 100%;
	margin-left: auto;
	margin-bottom: 0px;
	position: relative;
	color: #CCC;
	text-decoration: none;
	background-repeat: repeat;
	margin-right: auto;
	margin-top: 1em;
	background-image: url(../Images/footer.png);
	float: left;
}
#footerwrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 47px;
	visibility: visible;
	bottom: 0px;
	position: relative;
}
#footerwrapper a{
	color: #B6274B;
	text-decoration: none;
}
#footerwrapper a:hover{
	color: #B7274C;
	text-decoration: none;
	
}
#wcslogo {
	font-size:10px;
	color:#ffffff;
	height: 40px;
	left: 0px;
	width: 175px;
	float: left;
	margin-bottom: 0px;
	margin-top: 15px;
	/*background-image: url(../images/wilsonLogo.png);
	background-repeat: no-repeat;*/
}
#facebook {
	bottom: 0px;
	float: left;
	margin-top: 10px;
}
#tmbadd {
	float: left;
	width: 0px;
	font-size:11px;
	color:#ffffff;
	height: 0px;
	margin-top: 5px;
	
}
#tmbadd a {
	color:#b8294d;
	
	
}
;
	height: 0px;
	margin-top: 5px;
	
}

#copywright {
	float: right;
	color:#ffffff;
	font-size: 10px;
	text-align: right;
	width: 575px;
	margin-top: 20px;
	height: 47px;
	padding-top: 0px;
	line-height: normal;
}
#copywright a{
	color: #B7274C;
	font-size: 10px;
	
}
#copywright a:hover{
	color: #B7274C;
	
}
.clearboth {
	clear: both;
}
