@import url("reset.css");
@import url("form.css");

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html, body {
    height: 100%;
}

h1, h1 em {
	color: #000099;
	font-size: 18px;
	margin-bottom: 10px;
}

	h1 em {
		color: #b40030;
	}
	
p {
	color: #000;
}

/* Container Section */

#container {
}
	
/* Header Section */

#header {
	position: relative;	
	height: 125px;
	width: 1000px;
}

/* Menu Section */		

#menu {
	background: #4B4B4B;
	height: 26px;	
	position: relative;
	z-index: 200;
}

	#menu ul {		
		bottom: 0;
		position: absolute;
		z-index: 10000;
		width: 732px;
		right: 0;		
	}
	
	#menu.admin ul {
		width: 100% !important;
	}
	
		#menu ul li {
			float: left;
			list-style: none;
		}

			#menu ul li a {
				color: #ffffff;
				display: block;
				font-size: 12px;
				line-height: 26px;
				padding: 0 14px;
				text-transform: uppercase;
			}

				#menu ul li a.ambition-home {
					background: #E73087;
				}

				#menu ul li a.ambition-about {
					background: #FF0033;
				}

				#menu ul li a.member-section {
					background: #FF6600 !important;
				}

				#menu ul li a.licensees {
					background: #C87A39;
				}

				#menu ul li a.non-members {
					background: #39C86E;
				}

				#menu ul li a.testimonials {
					background: #3987C8;
				}

				#menu ul li a.blog {
					background: #010095;
				}

				#menu ul li a.contact-us {
					background: #3D8F00;
				}

				#menu ul li a:hover, #menu ul li.selected a, #menu ul li a.selected {
					background-color: #999;
					color: #FFFFFF;
				}

			#menu ul li.selected {
				position: relative;
			}

			#menu ul li ul {
				display: block;
				bottom: auto;
				color: #ffffff;
				display: none;
				overflow: hidden;
				width: 200px;
			}
			
				#menu ul li.selected ul {
					display: block;
				}

				#menu ul li ul li {
					display: block;
					float: left;
					width: 260px;
				}

					#menu ul li ul li a {
						background-color: #999 !important;
						color: #ffffff !important;
						display: block;
						font-size: 12px;
						line-height: 28px;						
					}

						#menu ul li ul li a.selected, #menu ul li ul li a:hover {
							background: #4B4B4B !important;
							color: #fff !important;
						}
		
/* Content Section */

#content {
	clear: both;	
	text-align: justify;
	vertical-align: top;
}

#content.noFlash {
	padding: 10px;
}
					
/* Footer Section */

#footer {
	background: #333333 url(../images/rpt.jpg) repeat-x top left;
	clear: both;
	color: #fff;
	font-size: 11px;
	height: 75px;
}

	#footer span {
		color: #4B4B4B;
		float: left;
		padding: 8px 20px;
	}
	
	#footer ul {
		float: right;
		padding: 8px 20px;
	}
	
		#footer ul li {
			display: inline;
			padding: 0 0.5em;
		}
		
		#footer ul li a:link, #footer ul li a:visited, #footer ul li a:active {
			color: #4B4B4B;
			text-decoration: none;
		}
		
			#footer ul li a:hover  {
				text-decoration: underline;
			}


/* Site Content Section */

#site-content {
	position: relative;
}

	#site-content h2 {
		font-size: 1.3em;
		margin-bottom: 10px;
	}

	#site-content p {
		line-height: 1.5em;
		margin-bottom: 1em;
		text-align: justify;
	}

	#site-content ul {
		list-style: outside disc !important;
		margin-bottom: 10px;
	}
	
		#site-content ul li {
			float: none !important;
			padding: 2px 0 !important;
			margin: 0 0 0 20px !important;
		}

	#site-content a {
		color: #b40030;
		text-decoration: underline;
	}

		#site-content a:hover {
			text-decoration: none;
		}

	#site-content div.image-left {
		float: left;
		padding: 0 10px 0 0;
	}

	#site-content div.image-right {
		float: right;
		padding: 0 0 0 10px;
	}

	#site-content #site-images {
		width: 300px;
	}
	
		#site-content #site-images ul {
			list-style: none !important;
		}

			#site-content #site-images ul li {
				clear: none !important;
				float: left !important;
				padding: 0 !important;
				margin: 7px 0 0 !important;
				width: auto !important;
			}
			
			#site-content #site-images ul li.middle {
				padding: 0 7px !important;
			}
			
				#site-content #site-images ul li img {
					cursor: pointer;
				}
				
				#site-content #site-images ul li img:hover {
					opacity: .50;
					filter: alpha(opacity=50); 
					-moz-opacity: 0.5;
				}

/* Sitemap */	

#sitemap {
	list-style: outside disc;
	margin-left: 20px;	
}

	#sitemap li strong {
		color: #000;
	}

	#sitemap ul {
		list-style: outside disc;
		margin-left: 30px;
	}

	#sitemap li {
		padding: 5px 0 0 !important;
	}

	#sitemap li a {
		color: #000;
	}
	
		#sitemap li a:hover {
			text-decoration: underline;
		}
		
/* Home Page */

div#home {
}

	div#home #side {
		float: right;
		width: 360px;
	}
	
		div#home #side img {
			margin-bottom: 10px;
		}

		div#home #side #home-news .newsRotater {
			display: none;
			height: 100px; 
			margin: 0 0 20px;
			width: auto;
		} 

	div#home #home-content {
		width: 500px;		
	}
	
	div#home #home-content ul#home-buttons {
		margin: 10px 0;
		overflow: hidden		
	}

		div#home #home-content ul#home-buttons li {
			float: left;			
		}

			div#home #home-content ul#home-buttons li a {
				display: block;
			}

				div#home #home-content ul#home-buttons li a:hover img {
					opacity: .50;
					filter: alpha(opacity=50); 
					-moz-opacity: 0.5;
				}

	div#home #home-content #contact-info {
		clear: left;
	}

		div#home #home-content #contact-info address, div#home #home-content #contact-info p {
			font-size: 9px;
			margin: 4px 0;
		}

			div#home #home-content #contact-info p a {
				color: #b40030;
			 	font-size: 9px !important;
			 	text-decoration: none;
			}

				div#home #home-content #contact-info p a:hover {
				 	text-decoration: underline;
				}

/* Testimonials Section */	

ul.testimonials {
}

	ul.testimonials li {
		border-bottom: 2px #000 solid;
		float: left;
		margin-bottom: 20px;
		margin-right: 10px;
		padding-bottom: 5px;
		text-align: justify;
		width: 282px;
	}
	
		ul.testimonials li.middle {
			margin: 0 10px;
		}

		ul.testimonials li strong {
			display: block;
			padding-top: 3px;
		}

ul.video-testimonials {
}

	ul.video-testimonials li {
		float: left;
		margin-bottom: 20px;
		margin-right: 20px;
width: 420px;
	}
	
/* News Section */	

ul.news {
}

	ul.news li {		
		border-bottom: 2px #000 solid;
		height: 70px;
		margin-bottom: 20px;
		padding-bottom: 5px;
		position: relative;
		text-align: justify;
		width: 100%;
	}
	
		ul.news li.middle {
			margin: 0 14px;
		}
		
		ul.news li strong {
			display: block;
			margin-bottom: 5px;
		}
	
		ul.news li em {
			display: block;
						
			text-align: right;
		}
		
		ul.news li a {
			color: #b40030 !important;
			text-decoration: underline;
		}	
	
			ul.news li a:hover {
				text-decoration: none;
			}	
	
#news-show {
	text-align: justify;
}

	#news-show em {
		display: block;
		margin: 20px 0;
		text-align: right;
	}

	#news-show img.news {
		float: right;
		padding: 0 0 0 5px;
		width: 302px;
	}

div.newsRotater {	
	position: relative;
}
	
	div.newsRotater div {
		left: 0;
		padding: 10px;
		position: absolute;
		top: 0;
		z-index: 1;
	}
	
		div.newsRotater div.firstItem {
			z-index: 2;
		}

	div.newsRotater div h3 {
		font-weight: bold;
		padding-bottom: 5px;
	}
	
	div.newsRotater div p {
		text-align: justify;
	}
	
		div.newsRotater div p a {
			color: #b40030; 
			text-decoration: underline;
		}
		
			div.newsRotater div p a:hover {
				text-decoration: none;
			}

	div.newsRotater div em {
		display: block;
		padding-top: 5px;
		text-align: right;
	}

/* Faqs Section */

ol#faqs {
	list-style: decimal;
	margin-left: 20px;
	padding-left: 20px;
}

	ol#faqs li {
		padding: 2px 0 4px;
	}
	
		ol#faqs li strong {
			display: block;
			padding: 0 0 3px;
		}

/* Seasons */

dl#session {
	margin: 10px;
}

	dl#session dt strong {
		color: #b40030;
		display: block;
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 5px;
	}
	
	dl#session dt span {
		display: block;
		font-weight: bold;
		margin-bottom: 5px;
		margin-left: 20px;
	}
	
	dl#session dd {
		margin-bottom: 10px;
		margin-left: 20px;
	}
	
		dl#session dd p.link {
			margin-top: 5px;
		}
	
		dl#session dd p a {
			color: #b40030;
			text-decoration: underline;
		}
		
			dl#session dd p a:hover {
				text-decoration: none;
			}
		
/* Sessions */

div#session {
}

	div#session h2 {
		color: #b40030;
		font-size: 14px;
		margin-bottom: 5px;			
	}			
	
	div#session p {
		margin-bottom: 10px;
	}
	
	
	div#session ul {
	}
	
		div#session ul li {
			float: left;
			margin-right: 10px;
			width: 150px;
		}
		
		div#session ul li a {
			color: #000;			
			display: block;
			text-align: center;
		}
		
			div#session ul li a:hover {
				text-decoration: underline;
			} 
			
			div#session ul li a span {
				display: block;
				height: 30px;
				overflow: hidden;
			}
			
/* Member Account */

div#member-account {
}

	div#member-account p {
		margin-bottom: 5px;
	}

	div#member-account ul {
		list-style: outside disc;
		margin-left: 30px;
	}
	
		div#member-account ul li {
			margin-bottom: 2px;
		}
	
		div#member-account ul li a {
			color: #b40030;
			text-decoration: underline;
		}
	
			div#member-account ul li a:hover {
				text-decoration: none;
			}
			
/* Member */

div#member {
}

	div#member dl {
	} 
	
		div#member dl dt {
			display: block;
			float: left;
			margin-bottom: 5px;
			width: 150px; 
		}
		
		div#member dl dd {
			display: block;
			float: right;
			margin-bottom: 5px;
			width: 340px;
		}
		
			div#member dl dd a {
				color: #b40030;
				text-decoration: underline;
			}
			
				div#member dl dd a:hover {
					text-decoration: none;	
				}

/* Season Group */
	
ul#season-group {	
	list-style: none;
	margin: 10px 0 10px 30px;
}

	ul#season-group li {
		margin-bottom: 2px;
	}

		ul#season-group li ul {	
			list-style: none;
			margin: 10px 0 10px 30px;
		}
	
			ul#season-group ul li a {
				color: #b40030;
				text-decoration: underline;
			}
		
				ul#season-group ul li a:hover {
					text-decoration: none;
				}	
				
/* Logo List Section */	

ul.logo-list {
}
	ul.logo-list li {
		float: left;
		padding-bottom: 5px;
		width: 285px;	
	}
	
	
		ul.logo-list li.middle {
			margin: 0 10px;
		}

		ul.logo-list li a img {
			margin: 0 auto 10px;
		}

			ul.logo-list li a:hover img {
				opacity: .50;
				filter: alpha(opacity=50); 
				-moz-opacity: 0.5;
			}

/* Image Rorater */

div#rotater {
	float: right;
	height: 380px;
	margin-left: 10px;
	overflow: hidden;
	width: 253px;
}

div.imageRotater {
		position: relative;
}
	
	div.imageRotater img {
		left: 0;
		position: absolute;
		top: 0;
		z-index: 1;
	}
	
		div.imageRotater img.firstItem {
			z-index: 2;
		}

/* Back Button */

a#back {	
	background: #990033;
	border: 1px #990033 solid;
	color: #fff;
	display: inline-block;	
	padding: 3px 6px;
}

	a#back:hover {
		background: #669900;
	}

/* Misc Section */

.centerise {
	/*border: 1px #990033 solid;*/
	display: block;
	margin: 0 auto;
	width: 1000px;		
}


#menu-image {
	margin: 30px 0;
}

#moreOptions h2 {
	color: #449b00;
	font-size: 14px;
	margin: 10px 0 5px;
}

	#moreOptions ul {
		list-style: disc outside;
		margin-left: 40px;
	}
	
		#moreOptions ul li a {
			color: #b40030;
		}
		
			#moreOptions ul li a:hover {
				text-decoration: underline;
			}
			
#jobInfo {
	position: relative;
}

	#jobInfo p {
		color: #b40030;
		margin-top: 20px;
		position: absolute;
		text-align: center;
		width: 100%;
	}

		#jobInfo p a {
			color: #b40030;
		}

			#jobInfo p a:hover {
				text-decoration: underline;
			}
			
	#jobInfo img {
		position: absolute;
	}

#seasonOption {
	 border: 1px #4B4B4B solid;
	 float: right;
	 margin-left: 10px; 
	 padding: 10px;
	 width: 200px;
}

	#seasonOption h3 {
		font-size: 12px;
		font-weight: bold;		
		padding-bottom: 5px;
	}
	
		#seasonOption ul {
			list-style: disc outside;
		}
		
		#seasonOption ul li {
			margin-left: 20px;
			padding: 2px 0;
		}
		
			#seasonOption ul li a {
				color: #000000;
			}
			
				#seasonOption ul li a:hover {
					text-decoration: underline;
				}
	
	