@charset "utf-8";
/* CSS Document */
body
{
	font-size:1em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #5F95F5;

}



#container {
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	margin-bottom:-30px;
	border: 1px inset #333;
	background-color: #FFF;
	
	} 
	
	
	.imgscale
{
	min-width:50px;
	width:  100%;
	height: auto;
	margin-right:auto;
	margin-left:auto;

	


}
#main-image
{
	min-width:50px;
	width:  100%;
	height: auto;

}

#logo
{
	height: auto;
	max-width:1024px;
}

#header
{
	height: auto;
	max-width:1024px;
}



#menu
{
	height: auto;
	max-width:1024px;
	width:100%;
	float:left;
	border-top-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}



#contentholder
{
	max-width:1024px;
	width:100%;
	height:auto;
	margin: 5px;
	padding:5px;
	


}


#footer
{
	max-width:1024px;
	width:100%;
	background-color:#FFF;
	margin: 10px auto 0px;
	height: auto;
}

#clearfloat
{
	clear:both;
	font-size: 1px;
	line-height: 0px;
}

#blockleft
{
	width:20%;
	min-width:220px;
	float:left;
	padding-right:10px;
	display:block;

	

}
	
#blockmid
{
	max-width:760px;
	width:100%;
	float:right;
	display:block;
	padding-right:10px;

	

}
	
.centerimage
{
	text-align:justify;
	display:block;


}

.rightimage
{
	float:right;
	min-width:50px;
	width:  100%;
	height: auto;
	margin-right:auto;
	margin-left:auto;

	
	}

.leftimage
{
	float:left;
	display:block;
	padding: 5px;
	
	}
.midimage
{
	
	float:none;
	display:block;
	padding: 5px;



}

/* Fonts*/

.centerfont
{
	color: #333;
	text-align:center;
    display:block;
	
}

.heading
{
	font-size: 1.2em;
	color: #06F;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.heading2
{
		font-size: 1.2em;
	color: #C00;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}





 





blink {

  -webkit-animation: blink 0.7s infinite linear alternate;
  -webkit-font-smoothing: antialiased;
  	font-size: 28px;

}



.subheading
{
	font-size: 1.1emx;
	color: #096;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.review
{
	color: #3159B9;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
}

.Special
{
	font-size: 1.1em;
	color: #003;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
}

.Special2
{
	font-size: 1.1em;
	color: #F00;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
}

 @media only screen and (min-width: 0px) and (max-width: 800px) {

#blockleft
{
	width:100%;
	clear:both;
	display: none;



}
	
#blockmid
{
	display:block;
	float:left;
	width:100%;
	float:right;

	display:block;
	padding-left:10px;
	padding-right:10px;


 


}
.rightimage
{
	min-width:50px;
	width:  100%;
	height: auto;
	margin-right:auto;
	margin-left:auto;

	
	}

 
 }
