@import url("site.css");
@import url("SpinalChangesDocument.css");


/**** SITE.CSS OVERWRITES START ****/
/**** SITE.CSS OVERWRITES START ****/

/* BODY */
#pageContent {
background-color:#19447d;
}


#pageWrapper {
	/* - Overwritten
	background-color: #639218;
	background-image: url(../graphics/background.jpg);	- NEW IMAGE
	*/
	
	background-color: #012765;
	background-image: url(../graphics/background.jpg);
}

/* Body #PageWrapper */


/* #pageWraper */
#footer {
	/* - Overwritten
	background-image: url(../graphics/bg-footer.gif); - New Image
	color: #9a9ca1;
	*/
	
	background-image: url(../graphics/bg-footer.gif);
	color: #999999;
}

/* #pageWrapper #footer */
#orgLinks {
	/* - Overwritten
	background-image: url(../graphics/bg-orglinks.gif); - New Image
	*/
	
	background-image: url(../graphics/bg-orglinks.gif);
}

/* #pageWrapper #footer */
#orgLinks ul li a {
	/* - Overwritten
	color: #6e9934;
	*/
	
	color: #818181;
}


/* #pageWrapper */
#contentArea {
	/* - Overwritten
	background-color: #9CBA73;
	*/
	
	background-color: #023a79;
}

/* #pageWrapper #pageContent */ 

/* #pageWrapper #pageContent #contentArea */
#contentColumn {
	/* - Overwritten
	background-image: url(../graphics/bg-richdocument.jpg); - New Image
	background-color: #CEDBBD; 
	*/
	
	background-image: url(../graphics/bg-richdocument.jpg);
	background-color: #19447d; 
}
#contentColumn.landingPage {
	/* - Overwritten
	background-image: url(../graphics/bg-richdocument-landing.jpg); - New Image
	background-color: #C6DBA5;
	*/
	
	background-image: url(../graphics/bg-richdocument-landing.jpg);
	background-color: #023a79;
}


/* #pageWrapper #pageContent #contentArea */
#primaryNav {
	/* - Overwritten
	background-color: #1E3F0F;
	*/
	
	background-color: #1d4880;
	
	/* - NEW - */
	
	/* - MR REQUEST REMOVE
	padding-bottom: 115px;
	background-image: url(../graphics/bg_primaryNav_bottomFade.gif);
	*/
	background-repeat: no-repeat;
	background-position: left bottom;
}
#primaryNav ul {
	/* - Overwritten
	background-image: url(../graphics/bg-primary-nav-ul.gif); - New Image
	border: 1px solid #7D9172;
	*/
	background-image: url(../graphics/bg-primary-nav-ul.gif);
	border: 1px solid #3CA3E2;
}
#primaryNav ul li a {
	/* - Overwritten
	background-color: #436033;
	border-top: 1px solid #304525;
	border-bottom: 1px solid #567B41;
	color: #f7901e;
	*/
	
	background-color: #53b7e8;
	border-top: 1px solid #6acbee;
	border-bottom: 1px solid #3ca3e2;
	color: #215590;
}
#primaryNav ul li a:hover, #primaryNav ul li a.on {
	/* - Overwritten
	background-color: #F48E1E;
	border-top: 1px solid #d59c23;		- removed from css
	border-bottom: 1px solid #f37116;	- removed from css
	color: #436033;
	*/
	
	background-color: #215590;
	color: #fff;
}
#primaryNav ul li#requestPageLI  {
	/* - Overwritten
	background-image: url(../graphics/bg-request-demo-li.jpg); - New Image
	*/
	
	background-image: url(../graphics/bg-request-demo-li.jpg);
}

/*#primaryNav ul li#requestPageLI a {
	background-color: transparent;
	border: none;
	color: #ffffff;
	padding-top:18px; */

#primaryNav ul li#requestPageLI a {
	background:url(../graphics/bg-request-demo-li.jpg) no-repeat 0 0;
	border: none;
	color: #ffffff;
	line-height:14px;
	padding-top: 18px;
}

/* #pageWrapper #pageContent #contentArea #contentColumn.landingPage */
#contentAreaNav ul li  {
	/* - Overwritten
	background-image: url(../graphics/bg-content-area-li.gif); - New Image
	*/
	
	background-image: url(../graphics/bg-content-area-li.gif);
	padding-bottom:18px;
	padding-top:18px;
}
* html #contentAreaNav ul li  {
	padding-top:18px;
}


/* #pageWrapper #pageContent #contentArea #contentColumn */
#formResponse, #errorResponse {}
.required {}

form {}
#requiredMsg {
	font-size: 12px;
}


/**** SITE.CSS OVERWRITES END ****/
/**** SITE.CSS OVERWRITES END ****/


/**** Sid, This is additional code Fathom changed ****/

/*-- this added 1 pixel of space between the main navigation buttons that was missing --*/
#siteMenu ul li {
	padding-right:1px;
	padding-bottom:1px;
}

/*-- this chnaged the h1 tags to white --*/
#Rich_Description h1, #Video_Description h1{
	margin-bottom: 10px;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	color: #fff;
}
#Rich_Description a {color:#53b7e8;}
/*-- this made all the main nav look right --*/

#Rich_Description h2, #Rich_Description div h2 {
color:#fff;}


#siteMenu ul li a {
	display: block;
	padding: 9px 5px 5px 5px;
	background-color: #64c8f9;
	background-image: url(../graphics/bg-nav.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #8babcb;
	border-left: 1px solid #8babcb;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
#siteMenu ul li a:hover, #siteMenu ul li a.activePage {
	background-color: #afafaf;
	background-image: url(../graphics/bg-nav-on.gif);
	border-right: 1px solid #818181;
	border-left: 1px solid #818181;
	color: #fff;
}
