	.container
	{
		width: intial;
		margin: 0px auto;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		margin: auto;
		width: 1200;  
		background: #61B1F3;
		margin-top: -1cm;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		padding: 2em 0em;
	}

	#logo h2
	{
		text-align: center;
		font-weight: 500;
		font-size: 1.7em;
		text-shadow: 0 7px 11px #A9BCF5;
		font-family: "Lucida Console", "Lucida Sans Typewriter", Monaco, "Bitstream Vera Sans Mono", monospace;
	}
	
	#logo h2 a
	{
	}

	#logo span
	{
		padding: 0em 0em 0em 0.5em;
	}
	
	#logo h2:before
	{
		
	}
	
	#logo a 
	{
		color: #3f3f3f;
	}


/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu ul
	{
		margin: 0;
		padding: 0.5px 0px 0.5px 0px;
		list-style: none;
		line-height: normal;
		text-align: center;
	}
	
	#menu li
	{
		display: inline-block;
		color: #FFF;
	}
	
	#menu a
	{
		display: block;
		padding: 0.5em 2em;
		letter-spacing: 0.5px;
		text-decoration: none;
		font-size: 20px;
		font-weight: 700;
		color: #FFF;
	}
	
	#menu .current_page_item a
	{
		background: #0F70BF;
		color: #FFF;
	}
	
	#menu a:hover
	{
		background: #0F70BF;
		text-decoration: none;
		color: #FFF;
	}
/*********************************************************************************/
/* Block                                                                        */
/*********************************************************************************/
#block { display: block; margin: 20px auto; background: #eee; border-radius: 10px; padding: 15px;border-bottom: none; }


/*contact*/
.contact_link {
  position: relative;
  margin: 0 auto;
  padding: 10px 10px 10px;
  width: 350px;
  height: 150px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}  
.contact_link:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

/*********************************************************************************/
/* Major Styles                                                                  */
/*********************************************************************************/

	.major
	{
		overflow: hidden;
		margin-bottom: 4em;
		text-align: center;
	}
	
	.major h2
	{
		letter-spacing: 0.10em;
		text-transform: uppercase;
		font-size: 1.5em;
		font-weight: 700;
		color: #3f3f3f;
	}

	.major .byline
	{
		display: block;
		padding-top: 0.2em;
		font-weight: 300;
		font-size: 1.3em;
	}
/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page
	{
		overflow: hidden;
		padding: 3em 0em;
		border-top: 1px solid #E5E5E5;
	}

	
/*FAQ ul*/

#FAQ ol {
	font-weight: bold;
	margin-bottom: 10px;
}

#FAQ li {
margin-left: 0;
margin-right: 10%;
margin-top: .5em;
margin-bottom: .5em;
}

#FAQ li span { font-weight: normal; }