
/**** GENERAL  ****************************************************************************************************/
	
html, body{ margin: 0; padding: 0; }

body{
	text-align: center;
	background: none;
	}
	
img, form{border:0; padding: 0; margin:0;}

body, p, table, td, input, button, select, textarea{
	font-size: 13px;
	font-family: arial, Verdana, tahoma;
	color: #333;
}

h1, h2, h3, h4, h5{ color: #000; text-align: center; }
p{ line-height: 18px; text-align: center; }

a:link,a:visited,a:active{color: #006699;}
a:hover, a[name]:hover{color: #0099cc;}

.comment{ font-size: 70%; color: #999; }

.clear{ clear: both; font-size: 0;}




/**** LAYOUT  ****************************************************************************************************/
	
#top-links{ display: none; }
#bottom-links{ display: none; }
	
	
#container{
	text-align: center;
    margin: 0 auto 0 auto;
   	background: #fff;
	width: 100%;
}

	.movie{ display: none; }
	
	#top{
	width: auto;
	background: none;
	}
	
	#bottom
	{
	width: auto;
	background: none;
	}
	
	#page{
		padding: 15px 16px 0 17px;
	}


		#page-columns
		{
			margin: 30px 0;
			padding: 0;
		}
		
			#column-1{
				display: none;
			}
			
			#column-2{
				float: none;
				width: auto;
			}
			
			#column-3{
				display: none;
				float: none;
				width: auto;
				}
			
			#page-content
			{
				padding: 10px 35px 30px 35px;
			}



/**** HEADER STYLES ****************************************************************************************************/

#header{
	margin: 0 0 20px 0;
}

	#header-top{
		height: auto;
		background: none;
	}

		#logo{ 
			float: none;
			width: auto;
			margin: 20px 0 0 0; 
			text-align: center;
		}
		
		#headline{
			float: none;
			width: auto;
			text-align: center;
			margin: 35px 0 0 0;
		}
			
			#headline p{
				font-size: 25px;
				font-weight: bold;
				padding: 0;
				margin: 0;
				line-height: normal;
				font-style: italic;
				}
					#headline p strong{
						display: block;
						color: #d84d2c;
						font-size: 35px;
						margin-top: 20px;
						}
		
			
		#header-links strong{ font-size: 19px; }
		
	.header-images{ display: none; }

/**** MAIN MENU STYLES ****************************************************************************************************/	


	#header-bottom{ display: none; }
	


/**** SUB MENU STYLES ****************************************************************************************************/	

#top-menu
{
	background: none;
	margin: 20px 0 0 0;
	padding: 0 0 30px 0;
	width: auto;
	overflow: auto;
	height: auto;
}

	#top-menu ul{
		margin: 0;
		padding: 0px;
		list-style: none;
		text-align: left;
		border: none;
		display:  block;
		width: 100%;
	}
	
		#top-menu ul li{
			margin: 0;
			padding: 0;
			border-bottom: 1px solid #dedede;
			float: none;
			display: block;
			list-style: none;
			width: 100%;
			font-size: 15px;
		}
		
		#top-menu ul li a:link, #top-menu ul li a:visited, #top-menu ul li a:active{
			padding: 5px 15px 6px 15px;
			display: block;
			text-decoration: none;
			color: #6f6f6f;
			float: none;
			border: 0;
		 }
		 
		#top-menu ul li a:hover{
			display: block;
			background: #6f6f6f;
			color: #fff;
		}
		
		#top-menu ul li .selected:link, #top-menu ul li .selected:visited, #top-menu ul li .selected:active {
			text-decoration: none;
			color: #fff;
			display: block;
			background: #6f6f6f;
		}





/**** FOOTER STYLES ****************************************************************************************************/



#bottom-note{ 
	display: none; }

#footer{
	display: none;
}

	
	#copyright{ }


/**** CONTENT ****************************************************************************************************/


	h1{
		font-size: 27px;
		letter-spacing: -.5px;
		font-weight: bold;
		margin: 5px 0px 20px 0;
			color: #545454;
	}
	
	
	h2{
		font-size: 29px;
		padding: 0px;
		margin: 5px 0 17px 0;
	}
	
	h3{
		font-size: 23px;
		font-weight: normal;
		padding: 0;
		margin: 5px 0 20px 0;
	}
	
	p{
		margin: 5px 0 17px 0;
		padding: 0;
	}
	
	hr{
		border: 1px dotted #ccc;
		margin: 15px 0;
	}
	
	.right-pic{
		margin: 10px 0px 10px 10px;
	}
	
	.left-pic{
		margin: 10px 10px 10px 0px;
	}
	
	
	
	.title-link{
		text-align: right;
		position: relative;
		float: right;
		top: -30px;
		margin: 0;
		padding: 0;
		
	}



	.arrow-next
	{
		background: url(../../include/images/arrow_next.gif) no-repeat right;
		padding-right: 12px;	
	}
	
	.arrow-up
	{
		background: url(../../include/images/arrow_up.gif) no-repeat left;
		padding-left: 12px;
	}
	
	.arrow-back
	{
		background: url(../../include/images/arrow_back.gif) no-repeat left;
		padding-left: 12px;
	}
	
	.link-arrow
	{
		background: url(../../include/images/link_arrow.gif) no-repeat left;
		padding-left: 12px;
	}




