/* begin Page */

body
{
  margin: 0 auto;
  padding: 0;
  background-color: #FFFFFF;
  background-image: url('images/interface/Page-BgTexture.jpg');
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: bottom left;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}
.Main
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.PageBackgroundGlare
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.PageBackgroundGlareImage
{
  background-image: url('images/interface/Page-BgGlare.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top left;
  height: 557px;
  width: 564px;
  margin: 0;
}
html:first-child .PageBackgroundGlare
{
  border: 1px solid transparent; /* Opera fix */
}
.PageBackgroundGradient
{
  background-image: url('images/interface/Page-BgGradient.jpg');
  background-repeat: repeat-x;
  height: 500px;
}
.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}

/* end Page */

/* begin Box, Sheet */
.Sheet
{
  overflow: hidden;
  min-width:37px;
  min-height:37px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 920px;
}
.Sheet-body
{
  position: relative;
  z-index: 0;
  margin: 0px 5px 5px 5px;
}
.Sheet-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 28px;
  left: 0;
  width: 28px;
  bottom: 28px;
}
.Sheet-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 56px;
  height: 100%;
  background-image: url('images/interface/Sheet-v.png');
}
.Sheet-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 28px;
  right: 0;
  width: 28px;
  bottom: 28px;
}
.Sheet-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -28px;
  width: 56px;
  height: 100%;
  background-image: url('images/interface/Sheet-v.png');
}
.Sheet-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 28px;
  left: 28px;
  right: 28px;
  bottom: 28px;
  background-image: url('images/interface/Sheet-c.png');
}
.Sheet
{
  margin-top: 5px !important;
}
/* end Box, Sheet */

/* begin search */
.search
{
  display : block;
  position: absolute;
  left: 0px;
  top: 3px;
  width: 180px;
  text-align: left;
}
#search_box form {
    margin: 0;
}
#search_box {
	width: 173px;
	height: 23px;
	background: url(http://www.obxguides.com/images/interface/search/searchfieldbg.gif) no-repeat;
	float: left;
	margin: 2px 4px 0px 6px;
}
#search_box #s {
	float: left;
	padding: 0;
	margin: 3px 0px 0 24px;
	border: 0;
	width: 90px;
	background: none;
	font-size: 12px;
}
#search_box #go {
	float: right;
	margin: 0;
}
/* end search */

/* begin Weather */
.weather
{
  position: absolute;
  left: 200px;
  top: -8px;
  width: 120px;
  height: 24px;
}
.weatherURL
{
  position: absolute;
  left: 0px;
  top: 8px;
  width: 120px;
  height: 16px;
  overflow: hidden;
  z-index: 10;
  float: left;
  padding-top: 2px;
  background-color: #003664;
}
.weather .weatherURL a
{
  color: #ffffff;
}
.weather .weatherURL a:hover
{
  color: #EF7B08;
}
/* end Weather */

/* begin Menu */
/* begin Menu structure */
.nav
{
  position: relative;
  top: 0;
  margin: 0px auto 0px auto;
  width: 910px;
  height: 32px;
  z-index: 100;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/interface/nav.png');
  overflow: visible;
}
/* end Menu structure */

/* begin MenuItem */
div.topnav
{
  position: absolute;
  float: right;
  top: 7px;
  left: 196px;
  margin: 0px 0px 0px 0px;
  width: 600px;
  height: 22px;
}

ul#topnav {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#topnav li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	padding: 1px 17px;
	background:#003664;
	text-decoration: none;
}

ul#topnav li a:hover {
	background:#fff;
	color:#EF7B08;
	}
	
ul#topnav li {
	float: left;
	position: relative;
	text-align: center;
	margin-right:0px;
	border-right:1px solid #ccc;
}

ul#topnav li.current a {
	background:#fff;
	}

ul#topnav li.current a:hover {
	background:#fff;
	}

li ul {
	display: none;
	position: absolute;
	width: 132px;
	top: 0;
	left: 0;
	font-size: 13px;
	font-weight: normal;
	padding: 1px;
	background: #fff;
	border-bottom:1px solid #003664;
	border-left:1px solid #003664;
	border-right:1px solid #003664;
	z-index: 110;
}

ul#topnav li ul.sub li {
	width: 130px;
	padding: 1px;
	border-right:0px solid #fff;
}

ul#topnav li ul.sub li a {
	font-weight: normal!important;
	font-size: 13px!important;
	background:#fff;
	color: #003664;
}

ul#topnav li ul.sub li a:hover {
	background: #EF7B08;
	color: #fff;
}

li>ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
}

div.oblogo
{
  position: absolute;
  top: 5px;
  left: 812px;
  height: 24px;
}
/* end MenuItem */
/* end Menu */

/* begin Header */
div.Header
{
  margin: 0px auto;
  position: relative;
  z-index:0;
  width: 910px;
  height: 104px;
}
div.headerLogo
{
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  width: 440px;
  height: 90px;
  float: left;
  padding: 7px 0px 7px 7px;
}

/* begin subscribe */
.subscribe
{
  display : block;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 428px;
  float: right;
}
h1.subscribe-name
{
  display: block;
  text-align: right;
}
h1.subscribe-name, h1.subscribe-name a, h1.subscribe-name a:link, h1.subscribe-name a:visited, h1.subscribe-name a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  text-decoration: none;
  padding:0;
  margin:0;
  color: #ffffff !important;
}
.subscribe-text
{
  display: block;
  text-align: right;
}
.subscribe-text, .subscribe-text a
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  padding:0;
  margin-top: 4px;
  color: #003664 !important;
}
/* end subscribe */
/* end Header */

/* begin SiteNav */

/* end SiteNav */

/* begin contentHeader */
div.contentHeader
{
  margin: 0 auto;
  position: relative;
  z-index:5;
  width: 910px;
  height: 234px;
  padding: 0px;
  background-image: url('images/interface/Sheet-c.png');
}
contentHeader p
{
  display: block;
  text-align: left;
}
contentHeader p, contentHeader p a
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  padding:0;
  margin:0;
  color: #003664 !important;
}
div.contentheaderLeftcontainer
{
  position: relative;
  text-align: left;
  z-index:5;
  width: 390px;
  height: 234px;
  float: left;
  margin: 10px 0px 0px 10px;
}
div.contentheaderImage
{
  position: absolute;
  left: 275px;
  top: 3px;
  z-index: 20;
  width: 60px;
  height: 60px;
  background-image: none;
}
div.contentheaderTitle
{
  margin: 0px auto;
  position: relative;
  text-align: left;
  z-index:5;
  width: 390px;
  height: 20px;
  float: left;
  overflow: hidden;
}
.contentheaderTitle h1
{
  display: block;
  vertical-align: bottom;
}
.contentheaderTitle h1, .contentheaderTitle h1 a, .contentheaderTitle h1 a:link, .contentheaderTitle h1 a:visited
{
  font-family: Verdana, Tahoma;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  color: #01B6D5;
}
.contentheaderTitle h1 a:hover
{
color: #ffffff !important;
}
div.contentheaderRight
{
position: relative;
  background-color: #89D9E6;
  text-align: left;
  z-index:5;
  width: 178px;
  height: 184px;
  float: left;
  margin: 5px 0px 0px 10px;
  padding: 10px;
  	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.contentheaderRight p
{
  font-size: 11px;
  text-align: left;
}
div.contentheaderRightblog
{
  position: relative;
  background-color: #89D9E6;
  text-align: left;
  z-index:5;
  width: 178px;
  height: 184px;
  float: left;
  margin: 5px 0px 0px 10px;
  padding: 10px;
  	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
div.contentheaderLeft
{
  position: relative;
  text-align: left;
  z-index:5;
  width: 182px;
  height: 214px;
  float: left;
  margin: 0px 0px 0px 0px;
  padding-right: 0px;
  overflow: hidden;
}

div.headerMedia
{
  margin: 0 auto;
  position: relative;
  text-align: left;
  z-index:5;
  width: 510px;
  height: 240px;
  float: right;
  overflow: hidden;
}
span.headerMedia
{
  margin: 0 auto;
  position: relative;
  text-align: left;
  z-index:5;
  width: 510px;
  height: 18px;
  float: right;
  overflow: hidden;
  background-color: #01B6D5;
}
/* end contentHeader */

/* begin ContentLayout */
.contentLayout
{
  margin-bottom: 0px;
  width: 910px;
  position: relative;
}
/* begin LayoutCell Left */
.contentLayout .content
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 595px;
}
/* end LayoutCell Left */
/* begin LayoutCell Right */
.contentLayout .sidebar1
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: right;
  overflow: hidden;
  width: 314px;
}
/* end LayoutCell Right */
/* end ContentLayout */

/* begin Right Sidebar Banner */
.sidebarBanner
{
  margin: 8px 8px 8px 4px;
}
/* end Right Sidebar Banner */

/* begin Box, Block */
.Block
{
  overflow: hidden;
  min-width:27px;
  min-height:27px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  background-color: #FFFFFF;
  border: 1px solid #003664;
  	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 10px #ccc;
	-webkit-box-shadow:0 0 10px #ccc;
}
.Block-body
{
  position: relative;
  z-index: 0;
  margin: 8px;
}
.Block
{
  margin: 8px 8px 8px 4px;
}
/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
  position: relative;
  overflow: hidden;
  height: 24px;
  z-index: 0;
  line-height: 30px;
  padding: 0 0px;
  margin-bottom: 4px;
  margin-left: 11px;
  margin-right: 11px;
  border-bottom-style: solid;
  border-bottom-color: #EF7B08;
  border-bottom-width: 3px;
}
.BlockHeader2
{
  position: relative;
  overflow: hidden;
  height: 24px;
  z-index: 0;
  line-height: 20px;
  padding: 0 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  border-bottom-style: solid;
  border-bottom-color: #EF7B08;
  border-bottom-width: 3px;
}
.BlockHeader-text
{
  white-space : nowrap;
  color: #0A5B9D;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
}
/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent
{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.BlockContent-body
{
  position: relative;
  z-index: 0;
  margin: 11px;
  color:#003664;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  letter-spacing: 0px;
}
.BlockContent-body a:link
{
  color: #0A5B9D;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}
.BlockContent-body a:visited, .BlockContent-body a.visited
{
  color: #0A5B9D;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}
.BlockContent-body a:hover, .BlockContent-body a.hover
{
  color: #EF7B08;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}
.BlockContent-body ul
{
  list-style-type: none;
  color: #003664;
  margin:0;
  padding:0;
}
.BlockContent-body li
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 10px;
}
/* end Box, BlockContent */

/* begin Box, Post */
.Post
{
  overflow: hidden;
  min-width:27px;
  min-height:27px;
  margin: 8px 4px 8px 8px;
  position: relative;
  z-index: 0;
  background-color: #FFFFFF;
  border: 1px solid #003664;
 	 /* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 10px #ccc;
	-webkit-box-shadow:0 0 10px #ccc;
}
.Post-body
{
  position: relative;
  z-index: 0;
  margin: 10px;
}

/* Start images */
a img
{
  border: 0;
}
.metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin:2px;
}
/* Finish images */
/* end Box, Post */

/* begin PostHeaderIcon */
.PostHeaderIcon-wrapper
{
  text-decoration:none;
  margin: 0.2em 0;
  padding: 0;
  font-weight:normal;
  font-style:normal;
  letter-spacing:normal;
  word-spacing:normal;
  font-variant:normal;
  text-decoration:none;
  font-variant:normal;
  text-transform:none;
  text-align:left;
  text-indent:0;
  line-height:inherit;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  color: #003664;
  vertical-align: middle;
}

.PostHeaderIcon-wrapper, .PostHeaderIcon-wrapper a, .PostHeaderIcon-wrapper a:link, .PostHeaderIcon-wrapper a:visited, .PostHeaderIcon-wrapper a:hover
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  color: #003664;
}

.PostHeaderIcon-wrapper img
{
  border:none;
  vertical-align: middle;
  margin:0;
}
/* end PostHeaderIcon */

/* begin PostHeader */
.PostHeader a:link, .PostHeader a:visited
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #0A5B9D;
}

.PostHeader a:hover
{
  color: #EF7B08;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
.PostContent
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  color: #000000;
  font-size: 11px;
}
.PostContent img
{
  float: left;
  margin: 0px 10px 0px 0px;
  display: block;
  border: 0;
  vertical-align: middle;
}
.PostContent p
{
  margin: 0px 0px 4px 0px;
  font-size: 11px;
}
.PostContent p a, .PostContent h6, .PostContent h6 a, .PostContent a h6, .PostContent a
{
  font-size: 11px;
}

/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #0A5B9D;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #0A5B9D;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #0A5B9D;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #EF7B08;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #003664;
}

h2, h2 a, h2 a:link, h2 a:visited
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #0A5B9D;
}

h2 a:hover
{
  color: #EF7B08;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #EF7B08;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #0A5B9D;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #EF7B08;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  color: #003664;
  margin: 0;
  padding: 0;
}
/* Finish Content headings Fonts & Colors  */

/* end PostContent */

/* begin PostBullets */
/* Start Content list */

ul
{
  list-style-type: none;
  color: #0A5B9D;
  margin:0;
  padding:0;
}
li
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 10px;
}
.Post ul li
{
  padding:0px 0 0px 12px;
/*  background-image: url('images/interface/PostBullets.png'); */
  background-repeat:no-repeat;
  margin:0.5em 0 0.5em 0;
  line-height:1.2em;
}

/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */

blockquote p
{
  color:#021322;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}
blockquote
{
  border-color:#6FB9F6;
  border-width: 0px;
  border-style: solid;

  margin:10px 10px 10px 50px;
  padding:5px 5px 5px 28px;

  background-color:#F0F3F7;

  background-image:url('images/interface/PostQuote.png');
  background-position:left top;
  background-repeat:no-repeat;
}

/* Finish blockuote */
/* end PostQuote */

/* begin Button */
button.Button, a.Button
{
  position:relative;
  display:inline-block;
  width: auto;
  outline:none;
  border:none;
  background:none;
  line-height:26px;
  margin:0;
  padding:0;
  overflow: visible;
  cursor: default;
  text-decoration: none !important;
  vertical-align: middle;
}
.Button .btn
{
  position: relative;
  overflow: hidden;
  display: block;
  width: auto;
  z-index: 0;
  height: 26px;
  color: #FEEDDC;
  white-space: nowrap;
  float: left;
}
.Button .t
{
  height:26px;
  white-space: normal;
  padding: 0 14px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  line-height: 26px;
  text-decoration: none !important;
  vertical-align: middle;
}
input, select
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
}
.Button .active
{
  color: #EBF5FF;
}
.Button .hover,  a.Button:hover
{
  color: #E2F1FD;
  text-decoration: none !important;
}
.Button .active .r
{
  top: -52px;
}
.Button .hover .r
{
  top: -26px;
}
.Button .r
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 11px;
  height: 78px;
}
.Button .r span
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width:415px;
  height: 78px;
}
.Button .r2
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: -26px;
  right: 0;
  width: 11px;
  height: 78px;
}
.Button .r2 span
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0px;
  right: 0;
  width:415px;
  height: 78px;
}
.Button .hover .r2
{
  top: 0px;
}
.Button .active .l
{
  top: -52px;
}
.Button .hover .l
{
  top: -26px;
}
.Button .l
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  right: 11px;
  height: 78px;
}
.Button .l2
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: -26px;
  left: 0;
  right: 11px;
  height: 78px;
}
.Button .hover .l2
{
  top: 0px;
}
.Button .l, .Button .r span
{
  background-image: url('images/interface/Button.png');
}
.Button .l2, .Button .r2 span
{
  background-image: url('images/interface/Button.png');
}

/* end Button */

/* begin Scroller */

.scrollerBox
{
  clear: both;
  position:relative;
  width: 910px;
  background: transparent;
  z-index: 0;
}
.scroller
{
  position:relative;
  width: 772px;
  margin: 0px auto 0px auto;
}

/* end Scroller */

/* begin Footer */
.Footer
{
  position:relative;
  z-index:0;
  overflow:hidden;
  width: 910px;
  margin: 5px auto 0px auto;
}
.Footer .Footer-inner
{
  height:1%;
  position: relative;
  z-index: 0;
  padding: 6px;
  text-align: center;
}
.Footer .Footer-background
{
  position:absolute;
  z-index:-1;
  background-repeat:no-repeat;
  background-image: url('images/interface/Footer.png');
  width: 910px;
  height: 100px;
  bottom:0;
  left:0;
}
.Footer .Footer-text p
{
  margin: 0;
}
.Footer .Footer-text
{
  display:inline-block;
  color:#FFFFFF;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  letter-spacing: 1px;
}
.Footer .Footer-text a:link
{
  text-decoration: none;
  color: #FFFCFA;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}
.Footer .Footer-text a:visited
{
  text-decoration: none;
  color: #FFFCFA;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}
.Footer .Footer-text a:hover
{
  text-decoration: none;
  color: #EF7B08;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}
/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
  font-family:Arial;
  font-size:11px;
  letter-spacing:normal;
  word-spacing:normal;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
  color:#ffffff;
}
.page-footer
{
  margin:1em;
  text-align:center;
  text-decoration:none;
  color:#ffffff;
}
/* end PageFooter */

/*  ----------------------------
Pagination Styles. Todd - 07/30/09
----------------------------- */
.pagi_style a {
    background-color: #fafafa;
    padding: 2px 5px 2px 5px;
text-decoration: none;
}
.pagi_style a:link, .pagi_style a:visited {
background: #fafafa url(http://www.outerbanksthisweek.com/images/interface/pagination_button_bg.png) repeat-x center;
color: #585F6F;
border: solid 1px #C0C0C0;
}
.pagi_style a:hover {
background: url(http://www.outerbanksthisweek.com/images/interface/pagination_button_hover_bg.png) repeat-x center;
color: #585F6F;
border: solid 1px #B6B6B6;
}
.pagi_style {
margin: 2px 2px 2px 2px;
text-transform: lowercase;
}
.pagi_style strong {
background: #FF9518 url(http://www.outerbanksthisweek.com/images/interface/pagination_button_selected_bg.png) repeat-x center;
border: solid 1px #FFA537;
padding: 2px 4px 2px 4px;
color: #fff;
}
p.pagination {
text-align: center;
vertical-align: middle;
}
.pagination a:link, .pagination a:visited, .pagination a:active {
	color: #0000F4;
}
.pagination a:hover {
	color: #EB7B08;
}
/*  ----------------------------
End Pagination Styles
----------------------------- */
#atglance  {
  margin-left: 6px;
  padding: 4px;
  border-left: 3px solid #EF7B08;
  width: 220px;
  float: right;
}
#atglance p {
  clear: both;
  padding: 4px;
  background-color: #E1E1E1;
  vertical-align: middle;
  color: #056CB0;
}
.glancetexto
{
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  padding:0;
  color: #EF7B08;
}
.glancetextb
{
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  padding:0;
  color: #056CB0;
}
.helpcat
{
  font-weight: bold;
  color: #056CB0;
}
.orgtext {
  font-family:  Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
padding: 5px 0;
margin: 2px 0;
  margin: 0px 10px 0px 10px;
  color: #000000;
line-height: 1.5em;
}
.orgtitle {
	 font-family: Verdana, Arial, Helvetica, Sans-Serif;
  text-transform: uppercase;
  margin: 10px 10px 10px 0px;
}
.orgsubtitle {
  margin: 10px 10px 10px 10px;
}
#orgbody {
        font-family:  Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;
        padding: 5px 0;
	background: transparent;
	border: 0px solid #A1C6DF;
	margin: 2px 0;
        margin: 0px 10px 0px 10px;
        line-height: 1.5em;
}
#orgbody  li  {
  font-family:  Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
padding: 5px 0;
margin: 2px 0;
  margin: 0px 10px 0px 10px;
  color: #000000;
line-height: 1.5em;
}


/* begin OrgContent */
/* Content Text Font & Color (Default) */
.OrgContent
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  color: #000000;
}
.OrgContent img
{
  float: left;
  margin: 10px 10px 10px 10px;
  display: block;
  border: 0;
  vertical-align: middle;
}
.OrgContent p
{
  margin: 0px 10px 0px 10px;
  vertical-align: middle;
}
.OrgContent p a, .OrgContent h6
{
  vertical-align: middle;
}


.getinvolvedTitle h1, .getinvolvedTitle h1 a, .getinvolvedTitle h1 a:link, .getinvolvedTitle h1 a:visited
{
  font-family: Verdana, Tahoma;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  color: #01B6D5;
}

div.getinvolvedRight
{
  position: relative;
  background-color: #89D9E6;
  text-align: left;
  z-index:0;
   width: 300px;
  margin: 0 auto;
   	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
 border: 1px solid #003664;
}
#facebook_box {
background-color: #fff;
width: 300px;
margin: 0 auto 6px;
}