@charset "UTF-8";
/* CSS Document */

/*------------------------------------------
AFI Web Site - Main Style Sheet
version:	1.0
author:		Daniel Vice
email:		isd@mindspring.com
-------------------------------------------*/
/* Sample Attribute Hierachy

.someAttribute {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/


/* Page Layout
-------------------------------------------*/
body {
	margin:0;
	padding:0;
	/* background: url(graphics/back.jpg) repeat-x #f0ecd8;	*/
	font-size:62.5%; /*----- Makes 1em == 10px.*/
	font-family:Georgia, "Times New Roman", Times, serif;
	}

p {
	padding:0;
	}
	
#wrapper {
	/*Position Attributes*/
	/*Size Attributes*/
	width:80em;
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin:0 auto;
	padding:0;
	/*Type Attributes*/
	/*Other Attributes*/
	}
	
#nav {
	/*Position Attributes*/
	position:absolute;
	left:19em;
	top:4.5em;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
	z-index:2;
}

#nav dl{
	/*Position Attributes*/
	float:left;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding-left:.6em;
	padding-right:.6em;
	/*Type Attributes*/
	font-size:2.1em;
	/*Other Attributes*/
}

#nav a{
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	color:#a67c52;
	/*Formatting Attributes*/
	/*Type Attributes*/
	text-decoration:none;
	/*Other Attributes*/
}

#nav a:hover{
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	color:#644F03;
	/*Formatting Attributes*/
	/*Type Attributes*/
	text-decoration:none;
	/*Other Attributes*/
}
	
#logo {
	/*Position Attributes*/
	position:absolute;
	left:1.5em;
	top:1.5em;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
	z-index:2;
}

#content {
   -moz-background-clip:border;
   -moz-background-origin:padding;
   -moz-background-size:auto auto;
   background-attachment:scroll;
   background-color:#FFFFFF;
   background-image:none;
   background-position:250px 0 0 -10000px;
   background-repeat:repeat;
   height:42em;
   left:-100px;
   position:absolute;
   top:170px;
   width:1159px;
   z-index:1;
}

#contentText {
	/*Position Attributes*/
	position:absolute;
	left:6.2em;
	top:10.6em;
	/*Size Attributes*/
	width:1140px;
	height:465px;
	/*Color Attributes*/
	background:#FFFFFF;
	/*Formatting Attributes*/
	padding:2em;
	padding-top:3em;
	/*Type Attributes*/
	/*Other Attributes*/
	z-index:1;
	overflow:none;
}

#contentText.sol {
	/*Position Attributes*/
	position:absolute;
	left:6.2em;
	top:10.6em;
	/*Size Attributes*/
	width:1140px;
	height:415px;
	/*Color Attributes*/
	background:#FFFFFF;
	/*Formatting Attributes*/
	padding:2em;
	padding-top:5em;
	/*Type Attributes*/
	/*Other Attributes*/
	z-index:1;
	overflow:none;
}

#contentText.test {
	/*Position Attributes*/
	position:absolute;
	left:6.2em;
	top:10.6em;
	/*Size Attributes*/
	width:1140px;
	height:655px;
	/*Color Attributes*/
	background:#FFFFFF;
	/*Formatting Attributes*/
	padding:2em;
	padding-top:3em;
	/*Type Attributes*/
	/*Other Attributes*/
	z-index:1;
	overflow:none;
}

#contentText p{
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	color:#644F03;
	/*Formatting Attributes*/
	/*Type Attributes*/
	font-size:1.5em;
	/*Other Attributes*/
}

#contentText li{
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	color:#644F03;
	/*Formatting Attributes*/
	margin-left:15em;
	/*Type Attributes*/
	font-size:12pt;
	/*Other Attributes*/
}

#contentText img{
	/*Position Attributes*/
	float:left;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-left:0;
	margin-right:2em;
	margin-top:2em;
	/*Type Attributes*/
	/*Other Attributes*/
	clear:both;
}

#contentText img.sol{
	/*Position Attributes*/
	float:left;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-left:0;
	margin-right:2em;
	margin-top:0em;
	/*Type Attributes*/
	/*Other Attributes*/
	clear:both;
}

#tagLine {
	/*Position Attributes*/
	position:absolute;
	left:50em;
	top:50.5em;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
	z-index:0;
}

#tagLine.about, #tagLine.contact {
	/*Position Attributes*/
	position:absolute;
	left:50em;
	top:58.5em;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
	z-index:0;
}

#tagLine.test {
	/*Position Attributes*/
	position:absolute;
	left:50em;
	top:77.5em;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
	z-index:0;
}

#tagLine.home {
	/*Position Attributes*/
	position:absolute;
	left:50em;
	top:73.5em;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
	z-index:0;
}

#tagLine.sol {
	/*Position Attributes*/
	position:absolute;
	left:50em;
	top:55.5em;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
	z-index:0;
}

#master0 { 
   top: 115px;
   left: 75px;
}
