/* tested with IE5+/Win, Mozilla, IE5/Mac, Safari, Opera8/Win */

body {
	background: #D5DAE0 url(background.jpg) top left repeat-x;
	font:normal 0.8em Arial, Helvetica, Sans-serif;
	color: #464646;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
	text-align: center;
	}

/*  fonts ------------------------------------------------------------------------- */

a:link {color: #5D87C2;text-decoration: none;} 
a:visited {color: #AC6FAC;text-decoration: none;} 
a:hover {text-decoration: underline; background-color: #FFF4EE;}

h1, h2, h3 {color: #5F6D80; margin: 0; padding: 15px 0 8px 0;}

h3 {padding: 15px 0 0 0}
h4 {margin: 0; padding: 0;}

h2 {font-size :1.35em;}
h3 {font-size :1.10em;}

table {font-size: 1em}
	
p {margin: 0;}

a.headerLink:link {color: #5D87C2;text-decoration: none;} 
a.headerLink:visited {color: #A875A8;text-decoration: none;} 
a.headerLink:hover {text-decoration: underline; background-color: #FFF4EE;}

/*  container ------------------------------------------------------------------- */

div#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
	}
	
/*  linkList ------------------------------------------------------------------- */

div#linksBar {
	float: left;
	margin-top:31px;
	height: 49px;
	width:480px;
	}

#nav-top ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
	}

#nav-top li {
	float: left;
	margin: 2px 0 0 0;
	padding: 0;
	text-align: center;
	
	}

#nav-top li a {
	font-size: 13px;
	font-weight: bold;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 7em;
	display: block;
	border-left: 0.1em solid #dcdce9;
	color:#EDEFF2;
	text-align: center;
	}
	
div#nav-top a:hover {
	background-color: #707D90;
	}

/* Commented backslash hack hides rule from IE5-Mac \*/
#nav-top li a {
	float: none
	}
/* End IE5-Mac hack */


/*  logo ------------------------------------------------------------------- */

div#logo {
	float: right;
	width:207px;
	height:80px;
	margin:0;
	padding:0;
	text-align: right;
	}
	
/*  breadcrumb ------------------------------------------------------------------- */

div#breadcrumb {
	width: 400px;
	}

div#breadcrumb a:link {color: #8F8D8D;text-decoration: none;} 
div#breadcrumb a:visited {color: #8F8D8D;text-decoration: none;}
div#breadcrumb a:hover {color: #8F8D8D;text-decoration: underline; background-color: #ffffff;} 

/*  content ------------------------------------------------------------------- */

div#content {
	float:left;
	width: 508px;
	}
div#content_top {
	width:530px;
	height:8px;
	font-size:0;
	line-height:0;
	background: url(content_top.gif) no-repeat top left;
	}
	
div#body {
	width: 506px;
	margin-left: 1px;
	background: #ffffff;
	border-right: 1px solid #7A7B7B;
	padding: 0 0 0 20px;
	}
	
div#content p {
	padding-right: 20px;
	padding-bottom: 10px;
	}
	
div#content ul {
	margin-top: 0;
	padding-right: 20px;
	}
	
div#content_header {
	width:430px;
	height:48px;
	margin-left:-10px;
	}

.headerLine {
	border-bottom: 1px solid #898888;
	}
	
div#symbol {
	margin-right: 4px;
	width:60px;
	}
	
div#content_header h1 span{
	display:none;
	}

.borderLine {
	border-bottom: 1px solid #C9C9C9;
	width: 490px;
}

a.subTitle_link:link {color: #000000;text-decoration: underline;} 
a.subTitle_link:visited {color: #000000;text-decoration: underline;}
a.subTitle_link:hover {color: #000000;text-decoration: underline; background-color: #FFF4EE;} 

div#content_bot_space {
	height: 30px;
	clear:both;
	}
	
/*  tour ------------------------------------------------------------------- */	
	
div#tourNav {
	clear:both;
	text-align: left;
	padding: 3px 0 0 0;
	width:490px;
	}
	

	
div#tourBox {
	border: 1px solid #898888;
	margin-left:-10px;
	padding:0;
	width: 505px;
	text-align: center;
	}	
	
/*  tableBordered ------------------------------------------------------------------- */	
div#tableBordered table, div#tableBordered td {
	border-color: #464646;
    border-style: solid;
	}
	
div#tableBordered table {
    border-width: 1px 1px 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

div#tableBordered td {
    margin: 0;
    padding: 4px;
    border-width: 1px 0 0 0;
}

/*  columns ------------------------------------------------------------------- */	
div.columns-2-AB-A {
	float: left;
	width: 230px !important;
	width: 240px;
	}

div.columns-2-AB-B {
	float: right;
	width: 230px !important;
	width: 240px;
	}

div.columns-2-AB-A ul, div.columns-2-AB-B ul{
	margin-left: 16px;
	padding-left: 0;
	margin-bottom:10px;
	}

	
/*  preamble ------------------------------------------------------------------- */

div#preamble {
	clear:both;
	background: #FEF9F5;
	border-bottom: 1px solid #898888;
	border-top: 1px solid #898888;
	padding-bottom: 10px;
	margin-left:-10px;
	width: 505px;
	}
	
div#preamble p  {
	padding: 0 10px 10px 10px;
	}
	
div#preamble ol {
	margin-top: 0;
	}
	
div#preamble h2 {
	padding-left : 10px;
	}

#preamble.borderTop {border-top: 1px solid #898888;}
	
/*  form input ------------------------------------------------------------------- */
	
.input-box {
	color: #464646;
	background: #EFEFF1;
	border: #26a solid 1px;
	margin-left:20px;
	}

.submit-button {
	margin-left: 16em;
	clear: both;
	color: #ffffff;
	background: #FF7E05;
	border: 2px #EFEFF1 outset;
	}

fieldset {
	border-left: #26a solid 1px;
	border-top: #26a solid 1px;
	border-right: #26a solid 1px;
	border-bottom: none;
	padding:0 0 10px 10px;
	width:470px;
	 
	}

legend {
	background: #F0F0F2;
	border: #26a solid 1px;
	padding: 1px 10px;
	font-weight:bold;
	}
	
input, textarea {
	margin-left:14px;
	margin-top:5px;
	font-family::Arial, Helvetica, Sans-serif;
	font-size: 13px;
	}
	
label {
	width: 4em;
	margin: 0 1em 10px 0;
	clear: both
	}


/*  life ------------------------------------------------------------------- */

div#life h4 {
	height: 70px;
	background: url(life.gif) top left no-repeat;
	}

div#life h4 span {
	display: none;
	}
	
/*  linkList ------------------------------------------------------------------- */

div#linkList {
	float:right;
	width: 163px;
	padding: 0;
	color: #ffffff;
	}

div#linkList ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #F0F0F2;
	border: none;
	}

div#linkList li {
	border-bottom: 1px solid #BFC7D0;
	border-top: 1px solid #F5F6F8;
	border-right: 1px solid #7A7B7B;
	white-space: nowrap;
	}
	
div#linkList li a {
	display: block;
	height:22px;
	padding-top: 4px;
	padding-left: 16px;
	color:#5D87C2;
	font-size: 13px;
	}

div#linkList li a:visited {
	color:#A875A8;
	background-color: #D8DDE3;
	}

div#linkList li a:active {
	color:#607086;
	}

div#linkList li a:hover {
	background-color: #D8DDE3;
	}
	
div#linkList li.level2 {
	padding-left: 15px;
	}

div#linkList li.level2 a {
	padding: 0 0 0 15px;
	font-size: 11px;
	height:18px;
	}

div#link_services h4 {background: url(link_services_hd.gif) bottom left no-repeat; height: 29px;}
div#link_online h4 {background: url(link_online_hd.gif) bottom left no-repeat; height: 29px;}
div#link_company h4 {background: url(link_company_hd.gif) bottom left no-repeat; height: 29px;}
div#link_induction h4 {background: url(link_induction_hd.gif) bottom left no-repeat; height: 29px;}
div#link_tour h4 {background: url(link_tour_hd.gif) bottom left no-repeat; height: 29px;}
div#link_portfolio h4 {background: url(link_portfolio_hd.gif) bottom left no-repeat; height: 29px;}
div#link_photography h4 {background: url(link_photography_hd.gif) bottom left no-repeat; height: 29px;}
div#link_multimedia h4 {background: url(link_multimedia_hd.gif) bottom left no-repeat; height: 29px;}
div#link_services h4 span, div#link_online h4 span, div#link_company h4 span, div#link_induction h4 span, div#link_tour h4 span, div#link_portfolio h4 span, div#link_photography h4 span, div#link_multimedia h4 span  {
	display: none;}

div#textBox {
	color:#464646;
	background: #F0F0F2;
	padding: 0 15px 20px 15px;
	}
	
div#textBox p{
	padding: 5px 0 5px 0;
	}
	
div#link_top {
	width:163px;
	height:16px;
	background: url(link_top.gif) no-repeat bottom left;
	}
	
div#link_bot {
	width:163px;
	height:7px;
	background: url(link_bot.gif) no-repeat top left;
	}
	
/*  sitemap ------------------------------------------------------------------- */

div#sitemap li.level2 {
	margin-left:15px;
	}
div#sitemap li.level3 {
	margin-left:30px;
	}

div#sitemap li.level2 a {
	font-size: 12px;
	}
div#sitemap li.level3 a {
	font-size: 11px;
	}

/*  footer ------------------------------------------------------------------- */

div#footer {
	clear:both;
	width:530px;
	height:7px;
	padding-bottom: 80px;
	background: url(content_bot.gif) no-repeat top left;
	background-color: transparent;
	}
	
div#footer p {
	font:normal 11px Arial, Helvetica, Sans-serif;
	padding: 15px 0 0 15px;
	text-align: left;
	}

div#footer a:link {color: #6C6B6B;}
div#footer a:visited {color: #6C6B6B;}
div#footer a:hover {color: #6C6B6B; background-color: #ffffff;}

/*  portfolio ------------------------------------------------------------------- */

img.image-border {
	border: solid 1px #999}

div.image-60x45 img{
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	clear: both;
	float: left}

div.image-60x45 { 
	padding: 1px 0;
	margin-bottom: 0.35em}

div.image-60x45 h3 { 
	padding: 0;
	margin-right: 0 !important;}

div.image-60x45 h3 a{ 
	display: inline !important;
	padding: 0;
	margin: 0}

div.image-60x45 h3, 
div.image-60x45 p,
div.image-60x45 ul { 
	margin-left: 80px !important}
	
div#screenLinks {
	clear: both;
	border-top: 1px dotted #B4B3B3;
	width:495px;
}

div#screenLinks ul {
	list-style: none;
	margin: 14px 0 0 10px;
	padding: 0 0 10px 0;
	white-space: nowrap;
	}

div#screenLinks li {
	list-style-type: none;
	display: inline;
	
	}

div#screenLinks li a {
	padding-left: 3px;
	
	}
	
div#screenLinks li a:link img {
	border: 1px solid #5D87C2;
	background-color: #D5E5FC;
	}
	
div#screenLinks li a:visited img, div#screenLinks li a:active img {
	border: 1px solid #A875A8;
	background-color: #EFDDEF;
	}
	
div#screenLinks li a:hover img {
	border: 1px solid #A875A8;
	background-color: #FFF4EE;
	}
	
div#screenLinks li a.highlight img {
	border: 1px solid #A875A8;
	background-color: #EFDDEF;
	}

