@charset "UTF-8";
/* CSS Document */

body, html{
	height: 101%;
	}

body {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-image: url(../newBg.gif);
	background-repeat: repeat-x;
	background-color: #B0B2B5;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#container {
	width: 880px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-color: #474A49;
	background-image: url(../headerBg.gif);
	background-repeat: no-repeat;
	display: block;
	height: 127px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 20px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 25.2px;
	font-weight: bold;
	color: #91278F;
	margin: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13.8px;
	color: #333333;
	margin: 0px;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16.8px;
	color: #8CC63F;
	margin: 0px;
}
#tdPrettypaper h2{
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	color: #8CC63F;
	margin: 0px;
}
a:link {
	color: #91278F;
}

#footer p {
	text-align: center;
}
#prettypaper {
	margin-left: 165px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#contactTable {
	background-attachment: scroll;
	background-image: url(../contactgraphic.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#printShow {
	display: block;
	height: 620px;
	width: 800px;
	float: left;
}

/*NAVIGATION STYLES*/
#navigation {
	background-image: url(../navBG.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	height: 48px;
}
#navigation ul {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	float: left;
	margin: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a#home {
	background-image: url(../navHome.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	height: 29.375px;
	width: 117px;
	padding-left: 65px;
}
a#home:hover , a#home.current{
	background-position: top;
}
a#home span {
	display: none;
}
a#services {
	background-image: url(../navServices.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	height: 29.375px;
	width: 117px;
	padding-left: 52px;
}
a#services:hover , a#services.current{
	background-position: top;
}
a#services span {
	display: none;
}
a#portfolio {
	background-image: url(../navPortfolio.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	height: 29.375px;
	width: 117px;
	padding-left: 52px;
}
a#portfolio:hover , a#portfolio.current{
	background-position: top;
}
a#portfolio span {
	display: none;
}
a#stationery {
	background-image: url(../navStationery.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	height: 29.375px;
	width: 117px;
	padding-left: 52px;
}
a#stationery:hover , a#stationery.current{
	background-position: top;
}
a#stationery span {
	display: none;
}
a#contact {
	background-image: url(../navContact.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	height: 29.375px;
	width: 117px;
	padding-left: 52px;
}
a#contact:hover , a#contact.current{
	background-position: top;
}
a#contact span {
	display: none;
}
#mainContent {
	margin: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../bodyBtm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	height: 50px;
}

#mainTop {
	background-color: #FFF;
}

#homeMain {
	padding-top: 20px;
}
.mainPadding {
	padding-right: 5px;
	padding-left: 5px;
}

#footer {
	padding: 0 10px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#flashContent {
	margin-left: 30px;
}
#questlove {
	margin-right: 20px;
	margin-left: 20px;
}
#questlove #form1 p label  {
	padding-left: 30px;
}
h2.callout {
	color: #91278F;
}

