@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:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	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/
*/

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

body {
	background-color:#A72432;
	background-image: url('../images/main-bg.png');
	background-repeat:repeat-x;
}

a:link, a:visited {
    font-family:'NewsGothicW01-BoldObliq','Arial Bold',Arial,Helvetica,sans-serif;
    color:#FF7A00;
    text-decoration:none;
} 

a:hover {
	text-decoration:underline;
	}	

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	padding-bottom:4em;
	font-size:1.25em;
}
#LayoutDiv1 {
	font-family:'SnellRoundhandW01-BlkSc',Georgia,'Times New Roman',serif;
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom:0;
	width: 100%;
	display: block;
}
#LayoutMenu {
	font-family:'News Gothic W01',Arial,Helvetica,sans-serif;
	clear: both;
	float: left;
	text-align:left;
	margin: 0 auto;
	display: inline;
	margin-bottom:1em;
}
#LayoutDiv2 {
	font-family:'News Gothic W01',Arial,Helvetica,sans-serif;
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 1em;
	width: 100%;
	display: block;
}
#LayoutDiv3 {
	font-family:'News Gothic W01',Arial,Helvetica,sans-serif;
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 1em;
	width: 100%;
	display: block;
}
#LayoutDiv4 {
	font-family:'News Gothic W01',Arial,Helvetica,sans-serif;
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 1em;
	width: 100%;
	display: block;
}
#LayoutDiv5 {
	font-family:'News Gothic W01',Arial,Helvetica,sans-serif;
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom:1em;
	width: 100%;
	display: block;
}
#LayoutDiv6 {
	font-family:'News Gothic W01',Arial,Helvetica,sans-serif;
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom:1em;
	width: 100%;
	display: block;
}
#LayoutDiv7 {
	font-family:'SnellRoundhandW01-BlkSc',Georgia,'Times New Roman',serif;
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom:1em;
	width: 100%;
	display: none;
}
#LayoutDiv8 {
	font-family:'News Gothic W01',Arial,Helvetica,sans-serif;
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom:1em;
	width: 100%;
	display: block;
}

#LayoutFooter {
	width:auto;
	height:35px;
	background-color:#FF7A00;
	background-image: url('../images/footer-bg.png');
	background-repeat:repeat-x;
	background-position:0% 100%;
	margin:0;
	padding:0;
}	

#LayoutDiv1  h1 {
	font-size:3em;
	line-height:1em;
	margin-top:1em;
	margin-bottom:0.25em;
	text-align:center;
	color:#FFFFFF;
	text-shadow: 2px 2px #000;
}

#LayoutMenu a.menuitem {
	display:block;
	float:left;
	padding:5px 15px 5px 15px;
	background-image:url('../images/quad.png');
	background-repeat:no-repeat;
	background-position:center left;
	color:#FFF;
	font-family:'News Gothic W01',Arial,Helvetica,san-serif;
}	

#LayoutDiv2 {
	text-align:center;
}

#LayoutDiv3 {
	text-align:center;
}
#LayoutDiv4 {
	text-align:center;
}
#LayoutDiv5 {
	text-align:center;
}
#LayoutDiv6 {
	text-align:center;
}

#LayoutDiv2.bodyhome, #LayoutDiv3.bodyhome, #LayoutDiv4.bodyhome {
	color:#FFF;
	line-height:1.5em;
	text-align:left;
}

#LayoutDiv5.bodyorange, #LayoutDiv6.bodyorange {
	color:#000;
	line-height:1.5em;
	text-align:left;
	background-color:#FF7A00;
}

#LayoutDiv6 a {
	color:#000;
}

#LayoutDiv8 ul {
	list-style-type:none;
	padding-left:0;
}

#LayoutDiv8 li {
	margin-bottom:1em;
	}
	
.dropcap {
	float:left;
	font-size:4.5em;
	line-height:0.75em;
	padding-top:7px;
	padding-right:2px;
	}
	
.boldtext {
	font-family:'News Gothic W01 Bold',Arial,Helvetica,san-serif;
}

.white {
	color:#FFF;
}	
	
#LayoutMenu a.thispage {
	font-family:'News Gothic W01 Bold',Arial,Helvetica,san-serif;
}

.captionbox {
	display:none;
	position:relative; 
	margin-top:0px; 
	padding:2.5%; 
	width:95%; 
	background:url('../images/caption-bg.png') repeat; 
	font-family:'News Gothic W01 Bold',Arial,Helvetica,san-serif; 
	color:#FFF;
}

.right {
		right:0px; 
}

.left {
	left:0px;
}

/* 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%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 19.2308%;
	margin-bottom: 1em;
	width: 61.5384%;
	display: block;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 19.2308%;
	margin-bottom: 1em;
	width: 61.5384%;
	display: block;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 19.2308%;
	margin-bottom: 1em;
	width: 61.5384%;
	display: block;
}
#LayoutDiv5 {
	clear: both;
	float: left;
	margin-left: 19.2308%;
	margin-bottom: 1em;
	width: 61.5384%;
	display: block;
}
#LayoutDiv6 {
	clear: both;
	float: left;
	margin-left: 19.2308%;
	margin-bottom: 1em;
	width: 61.5384%;
	display: block;
}
#LayoutDiv7 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv8 {
	display:none;
}	
#LayoutDiv1  h1 {
	font-size:4em;
	margin-top:1em;
	margin-bottom:0.5em;
}

#LayoutMenu {
	margin-left: 19.2308%;
	margin-right: 19.2308%;
}

.captionbox {
	position:absolute; 
	width:50%;
	top:0px; 
}

}
/* 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.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#LayoutMenu {
	text-align:center;
	margin-left:5.1021%;
	margin-right:5.1021%;
	width:auto;
	float:none;
	display:block;
}

#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 5.1021%;
	width: 28.5714%;
	display: block;
}

#LayoutDiv3 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 28.5714%;
	display: block;
}

#LayoutDiv4 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 28.5714%;
	display: block;
}

#LayoutDiv5 {
	clear: none;
	float: left;
	margin-left: 5.1021%;
	width: 43.8775%;
	display: block;
}

#LayoutDiv6 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	height:100%;
	width: 43.8775%;
	display: block;
}
#LayoutDiv7 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutFooter {
	width:100%;
	position:fixed;
	bottom:0px;
}

#LayoutDiv1  h1 {
	font-size:6em;
}

#LayoutMenu a.menuitem {
	display:inline;
	float:none;
}	
}