/* layout stylesheet */

* {
	-moz-box-sizing: border-box;
}

body.mceContentBody {
	padding: 10px;
}

/* wrapper */


/* body, row class */
.row {
	width: 985px;
	overflow: hidden;
	text-align: left;
}

/* header */
#header {
	margin-bottom: 0px;
}

/* top navigation */


/* path and group list */
#path_group_list_wrapper {
	margin: 5px 0;
}
#path_group_list {
	width: 100%;
	overflow: hidden;
}

#path {
	float: left;
}
#group_list {
	float: right;
}
#group_list select {
}

/* content columns */
#left, #right, #group_list select {
	width: 150px;
}
#left {
	padding-right: 8px;
	border-right: 1px dashed #ccc;
}
#right {
	padding-left: 8px;
	border-left: 1px dashed #ccc;
}
/* center column */
.cols0 { /* one column */
	padding: 29px;
}
.cols1 { /* two columns (left) */
	padding: 0 0 0 10px;
}
.cols2 { /* two columns (right) */
	padding: 0 10px 0 0;
}
.cols3 { /* three columns */
	padding: 0 10px;
}

/* ads */
#ads_wrapper {
	width: 152px;
	float: right;
}
#ads_wrapper .section {
	border: 1px dashed #ccc;
}
#ads_wrapper .section h4 {
	background: #ddd;
	color: black;
	text-align: center;
	padding: 5px;
}
#ads_wrapper .ad {
	margin-top: 4px;
}
#trip_partners .ad {
	margin-top: 8px;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
}

#right-col {
	float: right;
	margin-top: 20px;
	width: 165px;
}

ul.list-divider {
	float: left;
	list-style: none;
	margin-right: 10%;
}

ul.list-divider li {
	margin-bottom: 3px;
}

#content {
	margin-top: 20px;
	float: left;
	width: 785px;
}


/* footer */
#footer {
	margin-bottom: 25px;
}
