/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0 auto; /* Sets body to center everything.Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #e6e6e6;
	scrollbar-arrow-color: #FFFFFF;
	background-color: #d5e2d0;
}
/*  CONTENT  ===========================*/

p, a, ul, li, ol, td, div, textarea {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-style:normal;
	font-size: 13px;
	line-height: 22px;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
p {
	padding: 0px 0px 0px 25px;
	color: #000;
}
p.centered {
	text-align:center;
}
p strong {
	color:#993333;
	font-weight:bold;
}
h1, h2, h3, h4, h5 {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-weight:lighter;
	text-align:left;
	padding: 0px 0px 0px 25px;
	font-style: italic;
}
h1 {
	font-size: 30px;
	color: #635745;
	line-height: 33px;
	text-transform: capitalize;
	margin-bottom: 15px;
	margin-top: 20px;
}
h2 {
	font-size: 20px;
	color: #000;
	line-height: 24px;
	padding-right: 60px;
	;
}
h3 {
	font-size: 17px;
	color: #000;
	line-height: 30px;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
}
h4 { /* use for internal content ctas */
	font-size: 20px;
	color: #990000;
	font-style:italic;
	font-weight:bold;
	line-height: 28px;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
}
h5 { /* use for box disclaimers */
	font-size: 13px;
	line-height: 18px;
	font-family: "Times New Roman", Georgia, Times, serif;
	color: #000;
	margin: 0px 0px 0px 30px;
	padding: 8px;
	background-color: #e6e6e6;
	border: 1px solid #999;
	width: 500px;
}
address#headeraddy {
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:16px;
	text-transform:uppercase;
	color:#000000;
	width:310px;
	position:relative;
	top:75px;
	left:30px;
	line-height:17px;
}

address#headeraddy strong {
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}

a { /* Creates the general link style for the site. This is not the main navigation.  */
	font-weight: bold;
	color: #8B7B62;
	text-decoration: underline;
}
a:hover { /* Creates hover for the general link style for the site. This is not the main navigation.  */
	color: #996600;
}
/*------------------ LISTS FORMATS --------------------------*/

ul, ol, li { /* strips container ul's, ol's, and li' from padding or margins unless defined in classes below*/
	margin: 0;
	padding: 0;
}
/* ----------------- UL's for content in short, med, long, and column ----------------*/

ul.contentshort {
	margin: 0;
	width:300px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}
ul.contentshort li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 22px;
}
ul.contentmed {
	margin: 0;
	width:550px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}
ul.contentmed li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 22px;
}
ul.contentlong {
	margin: 0;
	width:750px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}
ul.contentlong li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 22px;
}
ul.columnlists {
	margin: 0;
	width:190px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}
ul.columnlists li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 22px;
	color: #000000;
}
ul.columninner {
	margin-left: 25px;
	font-size: 13px;
	display:block;
	line-height: 22px;
	color: #000000;
	float:left;
}
ul.columnlistsnostyle {
	margin: 0;
	width:190px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}
ul.columnlistsnostyle li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 22px;
	list-style-type:none;
	color: #000000;
}
/*------- wrapper for ul's and other items */
div#wrapper {
	display: block;
	margin-left: 220px;
}
/* used to break content that overlaps */
#clearboth {
	clear: both;
	height:0px;
}
#clearleft {
	clear: left;
	height:-32px;
}
#clearright {
	clear: right;
	height:0px;
}
/* ------------------------- HORIZONTAL NAVIGATION ----------------------------- */
/* Removes container margins and padding except bottom padding, which provides room to put our border. This serves as the resting place for our tabs. */

ul#mainnav {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	width: auto;
	height:37px;
	position:absolute;
	top: 110px;
	left: 0px;
	width: 961px;
}
/* This creates the tabs. We set a height for each tab, give it a border and place 2 pixels of space between each tab. We float them left on the navbar and remove the bullets. */

ul#mainnav li {
	float: left;
	list-style: none;
	height: 37px;
}
ul#mainnav li a {
	font-size: 15px;
	color: #454028;
	text-decoration: none;
	padding: 0px 20px 0px 20px;
	height: 24px;
	float:left;
	display:block;
	display: inline-block;
	font-weight: bold;
	text-transform: capitalize;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	/*border-right: 1px solid #fff;*/
	margin-top: 6px;/*border: 1px solid #e6e6e6;*/
}
/* OFF - This creates the style for our links. */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	display: block;
	color: #333;
}
/* ON - Creates the "on" status style, which can be applied directly to a single link. */
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #993300;
	display: block;
}
/* HOVER - Creates the hover status style, which can be applied directly to a single link. */
ul#mainnav li a:hover {
	color: #993300;
	display: block;
}

ul#mainnav li#end a:link, ul#mainnav li#end a:visited, ul#mainnav li#end a:active {
	background-image:url(images/end-btn-bg.gif);
	background-repeat:repeat-x;
	border:1px solid #e80d0d;
	display: block;
	color: #fff;
}
ul#mainnav li#end a.current:link, ul#mainnav li#end a.current:visited, ul#mainnav li#end a:hover {
	background-image:url(images/end-btn-dwn.gif);
	background-repeat:repeat-x;
	border:1px solid #c81e1e;
	color: #ffd800;
	display: block;
}

/*  PAGE LAYOUT ===========================*/

div#container { /* Holds the entire web page from the beginning body tag to the end body tag */
	width:980px;
	text-align:left;
	margin: 0 auto;
	padding:0px;
	background-image:url(images/bg-content.jpg);
	background-repeat:repeat-y;
	background-color:#a8defb;
}
div#header {
	position:relative;
	padding: 0;
	margin: 0;
	width:980px;
	height: 172px;
	text-align:left;
	float:left;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
}
div#maincontent {
	border: 0px;
	width:730px;
	height: auto;
	padding: 0px 40px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:right;
	height:500px;
	overflow:auto;
}
div#maincontentnoscroll {
	border: 0px;
	width:730px;
	height: auto;
	padding: 0px 40px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:right;
	height:500px;
	overflow:hidden;
}
div#sidebar {
	border: 0px;
	width:155px;
	height: auto;
	min-height:500px;
	padding: 0px 0px 0px 27px;
	margin: 0px 0px 0px 0px;
	float:left;
}
div#video {
	width: 550px;
	margin-left: 25px;
}
/*  ADDRESS ===========================*/

address {
	width:163px;
	font-size:10px;
	font-style:normal;
	color: #FFFFFF;
	text-align: center;
	font-family: "Times New Roman", Georgia, Times, serif;
}
address strong {
	font-size: 13px;
	line-height: 15px;
	clear:both;
}
address img {
	margin: 8px 0px 8px 0px;
	text-align:center;
}
address a {
	font-style:normal;
	color: #FFFF00;
	text-align: left;
	line-height: 16px;
	font-size: 11px;
	font-family: "Times New Roman", Georgia, Times, serif;
}
address a:hover {
	color:#FFFFFF;
	font-family: "Times New Roman", Georgia, Times, serif;
}
/* ------------------------- FOOTER NAVIGATION ----------------------------- */

div#footer {
	background-image:url(images/bg-footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#d5e2d0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	width:980px;
	height:40px;
	padding: 25px 0px 0px 0px;
	clear: both;
	text-align:center;
}
div#footernav a:link, div#footernav a:visited, div#footernav li a:active {
	display: block;
	color: #8B7B62;
}
/* ON */
div#footernav a.current:link, div#footernav a.current:visited {
	color: #996600;
	display: block;
	text-decoration:underline;
}
/* HOVER */
div#footernav a:hover {
	color: #996600;
	display: block;
	text-decoration:underline;
}
/*  IMAGE CLASSES and ID's for content area ===========================*/

img.left {
	float: left;
	margin: 5px 10px 5px 0px;
	border: 2px solid #efefef;
}
img.right {
	float: right;
	margin: 15px 5px 5px 5px;
	border: 2px solid #efefef;
	padding: 4px;
}
img.border {
	border: 2px solid #efefef;
	padding: 4px;
}
/* CTA and IMAGE COMBOS ========================*/
/*NOTE: must be placed before paragraph tags */

#content-cta-right {
	padding: 10px;
	margin: 0px 60px 10px 10px;
	_margin-right: 28px;
	border: 1px solid #e6e6e6;
	float:right;
	width: 200px;
	background-color: #fff;
}
#content-cta-left {
	padding: 10px;
	margin: 0px 20px 10px 10px;
	border: 1px solid #e6e6e6;
	float:left;
	width: 250px;
}
#ctaimagewrappercenter {
	padding: 10px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #e6e6e6;
	margin: 0 auto;
	text-align:center;
}
.ctaimagetext {
	background-color:#F1EDC9;
	color:#000;
	line-height: 18px;
	font-size:12px;
	font-weight:bold;
	margin: 10px 0px 0px 0px;
	padding: 5px 6px 10px 8px;
	text-align:center;
	text-transform: capitalize;
}
/*  ADMIN SIGN ===========================*/

div#signin {
	text-align:center;
	clear:both;
	margin: 15px 0px 15px 0px;
}
div#signin a {
	color:#666600;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
/*  COPYRIGHTS ===========================*/

div#copyright {
	text-align:center;
	font-size: 9px;
	padding: 5px 0px 5px 0px;
	width: 1000px;
	height: 50px;
	color:#666633;
	line-height: 19px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#copyright a {
	font-size: 9px;
	font-weight: normal;
	color: #666600;
	text-decoration: underline;
}
div#copyright img {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*  GOOGLE MAPS ===========================*/

div.googlemap {
	padding: 5px;
	border: 1px solid #e8e8e8;
	width: 650px;
	margin-bottom: 20px;
	margin-left: 20px;
}
div.googlemapright {
	padding: 5px;
	border: 1px solid #e8e8e8;
	width: 330px;
	margin-bottom: 20px;
}
/*  NETOPIA IFRAMES ==========================*/

#netopiaiframe {
	float:right;
	margin-right: 100px
}
/* TABLE FOR CONTENT ============================*/

table, td, th {
	border-collapse: collapse;
	vertical-align: top;
}
table#content {
	width: 600px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align:left;
	vertical-align:top;
	margin-left: 265px;
}
table#content tr.title {
	background-color:#009933;
	color:#FFFFFF;
	font-size: 13px;
	font-weight:bold;
}
table#content td {
	font-size: 13px;
	color: #000000;
	padding: 4px;
	text-align:left;
	vertical-align: top;
}
.leftcolcta {
	border: 0;
}
.video {
	display: block;
	margin: 0 auto;
	border: 1px solid #111;
}
div#sidebariframe {
	display:block;
	width: 150px;
	height: 175px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear:both;
}
img.pullleft {
	margin-left:-15px;
}

.clear {
	clear: both;
}