@charset "UTF-8";
/* CSS Document */


/* Browser Formatting */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 0 0;
	background-color: #ebebeb;
}

p {
margin:0;
padding:0;
}


/* ------------------- DIVS FOR PAGE LAYOUTS ---------------------- */



/* --------------Outer container for all pages---------------------- */

#container {
	width: 968px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}


/* ------------------------- Home Page Divs ----------------------- */

/* ------------------------- Home Page has 7 Rows ----------------- */

/* ------------------------- Home page: Row 1 outer div  -------------------- */

#masthead {
	width: 968px;
	height: 90px;
	float:left;
	overflow:auto:
	background-color: #000000;
	background-color: #FFFFFF;
	}

/* ------------------------- Home page: Row 1 inner divs -----------------------   */

#mastheadLeft {
width: 474px;
padding-left: 10px;
float:left;
}

#mastheadRight {
width: 474px;
padding-right: 10px;
float:left;
}

/* --------------- Home page: Row 2: Tagline and navigation ------- */

/* ------------------------- Home page: Row 2 outer div -------------------   */

#navigation {
	width: 968px;
	height: 23px;
	float: left;
	background-color: #FFFFFF;
}

/* ------------------------- Home page: Row 2 inner divs -------------------   */

#navigationLeft {
width: 506px;
height: 23px;
padding-left:12px;
float: left;
}

#navigationRight {
width: 450px;
height: 23px;
float: left;
}

/* ---------------- Home page: Row 3: Large images -------------   */

#homePlayground {
	width: 968px;
	height: 279px;
	float: left;
	background-color: #FFFFFF;
}

/* --------------- Home page: Row 4: Orange band ---------------   */

#homeBand {
	width: 968px;
	height: 35px;
	background-color: #FFFFFF;
	background-image: url(../images/band1.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align:center;
	float: left;
}

/* -------------- Home page: Row 5 ---------------------------  */

/* ----------------- Home page: Row 5 outer div -----------------------   */

#homeOutline {
	width: 968px;
	height: 79px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../images/outline1.gif);
	background-repeat: no-repeat;
}

/* ----------------- Home page: Row 5 inner divs ----------------------- */

#homeColOne {
	width:196px;
	padding-top:5px;
	padding-left:14px;
	float:left;
}
#homeColTwo {
	width:209px;
	padding-top:3px;
	padding-left:12px;
	float:left;
}
#homeColThree {
	width:29px;
	padding-left:12px;
	padding-top:15px;
	float:left;
}
#homeColFour {
	width:196px;
	padding-top:5px;
	padding-left:19px;
	float:left;
}
#homeColFive {
	width:201px;
	padding-top:3px;
	padding-left:12px;
	float:left;
}
#homeColSix {
	width:44px;
	padding-top:15px;
	padding-left:12px;
	float:left;
}

/* ----------------- Home page: Row 6 ---------------------------  */

/* ----------------- Home page: Row 6 outer div -----------------   */

#homeBottom {
	width: 968px;
	height: 140px;
	background-image:url(../images/bottom.gif);
	background-repeat:no-repeat;
	float: left;
	background-color: #FFFFFF;
}

/* ----------------- Home page: Row 6 inner divs ----------------- */

#bottomColOne {
	width:407px;
	height:30px;
	padding-top:10px;
	padding-left:20px;
	float: left;
}

#bottomColTwo {
	width:29px;
	height:30px;
	padding-top:10px;
	padding-left:16px;
	float: left;
}

#bottomColThree {
	width:409px;
	height:30px;
	padding-top:10px;
	padding-left:19px;
	float: left;
}

#bottomColFour {
	width:54px;
	height:30px;
	padding-top:10px;
	padding-left:14px;
	float: left;
}

/* --------------- Home page: Row 7: footer ------------------  */

#footerHome {
	width:968px;
	height:20px;
	clear:both;
	background-color: #FFFFFF;
}


/* ----------------------------------------------------------------- */


/* --------------------Secondary Page Divs------------------------- */


/* Secondary pages: Row 1  */

#mastheadLeft2 {
width: 545px;
padding-left: 10px;
float:left;
}

#mastheadMiddle {
width: 136px;
float:left;
}

#mastheadRight2 {
width: 267px;
padding-right: 10px;
float:left;
}

/* Secondary pages: Row 2: same Row 2 divs as Home page   */


/* Secondary pages: Row 3:  outer div ------*/

#RowThree {
width:968px;
float:left;
}

/* Secondary pages: Row 3:  inner divs ------*/

#RowThreeLeft {
	width: 418px;
	height:45px;
	float:left;
	background-color: #FFFFFF;
}

#RowThreeMiddle {
	width: 275px;
	height:45px;
	float:left;
	background-color: #FFFFFF;
}

#RowThreeRight {
	width: 275px;
	height:45px;
	float:left;
	background-color: #FFFFFF;
}

/* -------------  Secondary pages: Main content outer div: 
I gave this div a background image so that the left column will always appear to have the same depth as the right column ---*/

#content {
	width: 968px;
	float:left;
	background-color: #FFFFFF;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-y;
}


/* Main content: left & right column divs: 
I made 2 different left column & right column divs. Min gives the pages with a small amount of copy a standard depth of 535 pixels. The other left & right column divs depth are determinied by the content itself */

#leftColumnMin {
	width: 215px;
	padding-top:1px;
	height:535px;
	float:left;
}

#rightColumnMin {
	width: 568px;
	height:535px;
	margin-left:279px;
	padding-right:118px;
	background-color: #FFFFFF;
}

#leftColumn {
	width: 215px;
	padding-top:1px;
	float:left;
}

#rightColumn {
	width: 568px;
	margin-left:279px;
	padding-right:118px;
	background-color: #FFFFFF;
}

/* ---------------- Footer for secondary pages -------------------- */

#footerSecondary {
	width:968px;
	height:20px;
	clear:both;
	background-color: #ebebeb;
}


/* ------------------- END DIVS FOR PAGE LAYOUTS ---------------------- */



/* ------------------- NAVIGATION LISTS AND STYLES -------------------- */


/*------------------- Main navigation --------------------------------- */

ul.nav {
margin: 0;
padding: 0;
list-style-type: none;
}

ul.nav li {
display: inline;
margin:0;
padding:0:
}

a.navMain:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

a.navMain:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

a.navMain:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

a.navMain:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e36737;
	text-decoration: none;
}

/*--------------- Main navigation when on a sub page -------------- */

a.navMainSub:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ce6a32;
	text-decoration: none;
}

a.navMainSub:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ce6a32;
	text-decoration: none;
}

a.navMainSub:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ce6a32;
	text-decoration: none;
}

a.navMainSub:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}


/* ------------------Left column navigation lists------------------ */

ul.side {
margin: 0;
padding: 0;
list-style-type: none;
}

ul.side li {
	margin:0;
	padding:0;
}

/* -----------Since I use 2 different left column divs for this site I have 2 li declarations that have identical properties---------------- */

#leftColumn li {
	padding-top:7px;
	padding-left:10px;
	padding-bottom:7px;
	background-image: url(../images/dots.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#leftColumnMin li {
	padding-top:7px;
	padding-left:10px;
	padding-bottom:7px;
	background-image: url(../images/dots.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}



/*---------Left navigation------- */


a.navSide:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

a.navSide:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

a.navSide:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

a.navSide:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

/* ------------------- END NAVIGATION LISTS AND STYLES -------------------- */



/*---------------------Link styles appearing within text areas------------- */


a.navTxtBold:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ce6a32;
	text-decoration: none;
}

a.navTxtBold:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ce6a32;
	text-decoration: none;
}

a.navTxtBold:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ce6a32;
	text-decoration: none;
}

a.navTxtBold:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #414994;
	text-decoration: none;
}

a.navTxt:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e36737;
	text-decoration: none;
	line-height: 14px;
}

a.navTxt:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e36737;
	text-decoration: none;
	line-height: 14px;
}

a.navTxt:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e36737;
	text-decoration: none;
}

a.navTxt:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}


/*-------------------- General Links ------------------------------*/

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e36737;
	text-decoration: none;
	line-height: 14px;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e36737;
	text-decoration: none;
	line-height: 14px;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e36737;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}



/* ----------------Typography Formatting----------------------- */

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #747474;
	text-align:right;
	padding-right:10px;
}

.copyrightSecondary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #747474;
	text-align:right;
	padding-top:5px;
	padding-right:10px;
}

.activeNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e36737;
	text-decoration: none;
}

.activeNavSide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.dividerNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ce6a32;
	padding: 0px 4px;
}

.Arial12white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: #FFFFFF;
	padding-top: 7px;
	padding-left:25px;
}

.Arial18gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #7D7D7D;
}

.Arial18BldBlk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.Arial12gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7D7D7D;
	line-height: 15px;
}

.Arial24white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}

.Arial12on18white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	padding-top:10px;
	padding-right:10px;
}
/*-------- below Gray 7D7D7F is actually Eggplant 663366 due to last minute change - used in sub heads ----------*/
.Arial12on14Gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7D7D7D;
	line-height: 14px;
}

.Arial12on14Purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #575d97;
	line-height: 14px;
}

.Arial12on14Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 14px;
	font-weight: bold;
}

.Arial12on14Orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e36737;
	line-height: 14px;
}

.Arial18Orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #e36737;
}
.Arial12on12Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 12px;
}
.Arial12on14Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 14px;
}

.Arial12on14TextItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 14px;
	font-style: italic;
}

.Arial18Orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #e36737;
}

#rightColumnPress p {
padding-right:70px;
}

/* --------------Custom Lists in text: These lists use an image for a dash and do not indent ------------- */

/* --------------List with line space below --------------- */

#dashedList ul {
list-style-type:none;
padding:0px;
margin:0px;
}

#dashedList li {
	background-image:url(../images/dash.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:14px;
	padding-bottom:14px;
}

/* -----------Lists without extra line space ------------ */

#dashedListAlt ul {
list-style-type:none;
padding:0px;
margin:0px;
}

#dashedListAlt li {
	background-image:url(../images/dash.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:14px;
	padding-bottom:6px;
}


/* -------------- OL removed dashes mv --------------- */

ol {
list-style-type: decimal;
list-style-position: inside;
padding:0px;
margin:0px;
}
#undashed li {
	background-image:none;
	padding-left:14px;
	padding-bottom:14px;
}
