/* Tellus Homes CSS */
/*
Primary Color:
	014565		113C51		013149		81D6FF		E6F7FF
Secondary Color A:
	1D046E		241458		14024F		A184FF		ECE6FF
Secondary Color B:
	318B00		356F16		236400		ACFF80		EEFFE6
Complementary Color:
	A05600		80501A		733E00		FFC480		FFF3E6
	
	http://colorschemedesigner.com/
	http://colorschemedesigner.com/3s62cRRk4pB--
	*/
	
body {
  min-width: 700px;      /* 2x LC width + RC width */
}
h1,h2,h3,h4,h5,h6 {
	font-family: arial, helvetica, calibri, sans-serif;
	padding-bottom: 5px;
}

h1 {
	font-size: 1.8em;
	line-height: 130%;
	margin-bottom: 5px;
	padding-bottom: 10px;
	vertical-align: middle;
	
}
h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: .9em;
}

h5 {
	font-size: .7em;
}

h6 {
	font-size: .5em;
}

	a {
		color: #000;
	}
	a:hover {
		color: #ACF3D4;
		background-color: #313F01;
		text-decoration: none;
	}
	
	a.active {
		color: #fff;
		background: #000;
		font-weight: bold;
	}



	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin-top: 15px;
		margin-left: 0;
		margin-bottom: 10px;
	}
	/* Header styles */
	#header {
		clear: both;
		width: 100%;
		background-color: #e6f7ff;
		border-bottom: 2px solid #14024f;
		min-height: 75px;
		color: #012058;
	}

	#header p,
	#header h1,
	#header h2 {
		float: left;
padding-bottom: 13px;
padding-top: 27px;
padding-left: 30px;
	margin: 0;font-size: 24px;
font-style: italic;
}
	#header img {
		float: left;
		padding: 0 15px 0  15px;
		}
	#header ul {
		clear: left;
		float: left;
		width: 100%;
		list-style: none;
		padding-top: 0;
		margin: 0 0 0 0;
		background-color: #ece6ff;
		border-color: #ece6ff;
		border-bottom-width: 1px;
		border-top-width: 3px;
		border-style: solid;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display: block;
		float: left;
		margin: 0 0 0 10px;
		padding: 3px 10px;
		text-align: center;
		background-color: #a184ff;
		color: #14024f;
		text-decoration: none;
		position: relative;
		left: 15px;
		line-height: 1.3em;
	}
	#header ul li a:hover {
		background-color: #241458;
		color: #fff;
	}

	#header ul li a span {
		display: block;
	}

#header ul li a.current {
	background-color: #14024f;
	color: #a184ff;
	}
	
#container {
  padding-left: 200px;   /* LC width */
  padding-right: 300px;  /* RC width */
}
#container .column {
  position: relative;
  float: left;
}
#center {
  width: 98%;
  background-color: #fff;
	color: #013149;
	min-height: 600px;
	padding-left: 1%;
	padding-right: 1%;
	table-layout: fixed;
	
}

#center table {
	border-collapse:collapse;
	width: 100%;
	}
#center table, #center th, #center td {
	border: 1px solid black;
	}
#center td {
	padding: 2px;
	}
	

.head {
	text-align: center;
	background-color: turquoise;
	}
	
.numbers {
	text-align: right;
	}

.numbers1 {
	text-align: right;
	background-color: whitesmoke;
	}

.numbers2 {
	text-align: right;
	background-color: lightblue;
	}

.emph {
	text-align: center;
	font-weight: bold;
	background-color: skyblue;
	}
	
.boom {
	font-size: 200%;
	}
#left {
  width: 180px;          /* LC width */
  padding: 10px 10px;
  right: 200px;          /* LC width */
  margin-left: -100%;
  background-color: #ACff80; /* left column background colour */
		color: #236400;	
		font-size: 1em;
		min-height: 600px;
}

#left a {
	text-decoration: none;
	}
	
#right {
  width: 300px;          /* RC width */
  margin-right: -300px;  /* RC width */

  min-height: 600px;

}
#footer {
  clear: both;
}
/*** IE6 Fix ***/
* html #left {
  left: 300px;           /* RC width */
}
#container p.large {
		color: #1d046e;
		font-size: 1.6em;
		}
		
#center a:link {
	color: #014565;
	text-decoration: underline;
	}
	
#center a:visited {
	color: #A184FF;
	text-decoration: underline;
	}
#center a:hover {
	color: #FFF;
	background-color: #014565;
	text-decoration: none;
	}
	
#center h1, #center h2, #center h3, #center h4 {
	color: #013149;
	background-color: #FFF;
	
	}
#center ul {
	padding-left: 20px;
	}
#center ul li {
	list-style-position: inside;
	list-style-type: square;
	}
	
#center ul li.large {
	list-style-position: inside;
	list-style-type: none;
	font-size: 1.6em;
	}
#center p.indent {
	margin-left: 40px;
	}

.picture {
	float: left;
	padding: 5px 5px 5px 5px;
	}

#left a:link {
	color: #356f16;
	text-decoration: underline;
	}
	
#left a:visited {
	color: #318b00;
	text-decoration: underline;
	}

#left a:hover {
	color: #ACff80;
	background-color: #236400;
	text-decoration: underline;
	}
#left ul li {
	padding-bottom: 8px;
	padding-left: 24px;
	}

#left ul li li {
	list-style-position: inside;
	list-style-type: square;
	font-size: 70%;
	}
	