/* CSS Document */
body {
	padding : 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #333333;
}
.h1 {
	padding : 0px 0px 10px 0px;
	color: #ff9900; 
	font-size: 14px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	text-decoration : none
}
.h2 {
	padding : 0px 0px 0px 0px;
	color:#ff9900;
	font-size: 14px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	text-decoration : none
}
.body-copy{
	padding : 0px 12px 0px 0px;
	color: #ffffff; 
	font-size: 12px;
	font-family: Arial,sans-serif;
	font-weight: normal;
	text-decoration : none
}

/* Forms*/
form {
	padding : 0px
	margin: 0px 0px 0px 0px;
	color: #333333; 
	font-size: 14px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	text-decoration : none
}
input {
	color: black;
	background-color: #ff9900;
	border: #7689A3 1px solid;
	font-size: 10pt;
	font-family: Arial,sans-serif;
	font-weight: normal;
	text-decoration : none
} 
/* Text Based A HREF*/
a.navigation-main{ 
	color: #999999; 
	font-size: 12px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	text-decoration : none;
	padding : 5px 10px 0px 10px;
}
a.navigation-main:hover,visited{ 
	color: #ff9900; 
	font-size: 12px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	text-decoration : none;
	padding : 5px 10px 0px 10px;
}  

a.navigation-tour{ 
	color: #999999; 
	font-size: 12px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	text-decoration : none;
}
a.navigation-tour:hover,visited{ 
	color: #ff9900; 
	font-size: 12px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	text-decoration : none;
} 
/* Backgrounds */
.tourpage-heading-bg{ 
	background-image:url(../images/build/tourpage-heading-bg.gif);
}  
.navigation-bg{
	background-image:url(../images/navigation/tile-background.gif)
}

/* Containers & DIV layout*/
#center-all { 	
	position:absolute;
	width:769;
	margin: 0px 0px 0px -384px;
	top: 0px; 
	left: 50%;
	padding: 0px
}
#content {
	width: 638px;
	padding : 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#content-top {
	height: 245px;
	padding : 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#content-title {
	height: 40px;
	padding : 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#content-body {
	width: 638px;
	padding : 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
#sidebar {
	position: absolute;
	right: 0;
	width: 131px;
	padding : 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#footer {
	padding : 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}