
body	{
		background-image: url(images/background.gif);
		background-repeat: repeat;
		margin: 0 0 0 0;
		padding: 0 0 0 0;		
		color: #fff;
		font-family: verdana, geneva, arial, helvetica, sans-serif;
		font-weight: normal;
	      font-size: 11px;
		}	
		
/*GLOBAL NAVIGATION*/	

a.global:link		{color: #fff; text-decoration: underline; font-weight: normal; font-size: 12px;} 
a.global:visited  	{color: #fff; text-decoration: underline;  font-weight: normal; font-size: 12px;} 
a.global:hover 	{color: #4B5D66; text-decoration: underline;  font-weight: normal; font-size: 12px;}
a.global:active   {color: #B21C03; text-decoration: none;  font-weight: normal; font-size: 12px;}  /*RED*/

li.global {display: inline;}

/*TEXT LINKS*/

a.text:link  		{color: #64808E; text-decoration:underline; font-size: 11px;} 
a.text:visited  	{color: #64808E; text-decoration: underline; font-size: 11px;}
a.text:hover 	{color: #000; text-decoration: underline; font-size: 11px;}  /*BLUE*/
a.text:active    	{color: #B21C03; text-decoration: none; font-size: 11px;}  /*RED*/

/*TAB HEADER LINKS*/

a.tabs:link  		{color: #000; text-decoration:none; font-size: 9px;} 
a.tabs:visited  	{color: #000; text-decoration: none; font-size: 9px;}
a.tabs:hover 	{color: #819FAC; text-decoration: none; font-size: 9px;} /*BLUE*/
a.tabs:active    	{color: #B21C03; text-decoration: none; font-size: 9px;} /*RED*/


/*CONTAINER*/

#container  {
			position: absolute;
			background-color: #fff;
		      width: 800px;
			margin-top: 0;
			margin-left: 10%;
			z-index: 1;
			}


/*BANNER*/	
	
#banner 	{
		  	position: absolute;
		  	background-color: #fff;
		  	background-image: url(images/pg2banner.jpg);
		  	background-repeat: no-repeat;
		  	background-position: top left;
			width: 800px;
			height: 170px;
		  	margin-top: 0;
		      }	

/*TEXT*/

#textbox   	{
			position: absolute;
			background-color: #fff;
			color: black;
			margin-top: 170px;
			padding-top: 30px;
			padding-right: 20px;
			padding-left: 20px;
			width: 760px;
			}
		
#servicestextbox   	{
					position: absolute;
					background-color: #fff;
					margin-top: 175px;
					padding-top: 30px;
					padding-right: 20px;
					padding-left: 20px;
					width: 760px;
					height: 700px;
					}
					
#stacksmovie 	{
				margin-left: 75px;
				height: 600px;
				width: 602px;
				}
			
/*FOOTER*/

.footer			{
				background-color: #fff;
				color: black;
				text-align: center;
				padding-top: 300px;
				}
				

		
/*PAGE TITLE*/

p.pagetitle		{
				font-size: 18px;
				font-weight: bold;
		 		color: #7892A0; /*BLUE*/
				}

p.tagline       {
			 font-style: italic;
			 font-weight: normal;
			 margin-bottom: -1px;
		 	 color: #000;
		 	 font-size: 14px;
		 	 }	
		
/*SUBHEAD 1*/	
		
h1         {
		 font-style: italic;
		 font-weight: bold;
		 margin-bottom: -1px;
		 color: #7892A0; /*BLUE*/
		 font-size: 14px;
		 }	
		
/*SUBHEAD 2*/

h2         {
		 font-style: normal;
		 font-weight: bold;
		 margin-bottom: -1px;
		 color: #7892A0; /* BLUE */
		 font-size: 12px;
		 }
		
h3		{
		 font-style: normal;
		 font-weight: bold;
		 margin-bottom: -1px;
		 color: #7892A0; /* BLUE */
		 font-size: 12px;
		 }	
		
h4         {
		 font-style: normal;
		 font-weight: bold;
		 margin-bottom: -1px;
		 color: #7892A0; /* BLUE */
		 font-size: 12px;
		 }	
		
h5         {
		 font-style: normal;
		 font-weight: bold;
		 margin-bottom: -1px;
		 color: #7892A0; /* BLUE */
		 font-size: 12px;
		 }	
		
h6        {
		 font-style: normal;
		 font-weight: bold;
		 margin-bottom: -1px;
		 color: #7892A0; /* BLUE */
		 font-size: 12px;
		 }
		
#dropdown	{
			position: absolute;
			width: 250px;
			margin-top: 5px;
			margin-left: 625px;
			z-index: 2;
			}
			
#globalnavigation	{
					position: absolute;
					text-align: center;
					background: transparent;
					margin-top: 143px;
					margin-left: 420px;



