@charset "UTF-8";
/* CSS Document */
body#vision a#vision2, body#strategy a#strategy2, body#investments a#investments2, body#portfolio a#portfolio2, body#team a#team2, body#investors a#investors2, body#news1 a#news2, body#contact a#contact2
{ 
  color:#930;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-image:url(../shared-pics/background-repeat.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
}

#center {
	width: 1020px;
	height:100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#box {
	width: 1000px;
	height: 810px;
	background-image: url(../shared-pics/box.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0 10px 0 10px;
	text-align:left;
}
#banner {
	width:1000px;
	height:150px;
	margin:0;
	padding:0;	
}
#aleltho-logo {
	width: 200px;
	height: 150px;
	vertical-align:middle;
	float:left;
}
#banner-text {
	width:750px;
	padding:55px 0 0 50px;
	margin:0;
	float:left;
}
#far-left {
	height:630px;
	width:200px;
	margin-top:10px;
	float:left;
	border-right: 1px solid #930;
}
#left-nav-box {
	height:580px;
	margin-left: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 15px;
}
#left-nav {
	margin:0;
	padding:0;
	font-size:1em;
	line-height:1em;
}
#left-nav li {
	margin: 0;
	border-left: 1px solid #333;
	padding:0 15px 15px 10px;
	list-style:none;
}
#news {
	font-size: 0.9em;
	color:#930;
	width:135px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #930;
}
#news p {
	margin:0;
	padding:0 0 5px 0;
	line-height:1.1em;
}
#search-sign-in {
	height:70px;
	padding:0;
	margin:0;
}
#top-nav-box {
	height:30px;
	width:780px;
	margin:0;
	padding:10px 0 0 10px;
	float:left;
}
#top-nav {
	margin:0;
	padding:0;
	font-size:0.9em;
}
#top-nav li {
	margin: 0;
	border-right: 1px solid #333;
	display:inline;
	padding:0 25px 0 15px;
}
#text-content {
	height:595px;
	width:770px;
	padding: 0 0 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
}
#left{
	height:480px;
	width:340px;
	padding:0 15px 0 0;
	margin:0;
	float:left;
}
#header-home {
	width:770px;
	height:70px;
	font-size:0.8em;
}
#header {
	width:770px;
	height:40px;
	font-size:0.8em;
}
#left-text-box {
	font-size:0.9em;
}
#right{
	height:480px;
	width:340px;
	padding:0 20px 0 15px;
	margin:0;
	float:left;
}
#right-text-box {
	font-size:0.9em;
}
#address-footer {
	height:20px;
	width:1020px;
	margin:0;
	float:left;
	font-size:0.8em;
	text-align:center;
	color:#333;
}
.aleltho-colour {
	color: #930;
}
.bold-aleltho-colour {
	font-weight: bold;
	color: #930;
}
img {
	border:none;
}
a:link {
	text-decoration:none;
	color: #000;
	border:none;
}
a:hover {
	text-decoration:none;
	color: #930;
	border:none;
}
a:visited {
	text-decoration: none;
	color: #000;
	border:none;
}
a:active {
	text-decoration: none;
	color: #930;
	border:none;
}
#text-content a:link {
	text-decoration:none;
	color: #930;
}
#text-content a:hover {
	text-decoration:none;
	color: #000;
}
#text-content a:visited {
	text-decoration: none;
	color: #930;
}
#text-content a:active {
	text-decoration: none;
	color: #000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.8em;
	color:#930;
	margin:0;
	padding:0 0 10px 0;
}
h2, h3, h4, h5, h6 {
	font-size:2.4em;
	font-weight:normal;
	color:#930;
	margin:0;
	padding:0 0 8px 0;
}
h7, h8, h9{
	font-size:1.1em; 
	line-height: 1.2em;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	color:#930;
	margin:0;
	padding:0 0 10px 0;
}
p {
	margin:0;
	padding:0 0 5px 0;
	line-height:1.4em;
}
.quote {
	font-size: 1em;
	line-height: 1.2em;
}
.header-brown-bold {
	color: #930;
	font-size: 1.8em;
}
.quote-end {
	font-size: 0.6em;
}
#text-content ul { 
	margin:0; 
	padding:0 0 0 15px;
	
}
#text-content li {
	margin:0;
	padding:0 6px 15px 0;
	list-style-image:url(../shared-pics/bullet.png);
	background-repeat:no-repeat; 
	background-position:0 0 0 0;
	line-height:1.4em;
}
#text-content p { 
	margin:0; 
	padding:0 0 15px 0;
}

#scroll-search{
	overflow:auto; 
	height:480px; 
	width:750px;
}

