﻿	/* Normalize margins, padding */
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3 h4, h5, h6, pre, form, fieldset, input, 
	p, blockquote, th, td
	{margin:0; padding:0;}
	
	/*Normalize font-size for headers*/
	h1,h2,h3,h4,h5,h6
	{ font-size:100%;}
	
	/*Normalizes font-style and font-weight to normal*/
	address, caption, city, code, dfn, em, strong, th, var
	{font-style:normal; font-weight:normal;}
	
	/*Normalize tables*/
	table
	{border-collapse : collapse; border-spacing:0;}
	
	/*Removes border from fieldset and img*/
	fieldset, img
	{border:0;}
	
	/* Left-aligns text in caption and th */
	caption, th
	{text-align:left; }
	
	/*Replace*/
	.layout {list-style-type:none !Important; margin:0;}
	ul {list-style-type:square; margin:1em;}
	h6 {text-indent:-20000px; font-size:0; padding:0; height:0px; width:0px; margin:0;}
	
	
	
	body { margin:0; padding: 0; background: url(Images/body_bg.jpg) repeat-x; background-color:#A9A9A9; }
	div#container_fore {position:relative; margin:0 auto; width:960px;}

	div#branding {
	width:960px;
	height:191px;
	background: url(Images/home_branding_bg.png) no-repeat;}
	
	div#content 
	{
	    margin-top:-20px;
	width:960px;
	height:431px;
	background: url(Images/home_main_bg.jpg) no-repeat;}
	
	div#nav
	{
	    height:431px;
	    width:40%;
	}
	
	div#nav h1
	{
	    text-align:center; 
	    font-size:18px;
	    width:66%;
	    margin:0 auto;
	    position:relative;
	    top:.75em;
	    left: 1em;
	    color:#525051;
	}

     #footer_nav 
	{		
		width:700px;
		margin:0 auto 15px auto;
	    text-align:center;
	}
	
	#footer {position:relative; width:100%; clear:both;}
    
    #footer p{position:relative; color:#525051; top:15px; width:66%; text-align:center; margin: 0 auto 0 auto; font: normal 11px Arial, Verdana, Sans-serif;}
    
    /*Navigation*/
    
    
    
    .home_nav ul li
    {
        height:64px;
        width:346px;
        background:url(Images/home_btn_bg.png) no-repeat;
        margin:11px 1em;
        list-style-type:none; 
        text-align:center;      
    }
    
    .home_nav ul li:hover
    {
        background:url(Images/home_btn_rollover_bg.png) no-repeat;
    }
    
    .home_nav ul li a
    {
        position:relative;
        top:10px;
        color:White;
        font-size:16px;
        font-weight:bolder;
        text-decoration:none;
    }
    
    .home_social
    {
        text-align:center;
    }
       
    .home_social li 
    {
        list-style-type:none; 
        display:inline;
        width:50%;
        padding:0 1.5em;
    }
    
    .home_social .facebook
    {
        position:relative;
        top:-15px;
    }
      
    .footer1
    {
        margin-left:35px;
    }
    
    .footer2
    {
        margin-left:85px;
    }