@charset "UTF-8";

* {
margin:0;
padding:0;
}


body {
		padding: 0;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		color: #333333;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 100%;
		background-color: #FFFFFF;
		margin-top: 0px;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
		background-image: url(images-site/Mariposa-background-white.gif);
		background-repeat: repeat-x;
		background-position: top;
}
.oneColFixCtrHdr #container {
		width: 960px;
		text-align: left; /* this overrides the text-align: center on the body element. */
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		background-color: #FFFFFF;
}

.oneColFixCtrHdr #container-inner {
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-right-color: #EB2C43;
		border-bottom-color: #EB2C43;
		border-left-color: #EB2C43;
		margin: 0px;
		padding: 0px;
}
.oneColFixCtrHdr #header {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0;
		padding-left: 0px;
		font-size: 80%;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	font-size: 90%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
		font-size: 80%;
		padding-top: 0;
		padding-right: 20px;
		padding-bottom: 0;
		padding-left: 20px;
		margin: 0px;
		background-color: #FFFFFF;
}

.oneColFixCtrHdr #mainContent h1{
		font-size: 125%;
		padding-top: 0;
		padding-right: 0px;
		padding-bottom: 0;
		padding-left: 0px;
}
.oneColFixCtrHdr #mainContent h2 {
		padding: 0 0px;
		font-size: 100%;
}

.oneColFixCtrHdr #footer {
		font-size: 70%;
		padding-top: 0;
		padding-right: 0px;
		padding-bottom: 0;
		padding-left: 0px;
		height: 30px;
		text-align: center;
		color: #000000;
		background-image: url(images-site/pmbluestone_subs.jpg);
}
.oneColFixCtrHdr #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;
	color: #000000;
	text-align: center;
}

/* cool navigation header with rollover, also need to change the <li> tag with content=current */

#navlist
{
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EB2C43;
	font-size: 110%;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

#navlist li
{
		list-style: none;
		margin: 0;
		display: inline;
}

#navlist li a
{
		margin-left: 6px;
		text-decoration: none;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: none;
		border-left-style: solid;
		border-top-color: #EB2C43;
		border-right-color: #EB2C43;
		border-bottom-color: #E02B43;
		border-left-color: #EB2C43;
		background-image: url(images-site/pmbluestone_root.jpg);
		padding-top: 3px;
		padding-right: 0.5em;
		padding-bottom: 3px;
		padding-left: 0.5em;
}

#navlist li a:link {
	color: #000000;
}
#navlist li a:visited {
	color: #000000;
}

#navlist li a:hover
{
		color: #000;
		background-image: url(images-site/pmbluestone_subs.jpg);
}

#navlist li a#current
{
		border-bottom: 1px solid white;
		font-weight: bold;
		background-image: url(images-site/pmbluestone_subs.jpg);
}

/* cool navigation end */

/* regular link colors */

a:link {
		font-weight: bold;
		color: #3333FF;
		text-decoration: underline;
}
a:visited {
		font-weight: bold;
		color: #3333FF;
		text-decoration: underline;
}
a:hover {
		font-weight: bold;
		color: #3333FF;
		text-decoration: none;
}

/* end regular link colors */
