/*-------------------------
 RemoteSatellite.com
 filename: rss_global.css
 version: 1.0
 date: 1-29-09
 
 copyright 2008-2009
 design/html/css/php: product 9 design
 php/data: gail sullivan
--------------------------*/


/*	This global CSS file controls the very basic layout of each page 
	(header, footer, background, width, links, etc.). Any changes here are 
	reflected sitewide. This allows for quickly switching layout perameters.
	
	This file should be first in the list of css files in the HTML
*/


/*---- TAGS -----*/
	body {color:#000000; margin:0; padding:0; background: #eaedf4 url(/images/global/bkg/bkg_sky_grad.png) top center repeat-x;
	font-family:Arial, Helvetica, sans-serif; font-size:100.01%; line-height:1.16em;}
	
	img {border:0;}
	p, td, h1, h2, h3, h4, h5 {margin:0; padding:0;}


/*---- LINKS -----*/
	a {color:#0D448D; text-decoration:none;}
	/*a:visited { color:#2C7DEB; text-decoration:underline;}*/
	a:hover {color:#1362CC; text-decoration:none;}
	a:focus {outline:none;}


/*---- LAYOUT -----*/
/* This is the basic layout for the page. It controls width, margins, padding, header, footer, and content. */

	#page_wrapper,
	#page {width:900px; margin:12px auto; background:#fff;}
	
	/*---- HEADER -----*/
		#header {width:900px; height:134px; position:relative; background:#D4DAE7 url(/images/global/layout/header.gif) no-repeat;}
		
		/*---- LOGO -----*/
			#logo a {position:absolute; top:0px; left:0px; width:385px; height:100px;}
			
		/*---- SEARCH -----*/
			#search {position:absolute; top:80px; left:695px; width:185px; height:50px;}
	
	/*---- CONTENT -----*/
		/*	This tag will likely be over written by subsequent css files to customize each page */
		
		#content {width:100%; background:#ffffff; clear:both;}
		#content_margin {padding:0 0px 0 10px;}
			
	/*---- FOOTER -----*/

		#footer {font-size:0.7em; background:#fff url(images/bkg_content_foot_a.gif) center left repeat-x; clear:both;}
			#footer_nav {position:relative; padding:12px 22px 3px 22px;}
			#footer_nav a {padding:0 6px 0 0; text-decoration:none;}
			#footer_nav a:hover {}
				.footer_nav_left {float:left;}
				.footer_nav_right {float:right;}
			#footer_address {padding:6px 22px;}
		#copyright {height:25px; color:#fff; padding:5px 22px 0 22px; background:#eaedf4 url(/images/global/layout/footer.gif) bottom center no-repeat;}
		#copyright a {color:#FFFFFF;}


/*---- FONTS -----*/
	/*	These tags will likely be overwritten by subsequent css files to customize each page. */
	#content p  {padding:3px 0 3px 0; font-size:0.77em; line-height:1.32em;}
	#content h1 {font-size:1.3em; line-height:1.1em; padding:10px 0 20px 0; font-style:italic;}
	#content h2 {padding:5px 0; font-size:1.1em;}
	#content h3 {padding:5px 0; font-size:0.85em;}
	#content h4 {padding:7px 0 3px 0; font-size:0.74em; color:#008C99;}
	#content h5 {padding:15px 0 0 0; font-size:0.74em; color:#008C99;}
	#content ul {font-size:0.82em;}
	


/*---- ELEMENTS -----*/
/*	Any global elements, primarily classes, should go here.

*/
	.clear {clear:both;}
	.anchor {}
	
	.spacer_50 {height:50px;}
	.spacer_100 {height:100px;}
	.spacer_150 {height:150px;}
	.spacer_200 {height:200px;}
	
