html,body{margin:0;padding:0; background-color:  #DCD6C2; }
body{font: 76% arial,sans-serif;text-align:center}
p{margin:0 10px 10px}

img.multithumb {position:relative;background:#FFF;border:1px solid #ccc;margin: 0px 10px 10px 10px;padding:4px;}

    /* The wider this li is, the fewer columns there will be */
    ul.multiple_columns li{
        text-align: left;
        float: left;
        list-style: none;
        height: 25px;
        width: 170px;
    }
    /* The wider this li is, the fewer columns there will be */
    #typeListTable ul.multiple_columns li{
        text-align: left;
        float: left;
        list-style: none;
        height: 25px;
        width: 110px;
    }

    #typeListTable, #areaListTable {
    	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: rgb(0, 136, 204);
	border-collapse: separate;
	background-color: white;
        margin-bottom: 10px;
    }


/** Content area borders. **/
.boxcontent {
  padding: 0px 10px 0px 10px;
  min-height:900px; 
  background: #FFFFFF;
  border: 2px #002872 solid;
}


.loginRegisterHeaderLinks, .loginRegisterHeaderLinks  a, .loginRegisterHeaderLinks a:link, .loginRegisterHeaderLinks a:visited
{
   padding-top: 5px;
   padding-right: 5px;
   font-weight: bold;
   font-size: 14px;
   text-decoration : none;
   color: #FFFFFF;
}

.loginRegisterHeaderLinks a:hover
{
    color: #FEFD02;
}

/* Red menu borders  */
.rbroundbox { background: url(/go/templates/ajroadtripsv.4/images/corners/nt.gif) repeat; }
.rbtop div { background: url(/go/templates/ajroadtripsv.4/images/corners/tl.gif) no-repeat top left; }
.rbtop { background: url(/go/templates/ajroadtripsv.4/images/corners/tr.gif) no-repeat top right; }
.rbbot div { background: url(/go/templates/ajroadtripsv.4/images/corners/bl.gif) no-repeat bottom left; }
.rbbot { background: url(/go/templates/ajroadtripsv.4/images/corners/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0; }
.rbroundbox { width: 100%; margin: 1em auto; }

div#container{text-align:left; min-width: 900px;}
div#content p{line-height:1.4}
div#container{width:90%;margin:0 auto}
div#wrapper{
   float:left;
   width:100%;
   min-height: 600px; 
}
div#header {
   height: 90px;
   margin-top: 15px;
}
div#content{
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
}
div#extra{
    float: right; 
    width: 180px; 
    background-color: #FFFFFF;
    margin-top: 20px;
}

div#header_image {
  display: none;
}

/* Top Navigation */
#topNav {
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	margin-top: 0px;
        margin-bottom: 0px;
        height: 80px;
}
#topNav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#topNav ul li {
	margin-left: 0;
	padding: 3px 15px;
	list-style: none;
	display: inline;
	}
#topNav li.active a{
        color: #FFC41A;
	background-repeat: no-repeat;
        background-position:right;
	}
#topNav a {
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
#topNav a:hover {
	color: #FFC41A;
}

/* Top Navigation SECOND*/
#topNavSecond{
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin-top: 1px;
        margin-bottom: 0px;
}
#topNavSecond ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#topNavSecond ul li {
	margin-left: 0;
	padding: 3px 12px;
	list-style: none;
	display: inline;
	}

#topNavSecond ul li a{
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
#topNavSecond ul li a:hover {
	color: #FFC41A;
        text-decoration: none;
}
#topNavSecond li.active a{
        color: #FFC41A;
	}


div#footer { 
	color: #000000;
	text-align:right;
	clear:left;
	width:100%;
        background-color: transparent;
}
.CommentPoweredBy {
   display: none;
}