/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
<style type="text/css">
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}
/*** This is where you can change the color of the headings ***/
h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 200%;
 color: #678b3f;
}

h2{
 font-size: 150%;
 color: #678b3f;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}
h6{
 font-size: 90%;
 font-weight: normal;
 color: #333333;
}
/*** Heading end **/
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
/* Masthead works hand-in-hand with SiteName.  Site name is nested in Masthead.  Masthead is supposed to be at the top of the page where "Welcome to Allentown! is.*/
#masthead{
	margin: 0;
	padding: 10px 0px; /* this means n px from the: top, right, bottom, left */
	border-bottom: 1px solid #cccccc;
	width: 900px;
}
/*content is used to hold the main ideas of the page. PageName, feature, and story go inside this */
#content{
  float:left;
	width: 900px;
	margin: 0;
	padding: 0 0% 0 0; /* this means n px from the: top, right, bottom, left */
}
/***********************************************/
/*Component Divs                               */
/***********************************************/
/* This is for the site as a whole, like "Welcome to Allentown!"*/
#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px; /* this means n px from the: top, right, bottom, left */
}


/*************** #pageName styles **************/
/* this is for each individual site, like the Crime Watch */
#pageName{
	padding: 10px 0px 0px 10px; /* this means n px from the: top, right, bottom, left */
}

/************** .feature styles ***************/
/* this is used for the main article on the page. Like "welcome to the ACDC crime watch page!" */
.feature{
	padding: 0px 0px 0px 0px; /* this means number of pixels from the: top, right, bottom, left */
	font-size: 80%;
	text-align: left;
}

.feature h3{
	padding: 0px 0px 0px 0px; /* this means n px from the: top, right, bottom, left */
	text-align: left;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px; /* this means n px from the: top, right, bottom, left */
	margin: 0px 5px 5px 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .feature2 styles ***************/
/* this is used for the main article on the page. Like "welcome to the ACDC crime watch page!" */
.feature2{
	padding: 0px 0px 0px 0px; /* this means n px from the: top, right, bottom, left */
	font-size: 80%;
	text-align: left;
}

.feature2 h3{
	padding: 0px 430px 0px 0px;
	text-align: right;
}

.feature2 img{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */
/************** .feature3 styles ***************/
/* this is used for the main article on the page. Like "welcome to the ACDC crime watch page!" */
.feature3{
	padding: 0px 0px 0px 0px; /* this means n px from the: top, right, bottom, left */
	font-size: 80%;
	text-align: center;
}

.feature3 h3{
	padding: 0px 430px 0px 0px;
	text-align: center;
}

.feature3 img{
	float: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */
/************** .story styles *****************/
/* this is for smaller stories on said page...like feature is the main article about the crime watch, this would be for information regarding the crime watch*/
.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 20% 0px 0px; /* this means n px from the: top, right, bottom, left */
}


/************* #siteInfo styles ***************/
/* this is the thing at the bottom of the page that has the site map and whatnot with the tiny picture that says "ACDC"*/
#siteInfo{  
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #678b3f;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	width: 880px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */
/* this is for the image down below next to the siteInfo portion at the bottom of each page... */
#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
	
}


</style>

    
