/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	background-color: #9999cc;
	font-family: Verdana, Geneva, sans-serif;
	/*leave this...it sets the overall size of your fonts.*/
	color:#000000;
	margin: 0 0 15px 0;
	padding:0px;
	text-align: left;
	background-repeat: repeat;
	background-image: url(../image-files/body-gackground.gif);
	font-size: 100%;
}
	/*the font size is 100% of the body font setting So while it says 100%, that is actually 100% of 93%. No need to touch this if you dont want to */
table {
	font-size:115%; /*leave this font size, change the individual cells below, if the default size isnt to your liking*/
	color:#000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}	
	
h1, h2, h3, h4, h5, h6 {
	color: #666699;
	clear: both;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	background-color: transparent;
	line-height: normal;
}

h2, h3, h4, h5, h6 {
	margin-top: 24px;
	text-align: center;
}

h1 {
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666699;
	margin-left: 0px;
	font-size: 160%;
	position: relative;
	text-align: center;
	}

h2 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	color: #666699;
	font-style: normal;
	font-weight: bold;
	line-height: normal;	
}


h3 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	color: #666699;
	font-style: normal;
	font-weight: bold;border-bottom-color: #666699;
	border-bottom: 2px solid;
}
blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
	border: 0;
	text-align: center;
	background-position: center;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
	text-decoration: underline;
	color: #333366;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
	width: 960px;
		border-color: #666699;
	border-style: solid;
	border-width: 2px;
}

#Header {
position: relative;
height: 210px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {	text-align: left;
	margin: 0 190px 0 190px; 
}

#NavColumn {
float: left;
width: 189px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -960px; 
top: 210px;
}

#ExtraColumn {
float: left;
width: 189px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -190px;
}

#Footer {
	clear: both;
	width: 100%;
	padding: 8px 0;
	border-top: 1px solid 666699;
}

.Liner {
	padding: 10px;
	text-align: left;
	
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
	margin: 0;
	padding: 0;
	text-align: center;

}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	margin: 24px auto;
	background: transparent;
	background-repeat: repeat-y;
	background-image: url(../image-files/background.gif);
}

#Header {
	background-image: url(../image-files/new-jersey-leisure-guide-header-image.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top left;
}

#ContentWrapper {
background-image: url(../image-files/background.gif);
background-repeat: repeat-y;
background-color: #fff;
}

#NavColumn {
	background-image: url(../image-files/nav-background.jpg);
	background-repeat: repeat-y;
	background-color: transparent;
	padding-top: 10px;
}

#ContentColumn {
	background-image: url(../image-files/background.gif);
	background-repeat: repeat-y;
	background-color: #fff;
	padding: 25px 10px 0 10px;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}

#ExtraColumn {
	background-image: url(../image-files/right.jpg);
	background-repeat: repeat-y;
	background-color: transparent;
}

#Footer {
	background-image: url(../image-files/background.gif);
	background-repeat: repeat;
	text-align: center;
	font-size: 85%;
	height: 162px;
	clear: both;
	width: 100%;
}

#NavColumn {
	color: #666699;
	padding-top: 5px;
}

#ExtraColumn {
	font-size: 90%;
	padding-top: 10px;
}

#NavColumn h4 {
	color: #666699;
	margin: 0;
	font: small-caps bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #666699;
	font-family: Verdana, Geneva, sans-serif;
	position: absolute;
	text-align: center;
}
#NavColumn h3 {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font: small-caps bold;
}
#ExtraColumn h4 {
	color: #666699;
	margin: 0;
	font: small-caps bold 14px;
	font-family: Verdana, Geneva, sans-serif;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
	color: #FFF;
	background-color: #666699;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: bold;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: transparent;       
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
	color: #666699;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	text-decoration: none;
	font-weight: bold;
}

.Navigation a:visited {
color: #666699;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	text-decoration: none;
	font-weight: bold;
}

.Navigation a:hover {
color: purple;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: transparent; 
text-decoration: underline;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: purple;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: center;
}

.ExtraNav a:link {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 0 4px;
	background-color: #000;
}

.ExtraNav a:visited {
	color: #FFF;
	text-decoration: none;
}

.ExtraNav a:hover {
color: #FFA824;
background-color: transparent;
text-decoration: underline;
}

#Header .ExtraNav {
	font-size: 14px;
	position: absolute;
	top: 190px;
	right: 494px;
	width: 450px;
}

#Header .ExtraNav ul {
	margin: 0;
	visibility: visible;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: transparent;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
	background-color: #fff;
	width: 85%;
	border: 1px dotted #8f8fb3;
	padding: 4px;
	color: black;
	float: none;
	margin-top: 18px;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox { 
background-image: url(../image-files/reminder-background.jpg);
background-repeat: no-repeat;         
background-color: transparent;
width: 150px;
border: 1px dotted #ccc;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #666;
padding: 0 5px 5px 2px;
}

.ReminderBox h4 {
text-align: left;
background-color: transparent;
	border-bottom: 1px solid #ccc;
	width: 120px;
	font: large "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin: 5px 0 5px 3px;
}

.ReminderBox p {
padding: 0 4px;
	color: #333;
	text-align: left;
	margin-top: 0;
	font: 88% 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #fff;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
	float: right;
	height: auto;
	width: 273px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 12px;
	margin-left: 10px;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #fff;
width: 100%;
border-top: 1px dotted #aaa;
border-bottom: 1px dotted #aaa;
margin: 0 auto 12px auto;
padding: 4px;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: transparent;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #333;
line-height: 120%;
text-align: center;
border-top: 1px dotted #aaa;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}
tr td div {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: normal;
	vertical-align: inherit;
	word-spacing: normal;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
.lefttextbox {
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
	display: block;
	margin: 3px;
	padding: 3px;
	float: left;
	height: auto;
	width: 250px;
	position: relative;
}
.righttextbox {
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	margin: 3px;
	padding: 3px;
	float: right;
	height: auto;
	width: 275px;
}

#PageWrapper #ContentWrapper #ContentColumn div #content table tr .text table tr td {

}
#PageWrapper #ContentWrapper #ContentColumn div #content table tr .text table tr td table tr td {
	text-align: left;
}
#ContentColumn #content table tr td table tr td p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	color: #030;
	letter-spacing: normal;
	text-align: left;
}

