@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container {
	width: 780px;
	background-image: url(img/bkgnd.gif);
	background-repeat: repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #30308B;
	border-left-color: #30308B;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background: #FDF8F2;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
} 
#mainContent p {
	line-height: 16px;
}


.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 140px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 440px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
#mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #30308B;
	padding-top: 10px;
	padding-bottom: -10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#30308B;
} 
.thrColFixHdr #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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar2 a:link, #sidebar2 a:visited {
	color: #FFFFFF;
	font-weight: bold;
}
#sidebar2 #searchform label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar2 h3 {
	color: #FFFFFF;
	font-size:  110%;
	padding: 0em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D00126;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
	padding: 0;
}
#nav li {
	border-bottom: 1px solid #b9d2e3;
	font-size:  12px;
	text-align: left;
	padding-top: 0.4em;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #30308B;
	text-decoration: none;
}

#nav a:hover {
	color: #D00126;

}

#sidebar1 h3 {
	font-size: 14px;
	background-repeat: repeat-x;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 5px;
	background-image: url(p7ap/images/p7ap_bluestonebut.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 20px;
	margin: 0;
	width: 135px;
}
#sidebar2 .inner {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#sidebar2 ul {
	list-style-image: url(img/bullett.gif);
	margin-left: 0;
	padding-left: 5px;
}
#sidebar2 li {
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
#sidebar2 ul a:link, #sidebar ul a:visited {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sidebar2 ul a:hover {
	color: #D00126;
	text-decoration: none;
}

.date {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#searchform .text {
	width: 180px;
	border: 1px solid #45bac0;
	font-size: 12px;
}
#searchform .searchbutton {
	text-align: right;
	margin-top: 4px;
	margin-right: 8px;
}
#searchform .btn {
  border: 1px solid #45bac0;
  background-color: #256290;
  color: white;
}
#sidebar2 .motm-image {
  float: right;
  margin: 0 30px 0 20px;
}
#sidebar2 p.more {
  clear: right;
  margin: 0 30px 0 0;
  text-align: right;
}
#sidebar2 p.more a:link, #sidebar2 p.more a:visited {
	color: white;
	background-image: url(img/bullett.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#mainContent .inner {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainContent .inner .name {
	font-size: 10px;
}


#sidebar1 .inner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#sidebar1 .inner ul {
	margin-left: 0;
	padding-left: 0px;
	list-style-type: none;
	font-size: 10px;
}
#sidebar1 .inner li {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#sidebar1 .inner ul a:link, #sidebar1 ul a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#sidebar1 .inner ul a:hover {
	color: #D00126;
	text-decoration: none;
}

#sidebar1 .inner .date {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar1 .inner img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
}
.refill-image {
	padding-top: 10px;
	padding-right: 10px;
}
