@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/body-bck.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F5F2ED;
}
.oneColFixCtrHdr #container {
	width: 785px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 90px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: none;
}

ul#nav {
	padding: 0;
	margin:5px auto 0 7px;
	color: #fff;
	float: left;
	width: 100%;
	list-style-type:none;
	white-space:nowrap;
}

* html ul#nav {
	margin:2px auto 0 auto;
}

ul#nav li {
	display: inline;
}

ul#nav li a {
	padding: 7px 9px;
	color: #333333;
	text-decoration: none;
	float: left;
	font-size:10px;
	font-weight:bold;
}

a:link, a:visited {
	color: #333333;
}

ul#nav li a:hover {
	color:#7D1416;
	background-color: #C3DFFB;
}

ul#nav .current {
	color:#7D1416;
	background-color: #C3DFFB;
  }

.container {clear:both; text-decoration:none;}
* html .container {display:inline-block;}


.oneColFixCtrHdr #mainContent {
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

* html .oneColFixCtrHdr #mainContent {
	margin-top: 18px;
}

.oneColFixCtrHdr #mainContent .insideBox {
	
	background-image: url(../images/mainContent-bck.gif);
	background-repeat: repeat-y;
	
	margin: 0px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.oneColFixCtrHdr #mainContent .insideBox #sideColumn {
	width:180px;
	float: right;
	margin-left: 25px;
	margin-top: 15px;
	clear: left;
}


#sideColumn .localContentBox {
	width:178px;
	background-color:#FEFFDC;
	border: 1px solid #D8D8D8;
	margin-bottom: 20px;
	padding-bottom: 6px;
	margin-top: 0px;
	padding-top: 0px;
	font-size:10pt;
}

.oneColFixCtrHdr .topBox {
	/*background-image:url(../images/mainContent-top-box-edge.gif);
	background-repeat:no-repeat;*/
	height:13px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}

.oneColFixCtrHdr .bottomBox {
	background-image:url(../images/mainContent-bottom-box-edge.gif);
	background-repeat:no-repeat;
	height:100px;
	margin: -20px  0px 0px 0px;
	padding: 0px;
}

.oneColFixCtrHdr #footer {
	background-image: url(../images/mainContent-bck.gif);
	background-repeat: repeat-y;
	color: #666666;
}
.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: 15px 30px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9pt;
}

.footerBottomBox {
	background-image:url(../images/footer-bottom-box-edge.gif);
	background-repeat:no-repeat;
	height:19px;
	margin: 0px;
	padding: 0px;
}

.footertopBox {
	background-image:url(../images/footer-top-box-edge.gif);
	background-repeat:no-repeat;
	height:19px;
	margin: 0px;
	padding: 0px;
	background-position: 1px;
	background-color: #F5F2ED;
}


#sideColumn .localContentBox h2 {
	color: #822b32;
	width: 168px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	background-color: #FEFFC1;
	font-size: 10pt;
	font-style: oblique;
	padding-left: 10px;
	margin: 0px;
	padding-top: 7px;
	height: 24px;
}

.insideBox h2 {
	color: #000000;
	font-size: 24px;
	margin-bottom: 30px;
}

.insideBox h3 {
	font-size: 15px;
	color:#333333;
	margin-bottom: 5px;
	line-height: 19px;
}

.insideBox h4 {
	font-size: 14px;
	color:#333333;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6A1D28;
	padding-bottom: 5px;
}

.insideBox p, li, td, label  {
	font-size: 13px;
	color:#333333;
	line-height: 17px;
	margin-bottom: 15px;
}


#sideColumn .localContentBox p {
	padding-right: 20px;
	padding-left: 20px;
}

#sideColumn .localContentBox li {
	list-style-image: url(../images/localContentBox-list-arrow.gif);
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #container #mainContent .insideBox a {
	color: #0000CC;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent .insideBox a:hover {
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent .insideBox a:visited {
	color: #330066;
}

.clear {
	clear:both;
	padding-top: 30px;
}
.oneColFixCtrHdr #container #mainContent .insideBox #primaryColumn {
	width: 510px;
}

/**TYPEPAD RULES**/
.entry-footer {
	color: #GGII99;
	font-size: 40%;
}
