﻿/* The CSS for all of the pages in the Home section. */



body {
	margin:0px;
	padding:0px;
	background-image:url(../Images/Background.png);
	background-repeat:repeat;
	background-attachment:fixed;
	color:black;
	font: small Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	width:955px;
	border:10px solid white;
	margin:60px auto 100px auto;
	background-color:rgb(228,239,245);
}

	#header {
		position:relative; /* Positioned to establish a positioning context for the absolutely-position navigation */
		top:0;
		left:0;
		margin:0px;
		padding:0px;
    }

		#image {
			position:relative;
			top:0;
			left:0;
			z-index:5;
		}

		#navigation {
			position:absolute;
			left:13px;
			top:143px;
			z-index:10;
		}
		
	#main {
		position:relative;
		top:0;
		left:0;
		margin:10px 0 0 0;
		padding:0;
	}
		#sidebar {
			float:right;
			width:220px;
			padding:0 15px 0 15px;
			margin-top:10px;
			border-left:3px solid white;
			text-align:left;
		}
		
		#news {
		    margin-top:70px;
		}
		
		#sidebar p {
		    color:rgb(47,74,96);
		    margin:0;
		    }
		
		#sidebar h2 {
		    font-weight:bold;
		    font-size:110%;
		    margin-bottom:1em;
		    color:rgb(94,69,47);
		    }
		    
		#sidebar h3 {
            font-size:100%;
            margin-bottom:0.5em;
            color:rgb(94,69,47);
            }
        
        #content {
			margin:0 250px 0 0;
			padding:0 35px 0 15px;
			border-right:3px solid white;
			line-height:2em;
		}

		#newsletter {
            border-top:3px solid white;
            text-align:left;
            margin-top:40px;
            color:rgb(47,74,96);
            }
            
        #newsletter h3 {
            font-size:100%;
            margin-bottom:0.5em;
            color:rgb(94,69,47);
            }
		
		#footer {
			position:relative;
			clear:both;
			top:6px;
			left:0;
			border-top:4px solid white;
			border-bottom:6px solid white;
			padding: 6px 10px 6px 10px;
			background-color:rgb(142,170,195);
			color:white;
		    }
		
		    #footerText {
		        float:right;
		        text-align:right;
		        margin-top:70px;
		    }
		    
		    #logo {
		       margin:5px 10px 5px 10px;
		    }
		    		
		.boldCaps {
			font-weight:bold;
			font-variant:small-caps;
		}