/* CSS Document */

* { /*this involves tables*/
	margin:0px;
	padding:0px;
	outline:none;
	
}

body {
	/*background: #151521;*/
	/*background:/*url(../images/bodysmall.jpg) top repeat-x #ffffff; /*grass repeating, makes background white*/
	font:80% Verdana;
	color:#ACACB0; /*grey*/
	text-align: left;
	/*background:right url(../Images/background.jpg)*/
	/*background-image: url(../images/background.jpg); /** Link to the image you created */
   /* background-repeat: repeat-y; /** Repeats the image vertically */
  /*  background-position: center; /** Centers the Background image 
    background-color: #f7f4ee; /** Website BG colour (matches canvas colour in Step 1) **/
}

a {
	color:#91C3DC; /*light blue*/
}

a:hover {
	text-decoration:none;
}

#header {
	height:220px;
	display:block;
	background:url(../images/headersmall1.jpg) top center no-repeat; /*picture of house*/
}

h1.main_title {
	font:170% Verdana;
	color:#151521; /*blackish*/
	font-weight:bold;
	margin:20px auto 0;
	text-align:center;
}

h1.main_title a {
color:#fff;
text-decoration:none;
}

#container {
	width:763px;
	margin:0 auto;
	background:#151521; /*dark blue */
	padding:5px;
	text-align: left;
	
}

#navigation {
	background:#181825; /*greyish color*/
	width:753px;
	border-top:1px solid #232436; /*another bluish purple*/
	padding:5px 10px;
	margin:0px auto;
	font:100% Verdana;
	color:#fff;
	letter-spacing:2px;
	text-transform:uppercase;
}

#nav li {
	list-style:none;
	display:inline;
	margin-right:0px;
}

#nav a {
padding:12px;
color:#ACACB0; /*light grey*/
text-decoration:none;
margin-right:0px;
}

#nav a:hover {
background:url(../images/nav_link_active.jpg) top repeat-x;
color:#fff;
}

#nav a.active {
background:url(../images/nav_link_active.jpg) top repeat-x;
color:#fff;
font-weight:bold;
}

#inner_container {
	background:url(../images/inner_container.jpg) top repeat-x #151521; /*grey*/
	padding:0px;
	text-align: left;
}

#sidebar {
width:200px;
padding:5px 5px 10px 10px;

float:right;
background:#232436; /*blue grey*/
color:#acacb0; /*grey*/
}

#container #sidebar h2 {
font-size:90%;
margin:10px 0;
}

#container #sidebar p {
text-indent:0;
font-size:90%;
line-height:17px;
}

#content {

}

blockquote {
background:url(../images/quote.gif) bottom right no-repeat #232436; /purplish blue*/
padding:2px 17px;
}

p {
margin:10px 0;
padding:5px;
line-height:20px;
text-indent:25px;
}

p.note {
padding:20px;
background:#232436; /*purplish blue*/
color:#fff;
}

#container h1 {
font:170% Arial;
color:#fff;
margin:15px 0;
}

#container h2 {
	font:110% Verdana;
	color:#fff; /*white*/
	font-weight:bold;
	margin:5px 0 2px;
}

#container ul {
margin:10px 15px;
}

#container ul li {
margin:10px 0;
}

#container img {
	background:#181821; /* This is a dark blue almost black color*/
	padding:5px;
	margin: 15px;
}

#footer {
	width:753px;
	background:#151521; /*dark blue color*/
	padding:10px;
	margin:0 auto;
	clear:both;
}

#content table {
	/*width:100%;*/
	background:#1E1E2D; /*blueish grey*/
	margin:5px 0;
}

td {
padding:8px;
/*text-align:center;*/
/*background:url(../images/td.jpg) top left no-repeat #1E1E2D;*/
font:100% Verdana;
}

th {
	color:#fff;
	padding:0px;
}


.style6 {
	font-size: 87%;
}

.seventy-fivePercent {
	font-size: 75%;
}

