
/* CSS Document */



/* To make the content reach the edges of the browser window, 
we set the margin and padding of the body and html elements to zero. */
* { margin:0; padding:0;}
body, html {
    margin:0;
    padding:0;
    background:#000000;
    color:#000;
    }
	
/*  give the content area a width and center it horizontally  */	

body {
    min-width:900px;
    margin-top:0px;
    }
	
#wrap {
    background:#ffffff;
    margin:0 auto;
	margin-top:0px;
    width:900px;
    }
	
	
#big_banner {
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	}


/* NAVIGATION */

 
#top_bar {
	background-color:#ee2e24;
	background-image:url(../images/scope_header.jpg);
	background-position:right;
	background-repeat:no-repeat;
	width:900px;
	height:33px;
	}
	
	
	
/* Place the columns side by side */

#main {
    background:#ffffff;
	float:left;
    width:556px;
	border-right: 1px dotted #ee2e24;
	margin:0px;
	padding:0px;
	height:100%;
    }
	

#main h1 {	
	font-family:"Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	color:#ee2e24;
	font-size:26px;
	line-height:26px;
	font-weight:bold;
	margin-top:45px; /* added white space from the menu bar */
	padding:0px 28px 19px 28px;

	}		
	

/* set margin of h2, h3 and main paragraph */	
#main h2, #main p {
	margin-top:3px;
	margin-bottom:9px;
    padding:0px 28px;
    }
		
	
#main h2 {	
	font-family:"Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	color:#ee2e24;
	font-size:21px;
	line-height:23px;
	font-weight:normal;
	margin-top:42px; /* push paragraph up 12px */
	}
	

#main p {
	font-family:"Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	color:#000000;
	font-size:13px;
	line-height:20px;
	}
	
	
#main p ul{
	font-family:"Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	font-weight:bold;
	color:#000000;
	font-size:13px;
	line-height:16px;
	margin:0 0 0 28px; 
	padding:0px;
	list-style:circle;
	list-style-position:outside;
	}	
	
	
#main li{
	font-size:13px; 
	font-family:"Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	padding-top:12px; /* add space between each bullet list */
	margin-left:72px; /* indent the bullets */
	padding-right:60px;
	padding-left:0px;	 
}		
		
			
	
		
/* -- SMALL COLUMN FORMAT BEGINS. -- */

#sidebar {
    background-color:#ffffff;
    float:right;
    width:333px;
    height:100%;
	margin:0px;
	
    }
	
#sidebar h3 {	
	font-family:"Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	color:#ee2e24;
	font-size:16px;
	line-height:23px;
	font-weight:normal;
	margin-top:6px;
	padding:0 42px 0 24px; 
	}
	
	
#sidebar p {
	font-family:"Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	color:#666666;
	font-size:10px;
	line-height:15px;
	padding:0 60px 0 24px; 
	margin-top:6px;
	}	


#sidebar ul {
	font-family:"Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	margin-left:32px;
	padding:0 60px 0 24px;
	
}	
	
#sidebar ul li{
	font-size:12px; 
	line-height:16px;
	font-family:"Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	list-style:circle;
	list-style-position:outside;
	padding-top:9px;
	 
}
	
			
	
	
/* Push the footer down */

#footer {
    clear:both;
	background:#ffffff;
	padding-left:25px;
	padding-right:25px;
	padding-top:3px;
	border-top:1px #ee2e24 solid;
	margin:0;
    }	
	
	
#footer p {
	font-family:"Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	color:#ee2e24;
	font-size:11px;
	line-height:12px;
	font-weight:normal;
	letter-spacing:0.5px;
	}
	
.style_footer {color: #ee2e24}
	
	

	
	

