/* @override http://drugfreenj.org/_static/css/stylesheet.css */

/* LAYOUT */
* {
	margin:0;
	padding:0;
}

body {
	background:#FFF;
	margin:0;
	padding:0; 
	text-align:center;
}

body#fckeditor {
	text-align:left;
}

#wrap {
	background:#1e56a1 url(../images/wrap_FFF1024_bg.gif) 120px 0 repeat-y;
	margin:0 auto;
	padding:0;
	position:relative;
	text-align:center;
	width:780px;
}

#header {
	background:#1e56a1 url(../images/header_bg.gif) 0 0 no-repeat;
	height:90px;
	margin:0;
	padding:0;
}

#logo {
	height:85px;
	left:0px;
	top:0px;
	width:350px;
	display:block;
	background:transparent;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
}

div#search {
	display:none;
}

/* Crumbs
-------------------------------------------*/
#crumbs {
	margin:0;
	padding:0;
	position:absolute;
	top:46px;
	left:320px;
	text-align:left;
	width:450px;
}

#list {
	border-bottom:1px solid #1e56a1;
	color:#554d3c;
	font-size:9px;
	line-height:14px;
	padding:8px 0 8px 1em;
	width:410px;
}

#list a:link, #list a:visited {
	color:#554d3c;
	text-decoration:none;
}

#list a:hover, #list a:active {
	color:#03396C;
	text-decoration:underline;
}

#email {
	display:none;
	font-size:85%;
	position:absolute;
	right:10em;
	text-align:right;
	top:.5em;
	width:9em;
	z-index:auto;
}

#email a:link, #email a:visited {
	background:url(../images/email.gif) 0 2px no-repeat;
	color:#554d3c;
	float:right;
	padding:0 5px 0 18px;
	text-decoration:none;
}

#email a:hover, #email a:active {
	color:#03396C;
	text-decoration:underline;
}

#print {
	display:none;
	font-size:85%;
	position:absolute;
	right:1em;
	text-align:right;
	top:.5em;
	width:9em;
}

#print a:link, #print a:visited {
	background:url(../images/printer.gif) 0 2px no-repeat;
	color:#554d3c;
	float:right;
	padding:0 5px 0 18px;
	text-decoration:none;
}

#print a:hover, #print a:active{
	color:#03396C;
	text-decoration:underline;
}

#content {
	width:780px;
}

#main {
	margin-top:80px;
}

#pagetitle {
	background-color:#1e56a1;
	border-top:3px solid #FFF;
	height:47px;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	top:27px;
	width:320px;
}

#sub {
}

#footer {
	clear:left;
	color:white;
	background-color:#1e56a1;
}

#footer p {
	font-size:0.8em;
	margin:0;
	padding:15px;
}
/* END LAYOUT */

/* FORMS */
form {
	margin:0 0 10px 0;
	padding:0;
	text-align:left;
}

form * {
	font-family:"Lucida Grande", verdana, "Bitstream Vera Sans", helvetica, sans-serif;
	font-size:13px;
}

form p{
}

fieldset{
	border-width:0;
	float:left;
	margin:0;
	padding:0 0 10px 0;
	width:335px;
	clear:both;
}

*html fieldset{
	width:350px;
}
fieldset.full{
	width:inherit;
}

legend, legend a{
	font-size:14px;
	padding:10px 0 2px 0;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
*html legend{ margin-left:-7px; }
html>body legend{ *margin-left:-7px; }

form fieldset label{
	color:#333;
	display:block;
	font-size:12px;
	line-height:14px;
	padding:12px 0 0 0;
	clear:both;
}

form fieldset input, form fieldset textarea{
	display:block;
	margin-top:3px;
	width:100%;
	padding:1px;
}

form fieldset select{
	display:block;
	margin:3px 0 0 0;
}

form label.r,
form label.field-state,
form label.field-zip,
form label.field-expire,
form label.field-expire-month,
form label.field-expire-year,
form label.field-ccv{
	clear:none;
}

form label.l, form label.r,
form label.field-city,
form label.field-card{
	float:left;
	width:48%;
	padding-right:5px;
	margin-right:5px;
}


form label.r{
	width:49%;
	padding-right:0px;
	margin-right:0px;
}

*html form label.l, *html form label.r{
	width:47%;
}


form label.l input, form label.r input,
form label.field-city input,
form label select{
	float:left;
	width:100%;
}

form label.field-state{
	float:left;
	margin-right:10px;
	width:60px;
}
form label.field-state select{
	width:100%;
	float:left;
}

form label.field-zip{
	float:left;
	width:92px;
}
form label.field-zip input{
	float:left;
	width:100%;
}

/* Credit Card Fields
-----------------------------------------------------*/
form label.field-expire{
	float:left;
	margin:0 10px 0 0;
	width:92px;
}
form label.field-expire input{
	float:left;
	width:100%;
}

form label.field-expire-month{
	float:left;
	margin:0 10px 0 0;
	width:48%;
}
form label.field-expire-month select{
	float:left;
	width:100%;
}

form label.field-expire-year{
	float:left;
	margin:0 10px 0 0;
	width:92px;
}
form label.field-expire-year select{
	float:left;
	width:100%;
}

form label.field-ccv{
	float:left;
	margin:0;
	width:58px;
}

form label.field-ccv input{
	float:left;
	width:100%;
}

textarea{
	display:block;
}

.chk{
	clear:none;
	display:inline;
	float:none;
	margin:0;
}
fieldset label.chk{
	display:block;
	margin:1px 0 -7px 22px;
	padding:0 0 4px 0;
	text-indent:-22px;
}
fieldset span.chk{
}
fieldset input.chk{
	width:18px;
}

form .buttons{
	clear:both;
	float:left;
	text-align:left;
}     
form .buttons .button{
	background:#999;
	border-bottom:2px solid #999;
	border-right:2px solid #999;
	color:#333;
	cursor:pointer;
	height:30px;
	margin:0;
	padding:5px 2px;
	width:auto;
}
form .buttons .submit{
	background:#03396C;
	color:#FFF;
}

.req{
	color:#F00;
	font-style:normal;
}

.highlightActiveField{
	border:1px solid black;
	border-color:#333 #CCC #CCC #333;
	background-color:#FFFFCF;  
	padding:2px;
}
select.highlightActiveField{
	padding:1px;
}
/* END FORMS */

/* CLEARING */
.stretch,
.clear{
	clear:both;
	font-size:15px;
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
}
.clearfix:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
* html>body .clearfix{
	display:inline-block;
	width:100%;
}

* html .clearfix{
	/* Hides from IE-mac \*/
	height:1%;
	/* End hide from IE-mac */
}
/* END CLEARING */

/* REPLACE */
.replace{
	background-repeat:no-repeat;
	background-position:left top;
	background-color:transparent;
	display:block;
}
.replace *{
	background-repeat:no-repeat;
	background-position:left top;
	background-color:transparent;
	text-indent:-10000px;
	display:block;
}
.replace a{
	text-indent:0;
}
.replace a span{
	text-indent:-10000px;
}
/* END REPLACE */

/* ACCESSIBILITY */
span.accesskey{
	text-decoration:none;
}
.accessibility{
	position:absolute;
	top:-999em;
	left:-999em;
}
/* END ACCESSIBILITY */

.sortme {
	padding:0 0 10px 0;
}
.edit_box{
	display:none;
}

#alert{
	background-color:#ffffff;
	background-position:3px 10px;
	background-repeat:no-repeat;
	line-height:130%;
	margin:0 0 10px 0;
	padding:10px 10px 10px 24px;
}
#alert.good{
	background-image:url(../images/icons/tick-trans.gif);
}
#alert.bad{
	background-image:url(../images/icons/stop-trans.gif);
}
#alert.warning{
	background-image:url(../images/icons/error-trans.gif);
}

/* TYPOGRAPHY */
body{
	color:#333;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:76%;
	line-height:1em;
	text-align:left;
}
div{
	font-size:1em;
}
img{
	border-color:#999;
}

/* Links
-----------------------------------------------------*/
a{
	color:#000;
	cursor:pointer;
	font-weight:normal;
	outline:none;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}

/* Headings
-----------------------------------------------------*/
h1{
	color:#666;
	font-size:1.5em;
	line-height:1.5em;
	margin:0 0 0.5em 0;
	padding:0;  
}
#pagetitle h1{
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:normal;
	margin:0;
	padding:0;
	position:relative;
	top:20px;
	left:18px;
}
h2{
	color:#666;
	font-size:1.3em;
	line-height:1.5em;
	margin:0 0 0.5em 0;
	padding:0;
}
h3{
	color:#666;
	font-size:1.2em;
	line-height:1.3em;
	margin:0 0 0.5em 0;
	padding:0;
}
h4{
	color:#666;
	font-size:1.1em;
	line-height:1.3em;
	margin:0 0 0.25em 0;
	padding:0;
}
h5{
	color:#666;
	font-size:1em;
	line-height:1.3em;
	margin:0 0 0 0;
	padding:0;
}
h6{
	color:#AAAAAA;
	font-size:1em;
	line-height:1.3em;
	margin:0 0 0 0;
	padding:0;
}

/* Text
-----------------------------------------------------*/
p{
	font-size:1em;
	line-height:1.4em;
	margin:0 0 1.5em 0;
	padding:0;
}
blockquote{
	background:transparent;
	border:1px solid #929292;
	/*
	Uncomment this declaration for a blockquote with a thick, left border
	Comment the line above
	border-left:5px solid #a3ac97; */
	font-style:italic;
	margin:0 15px 15px;
	padding:0 15px;
}
blockquote>p{
	padding-top:1.5em;
}
*html blockquote{
	padding-top:15px;
}
pre{
	font-family:monospace;
	font-size:1.0em;
}
strong, b{
	font-weight:bold;
}
em, i{
	font-style:italic;
}
code{
	font-family:"Courier New", Courier, monospace;
	font-size:1em;
	white-space:pre;
}

/* Lists
-----------------------------------------------------*/
ul{
	line-height:1.4em;
	margin:0 0 1.5em 0;
	padding:0;
}
ul li{
	margin:0 0 0.25em 30px;
	padding:0;
}
ol{
	font-size:1.0em;
	line-height:1.4em;
	margin:0 0 1.5em 0;
	padding:0;
}
ol li{
	font-size:1.0em;
	margin:0 0 0.25em 30px;
	padding:0;
}
dl{
	line-height:1.4em;
	margin:0 0 1.5em 0;
	padding:0;
}
dl dt{
	font-weight:bold;
	margin:0.25em 0 0.25em 0;
	padding:0;
}
dl dd{
	margin:0 0 0 30px;
	padding:0;
}

/* Tables
-----------------------------------------------------*/
table{
	font-size:1em;
	margin:0 0 1.5em 0;
	padding:0;
}
table caption{
	font-weight:bold;
	margin:0 0 0 0;
	padding:0 0 1.5em 0;
}
th{
	font-size:1em;
	font-weight:bold;
	padding:2px;
	text-align:left;
}
td{
	font-size:1em;
	padding:2px;
}

hr{
	display:none;
}
div.hr{
	border-bottom:1px dotted black;
	height:1px;
	margin:1.5em 10px;
}
/* END TYPOGRAPHY */
