﻿/*
 *  File:          Master.css
 *  Purpose:       Houses the CSS styling for the main elements within all pages of the site
 *  By:            Matt LaPora
 *  Last Revised:  09/06/2007 
*/

/* sets 0 margin, 0 padding, and no border on the following tags */
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,  ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr
{ 
	margin: 0px auto; 
	padding: 0px;
	border: none;
}

/* Page body */
body 
{
	background-color: #e7e7e7;
	text-align: center;
	padding: 30px 0px;
	width: auto;
	min-width: 1000px;
}

/* Contains all content in the site */
#PageContainer
{
	width: 897px;
	background-color: #fff;
	text-align: left;
	margin: 0px auto; 
	padding: 30px 20px;
}

#LogoContainer
{
	position: relative;
	left: 25px;
	width: 144px;
	height: 80px;
	float: left;
}

#Logo
{
	width: 300px;
	height: 80px;
}

#ContentContainer
{
	clear: both;
	position: relative;
	width: 844px;
	background-color: #fff;
	left: 27px;
}

#Content
{
	position: relative;
	width: 844px;
	text-align: left;
	padding: 20px 0px;
}

#BreadCrumbContainer
{
	clear: both;
	padding: 0;
	position: relative;
	width: 800px;
	text-align: left;
	left: 27px;
	float: left;
	background-color: #fff;
}

#BreadCrumb
{
	position: relative;
	width: 800px;
	float: left;
}

/* Footer Styles */

#FooterContainer
{
	position: relative;
	margin: 0 auto;
	width: 944px;
	height: 30px;
}

#Footer
{
	position: relative;
	float: left;
	width: 865px;
	text-align: left;
	top: 7px;
	left: 50px;
}

/*  Footer Styles */

.Row
{
	clear: both;
	margin: 0px;
	padding: 0px;
}