@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;  /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	position: relative;	 /*  this allows me to position elements within this element */
	background-color: #f6f5e2;
	background-image: url(../images/graphics/e_r_o_heading_bg.jpg);
	background-repeat: repeat-x;
	color: #630;
	font: normal normal normal 100.1%/1 "Lucida Grande", Tahoma, "Trebuchet MS", Arial, sans-serif;
	text-transform: none;
	text-decoration: none;
}
#screen {
	position: relative;
	margin: 0;
	padding: 0;
}
#screen .footerBg {
	background-image: url(../images/graphics/e_r_o_footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 97px;
	color: #481400;
	margin: -97px 0 0 0;
	padding: 0;
}
#container {
	position: relative;
	width: 1020px;
	text-align: left;
	padding: 0;
	top: 0px;
	margin: 0 auto;
}


/*^^^^^^^^^^ header styles ^^^^^^^^^^^*/


#header {
	margin: 0;
	padding: 73px 0 0 0px;
	position: relative;
	height: 131px;
}
#header h1 {
	height: 58px;
	/*text-indent: -1000em; - removed this as in IE5 it makes the banner image also disappear*/
	font-size: 0;
	background-image: url(../images/graphics/masthead.gif);
	background-repeat: no-repeat;
	margin-left: 16px;
	padding: 0px;
	margin-bottom: 0px;
}
#container #header h1 a {
	display: block;
	height: 58px;
	border: none;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
}
#header .menu {
	line-height: 20px;
	height: 2.5em;
}
#header .menu ul {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#header .menu ul li {
	float: left;
	font-weight: lighter;
	vertical-align: top;
}
#header .menu ul li a {
	display: block;
	text-transform: lowercase;
	text-decoration: none;
	border: none;
	/*
	border-right-width: 2px;
	border-right-style: ridge;
	border-right-color: #fff;
	*/
	width: auto;
	margin: 5px 0 5px;
	padding: 0 18px;
	font: normal normal lighter 14px/15px "Lucida Grande", Tahoma, "Trebuchet MS", Arial, sans-serif;
	vertical-align: top;
}
#header .menu li a:link {
	color: #fff;
	text-decoration: none;
}
#header .menu li a:visited {
	color: #fbd7a3;
	text-decoration: none;
}
#header .menu li a:hover {
	color: #fff;
	text-decoration: underline;
	font-style: normal;
}
#header .menu li a:active {
	color: #f00;
	text-decoration: underline;
	vertical-align: text-bottom;
}	
#header .menu li a.current, #header .menu li a.current:link, #header .menu li a.current:visited, #header .menu li a.current:hover, #header .menu li a.current:active {
	color: #f00;
	text-decoration: none;
	cursor: default;
}
#screen #container #header .menu .last {
	display: block;
	border: none;
	width: auto;
	margin: 5px 0 5px;
	padding: 0 18px;
}
#screen #container #header .menu .last_current {
	display: block;
	font: normal normal lighter 14px/15px "Lucida Grande", Tahoma, "Trebuchet MS", Arial, sans-serif;
	text-transform: lowercase;
	text-decoration: none;
	/*border: none;*/
	width: auto;
	margin: 5px 0 5px;
	padding: 0 18px;
	color: #f00;
	cursor: default;
}


/*--------------- main content styles ---------------*/

/*
#content {
	padding: 1px;
	width: auto;
	color: #ccc;
	font: normal normal normal 1.4em/1.2 Garamond, Georgia, serif;
	text-transform: none;
	text-decoration: none;
	border: 1px dotted #00FF66;
	height: auto;
	float: left;
	text-align: left;
	overflow: visible;
}*/
#leftSide  {
	float: left;
	background-color: #f6f5e2;
	text-align: center;
	width: 280px;
	padding-left: 18px;
	margin-bottom: 40px;
}
#leftSide .photo img {
	border-top-width: 1em;
	border-top-style: solid;
	border-top-color: #f6f5e2;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #f6f5e2;
}
#leftSide .caption {
	color: #787777;
	text-align: center;
	font: normal normal normal 80.1%/1.2 "Lucida Grande", Tahoma, "Trebuchet MS", Arial, sans-serif;
	text-transform: none;
	text-decoration: none;
}
#leftSide .caption a {
	color: #8590d2;
	font: normal normal normal 80.1%/1.2 "Lucida Grande", Tahoma, "Trebuchet MS", Arial, sans-serif;
	text-transform: none;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8590d2;
}
#leftSide .logo img {
	border: 1px solid #000000;
}
#leftSide h1 {
	text-align: left;
	color: #630;
	font: normal normal bold 110.1%/1 "Lucida Grande", Tahoma, "Trebuchet MS", Arial, sans-serif;
	text-transform: none;
	text-decoration: none;
	padding: 0 0;
	margin: 0.6em 0;
}
#leftSide p {
	color: #630;
	text-transform: none;
	text-decoration: none;
	font: normal normal normal 90.1%/1.25 "Lucida Grande", Tahoma, "Trebuchet MS", Arial, sans-serif;
	text-align: left;
	padding: 0 0;
	margin: 0.7em 0;
}
#travelInfo {
	margin: 5.2em 2em 1em 1.1em;
	padding: 0.5em 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #630;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #630;
}
#mainText {
	background-color: #f6f5e2;
	float: left;
	text-align: left;
	overflow: visible;
	width: 630px;
	margin-bottom: 40px;
	padding-left: 2em;
}
#mainText p {
	color: #630;
	text-transform: none;
	text-decoration: none;
	font: normal normal normal 90.1%/1.25 "Lucida Grande", Tahoma, "Trebuchet MS", Arial, sans-serif;
	text-align: left;
	padding: 0 0;
	margin: 0.7em 0;
}
#mainText h1 {
	text-align: left;
	color: #630;
	text-transform: none;
	font: normal normal bold 120.1%/1 "Lucida Grande", Tahoma, "Trebuchet MS", Arial, sans-serif;
	padding-right: 4em;
	margin: 0.75em 0 0.8em 0;
}
#mainText h2, #leftSide h2 {
	text-align: left;
	color: #630;
	font: normal normal bold 100.1%/1 "Lucida Grande", Tahoma, "Trebuchet MS", Arial, sans-serif;
	text-transform: none;
	text-decoration: none;
	padding: 0 0;
	margin: 1.4em 0 0.6em 0;
}
#mainText ul {
	list-style: none;
	margin: 0px;
	padding: 0 0;
}
#mainText ul li{
	color: #630;
	text-transform: none;
	text-decoration: none;
	font: normal normal normal 90.1%/1.5 "Lucida Grande", Tahoma, "Trebuchet MS", Arial, sans-serif;
	text-align: left;
}
#mainText .client_name {
	text-align: left;
	color: #f80015;
	font: normal normal normal 1.2em/1.2 "Lucida Grande", Tahoma, "Trebuchet MS", Arial, sans-serif;
	padding: 0;
}
#mainText a {
	color: #FF0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
}
#mainText a:hover, #mainText a:active {
	color: #d5974d;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d5974d;
}
#mainText  p .important   {
	color: #f80015;
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
}
#mainText  p .feature_box  {
	background-color: #2b0501;
	margin: 1em;
	padding: 1em;
	border: 0.5px solid #d5974d;
}
#pic { /*div and p style following are for pictures in the main text area*/
	clear: both;
	width: 1020px;
}
#pic p {
	color: #630;
	text-transform: none;
	text-decoration: none;
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 100.1%;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
	font-variant: normal;
}


	
/*^^^^^^^^^^^^^^^^ footer styles ^^^^^^^^^^*/	
	

#footer {
	clear: both;
	color: #FFFFFF;
	padding: 0 18px;
	margin: 0px;
	height: 97px;
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	font-weight: lighter;
}
#footer .companyName {
	font-weight: bold;
}
#footer .contactDetails {
}
#footer .contactDetails a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
#footer .contactDetails a:hover {
	color: #FFCC66;
	text-decoration: none;
}
#footer .address {
}
#footer .copyright {
	color: #f9d68f;
	font-size: 10px;
	line-height: 2;
}
#footer   .copyright a {
	color: #f9d68f;
	border-bottom-style: dotted;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #f9d68f;
}
#footer .copyright a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

