@charset "utf-8";

/* CSS Document */



body {

	width: 1100px;

	margin: 0 auto;

	background-color: #fff;

	color: #666;

}



a:link, a:active, a:visited {

	color: #fe0000;

}



a:active, a:hover {

	color: #c8c8c8;

}



/*#welcome ul {

	margin: 3px;

	padding: 2px;

	list-style:disc;

	list-style-position:inside;

}

*/

.submitbutton {
	border: 1px  #c8c8c8 solid;
	background-color: #f1edf5;
	color: #333333;
}

#wrapper {

	width: 1100px;

	background-color: #fff;

	float: left;

}



#header {

	width: 1100px;

	background-color: #fff;

	float: left;

	margin-bottom: 0px;

}



.title {

	width: 25%;

	float: left;

}



.titletext {

	color: #ff0000;

	font-size: 36px;

	float: left;

}



.smtitletext {

	color: #ffff00;

	font-size: 30px;

	float: left;

}



.hR {

	width: 70%;

	float: left;

}



/*navigation*/

.navcontainer {

	padding-left: 0px;

	padding-right: 10px;

	margin: 0px 10px 5px 0px;

	background: #fff;

	width: 70%;

	float: left;

}



#minitabs {

	margin: 0;

	padding: 0 0 20px 0px;

/*	border-bottom: 1px solid #FFFF00;

	border-top: 1px solid #ffff00

*/	}



#minitabs li {

	margin: 0; 

	padding: 0;

	display: inline;

	list-style-type: none;

	}

	

#minitabs a:link, #minitabs a:visited {

	float: left;

	font-size: 18px;

	line-height: 14px;

/*	font-weight: bold;*/

	margin: 0px 15px 4px 0px;

	padding-bottom: 3px;

	padding-top: 4px;

	text-decoration: none;

	border-top: 4px solid #fff;

	color: #fe0000;

	}



#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {

	border-top: 4px solid #fbcb05;

	padding-bottom: 3px;

	background: #fff;

	color: #fbcb05;

	}

/* end navigation */





#content {

	width: 100%;

	float: left;

}



.main {

	width: 100%;

	float: left;

}

/* LHS */

.left {

	width: 25%;

	float: left;

}



.logo {

	width: 100%;

	float: left;

	padding-left: 50px;
	
	padding-bottom: 10px;

}



.twit {

	width: 100%;

	float: left;

}

.contest {
	float: left;
	width: 95%;
	background: #fff;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 5px 25px 0px 10px;
	text-align: center;
	border-top: 1px solid #c8c8c8;
	font-size: 12px;
}

.contest h1 {
	color: #fe0000;
	font-size: 17px;
}

/* end LHS */



/* RHS */

.welcome {

	width: 70%;

	float: left;

	font-size: 14px;

	background-color: #f1edf5;

	border-left: 1px solid #C8C8C8;

	border-top: 1px dashed #C8C8C8;

	padding: 10px;

}



.welcometext {

	float: left;

	width: 100%;

	font-size: 24px;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	color: #fe0000;

	border-bottom: 1px solid #fbcb05;

}



.welcome ul {

	list-style:inherit; list-style-image:url(images/bullet.png);

}



.welcomesubtext {

	font-size: 30px;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	color: #fe0000;

}



.welcome img {

	/*padding-left: 75px;*/

	border: none;

}



.welcome h1 {

	font-size: 17px;

	padding-bottom: 3px;

	padding-top: 7px;

	margin: 0;

	color: #fe0000;

/*	border-bottom: 1px solid #fe0000; */

}

.welcome h2 {

	font-size: 15px;

	padding-bottom: 3px;

	padding-top: 7px;

	margin: 0;

	color:#333333;

	border-bottom: 1px solid #FFFF00;

}



.welcomebox {

	border-bottom: 1px dashed #C8C8C8;

	padding-top: 2px;

}



.text {

	background-color: #fff;

	border: 1px solid #C8C8C8;

	padding: 7px;

	margin-top: 5px;

}



.specials {

	width: 100%;

	float: left;

	margin-top: 10px;

	margin-bottom: 10px;

	/*background-image:url(images/specials.png);

	background-position:top;

	background-repeat:no-repeat;
*/
	height: 143px;

}



.specL {

	width: 48%;

	float: left;

	padding-left: 5px;

	color: #fff;

}

.specLtext {

	padding: 47px 10px 10px 10px;

	font-size: 18px;

	color: #333333;



}

.specLtext h2{

	font-size: 20px;

	color: #fe0000; 

	padding-left: 5px;

}



.specR {

	width: 48%;

	float: left;

	padding-left: 18px;



}



.info {

	width: 100%;

	float: left;

}



.about {

	width: 46%;

	float: left;

	font-size: 12px;

	padding: 10px;

	background-color: #fff;

	border: 1px solid #C8C8C8;

	margin-right: 10px;

}



.about h1 {

	font-size: 16px;

	margin: 0;

	padding: 0;

	color: #000;

}



.feat {

	width: 46%;

	float: left;

	padding: 10px;

	background-color: #fff;

	border: 1px solid #C8C8C8;

	font-size: 12px;

}



.feat h1 {

	font-size: 16px;

	margin: 0;

	padding: 0;

	color: #000;

}

#footer {

	width: 100%;

	float: left;

	margin-bottom: 10px;

}

.sitemap {

/*	background-color: #999999;*/

	border-top: 1px solid #c8c8c8;

	border-left: 1px solid #c8c8c8;

	color: #fe0000;

	width: 70%;

	text-align: center;

	float: left;

}



.copy {

	width: 25%;

	float: left;

	font-size: 11px;

	border-top: 1px solid #c8c8c8;

}

.copytext {

	padding-left: 5px;

	margin-bottom: 5px;

	text-align:center;

}



.pests {

	margin-bottom: 5px;

}



.scheduleform {

	padding-left: 20px;

	border-bottom: 1px solid #c8c8c8;

	border-left: 1px solid #c8c8c8;

	padding-top: 10px;

}

.scheduleform h4 {

	color: #ff0000;

	margin: 5px 0 0 0;

	font-size: 19px;

}

.space {

	margin-bottom: 15px;

}



