@charset "utf-8";
/* CSS Document */

@media only screen 
and (max-width: 480px)
and (min-width: 320px)
{
#logo{
	margin-left:35px;
	text-align:center;
}
	#header{
	height:230px;
	background:url(../images/header_btm.png) repeat-x;
	background-position:bottom;
	position:relative;
	z-index:1;
	margin:0 0 0 -35px;

}

#menu{
	margin-top:2em;
	margin-left:25px;
}
#menu li a{
	color:#7a0b0e;
	font-size:14px;
	border-bottom:1px dashed gray;
}
#menu li a:hover{
color:black;
}
#myCarousel{
    -moz-box-shadow: -1px -1px 7px #000000;
    -webkit-box-shadow: -1px -1px 7px #000000;
    box-shadow: -1px -1px 7px #000000;
}
#page{	
	height:auto;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	
}
#page_layout hr{
	color:#b11116;
	background-color: #b11116;
	height: 1px;
	width:95%;
}
#page_layout{
	background-color:white;
	width:95%;
	height:auto;
	padding-bottom:15px;
	position:relative;
	z-index:5;
	-webkit-border-radius: 0px 0px 15px 15px;-moz-border-radius: 0px 0px 		15px 15px;border-radius: 0px 0px 15px 15px;
	
	-webkit-box-shadow: -1px 7px 16px -11px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 7px 16px -11px rgba(0,0,0,0.75);
box-shadow: -1px 7px 16px -11px rgba(0,0,0,0.75);
	margin-top:30em;
}

#page_layout h4{
	color:#b11116;
	text-align:center;
	font-weight:bold;
}
#page_layout h5{
	color:#b11116;
	margin-top:25px;
	text-align:center;
	font-weight:bold;
}
#page_layout #strength ul{
	line-height:25px;
	margin-left:-30px;
}
#page_layout #strength ul li{
	text-align:justify;
	 list-style-position:outside;
}



}