/* NRL CSS Document */
html { 
	margin : 0px; 
	padding : 0px;
	text-align: center; 
}
body {
	margin: 0px;
	margin-top : 8px; 
	padding : 0px;
	text-align: center;
	background-color: #A4B2CD;
	color: #000;
	font: 76%/140% Verdana, Tahoma, Arial, Helvetica, sans-serif;
	min-width: 904px;
}
div#container {
	text-align: center;
	position: relative;
	width: 904px;
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
}
div#content {
	width: 904px;
	text-align: left;
}
div#left_panel {
	width:  187px;
	float: left;
}
div#right_panel {
	width: 717px;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
li {
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
}

/* ------------------------------------------- styles for header navigation, logo and slideshow -----------------------------------  */
div#header {
	width: 904px;
	height: 275px;
	background: url(../images/header1.jpg) no-repeat;
	text-align: left;
}
div#header a#homeLink:link {
	position: absolute;
	display: block;
	width: 241px;
	height: 75px;
	cursor: pointer;
	left: 196px;
	top: 102px;
}
div#header.image1 {
	background: url(../images/header1.jpg) no-repeat;
}
div#header.image2 {
	background: url(../images/header2.jpg) no-repeat;
}
div#header.image3 {
	background: url(../images/header3.jpg) no-repeat;
}

div#mainNav {
	/*see below*/
}
div#slideshow {
	position: relative;
	float: right;
	width: 463px;
	height: 275px;
	background-color: transparent;
}
/* ------------------------------------------- styles for main top navigation -----------------------------------  */

div#mainNav {
	position: relative;
	float: left;
	background-color: transparent;
	width: 188px;
	height: 275px;
	text-align: left;
}
div#mainNav ul {
padding-left: 0px;
margin-left: 0px;
list-style-image: none;
list-style-type: none;
background: none;
}
div#mainNav ul#nav {
list-style-image: none;
list-style-type: none;
/*margin-left: 20px;*/
margin-top: 15px;
margin-bottom: 0;
background: none;
display: block;
width: 188px;
}
div#mainNav ul#nav li {
list-style-image: none;
list-style-type: none;
}
div#mainNav ul#nav li a {
display: block;
height: 18px;
width: 166px;
margin-left: 14px;
margin-right: 8px;
padding-top: 4px;
padding-bottom: 4px;
font-size: 10pt;
font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-align: left;
line-height: 14pt;
font-weight: bold;
text-decoration: none;
color: #717171;
border-bottom: 1px solid #ccc;
background: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 155px 10px;
}
div#mainNav ul#nav li a:visited {
color: #717171;
}
div#mainNav ul#nav li a:hover {
color: #506594;
background: url(../images/arrow_over.png);
background-repeat: no-repeat;
background-position: 155px 10px;
border-bottom: 1px solid #506594;
}

/* ------------------------------------------- styles for main article backgrounds -----------------------------------  */

div#topRounded {
	position: relative;
	background-color: transparent;
	background: url(../images/maintop_bg.jpg) no-repeat;
	background-position: top left;
	width: 717px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
div#mainArticle{
	position: relative;
	text-align: left;
	width: 672px;
	padding-right: 25px;
	padding-left: 20px;
	padding-bottom: 1px;
	margin: 0px;
	background-color: transparent;
	color:#000;
	background: url(../images/mainmiddle_bg.jpg) repeat-y;
	background-position: top center;
}
div#botRounded {
	position: relative;
	background-color: transparent;
	background: url(../images/mainbottom_bg.png) no-repeat;
	background-position: top left;
	width: 717px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
/* ------------------------------------------- styles for featured town section of home page -----------------------------------  */

div#townTopRounded {
	position: relative;
	background: url(../images/towntop_bg.jpg) no-repeat;
	background-position: top left;
	width: 717px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
div#townMainArticle{
	position: relative;
	text-align: left;
	width: 672px;
	padding-right: 25px;
	padding-left: 20px;
	padding-bottom: 1px;
	margin: 0px;
	background-color: transparent;
	color:#FFF;
	background: url(../images/townmiddle_bg.jpg) repeat-y;
	background-position: top center;
}
div#townBotRounded {
	position: relative;
	background: url(../images/townbottom_bg.jpg) no-repeat;
	background-position: top left;
	width: 717px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
div#townMainArticle p.subhead {
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	color: #CBD3E2;
	margin-bottom: -7px;
}
h2.featuredTown {
	text-align: left;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #C6CEDF;
	margin-bottom: 0px;
	margin-top: 0px;
}
div#townMainArticle a:link {
	color: #FFF;
	text-decoration: underline;
}
div#townMainArticle a:visited {
	color: #FFF;
	text-decoration: underline;
}
div#townMainArticle a:hover {
	color: #C0CADC;
	text-decoration: underline;
}
.town_name {
	color: #FFF;
}
/* ------------------------------------------- styles for blue featured sponsors section of home page -----------------------------------  */

div#ads {
	position: relative;
	width: 167px;
	text-align: center;
	padding-left: 7px;
	padding-top: 15px;
}
div.adsTopRounded {
	position: relative;
	background: url(../images/adtop_bg.jpg) no-repeat;
	background-position: top left;
	width: 167px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
div.adsMainArticle{
	position: relative;
	text-align: left;
	width: 145px;
	padding-right: 10px;
	padding-left: 12px;
	padding-bottom: 1px;
	margin: 0px;
	background-color: transparent;
	color:#FFF;
	background: url(../images/admiddle_bg.jpg) repeat-y;
	background-position: top center;
}
div.adsBotRounded {
	position: relative;
	background: url(../images/adbottom_bg.jpg) no-repeat;
	background-position: top left;
	width: 167px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
div.adsMainArticle p.subhead {
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	color: #CBD3E2;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
div.adsMainArticle p {
	font-size: 11px;
	line-height: 13px;
	color: #FFF;
	margin-bottom: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 1px;
}
div.adsMainArticle a:link, div#adsMainArticle a:visited {
	color: #FFF;
	text-decoration: underline;
}
div.adsMainArticle a:hover {
	color: #C0CADC;
	text-decoration: underline;
}
div.propTopRounded {
	position: relative;
	background: url(../images/proptop_bg.jpg) no-repeat;
	background-position: top left;
	width: 167px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
div.propMainArticle{
	position: relative;
	text-align: left;
	width: 145px;
	padding-right: 10px;
	padding-left: 12px;
	padding-bottom: 1px;
	margin: 0px;
	background-color: transparent;
	background: url(../images/propmiddle_bg.jpg) repeat-y;
	background-position: top center;
}
div.propBotRounded {
	position: relative;
	background: url(../images/propbottom_bg.jpg) no-repeat;
	background-position: top left;
	width: 167px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
div.propMainArticle p.subhead {
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	color: #33415E;
	margin-bottom: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 1px;
}
div.propMainArticle p {
	font-size: 11px;
	line-height: 13px;
	color: #506593;
}
div.propMainArticle a img {
	border: 1px solid #465A7F;
}
/* ------------------------------------------- styles for featured success, essays, what's going on sections of home page -----------------------------------  */

.subTopRounded {
	position: relative;
	background-color: transparent;
	background: url(../images/maintop_bg.png) no-repeat;
	background-position: top left;
	width: 717px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
.subMainArticle{
	position: relative;
	text-align: left;
	width: 672px;
	padding-right: 25px;
	padding-left: 20px;
	padding-bottom: 1px;
	margin: 0px;
	background-color: transparent;
	color:#000;
	background: url(../images/mainmiddle_bg.jpg) repeat-y;
	background-position: top center;
}
.subBotRounded {
	position: relative;
	background-color: transparent;
	background: url(../images/mainbottom_bg.png) no-repeat;
	background-position: top left;
	width: 717px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
.mainSep {
	position: relative;
	background-color: transparent;
	background: url(../images/main_ww_sep.jpg) no-repeat;
	background-position: top left;
	width: 717px;
	height: 36px;
	margin: 0px;
	padding: 0px;
}

.subMainArticle p.subhead {
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	color: #33415E;
	margin-bottom: -7px;
}
h2.featuredSuccess, h2.featuredEssay, h2.featuredFoodies, h2.goingOn, h2.alsoFeatured {
	text-align: left;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	color: #717171;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 125px;
	padding-bottom: 7px;
	border-bottom: 1px #CCC solid;
}
.success_name, .essay_name, .foodie_name {
	color: #33415E;
}

/* ------------------------------------------- styles for numbered buttons -----------------------------------  */
.clickers {
	position: relative;
	clear: both;
	float: right;
	text-align: right;
	width: 149px;
	height: 17px;
	padding-top: 1px;
	padding-bottom: 3px;
	z-index: 15;
}
.clickers a img {
	padding-right: 8px;
}
.clickers a img.imageLeft {
	padding-bottom: 0px;
}
/* ------------------------------------------- styles for sub-navigation -----------------------------------  */
h2.subNavHeading {
	color: #000;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	padding-left: 10px;
	padding-top: 10px;
}
div#left_panel ul#subNav {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: 0px;
	list-style-type: none;
	list-style-image: none;
}
div#left_panel ul#subNav {
	list-style-type: none;
	list-style-image: none;
	margin-left: 10px;
	margin-right: 10px;
	display: block;
	width: 141px;
}
div#left_panel ul#subNav li {
	list-style-type: none;
	list-style-image: none;
}
div#left_panel ul#subNav li a {
	display: block;
	height: 20px;
	min-height: 20px;
	width: 146px;
	padding-left: 15px;
	padding-top: 3px;
	font-size: 10pt;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #313F5B;
	background: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
}
div#left_panel ul#subNav li a:visited {
	color: #313F5B;
}
div#left_panel ul#subNav li a:hover {
	color: #595959;
	background: url(../images/bullethover.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
}
p.sponsorText {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 110%;
	color: #465A7F;
}

/* ------------------------------------------- styles for footer -----------------------------------  */
div#footerTopRounded {
	position: relative;
	clear: left;
	background: url(../images/footertop_bg.png) no-repeat;
	background-position: top left;
	width: 902px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
div#footer{
	position: relative;
	text-align: center;
	width: 857px;
	padding-right: 25px;
	padding-left: 20px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin: 0px;
	font-size: 90%;
	color: #efefef;
	background-color: transparent;
	background: url(../images/footermiddle_bg.png) repeat-y;
	background-position: top center;
}
div#footerBotRounded {
	position: relative;
	background: url(../images/footerbottom_bg.png) no-repeat;
	background-position: top left;
	width: 902px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
div#footer a {
	color: #efefef;
	text-decoration: none;
}
div#footer a:visited {
	color: #efefef;
	text-decoration: none;
}
div#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
/* ------------------------------------------- styles for paragraphs and headings -----------------------------------  */
p {
	line-height: 125%;
}
h1 {
	font-size: 135%;
	font-weight: bold;
	color: #45587E;
	margin-top: 0px;
	padding-top: 5px;
}
h2 {
	font-size: 125%;
	font-weight: bold;
	color: #33415E;
	padding-top: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
h3 {
	font-size: 115%;
	font-weight: bold;
	color: #1A2893;
}
h1#welcome {
	text-indent: -9999px;
	width: 301px;
	height: 23px;
	margin-bottom: 0px;
	margin-top: 0px;
	background: url(../images/h1_Welcome.jpg) no-repeat;
}
/* ------------------------------------------- styles for home page town, success, essay, foodie, going on article images -----------------------------------  */
.town_pic {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	width: 346px;
	height: 214px;
}
.article_pic {
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
	width: 100px;
	height: 170px;
}
/* ------------------------------------------- styles for images -----------------------------------  */
.imageLeft {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
.imageRight {
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
}
a img { 
	border: 0; 
	text-decoration: none;
}
a img:hover {
	cursor:pointer;
	text-decoration: none;
}
.photoCapLeft {
	position: relative;
	padding: 10px;
	margin: 10px;
	border: 0;
	float: left;
	text-align: center;
	font-size: 10px;
	line-height: 120%;
	color: #777777;
}
.photoCapRight {
	position: relative;
	padding: 10px;
	margin: 10px;
	border: 0;
	float: right;
	text-align: center;
	font-size: 10px;
	line-height: 120%;
	color: #777;
}
.sponsor_ad {
	padding-top: 10px;
	padding-left: 10px;
	border: 0;
}
/* ------------------------------------------- styles for general links -----------------------------------  */

a:link {
	color: #1A2893;
	text-decoration: underline;
}
a:visited {
	color: #1A2893;
	text-decoration: underline;
}
a:hover {
	color: #5A6787;
	text-decoration: underline;
}

/* ------------------------------------------- styles for misc text -----------------------------------  */
.small {
	font-size: 9px;
	font-weight: normal;
	color: #777;
}
/* for 'back to top' links */
.small a img  {
	border: 0px;
	padding-right: 4px;
	text-decoration: none;
}
.small a:link, .small a:visited {
	color: #777;
}
.small a:hover {
	color: #666;
}
.authorCredits {
	font-size: 10px;
	color: #5A6787;
	border-top: 1px solid #5A6787;
	padding-top: 8px;
	border-bottom: 1px solid #5A6787;
	padding-bottom: 8px;
	margin-left: 25px;
}
p.essayIntro {
	padding-left: 67px;
	background: url(../images/essays/essaysIcon.jpg) no-repeat;
	background-position: top left; 
	height: 70px;
	min-height: 70px;
	padding-bottom: 5px;
}
p.successIntro {
	padding-left: 67px;
	background: url(../images/success/successIcon.jpg) no-repeat;
	background-position: top left;
	height: 70px;
	min-height: 70px;
	padding-bottom: 5px;
}
p.townsIntro {
	padding-left: 67px;
	background: url(../images/towns/townsIcon.jpg) no-repeat;
	background-position: top left; 
	height: 70px;
	min-height: 70px;
	padding-bottom: 5px;
}
p.foodieIntro {
	padding-left: 67px;
	background: url(../images/foodies/foodiesIcon.jpg) no-repeat;
	background-position: top left; 
	height: 70px;
	min-height: 70px;
	padding-bottom: 5px;
}
p.propDetails {
	padding-left: 145px;
}

/* ------------------------------------------- styles for all other stuff -----------------------------------  */

.hide {
	visibility: hidden;
	display: none;
}
.show {
	visibility: visible;
	display: block;
}
.clearfloat {
	clear:both;
}
/* for 'more...' links */
a.bullet {
	padding-left: 14px;
	background: url(../images/bullet.gif) no-repeat;
	background-position: 6px 6px;
	padding-bottom: 8px;
}
/* for background image at bottom of page */
#extraDiv1, #extraDiv2 { 
	/*position: absolute;*/
}
#extraDiv1 { 
	background: url(../images/field_bg.jpg) no-repeat; 
	background-position: center bottom;
	z-index: 1;
	margin-top: -240px;
	width: 100%; 
	min-width: 100%;
	height: 388px; 
}
