/* mac hide*/
// html, body {font-family:verdana,tahoma,helvetica,arial,serif; font-size:21px;}
/* end hide */
/* common css elements */
/*
 body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:990px;  // for mozilla
	background-color:black;
	color: black;
}
a:link, a:visited {
	text-decoration:none;
}
*/

#outer{
	float:left;
	width:990px;
	color: #000000;
	text-align:left;
	margin:auto;
	background:  url(http://www.gophersoftware.com/images/gradientBG.jpg) repeat-x;
//	background-position:0px  217px; original 
	background-position:0px  137px;
	background-color:white;
	z-index:1;
}

/*
html>body #outer{height:auto;margin:0;} //for mozilla as IE treats height as min-height anyway
#innerwrap {// enables content first 
	//float:left;
	width:830px;
	margin:0;
	padding:0;
	z-index:2;
//	height:1500px; original 
	height:800px;
}
*/

div[id] #innerwrap {
   height:auto;
//	 min-height:1500px; original 
	 min-height:800px;
   }
// header stuff 
#headerContainer{
	position:absolute;
	top:0;
/*	top:10; */
	left:0px;
	width:991px;
/*	height:217px; original */
    height:137px;
/*	height:7px; */
/*	background: #FF0000; */
/*	background: #2c2c2c; */
	background: #324F15;
	overflow:hidden;
	color: #000000;
	z-index:80;
}


#BottomArea{ 
	background: #324F15;
	height:72px;
	border:2px solid #909294;	
}

#BottomAreaSpacer{ 
	background: #324F15;
	height:5px;
}

#logoContainer{
	position:absolute;
/*	top:90px; original */
	top:10px;
	left:0px;
	background:url(http://www.gophergraphics.com/images/Top-Background.jpg) no-repeat;
/*	background-position:0px  10px; */
	width:990px;
	height:98px;
}

#logoContainer2{
	position:absolute;
/*	top:90px; original */
	top:0px;
	left:0px;
	width:990px;
	height:98px;
}

#homepageLink{
	position:absolute;
	top:130px;
	left:376px;
	font-weight:800;
	z-index:101;
	text-align:right;
	display:block;
	width:200px;
	height:16px;
/*	color:#195ca7; */
	color:#35A829;

}
#homepageLink a{
/*	color:#195ca7; */
	color:#35A829;
}
#homepageLink a:visited{
/*	color:#195ca7; */
	color:#35A829;
}
#homepageLink a:active{
/*	color:#195ca7; */
	color:#35A829;
}
#logoSearchForm{
	padding:50px 37px 0px 0px;
	float:right;
}
#subscribeLinks{
	font-size:10px;
	margin-left:120px;
	margin-top:20px;
	color:white;
	text-transform:uppercase;
	list-style-image:url(http://www.gophergraphics.com/images/subscribeBullet.jpg);
}
#subscribeLinks a{
	text-decoration:none;
	color:white;
	font-weight:bold;
}
#subscribeLinks a:visited{
	text-decoration:none;
	color:white;
	font-weight:bold;
}
#subscribeLinks a:hover{
	text-decoration:underline;
	color:#dadbda;
	font-weight:bold;
}
#topNav{
	position:absolute;
	width:990px;
/*	top:190px; original */
	top:110px;
	left:0px;
	background:url(http://www.gophersoftware.com/images/topNavGradientBlueBG.jpg) repeat-x;	
	
	background-position:bottom;
	height:25px;
	text-align:center;
	z-index:100;
/*	background-image: url(topNavGradientBlueBG.jpg); */

}
#nav, #nav ul {
	padding: 0;
	position:relative;
	font-size:15px;
	margin: 0;
	list-style: none;
	height:25px;
	width:990px;
	font-family:verdana,tahoma,arial,serif;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
//	background:url(http://www.gophersoftware.com/images/topNavGradientBlueBG.jpg) repeat-x;	

	z-index:100;
//	background-image: url(topNavGradientBlueBG.jpg);\
//	background-image: url(http://www.gophergraphics.com/forum/iB_html/non-cgi/ad_buttons/gopher_button.jpg);
}
#nav a:link, #nav a:visited {
	display: block;
	text-decoration:none;
	color:#FFF;
	padding:5px 0px 0px 0px;
	height:20px;
}
#nav a:hover {
	display: block;
	text-decoration:underline;
	color:#FFF;
	padding:5px 0px 0px 0px;
	z-index:100;
/*	background-color:#0b2f5b; */
	background-color:#35A829;	
}
#nav .navItemOn a:hover {
	display: block;
	text-decoration:underline;
/*	color:#4AB332; */
	color:#FFF;
	padding:5px 0px 0px 0px;
	z-index:100;
    background-color:#4AB332;	
/*	background-color:#3278b3; */
}
#nav a.subNav:link {
	display: block;
	width: 150px; /* width needed or else Opera goes nuts */
	text-decoration:none;
	color:#484848;
	padding-left:10px;
	background:url(http://www.gophersoftware.com/images/topNavArrow.gif) no-repeat;
	background-position:center left;
}
#nav a.subNav:hover {
	display: block;
	width: 150px; /* width needed or else Opera goes nuts */
	text-decoration:underline;
	color:#32659c;
	padding-left:10px;
	background:url(http://www.gophersoftware.com/images/topNavArrow.gif) no-repeat;
	background-position:center left;
	z-index:100;
}
#nav a.subNav:visited {
	display: block;
	width: 150px; /* width needed or else Opera goes nuts */
	text-decoration:none;
	color:#484848;
	padding-left:10px;
	background:url(http://www.gophersoftware.com/images/topNavArrow.gif) no-repeat;
	background-position:center left;
	z-index:100;
}
#nav li { /* all list items */
	float: left;
	width: 80px; /* width needed or else Opera goes nuts */
	padding:0px 0px 0px 0px;
	text-align:center;
	z-index:100;
}
#nav li ul { /* second-level lists */
	position: absolute;
	color:#484848;
	width:180px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background:#d9d9d9;
	z-index:100;
}
#nav li li{
	background: # E0E0E0;
	border:1px solid black;
	border-top:0px;
	width:180px;
	padding:5px;
	text-align:left;
	background:#d9d9d9;
	z-index:100;
}
#nav li li:hover, #nav li li.sfhover{
	background:#c0c0c0;
	z-index:100;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	border-top:1px solid black;
	width:190px;
  width /**/:180px;
  width/**/:/**/180px;
	background-color:red;
	z-index:100;
}
#nav ul ul  li:hover, #nav ul ul li.sfhover {
	
}
.navItemOn {
/*	background-color:#3278b3; */
	background-color:#324F15;
/*	background-color:#35A829; */
	padding:0px;
	margin:0px;
}
/* end header stuff */

#leftContainer {
	position:absolute;/*ie needs this to show float */
	width:206px;
  width /**/:210px;
  width/**/:/**/210px;
/*	top:217px; original */
	top:137px;
	left:5px;
	float:left;
/*	background:#797c79; */
/*	background:#333; */
	background:#324F15;
	border:2px solid #909294;
	/*padding-top:221px;needed to make room for header*/
}
#rightContainer {
	position:absolute;
/*	top:217px; original */
	top:137px;
	left:830px;
	width:160px;
	height:670px; /* added this to original */
	background:  url(http://www.gophersoftware.com/images/gradientBG.jpg) repeat-x;
/*	background-position:0px  217px; original */
	background-position:0px  137px;
	background-color:white;
	z-index:50;
}

#centerContainer {
/* padding-top:217px; original */
 padding-top:137px;
 padding-left:225px;
 width:601px;
 text-align:center;
 background:  url(http://www.gophergraphics.com/images/gradientBG.jpg) repeat-x;  background-color:white;  z-index:6; }

 
#footer {
 float:left;
 width:990px;
 clear:both;
 background-color: transparent;
 color: #000000;
 text-align:center;
 z-index:100;
}

#footer ul{
	list-style-image:url(http://www.gophersoftware.com/images/footerBulletPoint.jpg);
	display:inline;
}
#footer ul li{
	display:inline;
	font-family:verdana,tahoma,serif;
	font-size:9px;
	background:url(http://www.gophersoftware.com/images/footerBulletPoint.jpg) no-repeat;
	margin:0px 3px 5px 3px;
	padding:0px 0px 0px 6px;
	text-transform:uppercase;
}
#footer a:link{color:white;text-decoration:none;}
#footer a:hover{color:black;text-decoration:none;}
#footer a:visited{color:black;text-decoration:none;}
#footer a:hover{color:black;text-decoration:underline;}
div,p  {margin-top:0}/*clear top margin for mozilla*/

#clearfooter {width:100%;height:100px;clear:both} /* to clear footer */

#clearspacer {width:100%;height:9px;clear:both} /* added to original to create a spacer area */


/* left box modules */
.leftBox{
	width:205px;
	color:#dadbda;
	padding:5px 2px 5px 2px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}
.leftBox a:link{color:#dadbda;text-decoration:none;}
.leftBox a:visited{color:#dadbda;text-decoration:none;}
.leftBox a:hover{color:white;text-decoration:underline;}
.leftBox h6 {
	margin:4px 0px 6px 14px;
	padding:0px;
}
.leftBox h6 a:link, .leftBox h6 a:visited {
	font-size:13px;
	font-weight:bold;
	color:#FFF;
} 
.leftBox h6 a:hover {
	text-decoration:underline;
} 
.leftBoxSmall{
	font-weight:bold;
	font-size:9px;
}
div.leftBox input{
	background:#797c79;
	border:1px solid #d8d9d8;
	color:white;
	font-size:9px;
	padding:4px;
}
.emailfield {
	background:#797c79 !important;
}
div.leftBox select{
	background:#797c79;
	border:1px solid #d8d9d8;
	color:white;
	font-size:9px;
	padding:0px;
	margin:0px 0px 5px 0px;
	width:180px;
}
div.leftBox p{
	padding:5px 10px 0px 5px;
}
ul.boxList{
 	font-family:verdana;
        font-size:15;
	font-weight:bold;
	margin-left: 20px; padding-left: 0;
	list-style-image:url(http://www.gophersoftware.com/images/leftBoxBulletPointBlueArrow.jpg);
}
ul.boxList li{
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style-image:url(http://www.gophersoftware.com/images/leftBoxBulletPointBlueArrow.jpg);
}
#leftPromoBox{
	width:200px;
	height:150px;
	background:black;
	border:0px;
}
.boxSeperator{
  background: url(http://www.gophersoftware.com/images/leftHR.jpg) no-repeat center;
  border:0px;
	height:2px;
	margin:5px auto;
}



#freeIssueContainer{
	background-color:white;
	width:490px;
	height:125px;
	margin:0px auto 10px auto;
	text-align:right;
}
#freeIssueContainer input{
	font-size:10px;
	padding:0;
	margin:0;
}
.imageInput{
	vertical-align:middle;
	border:0px;
	margin:0px;
	padding:0px;
}
p.travelPlannerForm{
	color:white;
	font-size:10px;
	font-weight:bold;
}

.headline{
	font-size:11px;
	font-weight:bold;
	color:white;
}
.dk_headline{
	font-size:11px;
	font-weight:bold;
	color:black;
}
.dk_headline a:link, a:visited{
	text-decoration:none;
}
.deck{
	font-size:9px;
	font-weight:normal;
	color:white;
}
.dk_deck {
	font-size:9px;
	font-weight:normal;
	color:black;
}
.real_estate_dropdown{
	border-style: solid;
	border-color: #D8D9D8;
	border-width: 1px;
	background: #797C79;
	color: #FFFFFF;
	font-size: 11px;
	margin-bottom: 5px;
	width: 180px;
}
				 
.real_estate_button{
	float: right;
	margin-right:15px;
}
.channelThumb{
	padding: 5px;
	background:white;
	height:50px;
	width:50px;
	border:0px;
}
.channelThumbDiv{
	margin-right: 5px;
	
	float:left;
	width:60px;
}
.channelContent{
	clear:both;
	padding:5px;
	margin-bottom:5px;
}
.channelContent a:link, a:visited{
	text-decoration:none;
}
.channelContent a:hover{
 	text-decoration:underline;
}
.centerTiny{
  width: 198px !important;
  width /**/:198px;
  width/**/:/**/198px;
  height:100px; /* added this to original */
	padding:0px;
	margin:0px 2px 0px 0px;
	overflow:hidden;
	color:#dadbda;
/*	background-color:#6c7682; */
	background-color:#324F15;
	text-align:left;
}
/* Do not increase width of centerMedium, otherwise it it pushes out the the outer div too much and causes problems on gear channel.  */
.centerMedium{
    width: 290px;
	padding:0px;
	margin:0px 2px 0px 0px;
	overflow:hidden;
	color:#dadbda;
	background-color:#6c7682;
	text-align:left;
}
#contentRelatedContainer{
	clear:both;
	width: 300px;
	padding:0px;
	margin:5px;
	font-weight:normal;
	border:2px solid #cccccc;
	background-color:#797c79;
	float:right;
	font-size:11px;
}
#contentRelatedContainerSmall{
	width: 219px;
	padding:0px;
	margin:0px;
	font-weight:normal;
	border:0px;
	background-color:#797c79;
	float:right;
	font-size:11px;
}
#contentRelatedContainer a:link, #contentRelatedContainerSmall a:link, #contentRelatedContainer a:visited, #contentRelatedContainerSmall a:visited {font-size:11px;color:#FFF;text-decoration:none;font-weight:bold;}
#contentRelatedContainer a:hover {font-size:11px;color:#033363;text-decoration:underline;font-weight:bold;}
.contentRelatedItem{
	text-align:left;
	padding:5px;
	margin:0px;
	clear:both;
	color:#FFF;
}
.relatedGradient {
	background:url(http://www.gophersoftware.com/images/pvGradientBG.jpg) repeat-x;
	background-position:bottom;
}
.contentRelatedThumb{
	border:0px;
	float:left;
	padding:5px;
}

.weatherTextLink {
	background-color:#797C79;
	height:14px;
	width:197px;
	padding-left:5px;
}
.headline a:link, .headline a:visited {
	color:#FFF;
	
}
.headline a:hover
	text-decoration:underline;
	
}

.travelTextLink {
	text-align:left;
	padding-left:5px;
}
.searchResultItem {
	display:block;
	margin-bottom:18px;
}
.solidBlackLine {
	height:1px;
	border-top:1px solid #000;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

#searchTop {
	line-height:12px;
	padding:5px 20px 10px 20px;
}
#searchBottom {
	padding:0px 20px 0px 20px;
}
#searchBottom h3 {
	font-family:Arial;
	color:#464646;
	font-weight:800;
	font-size:16px;
	padding-top:0px;
}
#searchBottom a:link, #searchBottom a:visited {
	font-family:Arial;
	color:#2b5387;
	font-weight:800;
	font-size:12px;
	text-decoration:none;
} 
#searchBottom a:hover {
	font-family:Arial;
	color:#2b5387;
	font-weight:800;
	font-size:12px;
	text-decoration:underline;
} 
/* search results editors picks block */
.editorsPicks {
	border:1px solid #12436c;
	background-color:#ececec;
	padding:8px 12px 8px 12px;
	margin:12px 8px 15px 8px;
}
.editorsPicks h3 {
	font-family:Arial;
	color:#454545;
	font-weight:800;
	font-size:16px;
	padding-top:0px;
	margin-top:0px;
}
.editorsPickItem {
	display:block;
	
	margin-bottom:10px;
}
.editorsPickItem h5 {
	padding:0px;
	margin:0px;
}
.editorsPickItem h5 a:link, .editorsPickItem h5 a:visited {
	font-family:Arial;
	color:#2b5387;
	font-weight:800;
	font-size:12px;
	text-decoration:none;
}

.editorsPickItem h5 a:hover {
	font-family:Arial;
	color:#2b5387;
	font-weight:800;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
}
.collectionlink a:link, .collectionlink a:visited {
	font-family:Arial;
	color:#2b5387;
	font-weight:800;
	font-size:12px;
	text-decoration:none;
} 
.collectionlink a:hover {
	font-family:Arial;
	color:#2b5387;
	font-weight:800;
	font-size:12px;
	text-decoration:underline;
} 
