
/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

html, body {
	height: auto;
}
 
body {
	background: #fff;
}

#logo {
	display: block;
	position: absolute;
	left: 60px;
	top: 30px;
	margin-bottom: 20px;
}

#printicon {
	position: absolute;
	right: 60px;
	top: 30px;
}

#title {
	right: auto;
	left: 60px;
	top: 30px;
	bottom: auto;
}

#pageTitle h1 {
	margin: 0;
}

#subtitle {
	display: none;
}

#box {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	margin: 10px 60px;
	background: none !important;
	background: none;
}

#header {
	height: 180px !important;
	height: 180px;
	margin-bottom: 0 !important;
	margin-bottom: 0;
	padding: 0;
	width: auto;
}

#col2 {
	position: static;
	float: none;
	width: auto !important;
	width: auto;
	/*border-top: 1px solid #000;
	border-bottom: 1px solid #000;*/
	
	border-top: 1px solid #123456;
	
}


#rootline {
	display: none;
}

#mainContent {
	padding: 10px 0;
	height: auto !important;
	height: auto;
	overflow: visible;
	
}

.content ul {
	list-style: disc;
	margin: 5px 0 5px 14px;
}

.content ul li {
	padding-left: 0;
	background: none;
}

#col3 {
	display: none;
}

#movie {
	display: none;
}

#currenturl {	
	display: block;
	float: left;
	width: 70%;
	/*border-top: 1px solid #123456;*/
}