@charset "utf-8";
/* CSS Document */

/* ------------This CSS document is the main CSS file for the Ingenious Design Website ---------------*/
/* ------------This file was created by Terrilyn Henry - Ingenious Design..... ---------------*/
/* ------------On July 7th, 2008  ---------------*/




body{
			background: #470047 url(../images/overlay-spirals.png) repeat;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: .85em;
			text-align: right;
			color: #3c003c;
			margin: 0px auto;
			
}

#pagecontainer{
			margin: 0px auto;
			width: 800px;
			height: 635px;
			background-color:#FFFFFF;
			position: relative;
}

#header{
			background: #FFFFFF url(../images/titlenew.jpg)  bottom center no-repeat;
			width: 800px;
			height: 115px;
			margin: 0px auto;
}

#tagline{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: .9em;
			text-align: right;
			color: #3c003c;
			margin: 0px;
			padding: 100px 10px;
			border: 0px;			
			
}			

	
#maincontentarea{
			background-color: #FFFFFF;
			width: 800px;
			height: 495px;
			margin: 0px auto;
}
/* ------------This Section is specific to the main navigaton. ---------------*/
/* --------------------------This is the (left side)  navigation---------------------------*/
#sidenav{ 
			float: left;
}

#sidenav >li{
			list-style-type: none;
			line-height: 2em;
}

#sidenav>li>a, a:visited{
			border: 0px;
			text-decoration: none;
			color: #888888;
}

#sidenav>li a:hover {
		color: #470047;
}

/* ------------This Section specifies what to do with the text used on non css browsers ---------------*/
.noncsstext{
			display: none;
}
.hidden{
	visibility: hidden;
	display: none;
	}
/*    This will change the text color.... Where needed*/
.emtext {
	color: #553F55;
}

/* ------------This Section is for my web site disclosures ---------------*/
#disclosures{
font-size: .65em;
width: 800px;
height: 50px;
margin: 0px;
padding: 0px 10px  20px 10px;
text-align: center;
line-height: .9em;
clear: both;

}