@charset "utf-8";
* {/* it's good practice to zero global margin and padding values to account for differing browser defaults */
	padding: 0; 
	margin: 0;
}
body {
	font:62.5% "Century Gothic", Helvetica, Arial, sans-serif;
	word-spacing:1px;
	letter-spacing:0em;
	color:#000;
	background:#EE7B12 url(Imgs/BG_Scribbles2.gif) top center no-repeat;
	text-align:center;/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

h1, h2, h3, h4, h5, h6{
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	line-height:1.2em;
	margin: 0.6em 0 0.8em 0;
	padding: 0;
	color:#9A141B;
}
/*set h1 bigger in homepage - otherpages h1 displayed at h2 size*/
h1{
	font-size:2.4em;
	line-height:1em;
	margin-top:0;
	margin-bottom:0.6em;
}
h2{
	font-size:2.0em;
	line-height:1.3em;
	margin-top:0.4em;
	margin-bottom:0.6em;
}
h3{
	font-size:1.8em;
	line-height:1.3em;
}
h4{	
	font-size:1.6em;
}
p,ul{
	font-size: 1.3em;
	line-height: 1.6em;
	margin-bottom: 1.3em;
}
table{
	margin-bottom: 1.3em;
}
img{ /*(Max image width in mainContent = 356px)*/
	margin: 0;
	padding: 0;
}
a {
	color:#9A141B;
	/*font-weight: bold;
	text-decoration: none;*/
}
a:hover{
	/*text-decoration: none;*/
	color:#EE7B12;
}
a img{ 
	border: none;
}
strong{
	font-weight: bold;
	/*color: #892E89;*/
	}
ol{
	list-style-type:decimal;
	line-height: 1.5em;
	}
ul{
	line-height: 1.5em;
	}
li{
	margin-left: 0;
	margin-bottom: 0.4em;
	padding-left: 20px;
	list-style:none;
	background:url(Imgs/Bullet_1.gif) 0px 1px no-repeat;
}
q{
	font-size:1em;
	font-style:italic;
	font-weight:bold;
	color: #555;
}
blockquote, blockquote ul{
	font-size:1em;
	font-style:italic;
	font-weight:bold;
	line-height: 1.4em;
	margin-bottom: 0.2em;
}
q, blockquote, blockquote ul{
/* <IE7 bug fixes - stops float drop for italics */
	overflow: visible;
	height:1%;
}

/* ------------- Main Layout Boxes ------------- */
#container {
	width: 790px;
	margin-top: 0;	
	margin-right:auto;/* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 0px;
	margin-left:auto;
	/*background: #EE7B12;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#headerBox{
	width:790px;
	height:100px;
	padding:0;
	z-index:500;
	text-align:center;
	}
.FloatRightHdr{
	float:right;
}

/* ---------- container for main content, menu and footer  ---------- */
#content{
	/*clear: both;*/
	width: 790px;
	background-color: #FDC300;
	/*background-image:url(Imgs/Content_BG.gif);
	background-repeat:repeat-y;*/
	}
	
/* ---------- menu ----------------- */
#menu{
	float:left;
	width:190px;
	padding:25px 0px 20px 0px;
	margin:0;
	border:0;
	z-index:100;
	font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	}
#menu ul{
	list-style-type: none;
	list-style-position: outside;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.4em;
}
#menu li{
	margin:0;
	padding:0;
	background:none;
	text-transform:capitalize;
	display: block;
}
#menu a{	
	display: block;
	height:1%; /* this is a hack for IE 6 and below otherwise links don't act as blocks */
	margin:5px 0 0 0; /* don't use bottom margin because it causes a bug in IE6 (margins squash on rollover unless BG color is the same for all link states) */
	padding:3px 10px 3px 20px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

#menu a:hover{
	background-color:#fff;
}
#menu a:active{
	color:#9A141B;
	background-color:#fff;
}
#menu .currentLink a{ /*use to pick out the current page in the menu (place class on corresponding <li>)*/
	display: block;
	color: #9A141B;
	background-color: #fff;
	background-image: url(Imgs/Butt_BG_02.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#menu .subMenu a{ /*indent Submenu links (place class on corresponding <li>)*/
	margin-top: 0px;
	/*margin-left: 15px;*/
	padding:3px 10px 3px 20px;
	font-weight: normal;/**/
}
/* ----------- main content holders ------------- */
#main{
	/*Don't specify width otherwise floatdrop in IE 6 or less. Max width for images = 609px*/ 
	margin: 0 0 0 190px;
	padding: 0;
	background-color:#fff;
	min-height:450px;/**/
	}
.txtBox{ /*Max width for images = 552px*/ 
	padding: 24px 24px 10px 24px;
	text-align: left;
}
.txtBox img{
	margin: 10px 0 17px 0;
}
#footer{
	clear: both;
	margin: 0 0 0 190px;
	padding: 20px;
	text-align: center;
	color: #9A141B;
	font-family:Arial, Helvetica, sans-serif;
}
#footer p{
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 0;
}
/* ----------- "Jump Links" to anchors within the same page------------- */
ul.jumpLinks{
	margin-bottom: 40px;
}	
ul.jumpLinks li{
	margin-left: 0;
	margin-bottom: 0.4em;
	padding-left: 20px;
	list-style:none;
	background:url(Imgs/Bullet_2.gif) 0px 1px no-repeat;
	}
ul.jumpLinks li a{
	/*text-decoration:none;*/
	font-weight:bold;
	}
p.backLink{
	margin-bottom: 40px;
}	
p.backLink a{
	margin-bottom: 50px;
	padding-left: 20px;
	background:url(Imgs/Bullet_3.gif) 0px 0px no-repeat;
	font-weight:bold;
}


/* ----------- 3px float fix for < IE7 ----------- */
* html #main{
	height: 1px;
	margin-left: 0;
}
* html #menu{
	margin-right: -3px;
}

/* ---------- general placeholders --------*/
.smallTxt, .smallTxt a{
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.4em;
	color: #777;
	}
.imgbox{
	margin: 0px 10px 10px 10px;
	/*padding: 10px 10px 10px 0px;*/
	}
.floatLeft {
	float: left;
	margin: 0 15px 0 0;
	}
.floatRight {
	float: right;
	margin: 0px 0px 5px 15px;
	}
.floatLeft img, .floatRight img{
	margin:0;
	padding:0;
}
.centerBox{
	text-align:center;
}
.rightAlignTxt{
	text-align:right;
}
.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
   font-size: 1px;
   line-height: 0px;
	height:1%;
}


