/*
@import url(css_name.css);
*/

@import url( reset.css );


body {
	/*background: #ffc url(../_img/PageBG.png) repeat-x 0 0;*/
	background: #000 url(../_img/background-PM-f.jpg) repeat fixed bottom right; /*  */
	margin: 0 auto;
}

/* Theme */
#masterStripe {
	background: transparent url(../_img/stripe2.png) repeat-x;
	width: 100%;
	min-width: 980px;
}

#peopleRelative {
	background: transparent url(../_img/stripe2.png) repeat-x;
	position: relative;
	width: 100%;
	min-width: 980px;
}

#peopleAbsolute {
	position: absolute;
	left: 50%;
	right: 0;
	background: transparent url(../_img/silhouette-line-with-crowd.png);
	height: 220px;
}

#peopleRelativeTable {
	width: 980px;
	height: 0;
	line-height: 0;
}

#peopleAbsoluteTable {
	width: 490px;
	height: 0;
	line-height: 0;
}

#footerTable {
	width: 980px;
	height: 0;
	line-height: 0;
}

#footerStripe {
	float: left;
	background: #fff;
	width: 100%;
	min-width: 980px;
	height: 30px;
	margin: 15px 0 40px;
}

#footerCenter {
	border: 0;
	margin: 0 auto;
	padding: 0;
	width:980px;
}

#footerCenter ul {
	border: 0;
	display: inline;
	float:left;
	height: 30px;
	width: 960px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
}

#footerCenter li {
	border: 0;
	display: inline;
	float:left;
	font: normal 13px/16px Arial, Helvetica, sans-serif;
	color: #000;
	height: 16px;
	list-style: none;
	margin: 0;
	padding: 7px 35px 2px 35px;
	letter-spacing: 1px;
}

#footerCenter li.first{
	margin-left: 30px;
}

#footerCenter li a, #headerTOC li a:visited{
	border: 0;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#footerCenter li a:hover{
	border: 0;
	color: #0f0; /* #06c; #006c00; */
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#centerEverything {
	border: 0;
	margin: 0 auto;
	width:980px;
}

#header {
/*	background: transparent url(../_img/stripe2.png) repeat-x; */
	border: 0;
	padding: 0;
	height: 220px;
	width: 100%;
}

#headerContainer {
/*	background: transparent url(../_img/silhouettes-f.png) no-repeat; */
	border: 0;
	margin: 0;
	padding: 0;
	width:980px;
	height:220px;
}

#headerLogo {
	border: 0;
	margin: 0;
	padding: 80px 0 0 0px;
	width:980px;
	height:70px;
	cursor: pointer;
}
#headerLogo h1 {
	margin: 0 0 0 15px;
	font:  bold 43px/100% Times, Times New Roman, serif;
	letter-spacing: 4px;
	color: #000;
	border: none;
}
#headerLogo h2 {
	margin: 5px 0 0 15px;
	font:  bold italic 15px/100% Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	color: #fff;
	border: none;
}

#headerTOC {
	border: 0;
	margin: 0;
	padding: 0;
	width:980px;
}
#headerTOC ul {
	background: transparent url(../_img/tocBack.png) no-repeat 0 -20px;
	border: 0;
	display: inline;
	float:left;
	height: 30px;
	width: 980px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 0px;
}
#headerTOC li {
	border: 0;
	display: inline;
	float:left;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	height: 16px;
	list-style: none;
	margin: 0;
	padding: 7px 3px 2px 13px;
	letter-spacing: 0;
}
#headerTOC li.stagger {
	padding: 2px 3px 2px 30px;
}
#headerTOC li.stagger.indent {
	padding: 2px 3px 2px 63px;
}

#headerTOC li.divider {
	width: 450px;
}

#headerTOC li.linksTOC {
	width: 80px;
	padding: 10px 0 2px 323px;
}

#headerTOC li.linksTOC a, #headerTOC li.linksTOC a:visited {
    background: transparent url(../_img/links.gif) no-repeat;
    padding: 0 0 0 18px;
    color: #fff;
}

#headerTOC li.linksTOC a:hover {
    background: transparent url(../_img/links.gif) no-repeat;
    padding: 0 0 0 18px;
    color: #0f0;
}

#headerTOC li.feedbackTOC {
	padding: 10px 0 2px;
}

#headerTOC li.feedbackTOC a, #headerTOC li.feedbackTOC a:visited {
    background: transparent url(../_img/feedback.gif) no-repeat;
    padding: 0 0 0 18px;
    color: #fff;
}

#headerTOC li.feedbackTOC a:hover {
    background: transparent url(../_img/feedback.gif) no-repeat;
    padding: 0 0 0 18px;
    color: #0f0;
}

#headerTOC li a, #headerTOC li a:visited{
	border: 0;
	color: #f2e0b8;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#headerTOC li a:hover{
	border: 0;
	color: #0f0; /* #06c; #006c00; */
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

/* Start content */

#content{
	border: 0;
	float:left;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	padding: 10px;
	width: 960px;
}
#content h1{
	border: 0;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	color: #06c;
	margin: 0;
	padding: 5px 0 5px 0;
}
#content p{
	border: 0;
	font: normal 14px/100% Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 5px 0 5px 0;
	text-align: justify;
}

.land_privacyisaright {
	width: 585px;
	height: 160px;
	margin: 0 0px;
	float: left;
	background: transparent url(../_img/privacy-is-a-right.png);
}


.stuff {
	width: 940px;
}

.stuff .center {
	width: 920px;
}

.stuff20 {
	width: 940px;
}

.stuff20 .center {
	width: 900px;
}

.billofrights {
	width: 740px;
	margin: 0 100px;
}

.billofrights .center {
	width: 700px;
}

.land_billofrights {
	float: left;
	margin-left: -10px;
	width: 590px;
}

.land_intro{
	float: left;
	width: 590px;
	margin: 0 0 25px 0;
}

.land_intro .center{
	width: 550px;
	background-color: #FFFFFF;
}

.land_billofrights .center {
	width: 570px;
}

.land_billofrights img {
	margin: 0 10px 0 0;
	float: left;
}

.forum{
	width: 940px;
	float: left;
	margin: 10px 0 10px;
}

.forum .center{
	width: 920px;
}

#content .land_billofrights p {
	text-align: left;
	padding: 0;
	height: 135px;
	letter-spacing: 0.5px;
	line-height: 18px;
	font-size: 12px;
	color: #F2e0b8;
}

#content .land_intro p{
	padding: 15px 10px 15px 10px;
	/*height: 120px;*/
	color: #4d4c4d;
	text-align: left;
	letter-spacing: 0.5px;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
}


.land_tools {
	float: left;
	margin: 15px 0 25px 0;
	width: 590px;
}

.land_tools .center {
	width: 570px;
}

.land_tools .middle .center {
	height: 360px;
	padding: 10px 0 0 0;
}

.land_tools .header {
	width: 180px;
	height: 328px;
	float: right;
	padding: 2px 0 0 10px;
	background: transparent url(../_img/symbol-tools.png) no-repeat bottom center;
	font: italic bold 32px/135% Arial, Helvetica, sans-serif;
	color: #f2e0b8;
	text-align: left;
	letter-spacing: 4px;
	line-height: 43px;
}

.land_tools .header a, .land_tools header a:visited {
	color: #f2e0b8;
	font-style: italic;
	font-weight: bold;
	line-height: 43px;
}

.land_tools .header a:hover {
	color: #0f0;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	line-height: 43px;
}

.land_tools .item {
	width: 340px;
	height: 69px;
	float: left;
	padding: 0;
	/*background: transparent url(../_img/seperator.png) no-repeat center top;*/
	font: normal 24px/130% Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: right;
	letter-spacing: 2px;
}

.land_tools .item .description{
	font: bold 12px/12px Arial, Helvetica, sans-serif;
	color: #f2e0b8;
	letter-spacing: 1px;
	position: relative;
	/*top: -12px;*/
	height: 20px;
	vertical-align: top;
}

.land_tools .item a, .land_tools .item a:visited {
	color: #fff;
	font-style: normal;
}

.land_tools .item a:hover {
	color: #0f0;
	font-style: normal;
	text-decoration: none;
}

.land_tools .item.first {
	margin: 11px 0 0 0;
}

.land_tools .item.first a, .land_tools .item.first a:visited {
	font-weight: normal;
}

.land_tools .item.first a:hover {
	font-weight: normal;
}

.land_antitools {
	float: left;
	margin: 10px;
	width: 310px;
}

.land_antitools .center {
	width: 290px;
}

.land_antitools .middle .center {
	height: 350px;
}

.land_antitools .header {
	width: 250px;
	height: 50px;
	padding: 0 0 0 40px;
	background: transparent url(../_img/symbol-sm-antitools.png) no-repeat;
	font: italic 18px/120% Arial, Helvetica, sans-serif;
	color: #faf4de;
	text-align: center;
}

.land_antitools .item {
	width: 270px;
	padding: 10px;
	background: transparent url(../_img/seperator.png) no-repeat center top;
	font: normal 18px/200% Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
}

.land_recentnews {
	float: left;
	margin: 10px;
	width: 210px;
}

.land_recentnews .center {
	width: 190px;
}

.land_howtoprotect {
	width: 315px;
	float: right;
	padding: 5px;
	background: transparent url(../_img/panel-grey-t.png);
	height: 614px;
	overflow: hidden;
}

#content .land_howtoprotect h1 {
	color: #3F3F3F; /* 1F1F1E   f2e0b8 */
	font: italic bold 20px/135% Arial, Helvetica, sans-serif;
	margin: 0 0 5px 20px;
}

#content .land_howtoprotect h1 a {
	color: #3F3F3F; /* 3F3F3F 1F1F1E   f2e0b8 */
	font: italic bold 20px/135% Arial, Helvetica, sans-serif;
}

#content .land_howtoprotect h1 a:hover {
	color: #fff; /* 3F3F3F 1F1F1E   f2e0b8 */
}

#content .land_howtoprotect h2 {
	color: white;
	margin: 0 20px 5px 20px;
}

#content .land_howtoprotect h2 a {
	color: white;
	font-weight: bold;
}

#content .land_howtoprotect p {
	color: black;
	margin: 0 20px 5px 20px;
}

#content .land_howtoprotect p a {
	color: white;
}


.land_recenttopics {
	float: left;
	width: 960px;
	margin: 15px 0 25px 0;
}

.land_recenttopics .center {
	width: 940px;
}

.land_recenttopics_inner {
	margin: 0;
	width: 940px;
}

.land_recenttopics_inner .icenter {
	width: 920px;
}

#content .land_recenttopics h1 {
	color: #f2e0b8; /* 3F3F3F 1F1F1E   f2e0b8 */
	font: italic bold 20px/135% Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
}

#content .land_recenttopics h1 a {
	color: #f2e0b8; /* 3F3F3F 1F1F1E   f2e0b8 */
	font: italic bold 20px/135% Arial, Helvetica, sans-serif;
}

#content .land_recenttopics h1 a:hover {
	color: #0f0;; /* 3F3F3F 1F1F1E   f2e0b8 */
}

#content .land_recenttopics h2 {
	color: #999; /* 3F3F3F 1F1F1E   f2e0b8 */
	font: normal 16px/120% Arial, Helvetica, sans-serif;
}

#content .land_recenttopics h2 a {
	color: #999; /* 3F3F3F 1F1F1E   f2e0b8 */
}

#content .land_recenttopics p {
	color: #999;
}

.land_recenttopics .tail {
	width: 10px;
	height: 1px;
	margin: 0;
}

.land_howtoprotect2 {
	width: 940px;
	float: left;
	padding: 10px;
	margin: 10px 0;
	background: transparent url(../_img/panel-grey-t.png);
}

#content .land_howtoprotect2 h1 {
	color: red;
}

#content .land_howtoprotect2 p {
	color: black;
}

.footer {
	clear: both;
	float: left;
	width: 960px;
}

.footer .center {
	width: 920px;
}





.borderbox {
	background: transparent; 
}

.borderbox .top {
	height: 10px;
}

.borderbox .top .left {
	background: #000;
	float: left;
	width: 10px;
	height: 10px;
}

.borderbox .top .center {
	background: #000;
	float: left;
	height: 10px;
}

.borderbox .top .right {
	background: #000;
	float: right;
	width: 10px;
	height: 10px;
}

.borderbox .middle {
	background: #000;
}

.borderbox .middle .left {
	padding: 0 0 0 10px;
}

.borderbox .middle .center {
}

.borderbox .middle .right {
	padding: 0 10px 0 0;
}

.borderbox .bottom {
	height: 10px;
}

.borderbox .bottom .left {
	background: #000;
	float: left;
	width: 10px;
	height: 10px;
}

.borderbox .bottom .center {
	background: #000;
	float: left;
	height: 10px;
}

.borderbox .bottom .right {
	background: #000;
	float: right;
	width: 10px;
	height: 10px;
}


.borderbox.black .top .left { background: transparent url(../_img/blackbox.png); }
.borderbox.black .top .center { background: #000; }
.borderbox.black .top .right { background: transparent url(../_img/blackbox.png) -20px 0; }
.borderbox.black .middle { background: #000; }
.borderbox.black .bottom .left { background: transparent url(../_img/blackbox.png) 0 -20px; }
.borderbox.black .bottom .center { background: #000; }
.borderbox.black .bottom .right { background: transparent url(../_img/blackbox.png) -20px -20px; }

.borderbox.grayblack .top .left { background: transparent url(../_img/gray-blackbox.png); }
.borderbox.grayblack .top .center { background: #231F20; }
.borderbox.grayblack .top .right { background: transparent url(../_img/gray-blackbox.png) -20px 0; }
.borderbox.grayblack .middle { background: #231F20; }
.borderbox.grayblack .bottom .left { background: transparent url(../_img/gray-blackbox.png) 0 -20px; }
.borderbox.grayblack .bottom .center { background: #231F20; }
.borderbox.grayblack .bottom .right { background: transparent url(../_img/gray-blackbox.png) -20px -20px; }

.borderbox.darkgray .top .left { background: transparent url(../_img/dark-gray.png); }
.borderbox.darkgray .top .center { background: #1F1F1E; }
.borderbox.darkgray .top .right { background: transparent url(../_img/dark-gray.png) -20px 0; }
.borderbox.darkgray .middle { background: #1F1F1E; }
.borderbox.darkgray .bottom .left { background: transparent url(../_img/dark-gray.png) 0 -20px; }
.borderbox.darkgray .bottom .center { background: #1F1F1E; }
.borderbox.darkgray .bottom .right { background: transparent url(../_img/dark-gray.png) -20px -20px; }

.borderbox.cream .top .left { background: transparent url(../_img/creambox.png); }
.borderbox.cream .top .center { background: #faf4de; }
.borderbox.cream .top .right { background: transparent url(../_img/creambox.png) -20px 0; }
.borderbox.cream .middle { background: #faf4de; }
.borderbox.cream .bottom .left { background: transparent url(../_img/creambox.png) 0 -20px; }
.borderbox.cream .bottom .center { background: #faf4de; }
.borderbox.cream .bottom .right { background: transparent url(../_img/creambox.png) -20px -20px; }

.borderbox.shadow .top .left { background: transparent url(../_img/shadowbox.png); }
.borderbox.shadow .top .center { background: transparent url(../_img/shadowboxfill.png); }
.borderbox.shadow .top .right { background: transparent url(../_img/shadowbox.png) -20px 0; }
.borderbox.shadow .middle { background: transparent url(../_img/shadowboxfill.png); }
.borderbox.shadow .bottom .left { background: transparent url(../_img/shadowbox.png) 0 -20px; }
.borderbox.shadow .bottom .center { background: transparent url(../_img/shadowboxfill.png); }
.borderbox.shadow .bottom .right { background: transparent url(../_img/shadowbox.png) -20px -20px; }

.borderbox.shadowblur .top .left { background: transparent url(../_img/shadowblurbox.png); }
.borderbox.shadowblur .top .center { background: transparent url(../_img/shadowblurboxtop.png); }
.borderbox.shadowblur .top .right { background: transparent url(../_img/shadowblurbox.png) -20px 0; }
.borderbox.shadowblur .middle { background: transparent; }
.borderbox.shadowblur .middle .left { background: transparent url(../_img/shadowblurboxleft.png) repeat-y top left; }
.borderbox.shadowblur .middle .center { background: transparent url(../_img/shadowboxfill.png); }
.borderbox.shadowblur .middle .right { background: transparent url(../_img/shadowblurboxright.png) repeat-y top right; }
.borderbox.shadowblur .bottom .left { background: transparent url(../_img/shadowblurbox.png) 0 -20px; }
.borderbox.shadowblur .bottom .center { background: transparent url(../_img/shadowblurboxtop.png) 0 -20px; }
.borderbox.shadowblur .bottom .right { background: transparent url(../_img/shadowblurbox.png) -20px -20px; }

.borderbox.graywhiteborder .top .left { background: transparent url(../_img/graywhiteborder.png); }
.borderbox.graywhiteborder .top .center { height: 9px; background: #4d4c4d; border-top: 1px solid #FFFFFF; }
.borderbox.graywhiteborder .top .right { background: transparent url(../_img/graywhiteborder.png) -20px 0; }
.borderbox.graywhiteborder .middle { background: transparent; }
.borderbox.graywhiteborder .middle .left { background: #4d4c4d; border-right: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF; }
.borderbox.graywhiteborder .middle .center { background: #4d4c4d; }
.borderbox.graywhiteborder .middle .right { background: #4d4c4d;}
.borderbox.graywhiteborder .bottom .left { background: transparent url(../_img/graywhiteborder.png) 0 -20px; }
.borderbox.graywhiteborder .bottom .center { height:9px; background: #4d4c4d; border-bottom: 1px solid #FFFFFF; }
.borderbox.graywhiteborder .bottom .right { background: transparent url(../_img/graywhiteborder.png) -20px -20px; }


.borderbox20 {
	background: transparent; 
}

.borderbox20 .top {
	height: 20px;
}

.borderbox20 .top .left {
	background: #000;
	float: left;
	width: 20px;
	height: 20px;
}

.borderbox20 .top .center {
	background: #000;
	float: left;
	height: 20px;
}

.borderbox20 .top .right {
	background: #000;
	float: right;
	width: 20px;
	height: 20px;
}

.borderbox20 .middle {
	background: #000;
}

.borderbox20 .middle .left {
	padding: 0 0 0 20px;
}

.borderbox20 .middle .center {
}

.borderbox20 .middle .right {
	padding: 0 20px 0 0;
}

.borderbox20 .bottom {
	height: 20px;
}

.borderbox20 .bottom .left {
	background: #000;
	float: left;
	width: 20px;
	height: 20px;
}

.borderbox20 .bottom .center {
	background: #000;
	float: left;
	height: 20px;
}

.borderbox20 .bottom .right {
	background: #000;
	float: right;
	width: 20px;
	height: 20px;
}


.borderbox20.shadowblur .top .left { background: transparent url(../_img/shadowblurbox20.png); }
.borderbox20.shadowblur .top .center { background: transparent url(../_img/shadowblurbox20top.png); }
.borderbox20.shadowblur .top .right { background: transparent url(../_img/shadowblurbox20.png) -20px 0; }
.borderbox20.shadowblur .middle { background: transparent; }
.borderbox20.shadowblur .middle .left { background: transparent url(../_img/shadowblurbox20left.png) repeat-y top left; }
.borderbox20.shadowblur .middle .center { background: transparent url(../_img/shadowboxfill.png); }
.borderbox20.shadowblur .middle .right { background: transparent url(../_img/shadowblurbox20right.png) repeat-y top right; }
.borderbox20.shadowblur .bottom .left { background: transparent url(../_img/shadowblurbox20.png) 0 -20px; }
.borderbox20.shadowblur .bottom .center { background: transparent url(../_img/shadowblurbox20top.png) 0 -20px; }
.borderbox20.shadowblur .bottom .right { background: transparent url(../_img/shadowblurbox20.png) -20px -20px; }

.borderbox20.grayandwhite .top { height: 30px; }
.borderbox20.grayandwhite .top .left { background: transparent url(../_img/grayboxtools.png); height: 30px; }
.borderbox20.grayandwhite .top .center { background: #4d4d4d; height: 30px; color: #FFF; font: bold 20px/32px Arial, Helvetica, sans-serif; text-indent: 10px;}
.borderbox20.grayandwhite .top .right { background: transparent url(../_img/grayboxtools.png) -20px 0; height: 30px; }
.borderbox20.grayandwhite .middle { background: #ffffff; }
.borderbox20.grayandwhite .middle .left { background: #ffffff; }
.borderbox20.grayandwhite .middle .center { background: #ffffff; }
.borderbox20.grayandwhite .middle .right { background: #ffffff; }
.borderbox20.grayandwhite .bottom { height: 15px;}
.borderbox20.grayandwhite .bottom .left { height: 15px; width: 20px; background: transparent url(../_img/graybox.png) 0 -15px; }
.borderbox20.grayandwhite .bottom .center { height: 15px; background: #4d4d4d; }
.borderbox20.grayandwhite .bottom .right { height: 15px; width: 20px; background: transparent url(../_img/graybox.png) -10px -15px; }

.borderbox20.tools .top { height: 40px; }
.borderbox20.tools .top .left { background: transparent url(../_img/grayboxtools.png); height: 40px; }
.borderbox20.tools .top .center { background: #4d4d4d; height: 40px; color: #FFF; font: bold 28px/36px Arial, Helvetica, sans-serif; text-indent: 20px; }
.borderbox20.tools .top .right { background: transparent url(../_img/grayboxtools.png) -20px 0; height: 40px; }
.borderbox20.tools .middle { background: #faf4de; }
.borderbox20.tools .middle .left { background: #faf4de; }
.borderbox20.tools .middle .center { background: #faf4de; }
.borderbox20.tools .middle .right { background: #faf4de; }
.borderbox20.tools .bottom .left { background: transparent url(../_img/directory-bottom.png) 0 -20px; }
.borderbox20.tools .bottom .center { background: #4d4d4d; }
.borderbox20.tools .bottom .right { background: transparent url(../_img/directory-bottom.png) -20px -20px; }

.borderbox20.links .top { height: 40px; }
.borderbox20.links .top .left { background: transparent url(../_img/grayboxtools.png); height: 40px; }
.borderbox20.links .top .center { background: #4d4d4d; height: 40px; color: #FFF; font: bold 28px/36px Arial, Helvetica, sans-serif; text-indent: 20px; }
.borderbox20.links .top .right { background: transparent url(../_img/grayboxtools.png) -20px 0; height: 40px; }
.borderbox20.links .middle { background: #faf4de; }
.borderbox20.links .middle .left { background: #faf4de; }
.borderbox20.links .middle .center { background: #faf4de; }
.borderbox20.links .middle .right { background: #faf4de; }
.borderbox20.links .bottom .left { background: transparent url(../_img/directory-bottom.png) 0 -20px; }
.borderbox20.links .bottom .center { background: #4d4d4d; }
.borderbox20.links .bottom .right { background: transparent url(../_img/directory-bottom.png) -20px -20px; }

.borderbox20.news .top { height: 40px; }
.borderbox20.news .top .left { background: transparent url(../_img/grayboxtools.png); height: 40px; }
.borderbox20.news .top .center { background: #4d4d4d; height: 40px; color: #FFF; font: bold 28px/36px Arial, Helvetica, sans-serif; text-indent: 20px; }
.borderbox20.news .top .right { background: transparent url(../_img/grayboxtools.png) -20px 0; height: 40px; }
.borderbox20.news .middle { background: #faf4de; }
.borderbox20.news .middle .left { background: #faf4de; }
.borderbox20.news .middle .center { background: #faf4de; }
.borderbox20.news .middle .right { background: #faf4de; }
.borderbox20.news .bottom .left { background: transparent url(../_img/directory-bottom.png) 0 -20px; }
.borderbox20.news .bottom .center { background: #4d4d4d; }
.borderbox20.news .bottom .right { background: transparent url(../_img/directory-bottom.png) -20px -20px; }

.borderbox20.directory .top { height: 40px; }
.borderbox20.directory .top .left { background: transparent url(../_img/grayboxtools.png); height: 40px; }
.borderbox20.directory .top .center { background: #4d4d4d; height: 40px; color: #FFFFFF; font: bold 28px/36px Arial, Helvetica, sans-serif; text-indent: 20px; }
.borderbox20.directory .top .right { background: transparent url(../_img/grayboxtools.png) -20px 0; height: 40px; }
.borderbox20.directory .middle { background: #999999; }
.borderbox20.directory .middle .left { background: #999999; }
.borderbox20.directory .middle .center { background: #999999; }
.borderbox20.directory .middle .right { background: #999999; }
.borderbox20.directory .bottom .left { background: transparent url(../_img/directory-bottom.png) 0 -20px; }
.borderbox20.directory .bottom .center { background: #4d4d4d; }
.borderbox20.directory .bottom .right { background: transparent url(../_img/directory-bottom.png) -20px -20px; }

.borderbox20.contactme .top { height: 40px; }
.borderbox20.contactme .top .left { background: transparent url(../_img/grayboxtools.png); height: 40px; }
.borderbox20.contactme .top .center { background: #4d4d4d; height: 40px; color: #FFFFFF; font: bold 28px/36px Arial, Helvetica, sans-serif; text-indent: 20px; }
.borderbox20.contactme .top .right { background: transparent url(../_img/grayboxtools.png) -20px 0; height: 40px; }
.borderbox20.contactme .middle { background: #FFFFFF; }
.borderbox20.contactme .middle .left { background: #FFFFFF; }
.borderbox20.contactme .middle .center { background: #FFFFFF; }
.borderbox20.contactme .middle .right { background: #FFFFFF; }
.borderbox20.contactme .bottom .left { background: transparent url(../_img/directory-bottom.png) 0 -20px; }
.borderbox20.contactme .bottom .center { background: #4d4d4d; }
.borderbox20.contactme .bottom .right { background: transparent url(../_img/directory-bottom.png) -20px -20px; }

.borderbox20.forum .top { height: 40px; }
.borderbox20.forum .top .left { background: transparent url(../_img/grayboxtools.png); height: 40px; }
.borderbox20.forum .top .center { background: #4d4d4d; height: 40px; color: #FFFFFF; font: bold 28px/36px Arial, Helvetica, sans-serif; text-indent: 20px; }
.borderbox20.forum .top .right { background: transparent url(../_img/grayboxtools.png) -20px 0; height: 40px; }
.borderbox20.forum .middle { background: #999999; }
.borderbox20.forum .middle .left { background: #999999; }
.borderbox20.forum .middle .center { background: #999999; }
.borderbox20.forum .middle .right { background: #999999; }
.borderbox20.forum .bottom .left { background: transparent url(../_img/directory-bottom.png) 0 -20px; }
.borderbox20.forum .bottom .center { background: #4d4d4d; }
.borderbox20.forum .bottom .right { background: transparent url(../_img/directory-bottom.png) -20px -20px; }


#toolsheader {
	height: 180px;
	width: 840px;
	margin: 10px 20px;
	padding: 10px;
	background: #969696;
}

#toolslogo {
	height: 180px;
	padding: 30px 8px 0 190px;
	background: transparent url(../_img/symbol-tools.png) no-repeat;
	color: #FFFFFF;
	font: bold 16px/22px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}

#toolslogo .criteria {
	font: 19px/22px Arial, Helvetica, sans-serif;

}

#toolsfooter {

	width: 840px;
	margin: 10px 20px;
	padding: 10px;
	
}

#content #toolsfooter p{
    font: italic 16px/22px Arial, Helvetica, sans-serif;
	color: #1F1F1E;
	letter-spacing: 1px;
	text-indent: 0px;
	margin: 10px 0;

}

#antitoolslogo {
	height: 180px;
	padding: 0 0 0 200px;
	background: transparent url(../_img/symbol-antitools.png) no-repeat;
	color: #FFFFFF;
	font: bold 16px/20px Arial, Helvetica, sans-serif;
}

#antitoolslogo .criteria {
	font: bold 24px/32px Arial, Helvetica, sans-serif;
}

#content .tools h1 {
	color: #4d4d4d; font: bold 24px/32px Arial, Helvetica, sans-serif; text-indent: 20px;
}

#content .tools p .label {
	color: #c72226; font: bold 16px/20px Arial, Helvetica, sans-serif; text-indent: 20px;
}

#content .tools a.toolsLink {
	color: #c52126; font: bold 16px/20px Arial, Helvetica, sans-serif;
}

#content .tools dl.email,
#content .tools dl.services,
#content .tools dl.organizations,
#content .tools dl.applications{
	width: 860px;
}

#content .tools dl.email dt,
#content .tools dl.applications dt{
	width: 150px;
	margin: 10px 0 10px 90px;
}

#content .tools dl.email dd,
#content .tools dl.applications dd{
	position: relative;
	top: -31px;
	left: 250px;
	width: 560px;
	margin: 5px 0 5px 0;
}

#content .tools dl.services dt,
#content .tools dl.organizations dt{
	margin-left: 90px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 810px;
}

#content .tools dl.services dd,
#content .tools dl.organizations dd{
	width: 720px;
	margin-left: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content .tools p {
	color: #4d4d4d; font: bold 16px/20px Arial, Helvetica, sans-serif; text-indent: 20px;
}

#content .tools p.description{
	font: bold 14px/20px Arial, Helvetica, sans-serif; padding: 0; text-indent: 0;
}


/* Links Page */

#linksheader {
	height: 180px;
	width: 840px;
	margin: 10px 20px;
	padding: 10px;
	background: #969696;
}

#linkslogo {
	height: 180px;
	padding: 30px 8px 0 190px;
	background: transparent url(../_img/symbol-links.png) no-repeat;
	color: #FFFFFF;
	font: bold 16px/22px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}

#linkslogo .criteria {
	font: 19px/22px Arial, Helvetica, sans-serif;

}

#linksfooter {

	width: 840px;
	margin: 10px 20px;
	padding: 10px;

}

#content #linksfooter p{
    font: italic 16px/22px Arial, Helvetica, sans-serif;
	color: #1F1F1E;
	letter-spacing: 1px;
	text-indent: 0px;
	margin: 10px 0;

}

#content .links h1 {
	color: #4d4d4d; font: bold 24px/32px Arial, Helvetica, sans-serif; text-indent: 20px;
}

#content .links p .label {
	color: #c72226; font: bold 16px/20px Arial, Helvetica, sans-serif; text-indent: 20px;
}

#content .links a.linksLink {
	color: #c52126; font: bold 16px/20px Arial, Helvetica, sans-serif;
}

#content .links dl.email,
#content .links dl.services,
#content .links dl.organizations,
#content .links dl.applications{
	width: 860px;
}

#content .links dl.awarenessAdvocates dt {
	width: 150px;
	margin: 10px 0 10px 50px;
}

#content .links dl.awarenessAdvocates dd {
	position: relative;
	top: -31px;
	left: 250px;
	width: 560px;
	margin: 5px 0 5px 0;
}

#content .links dl.organizations dt{
	margin-left: 90px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 810px;
}

#content .links dl.organizations dd{
	width: 720px;
	margin-left: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content .links p {
	color: #4d4d4d; font: bold 16px/20px Arial, Helvetica, sans-serif; text-indent: 20px;
}

#content .links p.description{
	font: bold 14px/20px Arial, Helvetica, sans-serif; padding: 0; text-indent: 0;
}

/* inner border box */

.iborderbox {
	background: transparent; 
}

.iborderbox .itop {
	height: 10px;
}

.iborderbox .itop .ileft {
	background: #000;
	float: left;
	width: 10px;
	height: 10px;
}

.iborderbox .itop .icenter {
	background: #000;
	float: left;
	height: 10px;
}

.iborderbox .itop .iright {
	background: #000;
	float: right;
	width: 10px;
	height: 10px;
}

.iborderbox .imiddle {
	background: #000;
}

.iborderbox .imiddle .ileft {
	padding: 0 0 0 10px;
}

.iborderbox .imiddle .icenter {
}

.iborderbox .imiddle .iright {
	padding: 0 10px 0 0;
}

.iborderbox .ibottom {
	height: 10px;
}

.iborderbox .ibottom .ileft {
	background: #000;
	float: left;
	width: 10px;
	height: 10px;
}

.iborderbox .ibottom .icenter {
	background: #000;
	float: left;
	height: 10px;
}

.iborderbox .ibottom .iright {
	background: #000;
	float: right;
	width: 10px;
	height: 10px;
}


.iborderbox.black .itop .ileft { background: transparent url(../_img/blackbox.png); }
.iborderbox.black .itop .icenter { background: #000; }
.iborderbox.black .itop .iright { background: transparent url(../_img/blackbox.png) -20px 0; }
.iborderbox.black .imiddle { background: #000; }
.iborderbox.black .ibottom .ileft { background: transparent url(../_img/blackbox.png) 0 -20px; }
.iborderbox.black .ibottom .icenter { background: #000; }
.iborderbox.black .ibottom .iright { background: transparent url(../_img/blackbox.png) -20px -20px; }

.iborderbox.cream .itop .ileft { background: transparent url(../_img/creambox.png); }
.iborderbox.cream .itop .icenter { background: #faf4de; }
.iborderbox.cream .itop .iright { background: transparent url(../_img/creambox.png) -20px 0; }
.iborderbox.cream .imiddle { background: #faf4de; }
.iborderbox.cream .ibottom .ileft { background: transparent url(../_img/creambox.png) 0 -20px; }
.iborderbox.cream .ibottom .icenter { background: #faf4de; }
.iborderbox.cream .ibottom .iright { background: transparent url(../_img/creambox.png) -20px -20px; }

.iborderbox.darkgray .itop .ileft { background: transparent url(../_img/dark-gray.png); }
.iborderbox.darkgray .itop .icenter { background: #1F1F1E; }
.iborderbox.darkgray .itop .iright { background: transparent url(../_img/dark-gray.png) -20px 0; }
.iborderbox.darkgray .imiddle { background: #1F1F1E; }
.iborderbox.darkgray .ibottom .ileft { background: transparent url(../_img/dark-gray.png) 0 -20px; }
.iborderbox.darkgray .ibottom .icenter { background: #1F1F1E; }
.iborderbox.darkgray .ibottom .iright { background: transparent url(../_img/dark-gray.png) -20px -20px; }

.iborderbox.shadow .itop .ileft { background: transparent url(../_img/shadowbox.png); }
.iborderbox.shadow .itop .icenter { background: transparent url(../_img/shadowboxfill.png); }
.iborderbox.shadow .itop .iright { background: transparent url(../_img/shadowbox.png) -20px 0; }
.iborderbox.shadow .imiddle { background: transparent url(../_img/shadowboxfill.png); }
.iborderbox.shadow .ibottom .ileft { background: transparent url(../_img/shadowbox.png) 0 -20px; }
.iborderbox.shadow .ibottom .icenter { background: transparent url(../_img/shadowboxfill.png); }
.iborderbox.shadow .ibottom .iright { background: transparent url(../_img/shadowbox.png) -20px -20px; }

.iborderbox.shadowblur .itop .ileft { background: transparent url(../_img/shadowblurbox.png); }
.iborderbox.shadowblur .itop .icenter { background: transparent url(../_img/shadowblurboxtop.png); }
.iborderbox.shadowblur .itop .iright { background: transparent url(../_img/shadowblurbox.png) -20px 0; }
.iborderbox.shadowblur .imiddle { background: transparent; }
.iborderbox.shadowblur .imiddle .ileft { background: transparent url(../_img/shadowblurboxleft.png) repeat-y top left; }
.iborderbox.shadowblur .imiddle .icenter { background: transparent url(../_img/shadowboxfill.png); }
.iborderbox.shadowblur .imiddle .iright { background: transparent url(../_img/shadowblurboxright.png) repeat-y top right; }
.iborderbox.shadowblur .ibottom .ileft { background: transparent url(../_img/shadowblurbox.png) 0 -20px; }
.iborderbox.shadowblur .ibottom .icenter { background: transparent url(../_img/shadowblurboxtop.png) 0 -20px; }
.iborderbox.shadowblur .ibottom .iright { background: transparent url(../_img/shadowblurbox.png) -20px -20px; }



.contentGroup{
	border: 0;
	float: right;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	margin: 10px 0 10px 10px;
	padding: 0;
	width: 306px;
}

.contentGroup #contentGroupFill{
	background: #ffc url(../_img/ContentGroup.gif) no-repeat 0 0;
	border: 0;
	float:left;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 8px;
	width: 290px;
}

.contentGroup #contentGroupFoot{
	background: #ffc url(../_img/ContentGroup.gif) no-repeat 0 bottom;
	border: 0;
	float:left;
	font: normal 1px/1px Arial, Helvetica, sans-serif;
	height: 15px;
	margin: 0;
	padding: 0;
	width: 306px;
}

.contentGroup h1{
	border: 0;
	color: #06c;
	font: bold 14px/20px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 0 5px 0;
}

.contentGroup p{
	border: 0;
	font: normal 14px/100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 0 5px 0;
	text-align: justify;
}

.contentGroup a, #contentGroup a:visited{
	border: 0;
	color: #06c;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.contentGroup a:hover{
	border: 0;
	color: #06c;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

#footer{
	border: 0;
/*	float:left;*/
	font: normal 10px/100% Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
/*	width: 630px;*/
}

#footer p{
	border: 0;
	font: normal 10px/100% Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0 0 5px 0;
	text-align: center;
}

#footer a, #footer a:visited{
	border: 0;
	color: #f2e0b8;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#footer a:hover{
	border: 0;
	color: #f2e0b8;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

#footer_bar{
	height: 25px;
	float: left;
	background-color: #FFFFFF;
	width: 100%;
	margin: 10px 0  20px 0;
	text-align: center;
}

#footer_barTOC{
	text-align: center;
	position: relative;
}

#footer_barTOC a,
#footer_barTOC a:hover,
#footer_barTOC a:active,
#footer_barTOC a:visited{
	font: bold 12px/16px Helvetica, Arial, sans-serif;
	color: #000000;
	letter-spacing: 1px;
}

#footer_barTOC a:hover{
	text-decoration: underline;
	color: #00ff00;
}

#footer_bar ul{
	list-style: none;
	display: inline;
	border: 0;
	width: 100%;
	margin: 0 0 0 150px;
	float: left;
}

#footer_bar li{
	border: 0;
	display: inline;
	float: left;
	margin: 0 20px 0 20px;
	padding: 2px 0;
}
