/*
   	New Perspectives on HTML and XHTML 5th Edition
	Project 3

   	Signature Paving Style Sheet
   
	Author: John Brigiotta
   	Date:   12-04-08
   	Professor: Dr. David Lee

   	Filename:         sigpav.css
   	Supporting Files: home.htm

*/

*              {padding: 0px; margin: 0px;}

body           {font-family: Verdana, Geneva, sans-serif;
				font-size: 14px;
				background-color: #333333;}

#page          {
	width: 720px;
	position: absolute;
	top: 7px;
	center: 10px;
	left: 129px;
}

#head          {width: 800px; position: absolute; text-align: center; left: 139px; top: 2px; height: 34px;}

#head ul       {list-style-type: none;
				width: 100%;
				text-align: center;
				padding: 0px;
				margin-right: 2px;
				}

#head li       {display: block;
				float: left;
				width: 18.85%;
				border: 1px solid black;
                text-align: center;
				height: 30px;
				line-height: 2;
				}
				
#head a        {text-decoration: none;
				color: white;
				letter-spacing: 2px;
                display: block;
				background-color: white;
				color: black;
                text-transform: lowercase;
				}
				
#head a:hover  	{background-color: yellow}

#listing       	{width: 764px; border: 1px solid black; margin-top: 15px; background-color: black;
				position: absolute; top: 22px; height: 115px; left: 138px;}

#listing img   {float: left;}

#listing table {float: right;
				border-collapse: collapse;
				background-color: yellow;
                font-size: 12px;
				}
				
#listing td    {border: 1px solid black; padding: 0px 5px;}

#listing table img {float: left; margin: 3px;}

#description   {background-color: black; width: 764px; border: 1px solid black; position: absolute;
				top: 156px; height: 430px; font-family:Verdana, Arial, Helvetica, sans-serif; color: white;
				left: 138px;}
				
#onlineform		{
	background-color: white;
	width: 680px;
	border: 1px solid black;
	position: absolute;
	top: 157px;
	height: 420px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: black;
	left: 138px;
	font-size:12px;
}
				
#onlineform table	{}

#onlineform table tr td h4		{}

h5				{text-align:center; color: black;}

.views          {list-style-type: none;
				background-color: yellow;
				width: 130px;
                float: left;
				border: 1px solid black;
				font-size: 12px;
                margin-left: 10px;
				margin-bottom: 10px;
				margin-top: 10px;
				}

.views li       {margin: 5px;}

.views a        {text-decoration: none; color: black;}

.views a:hover  {color: grey; text-decoration: underline;}

h6				{text-align:center;}

#slidebox       {float: left; margin-top: 0px; margin-left: 10px; margin-right: 10px;}

#description p  {margin: 10px; font-size: 14px;}

h7				{font-size:smaller; text-align: left; font-style:italic; color: white; }

.footlinks      {list-style-type: none;
				clear: left;
				border-top: 1px solid white;
				}
				
.footlinks li   {display: block;
				width: 22.5%;
				text-align: center;
				float: left;
                padding-bottom: 5px;
				padding-left: 9px;
				padding-right: 8px;
				}
				
.footlinks a    {text-decoration: none; color: white;}

.footlinks a:hover {color: yellow;}

address			{font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:6px;
				font-style:italic;
				color:#FFFFFF;
				text-align:center;			 
				
				}

