/* NAPTAhomeStyle.css */
/* stylesheet for NAPTA home page */
/* Frankie Bailey, 8/09/2010 */

body{
	margin:0; /* removes white margin space around page */
	padding:0;
	background-color:white; 	
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:10pt;
	color:black;
}
 
a:link {color:red;}
a:visited {color:black;}
a:hover {color:#800000} /* maroon */

/* {border:thin dotted blue;}  borders for styling */

#wrapper{
	position:relative;
	margin:auto;
	width:900px;
}

img{/* for all images and buttons */
	border:none;
}

table.top{
	width:900px;
	margin-top:10px;
	border:0;
	font-size:12pt;
}

td.nav{
	width:145px;
	background:#eeeeee; /* light gray */
	text-align:center;
}

#leftcol{
	width:180px;
	margin-top:10px;
	text-align:center;
	border:solid thin #cccccc; /* medium gray */

}

table.nav{
	width:150px;
	margin-top:20px;
	margin-left:15px;
	border:0;
	font-size:12pt;
}
	

img.sidelogo{
	margin-top:10px;
	margin-bottom:10px;
}
	
#main{
	width:500px;
	float:right;
}

p.col{
	margin-bottom:10px;
}

img.toplogo{
	border-bottom:solid #800000 3px; /* maroon */
	
} 

img.fox,img.radio{
	float:left;
}

img.pliers{
	margin-left:5px;
}

img.gun{
	float:left;
}


	
p.quote{
	color:red;
	font-style:italic;
	font-size:12pt;
}

p.main{
	width:300px;
	color:#800000;
	font-weight:bold;
	font-size:12pt;
	float:right;
}


p.gun{
	width:400px;
	margin-left:95px;	
}


p.line{
	width:500px;	
	border-bottom:solid #800000 3px; /* maroon */
}


ul{
	background:#eeeeee; /* light gray */
	color:#800000; /* maroon */
	list-style:square;
}


li{
	margin-bottom:5px;
}

#block1{
	width:240px;
	height:175px;
	float:right;
	margin-bottom:20px;
	text-align:center;
	border:solid thin #cccccc; /* medium gray */
}

#block2{
	width:240px;
	height:175px;
	margin-bottom:20px;
	margin-right:15px;
	text-align:center;
	border:solid thin #cccccc; /* medium gray */	
}

#block3{
	width:240px;
	height:325px;
	float:right;
	margin-bottom:20px;
	text-align:center;
	border:solid thin #cccccc; /* medium gray */
}

#block4{
	width:240px;
	height:325px;
	margin-bottom:20px;
	margin-right:15px;
	text-align:center;
	border:solid thin #cccccc; /* medium gray */	
}

p.credits{
	font-size:8pt;
	color:#800000; /* maroon */
	text-align:center;
	padding:15px;
}


#rightcol{
	width:180px;
	margin-top:10px;
	text-align:center;
	float:right;
	margin-left:20px;
	border:solid thin #cccccc; /* medium gray */	
}
	

