@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:		12;
	dw-num-cols-desktop:	18;
	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/
*/

/* Mobile Layout: 480px and below. */

.gridContainerfooter {
	margin-left: auto;
	margin-right: auto;
	width: 91.9021%;
	padding-left: 1.5489%;
	padding-right: 1.5489%;
	background-color:#FFF;
	background-color: #FFF;
	border: thin solid #999;
	border-radius: .5em;
}

.gridContainerfooter.clearfix a {
	font-family: "JosefinSansStd Light";
	color: #840000;
	font-size: 1.2em;
}
.gridContainerfooter.clearfix h1 {
	font-family: "JosefinSansStd Light";
}
.gridContainerfooter.clearfix h2 {
	font-family: "JosefinSansStd Light";
}
.gridContainerfooter.clearfix h3 {
	font-family: "JosefinSansStd Light";
	padding-left: .5em;
}
.sitemap {
	font-size: 1.3em;
}
.sitemap ul {
	padding-left: .3em;
	list-style-type: none;
	margin-left: 0px;
	
}
.sitemap ul a {
	text-decoration: none;
	color: #840000;
	font-weight: bold;
	border-bottom-color: #840000;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
.sitemap ul li {
	border-bottom-width: 0.1em;
	border-bottom-color: #840000;
	margin-bottom: 0em;
}

.sitemap ul li ul {
	padding-left: .2em;
	margin-top: 0px;
	padding-top: 0px;

}
.sitemap ul li ul li a {
	font-weight: normal;
	border-bottom-style: none;
}
.sitemap ul li ul li a:hover {
	color: #03F;
}
.sitemap ul li ul li a:visited {
	color: #006;
}

#SiteMap {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #800000;
	border-bottom-color: #840000;
	vertical-align: middle;
	color: #840000;
	border-radius: 0.5em;
}

#SiteMap h2 {
	padding-left: 0.2em;
	background-image: url(../img/sitemapbg.png);
}

#sitemap1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.3146%;
	display: block;
	background-image: url(../img/sitemapbg.png);
	background-repeat: repeat;
}

#sitemap2 {
	clear: none;
	float: left;
	margin-left: 3.3707%;
	width: 48.3146%;
	display: block;
	background-image: url(../img/sitemapbg.png);
	background-repeat: repeat;
}

#sitemap3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.3146%;
	display: block;
	background-image: url(../img/sitemapbg.png);
	background-repeat: repeat;
}

#sitemap4 {
	clear: none;
	float: left;
	margin-left: 3.3707%;
	width: 48.3146%;
	display: block;
	background-image: url(../img/sitemapbg.png);
	background-repeat: repeat;
}

#sitemap5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.3146%;
	display: block;
	background-image: url(../img/sitemapbg.png);
	background-repeat: repeat;
}

#sitemap6 {
	clear: none;
	float: left;
	margin-left: 3.3707%;
	width: 48.3146%;
	display: block;
	background-image: url(../img/sitemapbg.png);
	background-repeat: repeat;
}

#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #EBEBEB;
	text-align: center;
	border-radius: 0.5em;
	border: thin solid #999;
}

	

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

@media only screen and (min-width: 481px) {
.gridContainerfooter {
	width: 91.9891%;
	padding-left: 0.5054%;
	padding-right: 0.5054%;
}
#SiteMap {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#sitemap1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 32.6007%;
	display: block;
	font-size: 1em;
}

.sitemap ul li {

}
#sitemap2 {
	clear: none;
	float: left;
	margin-left: 1.0989%;
	width: 32.6007%;
	display: block;
	font-size: 1em;
}
#sitemap3 {
	clear: none;
	float: left;
	margin-left: 1.0989%;
	width: 32.6007%;
	display: block;
	font-size: 1em;
}
#sitemap4 {
	clear: both;
	float: left;
	width: 32.6007%;
	display: block;
	font-size: 1em;
	margin-left: 0px;
}
#sitemap5 {
	clear: none;
	float: left;
	margin-left: 1.0989%;
	width: 32.6007%;
	display: block;
	font-size: 1em;
}
#sitemap6 {
	clear: none;
	float: left;
	margin-left: 1.0989%;
	width: 32.6007%;
	display: block;
	font-size: 1em;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

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

@media only screen and (min-width: 769px) {
.gridContainerfooter {
	width: 89.3478%;
	max-width: 1232px;
	padding-left: 0.326%;
	padding-right: 0.326%;
	margin: auto;
}
#SiteMap {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#sitemap1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 16.0583%;
	display: block;
}
#sitemap2 {
	clear: none;
	float: left;
	margin-left: 0.7299%;
	width: 16.0583%;
	display: block;
}
#sitemap3 {
	clear: none;
	float: left;
	margin-left: 0.7299%;
	width: 16.0583%;
	display: block;
}
#sitemap4 {
	clear: none;
	float: left;
	margin-left: 0.7299%;
	width: 16.0583%;
	display: block;
}
#sitemap5 {
	clear: none;
	float: left;
	margin-left: 0.7299%;
	width: 16.0583%;
	display: block;
}
#sitemap6 {
	clear: none;
	float: left;
	margin-left: 0.7299%;
	width: 16.0583%;
	display: block;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}