/*                   COMMON ELEMENTS                       */
abbr {
	cursor:help;
}

a {
	color:#090;
	background:#fff;
	text-decoration:none;
}

a:hover {
	color:#9cf;
	background:#fff;
	text-decoration:underline;
}

h1 {
	margin:0 0 10px 10px;
	padding:10px 45px;
	/* background:url(tent.ico) no-repeat left; */
	font-size:1.7em;
	font-weight:bold;
}

h2 {
	margin:0 0 10px 10px;
	padding:10px 45px;
	/* background:url(tent.ico) no-repeat left; */
	font-size:1.5em;
	font-weight:bold;
}

h3 {
	margin:0 0 10px 10px;
	/* padding:10px 45px;
	background:url(tent.ico) no-repeat left; */
	font-size:1.2em;
	font-weight:bold;
}

h4 {
	margin:0 0 10px 5px;
	padding:0;
	/* background:url(tent.ico) no-repeat left; */
	font-size:1em;
	font-weight:bold;
}

ul {	
	list-style:none;
	margin:0;
	padding:0 0 10px 15px;
}

li {
	/* background:url(bullet.gif) no-repeat 0 50%; */
	margin:0;
	padding-left:10px; 
	/* height:1.5em;
	line-height:1.5em; */
}

p {
	margin-top:0;
	padding:0;
	/* text-indent:2em; */
}


/*                                  BODY                */
body {
	margin:0;
	padding:0;
	font-family:verdana, Arial, Helvetica, Sans-Serif;
	font-size:75%;
	color:#000;
	background:#006;
	text-align:center;
}

/*                                 MAIN CONTAINER                  */
#container {
	margin:0 auto;
	text-align:left;
	width:765px;
	color:#000;
	background:#fff;
	position:relative;
}

/*                                 HEADER                       */
#header {
	margin:0;
	padding:0;
	height:150px;
	text-align:center;
	/* background:url(head.jpg) no-repeat; */
}

.skip {
        visibility: hidden;
        z-index: 1000;
}

/*                                  TOP NAVIGATION                       */
#topnav {
	margin:0;
	padding: 0;
	color:#006;
	background:#7ad;
	float:left;
	width:765px;
	height:1.5em;
}

#topnavleft {
	margin: 0;	
	padding: 0;
	color:#006;
	background:#7ad;
	float:left;
	width:495px;
}

#topnavleft ul {
	margin:0;
	padding-top:2px;
}

#topnavleft li {
	display: inline;
	padding: 1px;
}

#topnavleft a {
	color:#fff;
	background:#7ad;
	font-weight:bold;
	text-decoration:none;
}

#topnavleft a:hover {
	color:#006;
	background:#7ad;
	text-decoration:underline;
}

#topnavright {
	float:left;
	width: 215px;
	margin-left: 15px; 
	color:#006;
	background:#7ad;
	text-align:center;
}

#topnavright ul {
	margin:0;
	padding-top:2px;
}

#topnavright li {
	display: inline;
	padding: 1px;
}

#topnavright a {
	color:#fff;
	background:#7ad;
	text-decoration:none;
}

#topnavright a:hover {
	color:#006;
	background:#7ad;
	text-decoration:underline;
}

/*                                CONTENT CONTAINER                   */
#content {
	background:url(backb.gif);
	float:left;
	width:765px;
}

/*                                LEFT COLUMN                         */
#left {
	vertical-align:top;
	width:490px;
	padding-left:10px;
	float:left;
	color:#000;
	background:#fff;
}

#left a {
	color:#090;
	background:#fff;
	text-decoration:none;
}

#left a:hover {
	color:#9cf;
	background:#fff;
	text-decoration:underline;
}

/*                                            RIGHT COLUMN                 */
#right {
	width:240px; /* 250 */
	float:right;
	vertical-align:top;
	margin-left:10px; /* 15 */
	color:#006;
	background:#9cf;
	height:100%;
}

#right h1 {
	color:#006;
	background:none;
	font-size:1.5em;
	font-weight:bold;
	padding:5px 0 0 10px; /* 15 */
}

#right h2 {
	color:#006;
	background:none;
	font-size:1.25em;
	font-weight:bold;
	padding:5px 0 0 10px; /* 15 */
}

/*                                    FOR ANYTHING WITH GRADIENT BACKGROUND              */
#right span {
	margin:10px 10px; /* 15 */
	padding:5px 7px;
	background:url(navb.gif) repeat-x 0 50%;
	border-bottom:1px solid #369;
	border-right:1px solid #369;
	display:block;
}

#right span form {
	margin:0px;
	display:block;
}

#right span a {
	color:#fff;
	background:none;
	text-decoration:none;
}

#right span a:hover {
	text-decoration:underline;
	color:#009;
	background:none;
}

#searchbox	{
	margin:10px 10px; /* 15 */
	padding:5px 7px;
	background:url(navb.gif) repeat-x 0 50%;
	border-bottom:1px solid #006;
	border-right:1px solid #006;
	display:block;
}

#searchbox form {
	margin:0px;
	display:block;
}

#searchbox span a {
	color:#fff;
	background:none;
	text-decoration:none;
}

#searchbox a:hover {
	text-decoration:underline;
	color:#030;
	background:none;
}


/*                                        RIGHT-HAND NAVIGATION                         */
#nav {
	padding:0;
	margin:10px 10px; /* 15 */
	list-style:none;
	width:205px; /* 209 */
	background:url(navb.gif) 0 50%;
	border-bottom:1px solid #369;
	border-right:1px solid #369;
}

#nav li {
	/* font: normal normal bold 2em/2em; */
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5em;
	height:1.5em;
	padding-left:0;
	/* background:url(tent.ico) no-repeat 5% 50%; */
}

#nav li a {
	color:#006;
	text-decoration:none;
	text-align:center;
	background:none;
	display:block;
}	

#nav li a:hover {
	color:#006;
	background:#9cf;
}

/* #weather {
	padding:0;
	margin: auto;
	width:205px; // 209px
	
} */

/*                                         FOOTER                            */
#footer {
	width:765px;
	color:#000;
	background:#7ad;
	text-align:left;
}

#footleft {
	width:500px;
	padding-left:10px;
	float:left;
	border-top:1px solid #333;
	color:#006;
	background:#fff;
}

#footleft ul {
	margin:0;
	padding:0;
}

#footleft li {
	display: inline;
	padding: 1px;
}

#footleft a {
	color:#090;
	background:#fff;
	text-decoration:none;
}

#footleft a:hover {
	color:#9cf;
	background:#fff;
	text-decoration:underline;
}

#footright {
	float:left;
	width:255px; 
	margin-left:0px;
	background:#9cf;
	border-top:1px solid #333;
	color:#006;
	text-align:center;
}

#footright ul {
	margin:0;
	padding:0;
}

#footright li {
	display: inline;
	padding: 1px;
}

#footright a {
	color:#006;
	background:#9cf;
	text-decoration:none;
}

#footright a:hover {
	color:#fff;
	background:#9cf;
}

#space {
	border-bottom:16px solid #9CF;
}

#space a {
	color:#006;
	background:#9cf;
	text-decoration:none;
}

#space a:hover {
	color:#fff;
	background:#9cf;
	text-decoration:underline;
}

#resources li {
	/* font: normal normal bold 2em/2em;
	font-weight:bold;
	height:1.5em;
	line-height:1.5em; */
	font-size:1em;
	padding-left:15px;
	text-indent:-15px;
	/* background:url(tent.ico) no-repeat 5% 50%; */
}

#printad a {
	color:#fff;
	background:#fff;
	text-decoration:none;
}

#printad a:hover {
	color:#9cf;
	background:#fff;
	text-decoration:underline;
}

#overlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     text-align: center;
     z-index: 1000;
}

#overlay div {
     width: 600px;
     margin: 50px auto;
     background-color: #fff;
     border: 1px solid #000;
     padding: 15px;
     text-align: center;
}

/* <!--[if !IE]>
	Put your commentary in here...
<![endif]--> */