@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/


.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#Top {
}

#Top img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#P7MenuBox {
}
.BoxImageLeft {
	font-size: .85em;
	font-family: radley;
	font-style: normal;
	font-weight: 100;
	padding-top: 20px;
	width: 100%;
	float: left;
}
.BoxImageLeft h2 {
	margin-left:2%;
	font-family: radley;
	font-style: normal;
	font-weight: 200;
}

.BoxImageLeft img {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display: block;
}
.BoxRightText {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-top: 20px;
}

.BoxRightText p {
	font-size: .9em;
	font-family: radley;
	font-style: normal;
	font-weight: 200;
	margin-left: 0%;
}

.BoxText {
	width: 100%;
	
	clear: none;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.BoxText p {
	margin-left:auto;
	margin-right:auto;
	font-size: .9em;
	text-align: center;
	font-family: radley;
	font-style: normal;
	font-weight: 200;
}
.BoxText h2 {
	margin-left:2%;
	font-size:1em;
	font-family: radley;
	font-style: normal;
	font-weight: 200;
}

.AddressBox {
	font-size: 1.0em;
	font-family: radley;
	font-style: normal;
	font-weight: 200;
	width: 100%;
	clear: all;
	margin-top: 20px;
	text-align: center;
}

.AddressBox p {
	text-align:center;
}

.ListBox {
	margin-top: 20px;
	width: 100%;
}

.ListBox p{
	font-size: .9em;
	font-family: radley;
	font-style: normal;
	font-weight: 200;
}

.ListBox ul li{
	margin-left: 36px;
	font-size: .9em;
	font-family: radley;
	font-style: normal;
	font-weight: 200;
}

.ListBox img{
	width:100%;
}

.FooterNT {
	text-align: center;
	font-size: 0.65em;
}
.ImagesBox {
	display:block;
	width: 30%;
}

.ImagesBox img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.LeftImageBox {
width: 100%;
clear: both;
margin-left: 0;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

.LeftImageBox {
	width: 100%;
	clear: none;
	margin-top: 21px;
	margin-right: 2%;
	margin-left:2%;
}
.LeftImageBox img {
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 5px 5px 33px #050505;
	box-shadow: 5px 5px 33px #050505;
	-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	width: 100%;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#Top {
}
#P7MenuBox {
}
.BoxImageLeft {
	font-size: 1.em;
	font-family: radley;
	font-style: normal;
	font-weight: 200;
	padding-top: 20px;
	width: 100%;
}

.BoxImageLeft img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 70%;
}
.BoxRightText {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-top: 20px;
}

.BoxRightText p {
	font-size: 1.em;
	font-family: radley;
	font-style: normal;
	font-weight: 200;
}

.BoxText {
	margin-right: 2%;
	width: 100%;
	clear: none;
	margin-top: 20px;
}

.BoxText p {
	font-size: 1.em;
	font-family: radley;
	font-style: normal;
	font-weight: 200;
}
.BoxText h2 {
	margin-left:2%;
	font-size:1.1em;
	font-family: radley;
	font-style: normal;
	font-weight: 250;
}

.AddressBox {
	font-size: 1.em;
	font-family:radley;
	font-style: normal;
	font-weight: 200;
	float: left;
	clear: none;
	margin-top: 20px;
}

.ListBox {
	margin-top: 20px;
	width: 100%;
}

.ListBox p{
	font-size: 1.em;
	font-family: radley;
	font-style: normal;
	font-weight: 200;
}

.ListBox ul li{
	margin-left: 36px;
	font-size: 1.em;
	font-family: radley;
	font-style: normal;
	font-weight: 200;
}

.ListBox img {
	width:100%;
}

.FooterNT {
	text-align: center;
	font-size: 0.75em;
}
.ImagesBox {
	display:block;
	width: 50%;
}
.ImagesBox img {
	width:50%;
	display:block;
    margin-left:auto;
	margin-right:auto;
}


.LeftImageBox {
width: 100%;
clear: both;
margin-left: 0;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}

.LeftImageBox {
	width: 49.1525%;
	clear: none;
	float: right;
	margin-top: 21px;
	margin-right: 2%;
}
.LeftImageBox img {
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 5px 5px 33px #050505;
	box-shadow: 5px 5px 33px #050505;
	-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	width: 100%;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#Top {
}
#P7MenuBox {
}
.BoxImageLeft {
	font-family: radley;
	width: 30%;
	margin-top: 10px;
	float: left;
	margin-left: 2%;
}

.BoxImageLeft img {
	margin-left: auto;
	display: block;
	width: 100%;
	-webkit-box-shadow: 5px 5px 33px #050505;
	box-shadow: 5px 5px 33px #050505;
	-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
/*	-ms-filter: progid:DXImageTransform.Microsoft.Shadow( Strength=5, Direction=135, Color=#999999);
    	filter: progid:DXImageTransform.Microsoft.Shadow( Strength=5, Direction=135, Color=#999999);
*/
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 21px;
	margin-right: auto;
}

.BoxImageRight {
	font-family: radley;
	width: 30%;
	margin-top: 20px;
	float: right;
}


.BoxImageRight img {
	display: block;
	width: 100%;
	-webkit-box-shadow: 5px 5px 33px #050505;
	box-shadow: 5px 5px 33px #050505;
	-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
/*	-ms-filter: progid:DXImageTransform.Microsoft.Shadow( Strength=5, Direction=135, Color=#999999);
    	filter: progid:DXImageTransform.Microsoft.Shadow( Strength=5, Direction=135, Color=#999999);
*/
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 21px;
	margin-right: auto;
}

.BoxRightText {
	width: 100%;
	clear: none;
	margin-top: 20px;
	color: #000000;
}

.BoxRightText p {
	font-size: 1.20em;
	font-family: radley;
	font-style: normal;
	font-weight: 400;
}

.BoxText {
	width: 66%;
	float: right;
	clear: none;
	margin-top: 20px;
}

.BoxText p {
	margin-left:2%;
	font-size: 1.20em;
	font-family: radley;
	font-style: normal;
	font-weight: 400;
}

.BoxText h2 {
	margin-left:2%;
	font-size:1.3em;
	font-family: radley;
	font-style: normal;
	font-weight: 600;
}

.AddressBox {
	font-size: 1.20em;
	font-family: radley;
	font-style: normal;
	font-weight: 400;
	width: 40%;
	float:left;
	clear: none;
	margin-top: 20px;
	text-align: center;
	margin-left: 2%;
}

.ListBox {
	margin-top: 20px;
	width: 100%;
}
.ListBox h2 {
	margin-left:2%;
	font-family: radley;
	font-style: normal;
	font-weight: 600;
}

.ListBox p{
	font-size: 1.20em;
	font-family: radley;
	font-style: normal;
	font-weight: 400;
}

.ListBox ul li{
	font-size: 1.20em;
	font-family: radley;
	font-style: normal;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
}

.ListBox a{
	font-size: 1.0em;
	font-family: radley;
	font-style: normal;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
}

.ListBox img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.FooterNT {
	margin-top:40px;
	text-align: center;
	font-size: 0.75em;
}
.ImagesBox {
    display:block;
	width: 50%;
	font-family: radley;
}

.ImagesBox img {
	width: 50%;
	-webkit-box-shadow: 5px 5px 33px #050505;
	box-shadow: 5px 5px 33px #050505;
	-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
/*	-ms-filter: progid:DXImageTransform.Microsoft.Shadow( Strength=5, Direction=135, Color=#999999);
    	filter: progid:DXImageTransform.Microsoft.Shadow( Strength=5, Direction=135, Color=#999999);
*/	
}
.LeftImageBox {
	width: 49.1525%;
	clear: none;
	float: left;
	margin-top: 21px;
	margin-right: 2%;
}
.LeftImageBox img {
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 5px 5px 33px #050505;
	box-shadow: 5px 5px 33px #050505;
	-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	width: 100%;
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}



}
