@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border: none;
}

/* General */
body {
	background: url(../images/bg-paper.jpg);
	font-family: Georgia, Times, Times New Roman, serif;
}

h1 {
	color: #7c9b42;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
}

h2 {
	margin: 10px 0px 0px 0px;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	color: #1c447c;
}

	h2.twit {
		background: url(../images/logo-twitterBird.png) no-repeat left;
		padding-left: 50px;
	}

h3 {
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
}

p {
	margin: 0px 0px 12px;
	font-size: 85%;
	line-height: 1.5em;
}
	p.twit {
		margin-left: 50px;
	}
	
	p.tnc {
		font-size: 65%;
	}

em {
	font-weight: bold;
	font-style: normal;
}
	em.wab {
		color:#7b251f;
	}

a {
	padding: 3px;
	color: #01aef0;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px #01aef0 solid;
}
	a:hover {
		border-bottom: none;
		background: #01aef0;
		color: #FFFFFF;
	}
	
	a em {
		color: #833a35;
		font-style: normal;
	}
		a:hover em {
			color: #FFFFFF;
		}

a.linkImg {
	padding: 0px;
	text-decoration: none;
	border: none;
}
	a.linkImg:hover {
		background: none;
	}

button, .feegoSubmit input, .growFormSubmit {
	margin: 15px 0px;
	padding: 10px 20px;
	background: #833a35;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
	button:hover, .feegoSubmit input:hover {
		background: #01aef0;
		color: #FFFFFF;
	}

ul, ol {
	font-size: 85%;
}

ol {
	margin: 0px 0px 12px 20px;
}

	ul li, ol li {
		line-height: 25px;
	}
	
	.feegotnc ol li {
		line-height: 20px;
	}
	
	ul.twit {
		margin-left: 50px;
		list-style: none;
	}
		ul.twit li {
			background: url(../images/bullet-rss.png) no-repeat left;
			padding-left: 25px;
		}
		
	ul.twitCount {
		margin-left: 50px;
		list-style: none;
	}
		ul.twitCount li {
			float: left;
		}
		
		ul.twitCount li.left {
			width: 140px;
		}
		
		ul.twitCount li.right {
			width: 30px;
		}
	
	ul.growForm {
		list-style:none;
	}
		ul.growForm li label{
			display: inline-block;
			width: 150px;
		}
	
	ul.sponsors {
		list-style:none;
	}
		ul.sponsors li {
			display:inline-block;
			width: 165px;
			vertical-align:middle;
			margin: 20px 0px;
			text-align:center;
			/*border:1px solid #000000;*/
		}
		/*
		ul.sponsors li img {
			width: 80px;
		}
	*/
table {
	margin: 10px 0px;
	font-size: 90%;
	width: 100%;
}
	table tr {
	}
		table th {
			padding: 10px;
			background: #dbdfc8;
			text-align: center;
		}
		table td {
			padding: 10px;
			background: #c7cdd2;
			text-align: center;
		}

hr {
	clear: both;
	border: none;
	border-bottom: #CCCCCC solid 1px;
	height: 1px;
}

.container {
	margin: 0px auto;
	width: 960px;
}
/* General End */

/* Tool Tip */
.toolTipTop {
	margin: 0px 0px 0px 5px;
	padding: 1px 0px 0px 1px;
	background: url(../images/bg-toolTipTop.png) no-repeat bottom left;
	color: #c1e182; 
	display: block;
	width: 164px;
	height: 10px;
}

.toolTip {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background: url(../images/bg-toolTipBottom.png) no-repeat top ;
	font-size: 70%;
	width: 150px;
	height: 50px;
}
/* Tool Tip End */

/* Access Bar */
#accessBar {
	background: url(../images/bg-transparentWhite.png) repeat;
	line-height: 50px;
	width: 100%;
}
	#accessBar p {
		line-height: 50px;
	}
/* Access Bar End */

/* Header */
#header {
	margin: 0px auto;
	padding: 20px 0px;
	height: 210px;
	width: 960px;
}
	#header .floatLeft {
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: -10;
	}
	
	#header .floatRight {
		position: fixed;
		top: 0px;
		right: 0px;
		z-index: -10;
	}
	
	#header .floating {
		position: absolute;
		top: 200px;
		right: 30px;
		z-index: 10;
	}
	
	#header .floatingAbove {
		position: absolute;
		top: 80px;
		right: 420px;
		z-index: 10;
	}
/* Header End */

/* Content */
#content {
	margin: 0px auto;
	padding: 40px 40px 40px 40px;
	background: url(../images/bg-transparentWhite.png);
	width: 880px;
	overflow: hidden;
}

.panel {
	padding: 20px 0px;
}

.primary {
	margin-right: 20px;
	padding-right: 20px;
	float: left;
	clear: left;
	width: 289px;
}

.secondary {
	padding-left: 40px;
	float: right;
	width: 500px;
}

.blub {
	border-right: #779aaa solid 2px;
	text-align: right;
}

.alignRight {
	padding-left: 0px;
	padding-right: 0px;
	text-align: right;
}

.shortcut {
	margin-top: 40px;
/*	line-height: 200px; */
	text-align: right;
}	
	.shortcut h3 {
		color: #7c9b42;
	}
	
	.shortcut img {
		margin-left: 10px;
	}
	
.address {
	background: #779aaa;
	border: 1px solid #436c80;
	/*height: 170px;*/
}
	.address h1 {
		color: #ffffff;
		font-weight: bold;
	}
	
	.address h2 {
		color: #000000;
		font-size: 300%;
		font-weight: bold;
	}
	
	.address p {
		color: #000000;
		font-family: Cambria, Georgia, Times, Times New Roman, serif;
		font-size: 90%;
		font-weight: bold;
	}
	
	.address h3 {
		color: #ffffff;
		font-size: 200%;
		font-weight: bold;
	}
	
	.address button {
		float: left;
	}
	
	.address .inline {
		margin-left: 10px;
		float: left;
		line-height: 70px;
	}
	
.subPanel {
	margin: 0px 40px 0px -40px;
	float: left;
	width: 250px;
}

.contestPrize {
	width: 165px;
	float: left;
}

.contest {
	float: left;
	width: 330px;
	padding-left: 5px;
}

/* Content End */

/* Feego Form */
.feegoForm  {
}

.feegoForm dl:hover {
	background: #C7CDD2;
}
/* Feego Form End */

/* Nav */
#nav {
	margin: 0px auto;
	padding: 40px 40px 0px 40px;
	background: url(../images/bg-transparentWhite.png);
	width: 880px;
	overflow: hidden;
}
	#nav ul {
		margin: 0px -20px;
		list-style: none;
	}
		#nav ul li {
			float: left;
		}		
			#nav ul li a {
				padding: 10px 20px;
				border-bottom: none;
				color: #01aef0;
				font-family: Cambria, Georgia, Times, Times New Roman, serif;
				font-size: 120%;
				font-weight: bolder;
				line-height: 75px;
				text-decoration: none;
				text-shadow: #b1b1b1 2px 2px 2px;
			}
				#nav ul li a em {
					color: #833a35;
					font-style: normal;
				}
					#nav ul li a:hover em {
						color: #FFFFFF;
					}
				#nav ul li a:hover, #nav ul li a.on {
					background: #01aef0;
					color: #FFFFFF;
				}
/* Nav End */

/* Footer */
#footer {
	margin: 40px auto;
	width: 960px;
	overflow: hidden;
	text-align: right;
}
	#footer .primary {
		padding: 0px 0px 0px 40px;
		text-align: left;
	}
	
	#footer .secondary {
		padding: 0px 0px 0px 40px;
		font-size: 72%;
	}
		#footer .secondary ul {
			margin: 55px 0px 10px 0px;
			list-style: none;
			overflow: hidden;
		}
			#footer .secondary ul li {
				padding: 0px 3px;
				display: inline;
				border-left: solid 1px #000000;
			}
				#footer .secondary ul li.first {
					border: none;
				}
			
	#footer img {
		margin: 20px 20px 0px;
	}
/* Footer End */
