/*Napco napcoinsider.com site CSS*/
/*there's a style_ie and style_ie7 also. those files MUST*/
/*be with this one or IE and IE7 will break badly*/
/*2008-03-01*/
/*authored by Cameron Conner - cameron@cameronconner.net */

/* 1. Global */
body {
	background-color: #9999FF;
	color: #333333;
	font-family:Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #cc3333;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: underline;
}

img a, img a:visited, img a:hover {
	border: none;
	}

img.floatright {
	float: right;
	margin:5px;
}
img.floatleft {
	float: left;
	margin: 5px;
}
img.floatleftbullet {
	float: left;
	margin: 2px 20px 2px 2px;
}


li { margin: 0; padding: 0; }
ul { margin: 0; padding: 0 0 0 15px; }
ul li {
	list-style-image: url(images/redbullet.jpg);
	}
ol { margin: 0; padding: 0 0 0 15px; }
h1 {
	color: #cc3333;
	font-size: 20px;
	font-weight: bold;
	}
h2 {
	color: #000;
	}
p {
	line-height: 110%;
	}
.black {
	color: #000000;
	}
	
.clearer {
	clear: both;
	}
/* 1. End Global */

/* #wrap holds everything nice and tight */
#wrap {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}


/* 2. Header */
/*Note: header stuff sits outside the actual header div in the html.*/
/*header div is ONLY for the header image, which is defined at the end of the document for ease.*/
#header {
	border: none;
	height: 50px;
	margin: 10px 0 0 0;
}
.head {
	width:730px;
}
.headnav {/*portions of this changed in style_ie, style_ie7*/
	padding: 12px 15px 0 0px;
	float: right;
}
.headlogo {/*sits to left of headnav*//*++portions of this changed in style_ie++*/
/*You MUST increase the negative top margin when you decrease the top padding on headnav. Same for the other way.*/
margin: 0px 0px 0 15px;
padding: 0;
float: left;
}
/* 2. End Header */

/* 3. index */
/* #content holds everything minus head and footer divs */
#content {
	border: none;
	margin: -13px 0 -10px 0;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
}

.contentheadimage {
	width: 659 px;
	}

/* #text holds the actual content under the navbar. */
#text {
	clear: both;
	width: 700px;
	margin: 20px 15px -20px 15px;
	padding: 10px 0 0 0;
	}

/* for three column layout */
.threecolumnleft {
	width: 208px;
	float: left;
	margin: 10px 15px 10px 0;
	text-align: center;
	}
.threecolumnright {
	width: 208px;
	float: right;
	margin: 10px 0 10px 15px;
	text-align: center;
	}
.threecolumnmid {
	width: 208px;
	float: left;
	margin: 10px 0 10px 5px;
	text-align: center;
	}

/* for two column layout */
.twocolumnleft {
	width: 340px;
	float: left;
	margin: 10px 10px 0 0;
	text-align: center;
	}
.twocolumnright {
	width: 340px;
	float: right;
	margin: 10px 0 0 10px;
	text-align: center;
	}
	
.right150px {
	width: 150px;
	float: right;
	margin-left: 36px;
	}
	
.lowernav {
	margin-bottom: 10px;
	}
.lowernav a:link, .lowernav a:visited {
	font-variant: normal;
	font-weight: normal;
	}
	
/* 3. End index */

/* 4. footer */
#footer {
	border: none;
	height: 50px;
	clear: both;
	}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #880033;
	}
#footer a:hover {
	color: #99CCDD;
}
.ftext {
	text-align: center;
	margin: 20px 40px 0 40px;
	padding-top: 7px;
	font-size: 11px;
	}

/* 4. End footer.php */


/* 5. Page Specific Code*/
/* called via a body class (obviously.) defines header, mid, and footer background image. VERY important.. (heh, heh) */

/*home index.html*/
body.mainpage {
	background-color: #FFFFFF;
}