@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%;
	vertical-align: top;
}

/* 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:	15;
	
	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;
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 88.0326%;
	padding-left: 1.4836%;
	padding-right: 1.4836%;
	clear: none;
	float: none;
}
#div1 {
	width: 100%;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	line-height: 100px;
	text-align: center;
	background: #4a2885;
	color: white;
	font-size: 1em;
	display: block;
}
#div1 a {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	display: none;
}
#div2 {
width: 100%;
clear: both;
margin-left: 0;
display: none;
}
#div3 {
width: 100%;
clear: both;
margin-left: 0;
display: none;
}
#div4 {
width: 100%;
clear: both;
margin-left: 0;
display: none;
}
#header {
}
#column1 {
width: 100%;
display: none;
}
#column2 {
width: 100%;
clear: both;
margin-left: 0;
display: none;
}
#column3 {
width: 100%;
clear: both;
margin-left: 0;
display: none;
}
#subtitle {
}
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
}
#contact {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	line-height: 20px;
	text-align: center;
	background: #4a2885;
	color: white;
	font-size: .8em;
	padding-top: 1em;
	padding-bottom: 1em;
	margin: 20px auto;
}
#contact a {
	text-decoration: none;
	font-weight: bold;
	color: #ffff00;
	display: inline-block;
}

.alignLeft {
	float: left;
	padding-right: 10em;
}

#footer p {
	font-size: 1.5em;
	text-align: left;
	font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', serif;
	font-style: bold;
	font-weight: bold;
	color: #000000;
	margin-top: 1em;
}
#footer h5 {
	font-size: 1em;
	text-align: left;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	font-style: normal; 
	font-weight: normal;
	color: #000000;
}

#subfoot {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align: left;
	font-style: bold;
	font-weight: bold;
	width: 100%;
}

#subfoot li {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	list-style-type: square;
	text-align: left;
}
#div5 {
width: 100%;
clear: both;
margin-left: 0;
display: block;
}
#div6 {
font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
line-height: 20px;
text-align: center;
color: #000000;
font-size: 1em;
padding-top: 1em;
padding-bottom: 1em;
margin: 20px auto;
}
#div7 {
width: 100%;
display: block;
}
#div8 {
width: 100%;
clear: both;
margin-left: 0;
display: block;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 91.4836%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
}
#column1 {
width: 100%;
display: block;
}
#column2 {
width: 100%;
clear: both;
margin-left: 0;
display: block;
}
#column3 {
width: 100%;
clear: both;
margin-left: 0;
display: block;
}
#subtitle {
}
#div1 {
width: 100%;
font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
line-height: 50px;
	text-align: center;
	background: #4a2885;
	color: white;
	font-size: 1em;
display: block;
}
#div1 a {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	display: inline-block;
}
#div2 {
width: 100%;
font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
line-height: 50px;
	text-align: center;
	background: #c0c0c0;
	color: black;
	font-size: 1em;
clear: both;
margin-left: 0;
display: block;
}
#div2 a {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	display: inline-block;
}
#div3 {
width: 100%;
font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
line-height: 50px;
	text-align: center;
	background: #4a2885;
	color: white;
	font-size: 1em;
clear: both;
margin-left: 0;
display: block;
}
#div3 a {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	display: inline-block;
}
#div4 {
width: 100%;
font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
line-height: 50px;
	text-align: center;
	background: #c0c0c0;
	color: black;
	font-size: 1em;
clear: both;
margin-left: 0;
display: block;
}
#div4 a {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	display: inline-block;
}
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
	
#contact {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	line-height: 50px;
	text-align: center;
	background: #4a2885;
	color: white;
	font-size: 1em;
	padding: 0em;
	margin: 20px auto;
}
#contact a {
	text-decoration: none;
	font-weight: bold;
	color: #ffff00;
	display: inline-block;
}

.alignLeft {
	float: left;
	padding-right: 10em;
}

#footer p {
	font-size: 1.5em;
	text-align: left;
	font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', serif;
	font-style: bold;
	font-weight: bold;
	color: #000000;
	margin-top: 1em;
}

#subfoot {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align: left;
	font-style: bold;
	font-weight: bold;
	padding-right: .5em;
	width: 32%;
}

#subfoot li {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	list-style-type: square;
	text-align: left;
}
#div5 {
width: 100%;
clear: both;
margin-left: 0;
display: none;
}
#div6 {
font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
line-height: 50px;
text-align: center;
color: #000000;
font-size: 1em;
padding: 0em;
margin: 20px auto;
}
#div7 {
width: 100%;
display: none;
}
#div8 {
width: 100%;
clear: both;
margin-left: 0;
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
.hide_tablet {
display: none;
}
}

/* 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: 89.0217%;
	max-width: 1232px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
}
#column1 {
width: 32.6007%;
display: block;
}
#column2 {
width: 32.6007%;
margin-left: 1.0989%;
clear: none;
display: block;
}
#column3 {
width: 32.6007%;
margin-left: 1.0989%;
clear: none;
display: block;
}
#subtitle {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	text-align: center;
}
#div1 {
	width: 24.1758%;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	text-align: center;
	line-height: 100px;
	height: 100px;
	background: #4a2885;
	color: white;
	font-size: 1em;
	display: block;
}
#div1 a {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	vertical-align: middle;
	display: inline-block;
}
#div2 {
width: 24.1758%;
font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	text-align: center;
	line-height: 100px;
	height: 100px;
	background: #c0c0c0;
	color: black;
	font-size: 1em;
	margin-left: 1.0989%;
	clear: none;
display: block;
}
#div2 a {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	vertical-align: middle;
	display: inline-block;
}
#div3 {
width: 24.1758%;
font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	line-height: 100px;
	height: 100px;
	text-align: center;
	background: #4a2885;
	color: white;
	font-size: 1em;
	margin-left: 1.0989%;
	clear: none;
display: block;
}
#div3 a {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	vertical-align: middle;
	display: inline-block;
}
#div4 {
width: 24.1758%;
font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	line-height: 100px;
	height: 100px;
	text-align: center;
	background: #c0c0c0;
	color: black;
	font-size: 1em;
	margin-left: 1.0989%;
	clear: none;
display: block;
}
#div4 a {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	vertical-align: middle;
	display: inline-block;
}
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
	
#contact {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	line-height: 50px;
	text-align: center;
	background: #4a2885;
	color: white;
	font-size: 1em;
	padding: 0em;
	margin: 20px auto;
}
#contact a {
	text-decoration: none;
	font-weight: bold;
	color: #ffff00;
	display: inline-block;
}

.alignLeft {
	float: left;
	padding-right: 10em;
}

#footer p {
	font-size: 1.5em;
	text-align: left;
	font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', serif;
	font-style: bold;
	font-weight: bold;
	color: #000000;
	margin-top: 1em;
}

#subfoot {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align: left;
	font-style: bold;
	font-weight: bold;
	padding-right: .5em;
	width: 32%;
}

#subfoot li {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	list-style-type: square;
	text-align: left;
}
#div5 {
width: 32.6007%;
margin-left: 1.0989%;
clear: none;
display: none;
}
#div6 {
font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
line-height: 50px;
text-align: center;
color: #000000;
font-size: 1em;
padding: 0em;
margin: 20px auto;
}
#div7 {
width: 32.6007%;
display: none;
}
#div8 {
width: 32.6007%;
margin-left: 1.0989%;
clear: none;
display: none;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
