﻿/* 
	Project Name
	Master Screen CSS
	Designer Name
	Date
	
	COLORS
	
		
 */

/* ------------------------ 
		reset
------------------------ */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

	ol, ul {
		list-style: none;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
		caption, th, td {
			text-align: left;
			font-weight: normal;
		}

		
	body {
		line-height: 1;
		color: #FFF;
		font-size: 75.5%;
		background: url(/Images/Landing/BG.jpg) center top repeat-y #001408;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	
		a:link
		a:visited
		a:hover
		a:active {
		
		}
	
		 #accessibility {
			position: absolute;
			left: -9999px;
		 }
	
	
	
/* ------------------------ 
		head
------------------------ */
 
	#head {
		background: url(/Images/Landing/header.jpg) left top no-repeat;
		width: 784px;
		height: 129px;
		display: block;
		
	}
		 #skiplink{
			display: block;
			position: absolute;
			text-indent: -9999px;
			overflow: hidden;
				
		}
 
/* ------------------------ 
		content
------------------------ */
	#LandingFlash {
		background: url(/Images/Landing/flashImg.jpg) left top no-repeat;
		width: 784px;
		height: 142px;
		padding-left: 2px;
		padding-top: 2px;
	}
	
	#container {
	 	width: 784px;
		margin: 0 auto; /*centers container if there is a width */
		margin-top: 24px;
	}
	
	#content {
		background: url(/Images/Landing/contentBG.jpg) no-repeat left bottom;
		min-height: 350px;
		*height: 350px;
		width: 744px;
		padding: 30px 20px 0 20px;
		text-align: center;	
	}
		h2 {
			font-size: 1.76em;
			margin-bottom: 15px;
		}
			#content p{
				margin: 0 auto;
				text-align: left;
				width: 525px;
				line-height: 16px;
				margin-bottom: 60px;
				text-align: justify;
			}
			
		#content a {
			color:#03983d;
			font-weight: bold;
			text-decoration: none;
		}

		#content a:hover {
			text-decoration: underline;	
			color: #FFFFFF;			
			}
			
			
			#content td{
				text-align: center;			
			}
			#content td img{
				margin-left: 7px;
				margin-right: 7px;
				margin-bottom: 10px;
			}


/* ------------------------ 
		footer
------------------------ */
	
	#footer {
		background: url(/Images/Landing/FooterBG.gif) left top no-repeat;
		height: 77px;
		*height: 77px;
		width: 784px;
		margin: 0 auto;
		text-align: center;
		padding-top: 18px;
	}
		#footer ul {
			font-weight: bold;			
		}
		#footer li {
			display:inline;
			list-style: none;
		}
			li.spacer {
				margin-left: 25px;
				margin-right: 25px;
			}
			
		#footer p {
			margin-top: 26px;
			font-size: .75em;
		}
	
	#footer a {
		color:#FFFFFF;
		text-decoration: underline;
	}

		#footer a:hover {
			text-decoration: none;
				
			}
	
/* ------------------------ 
		EASY CLEARING 
------------------------ */
.clear { clear:both;}

/* This needs to be first because FF3 is now supporting this */
.clearfix {display: inline-block;}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

