/**************** Body and tag styles ****************/

*{margin:0; padding: 0;}

html, body {
    height: 100%;
}

body{
font:88% Verdana,Tahoma,Arial,sans-serif;
line-height:1.5em;
text-align:center;
color:#303030;
background-color: #B50000;
background: #345580 url(images/njstateseal-transbg.png) repeat top center fixed; 
}

a{
color: Black;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{color: #2A2B8A; text-decoration:none; background-color:inherit;}
a img{border:none;}

p{padding:0 0 1.3em 0;}
p form{margin-top:0; margin-bottom:10px;}

img.left,img.center,img.right{padding:0px; border: 2px solid #86ACEB #86ACEB #2B579E #2B579E; }
img.left{float:left; margin:5px 12px 5px 0;}
img.leftnb{float: left; margin:5px 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.centernb{display:block; margin:0 auto 5px auto;}
img.right{float: right; margin:5px 0 5px 12px;}
img.rightnb{float: right; margin:5px 0 5px 12px;}


/**************** Header and navigation styles ****************/

#container{
width:780px;
margin:20px auto;
padding:0px 0;
text-align:left;
background-color: #FFFFF0;
color:#303030;
/*border: thin solid #A5BEDE;*/
border: thin solid #2B579E;
position: relative;
min-height: 100%;
}



#header{
height:100px;
width:100%;
margin:0px 0px;
background: url(images/header5.png) no-repeat top center;
color:#000;
}

#header h1{
padding: 0px 0 0px 0px;
font-size:2.0em;
background-color:inherit;
color: #FFFAFA;
letter-spacing: 4px;
font-weight: bold;
font-variant: small-caps;
text-indent: -9999px;
}

#header h2{
margin:0;
font-size:1.0em;
background-color:inherit;
color:#fdf8f4;
letter-spacing:1px;
font-weight: lighter;
text-indent: -9999px;
}

#navigation{
height:2.2em;
line-height:2.2em;
width:100%;
margin:1px auto;
background: #2B579E;
color: White;
font-size: .9em;
/*display: inline; */
}

#navigation li{
float: left;
list-style-type: none;
border-right: 1px solid White;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 25px;
font-size:0.9em;
font-weight: bold;
text-transform:uppercase;
text-decoration:none;
/*background: #2B579E url(images/mininj-wht.gif) no-repeat 8%;*/
background-color: #2B579E;
color: #fff;
margin: 0 0px;
}

* html #navigation a {width:1%;}

#navigation .selected {
background: #d9deb3;
color:#003;
text-decoration: none;
}


#navigation a:hover{
background: #E3E7C6 url(images/mininj.png) no-repeat 8%;
color:#003;
text-decoration: none;
/*border-bottom: thin solid #81A7CB;*/
}

/**************** Content styles ****************/

#content{
width:740px;
font-size:0.9em;
padding:1em 2em 1em 2em;
margin: 1em auto 1em;
}

#content h2{
display: block;
margin:0px 0px 15px 0px;
font-size:1.35em;
font-weight: normal;
letter-spacing: .05em;
border-bottom: 1px solid #404040;
color:#505050;
background-color: inherit;
text-align: left;
}

#content h2 a{font-weight:normal;}

#content h3{display: inline; 
color: #2B579E; 
margin: 1.5em auto .3em; 
padding: .5em 0 .2em;
font-size:1.0em; 
letter-spacing: 0em; 
text-align: left;
border-bottom: 1px solid #29559C;
/* background-image: url(images/mininjblue.png) ;
 background-attachment: inherit;
 background-position: left;
 background-repeat: no-repeat; */
 font-weight: bold;
}

#content h4{
display: block; 
color: #2B579E; 
margin: .3em auto .3em; 
padding: .5em 0 .2em;
font-size:1.25em; 
letter-spacing: -.05em;
text-align: left;
border-bottom: 1px solid #29559C;
/* background-image: url(images/mininjblue.png) ;
 background-attachment: inherit;
 background-position: left;
 background-repeat: no-repeat; */
 font-weight: bold;
}

#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:3px 5px 15px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

/**************** Sidebar styles ****************/

#subcontent{
float: left;
width:150px;
padding:0px 5px 5px 0px;
line-height:1.4em;
}

#subcontent h2{
display:block;
margin:0 0 5px 0;
font-size:1.6em;
font-weight:normal;
text-align:left;
letter-spacing:.1em;
color:#505050;
background-color:inherit;
}

#subcontent p{margin:0 0 16px 0; font-size:0.9em;}

/**************** Menublock styles ****************/

.menublock{margin:0 0 20px 8px; font-size:0.9em;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:3px 0 3px 15px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}


/**************** Footer styles ****************/

#footer{
clear:both;
width:100%;
height: auto;
padding:5px 0;
margin:0 0px;
font-size:0.7em;
color:#f0f0f0;
background: #2B579E;
position: absolute;
bottom: 0;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

/**************** Misc classes and styles ****************/

.altparagraph {
	/* background: url(images/altparagraphbg.png) repeat-y left; */
	border-bottom: .1em dotted #A5BEDE; 
	margin: 1em 0;
   text-indent: 1em;
} 
.gerrysletter {float:left; width:52%; color: #171717; text-indent: 1em; background-color: #E8E8E8 ; margin-bottom: 2em; padding: 1em 1em;  line-height: 1.8em;  background-image: url(images/paperbg.jpg);  background-position: top;  background-repeat: repeat-x; border: 1px solid; border-color: #aaa #666 #666 #aaa;  }
.splitcontentleft{float:left; width:58%; }
.splitcontentright{float:right; width:40%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#303030; background-color:inherit; font-weight:bold;}
.importantitalic{color:#303030; background-color:inherit; font-weight:bold; font-style: italic;}

img.gerry{
	position: absolute; top: -20px; left: 0px;
}

.box{
margin:1px 0px 10px 10px;
border:1px none #c0c0c0;
/*-background-color: White;*/
color:#505050;
line-height:1.5em;
background: url(images/transwhite.png);
float: right;
clear: left;
display: none;
}

