@charset "UTF-8";
/* CSS Document */

/*eric meyer reset style */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font: 0.6251em/1 "HelveticaNeue-Light", Helvetica, Arial, sans-serif;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*eric meyer reset style */


blockquote, q {
	quotes: "" "";
}

/*************************************/
body {
	background:#132f5f url(images/bg2.jpg) no-repeat top center;
}
a{
	color: #444;
	text-decoration: none;
	border: none;
}
a:link{
	color: #143060;
	text-decoration: none;
	border: none; 
}
a:visited{
	color: #143060;
	text-decoration: none;
	border: none; 
}
a:hover{
	color:#444444;
	border: none;
	text-decoration: underline;
}
#container a, a:link, a:visited{
	text-decoration:none;
}
#container a:hover{
	color:#444444;
}
#container {
  width : 98em;
  margin :  auto;
  padding : 0px;
  text-align: center;
  background-color:;
  overflow:hidden;
  display:block;
}
#container #mainContainer{
  	background:#ffffff url(images/contentBg.jpg) repeat-x top;
	width:98em;
	float:left;
}
#header {
	width : 98em;
  	padding : 0px;
  	text-align: center;
	background:url(images/headerBgNew.jpg) no-repeat bottom center;
  	height:15.4em;
	clear:left;
}
#header h2 {
	color: #ffffff;
	font-family: goudy old style, "Times", verdana, serif;
	font-size: 20pt;
	font-variant: small-caps;
	font-weight: normal;
	margin-top: 55px;
	margin-bottom: 0px;
	margin-left: 13px;
	letter-spacing: 2px;
	}

#header h2 a {
	color: #fff;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #fff;
	text-decoration: underline;
	}
#header h3 {
	color: #F0F0F0;
	font-size: 10pt;
	font-family: georgia, verdana, Sans-Serif;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	margin-left: 15px;
	}
#newsHighlight #rssDiv{
	background:url(images/rssNew.gif) no-repeat left;
	font: 1.2em/2.4em Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	float:left;
	height:2.5em;
	margin:.8em 0 0 6em;
}
.rssHome{
	margin-left:2.5em;
}
/*** NEW NAV ***/
#topContainer{
	width:98em;
	margin:auto;
	padding:0;
	background:#FFFFFF;
	float:left;
	
}
#topNav{
	width:98em;
	border-top:	1px solid #CFDEFF;
 	margin: .5em 0 0 0 ;
  	text-align: center;
  	background:#acb3c5 url(images/navBg.jpg) repeat-x top center;
  	display:block;
  	height:3.2em;
	float:left;
}
#topContainer h1{
}
#topContainer h1 a:link{
	background:#ffffff url(images/logo.jpg) no-repeat;
	width:38em;
	height:5.7em;
	text-indent:-9999px;
	margin-left:1em;
	float:left;
}
#topContainer h1 a:visited{
	background:#ffffff url(images/logo.jpg) no-repeat;
	width:38em;
	height:5.7em;
	text-indent:-9999px;
	margin-left:1em;
	float:left;
}
#topContainer #search{
float:right;
margin-right:2em;
margin-top:3.3em;
}
#custom-search-box {
	border:1px solid #00205b;
font-size:1em;
height:1.3em;
padding:0.5em;
position:relative;
top:-9px;
width:22em;
}

.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
}
.sf-menu {
	line-height:1.3em;
}
.sf-menu ul {
	position:absolute;
	top:-999em;
	width:17em;
}
.sf-menu ul li {
	width:17em;
}
.sf-menu li {
	float:left;
	position:relative;
}
.sf-menu a {
	display:block;
	position:relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:0;
	top:2.7em;
	z-index:99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:17em;
	top:0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:10em;
	top:0;
}

/*** DEMO SKIN ***/
.sf-menu {
	border-right:1px solid #FFFFFF;
	float:left;
	margin-bottom:1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	padding: 		.75em 1em;
	text-decoration:none;
}

.sf-menu li {
	background:#acb3c5 url(images/navBg.jpg) repeat-x top center;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.2em;
}
.sf-menu li li {
	background:		#AABDE6;
	text-align:left;
	font-size:.9em;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:#CFDEFF;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; 
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px;
}
a > .sf-sub-indicator {  
	top:			.8em;
	background-position: 0 -100px;
}
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px;
}

.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0;
}


/*column2*/

#column2 { 
	color: #000000;
	width: 34em;
	margin:1em 1em 2em 0;
	float: right; 
	}
#column2 .highLightLink{
	font: 1.2em/4em Verdana, Arial, Helvetica, sans-serif;
	color:#143060;
	background:#acb3c5 url(images/navBg.jpg) repeat-x top center;
	border:1px solid #ACB3C5;
	width:100%;
	display:block;
	margin:10px 0 0 0;
	
}
#column2 .philosophy{
	background: url(images/webPhilosophy.jpg)  no-repeat bottom left;
	width:300px;
	height:46px;
	display:block;
	text-indent:-9999px;
	margin-top:10px;
	overflow:hidden;
	
}
#column2 .oneQuestion{
	background: url(images/oneQuestion.gif)  no-repeat top center;
	width:300px;
	height:85px;
	display:block;
	text-indent:-9999px;
	margin-top:10px;
	overflow:hidden;
}
#column2 #rss{
	background:#acb3c5 url(images/navBg.jpg) repeat-x top center;
	border-left:1px solid #ACB3C5;
	border-right:1px solid #ACB3C5;
	border-bottom:1px solid #ACB3C5;
	height:5em;
}

#column2 #rssTop{
	background:url(images/rssNew.gif) no-repeat left;
	font: 1.2em/2.4em Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	float:left;
	height:2.5em;
	margin:0 0 0 .5em;
}
#column2 .addThis{
	text-decoration:none;
	margin:0 0 0 10em;
	float:left;
}
#column2 #podcast{
	line-height:0px;
	letter-spacing:0px;
	padding:10px 0px 0px 0px;
	margin:0px;
	height:179px;
}
#addthis_dropdown15{
	margin-left:-5em;
}

#column2 .podCastImage{
	background: url(images/podcast.jpg)  no-repeat bottom left;
	width:300px;
	height:46px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	
}

#column2 .podITunes{
	background: url(images/podcastiTunes.jpg)  no-repeat top center;
	width:95px;
	height:133px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}

#column2 .podVideo{
	background: url(images/podcastVideo.jpg)  no-repeat top center;
	width:108px;
	height:133px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}
#column2 .podAudio{
	background: url(images/podcastAudio.jpg)  no-repeat top center;
	width:97px;
	height:133px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	float:right;
}
#column2 #social{
	width:300px;
	clear:left;
	display:block;
	padding:2em;
	
}
#column2 #social .mySpace{
	background: url(images/mySpace.jpg)  no-repeat top center;
	width:97px;
	height:137px;
	display:block;
	text-indent:-9999px;
	margin-top:0px;
	overflow:hidden;
	float:left;
}
#column2 #social .facebook{
	background: url(images/faceBook.jpg)  no-repeat top center;
	width:103px;
	height:137px;
	display:block;
	text-indent:-9999px;
	margin-top:0px;
	overflow:hidden;
	float:left;
}
#column2 #social .youTube{
	background: url(images/youTube.jpg)  no-repeat top center;
	width:100px;
	height:137px;
	display:block;
	text-indent:-9999px;
	margin-top:0px;
	overflow:hidden;
	float:left;
}

/* right logos*/

#column2 .dicks{
	background: url(images/logoFrontDicks.jpg)  no-repeat top center;
	width:300px;
	height:100px;
	display:block;
	text-indent:-9999px;
	margin-top:10px;
	overflow:hidden;
}
#column2 .gore{
	background: url(images/logoFrontGore.jpg)  no-repeat top center;
	width:300px;
	height:100px;
	display:block;
	text-indent:-9999px;
	margin-top:10px;
	overflow:hidden;
}
#column2 .lance{
	background: url(images/logoFrontLance.jpg)  no-repeat top center;
	width:140px;
	height:50px;
	display:block;
	text-indent:-9999px;
	margin-top:10px;
	overflow:hidden;
	float:left;
}
#column2 .kat{
	background: url(images/logoFrontKat.jpg)  no-repeat top center;
	width:140px;
	height:50px;
	display:block;
	text-indent:-9999px;
	margin-top:10px;
	overflow:hidden;
	float:left;
}
#column2 .one{
	background: url(images/logoFrontOne.jpg)  no-repeat top center;
	width:140px;
	height:50px;
	display:block;
	text-indent:-9999px;
	margin-top:10px;
	overflow:hidden;
	float:left;
}
#column2 .lokey{
	background: url(images/logoFrontLokey.jpg)  no-repeat top center;
	width:140px;
	height:50px;
	display:block;
	text-indent:-9999px;
	margin-top:10px;
	overflow:hidden;
	float:left;
}
#column2 .spot{
	background: url(images/logoFrontSpot.jpg)  no-repeat top center;
	width:140px;
	height:50px;
	display:block;
	text-indent:-9999px;
	margin-top:10px;
	overflow:hidden;
	float:right;
}
#column2 .mm{
	background: url(images/logoFrontMM.jpg)  no-repeat top center;
	width:140px;
	height:50px;
	display:block;
	text-indent:-9999px;
	margin-top:10px;
	overflow:hidden;
	float:right;
}
#column2 .adventure{
	background: url(images/logoFrontAdventure.jpg)  no-repeat top center;
	width:140px;
	height:50px;
	display:block;
	text-indent:-9999px;
	margin-top:10px;
	overflow:hidden;
	float:right;
}
#column2 .advertise{
	background: url(images/logoFrontAd.jpg)  no-repeat top center;
	width:140px;
	height:50px;
	display:block;
	text-indent:-9999px;
	margin-top:10px;
	overflow:hidden;
	float:right;
}
#column2 .rv{
	background: url(images/logoFrontRV.jpg)  no-repeat top center;
	width:140px;
	height:50px;
	display:block;
	text-indent:-9999px;
	margin-top:10px;
	overflow:hidden;
	float:right;
}
#column2 .picken{
	background: url(images/logoPickenPlan.jpg)  no-repeat top center;
	width:140px;
	height:50px;
	display:block;
	text-indent:-9999px;
	margin-top:10px;
	overflow:hidden;
	float:right;
}
#column2 p{
	font: 1.2em/1.75em Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	margin: 0px;
	}
	
#column2 h2 {
	color: #0b4785;
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	list-style: none;
	margin: 10px 0 0 0;
	text-align:left;
	}



	
#column2 h2.widgettitle {
	color: #fff;
	background: #455A79;
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 8pt;
	list-style: none;
	padding: 6px;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	}

#column2 #video{
	padding-top:10px;
}
#logos{
	line-height:0px;
	letter-spacing:0px;
	padding:2em;
	clear:left;
}
/* column 1 */
#column1{
	margin: 1em 0px 0px .8em;
	text-align: center;
	float: left;
	width: 61.3em;
	background-color:#FFFFFF;
	overflow:hidden;
	display:block;
	min-height:150em;
}
#column1 p{
	font:1.2em/1.4em Helvetica, Verdana, Arial, sans-serif;
	color: #444444;
	text-align:left;
	margin:1.5em;
}
#column1 .image{
	color: #444444;
	font-size:.95em;
	line-height:1.4em;
	text-align:center;
	padding-top:10px;
	margin:10px 0px 10px 0px;
}
#column1 h2{
	background:#8596A7 url(images/newsfeedBg.png) repeat-x scroll center top;
	color:#143060;
	font: bold 1.5em/1.5em  Verdana, Arial, Helvetica, sans-serif;
	height:2.4em;
	margin:0;
	padding-top:1em;
	text-align:left;
	text-indent:1.5em;
	width:100%;
}
#column1 h3 {
	font: bold 1.2em/1.4em  Verdana, Arial, Helvetica, sans-serif;
	color:#0B4785;
	margin:1.5em 1.5em 0;
	text-align:left;
	}
#column1 h4 {
	color: #0b4785;
	font-size:1.25em;
	line-height:1.4em;
	font-weight:bold;
	margin:20px 20px 0px 20px;
	text-align:center;
	}
#column1 a:link{
	padding:0px;
	margin:0px;
	border:none;
	color:#006699;
	text-decoration:none;
}
#column1 a:visited{
	padding:0px;
	margin:0px;
	border:none;
	color:#006699;
	text-decoration:none;
}
#column1 a:hover{
	padding:0px;
	margin:0px;
	border:none;
	color: #000033;
	text-decoration:none;
}
#column1div{
	line-height:0;
	padding: 0;
	margin: 0;
	clear:both;
}
#column1 #googleMap{
	width: 613px;
	height:600px;
	line-height:0;
	padding:0px;
	margin:0px;
}
#column1 #map{
	width: 613px;
	height:350px;
	line-height:1em;
	padding:0px;
	margin:0px;

}
#column1 #flashMap{
	padding:0px;
	margin:0px;
	clear:left;

}
#column1 .picLeft { 
	float:left;
	padding:10px 10px 0px 0px;
}
#column1 .picRight { 
	float:right;
	padding:0px 10px 0px 10px;
}
#column1 .img { 
	float:right;
	padding:0px;
	margin:0px;
}

#column1 .mobile{
	background: url(images/mobileBase.jpg)  no-repeat top center;
	width:613px;
	height:46px;
	display:block;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
}
#column1 .tour{
	background: url(images/tourLocation2.jpg)  no-repeat top center;
	width:613px;
	height:46px;
	display:block;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
}
#column1 .inviteHeader{
	background: url(images/inviteBrian.jpg)  no-repeat top center;
	width:613px;
	height:46px;
	display:block;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
}
#column1 .surviveHeader{
	background: url(images/surviveHeader.jpg)  no-repeat top center;
	width:613px;
	height:46px;
	display:block;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
}

#column1 #invite{
	padding:0;
	margin: 0px 0px 0px 0px;
	width: 613px;
	background-color:#FFFFFF;
	line-height:0;
}
#column1 #invite img{
	float:right;
}
#column1 #news{
	clear:both;
}
#column1 #invite .wilderness{
	background: url(images/logoW2W.jpg)  no-repeat top center;
	width:300px;
	height:78px;
	display:block;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
}
#column1 #invite .dna{
	background: url(images/logoDND.jpg)  no-repeat top center;
	width:300px;
	height:78px;
	display:block;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
}
#column1 #invite .survive{
	background: url(images/logoSurvive.jpg)  no-repeat top center;
	width:300px;
	height:78px;
	display:block;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
}
#column1 #invite .green{
	background: url(images/logoGreen.jpg)  no-repeat top center;
	width:300px;
	height:79px;
	display:block;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
}
#column1 #invite #inviteFooter .readMore{
	background: url(images/inviteReadMoreLeft.jpg)  no-repeat top center;
	width:313px;
	height:40px;
	display:block;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
	float:left;
}
#column1 #invite p{
	color: #333333;
	font-size:1.3em;
	line-height:1.4em;

}
#column1 #invite .inviteText{
	margin: 0px;
	padding-left:0px;
	float:left;
	text-align: left;
	width: 290px;
	height:312px;
}
#column1 #invite .inviteLogos{
	margin: 0px;
	padding:0px;
	float:right;
	text-align: left;
	width: 300px;
	line-height:0;
}
#column1 #invite #inviteFooter{
	padding:0px;
	margin:0px;
	width: 613px;
	background-color:#FFFFFF;
	clear:both;
	line-height:0;
}
/* column 1 end */
/***********Tabs************/
#links{
	float:left;
	background:#ffffff;
	margin:1em 0 0 0;
}
#blogContent{
	background:#ffffff;
}
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 1em;
}
.ui-tabs-nav {
	background:#acb3c5 url(images/navBg.jpg) repeat-x top center;
    list-style: none;
    margin: 0;
    padding:0;
}

.ui-tabs-nav li {
    float: left;
    margin: 0 ;
    width: 11.3em;
	height:5em;
	overflow:hidden;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0;
    background: url('images/tabs.gif') no-repeat;
	overflow:hidden;
}
.ui-tabs-nav a {
    margin: 0;
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;  
    outline: 0;
	border-left: 1px solid #006699;
	overflow:hidden;
	height:5em;
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #143060;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: .1em;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -2.3em;
}
.ui-tabs-nav a span {
    padding-top: .1em;
    padding-right: 0;
    height: 5em;
    background-position: 0 0;
    line-height: 5em;
}
.ui-tabs-nav .ui-tabs-selected a span {
    background-position:0 -2.3em;
	height:5em;
	line-height:5em;
	margin:0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    border: 1px solid #ACB3C5;
    padding: 1em;
    background: #fff;
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/
#fragment-1 ul, #fragment-2 ul, #fragment-3 ul, #fragment-4 ul, #fragment-5 ul,#fragment-6 ul, {
  	text-align: left;
	margin-top:1.1em;
}
#fragment-1 li, #fragment-2 li, #fragment-3 li, #fragment-4 li, #fragment-5 li, #fragment-6 li {
	font: 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	list-style:none;
	text-align:left;
	margin:0 1em .5em 1em;
}
#fragment-1 li a:link, #fragment-2 li a:link, #fragment-3 li a:link, #fragment-4 li a:link, #fragment-5 li a:link, #fragment-6 li a:link{
	color:#143060;
	text-decoration:none;
	list-style:none;
}
#fragment-1 li a:visited, #fragment-2 li a:visited, #fragment-3 li a:visited, #fragment-4 li a:visited, #fragment-5 li a:visited, #fragment-6 li a:visited{
	color:#143060;
	text-decoration:none;
	list-style:none;
}
#fragment-1 li a:hover, #fragment-2 li a:hover, #fragment-3 li a:hover, #fragment-4 li a:hover, #fragment-5 li a:hover, #fragment-6 li a:hover{
	color:#666666;
	text-decoration:none;
	list-style:none;
}


/* footer */
#footer {
 	width : 98em;
	height: 18em;
  	padding-top:1em;
  	text-align: center;
	background-color:#8697A7;
	clear:both;
	float:left;
}
#footerMap {
	width:160px;
  	padding : 10px 40px 0px 40px;
	float:left;
}
#footerMap ul {
  	text-align: left;
	float:left;
	margin-top:1.1em;
}
#footerMap li {
	font: 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	list-style:none;
}
#footerMap li a:link{
	color:#FFFFFF;
	text-decoration:none;
	list-style:none;
}
#footerMap li a:visited{
	color:#FFFFFF;
	text-decoration:none;
	list-style:none;
}
#footerMap li a:hover{
	color:#143060;
	text-decoration:none;
	list-style:none;
}
.footerMap2 {
	width:170px;
  	padding : 10px 40px 0px 20px;
	float:left;
}
.footerMap2 ul {
  	text-align: left;
	float:left;
	margin-top:1.1em;
}
.footerMap2 li {
	font: 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	list-style:none;
}
.footerMap2 li a:link{
	color:#FFFFFF;
	text-decoration:none;
	list-style:none;
}
.footerMap2 li a:visited{
	color:#FFFFFF;
	text-decoration:none;
	list-style:none;
}
.footerMap2 li a:hover{
	color:#143060;
	text-decoration:none;
	list-style:none;
}
.footerDivide{
 	width : 1px;
	height: 123px;
  	padding : 0px 0px 0px 0px;
	margin-top:10px;
	background: url(images/siteMapDiv.jpg);
	float:left;
}
#footerCopy{
 	font: 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
	float:left;
	height:2em;
	padding:2em 0 0;
	text-align:center;
	width:98em;
}
/* footer end */

