@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
#container {
	width: 969px;
	margin: auto;
}
#headercontainer {
	height: 96px;
	background-image: url(/themes/census/images/backgrounds/header.jpg);
}
#headercontainer h1 {
	display: block;
	float: left;
	margin: 67px 0 0 0;
	padding: 0 0 0 50px;
	/*width: 375px;*/
	font-size: 200%;
}
#headercontainer h2 {
	display: block;
	float: left;
	margin: 72px 0 0 0;
	font-size: 140%;
	font-style: italic;
	color: #666666;
}
#centercontainer1 {
	background-image: url(/themes/census/images/backgrounds/tile_left.jpg);
	background-repeat: repeat-y;
	background-color: #faf7e8;
}
#centercontainer2 {
	background-image: url(/themes/census/images/backgrounds/tile_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#contentcontainer {
	width: 850px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menucontainer {
	float: left;
	width: 192px;
	background-image: url(/themes/census/images/backgrounds/menu_top.jpg);
	background-repeat: no-repeat;
}
#menuitems {
	background-image: url(/themes/census/images/backgrounds/menu_tile.jpg);
	background-repeat: repeat-y;
	background-position: top;
	margin-top: 42px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 140%;
}
#menuitems li {
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	font-weight: bold;
}
#menuitems ul {
	margin: 0px;
	padding: 0px;
}
#menuitems a {
	color:#000;
	text-decoration:none;
}
#menuitems .sub {
	margin:0px;
}
#menuitems .sub li {
	list-style-image: url(/themes/census/images/fleur.gif);
	list-style-position: inside;
}
#menuitems a:hover {
	text-decoration:underline;
}
#menufoot {
	background-image: url(/themes/census/images/backgrounds/menu_bottom.jpg);
	background-repeat: no-repeat;
	height: 25px;
}
#content {
	float: left;
	margin-left: 30px;
	margin-right: 30px;
	width: 458px;
}
#content #upper {	
	padding: 10px;
	background-color: #f5e8c6;
	margin-bottom: 20px;
}
#content #lower {
	padding: 0px;
}
#advertisements {
	float: left;
	width: 120px;
}
#footercontainer {
	background-image: url(/themes/census/images/backgrounds/footer.jpg);
	background-repeat: no-repeat;
	height: 32px;
	padding-top: 13px;
	text-align: center;
	background-position: center;
}
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #fff4dc url(/themes/census/images/commentBg.png) no-repeat 1% 10%;
	padding-left: 50px;
	padding-right: 10px;
	border-bottom: 2px solid #ffeec8;
}

#PageComments li.even {
	background: transparent url(/themes/census/images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 50px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #666666;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px; 
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(/themes/census/images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}
#PageComments {
	padding: 0;
}
/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	/*width: 92%;*/
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
