/* CSS Document */

body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(../imagescomm/bg.gif);
	background-repeat: repeat-x;
}

/* LINK STYLES */
a:link { color: #2788b1; text-decoration: none; }
a:visited { color: #2788b1; text-decoration: none; }
a:hover { color: #2788b1; text-decoration: underline; }
a:active { color: #000000; }

a.current:link { font-weight: bold; color: #333333; text-decoration: none; }
a.current:visited { font-weight: bold; color: #333333; text-decoration: none; }
a.current:hover { font-weight: bold; color: #333333; text-decoration: underline; }
a.current:active { font-weight: bold; color: #000000; }

/* GENERAL ITEM STYLES */

p { margin: 0px; padding-bottom: 12px; }
h1 { margin: 0px; padding: 0px; font-size: 14px; font-weight: bold; color: #a84341; }
h2 { margin: 0px; padding: 0px; font-size: 12px; font-weight: bold; color: #a84341; }
.smaller {
	font-size: 9px;
}
h3 { margin: 0px; padding: 0px; font-size: 11px; font-weight: bold; color: #333333; }
form { margin: 0px; padding: 0px; }
ul { padding: 0px 0px 12px 0px; margin: 0px 0px 0px 24px; }
h1 + ul { padding: 12px 0px 12px 0px; margin: 0px 0px 0px 24px; }/* adds space above list when it appears immediately after a heading */
h2 + ul { padding: 12px 0px 12px 0px; margin: 0px 0px 0px 24px; }
h3 + ul { padding: 12px 0px 12px 0px; margin: 0px 0px 0px 24px; }

#mininav {
	font-size: 10px;
	width: 200px;
	position: absolute;
	z-index: 2;
	left: 551px;
	top: 0px;
	text-align: right;
}

#mainmenu { position: absolute; left: 0px; top: 109px; }
#collage { position: absolute; left: 0px; top: 141px; }

     /* for pages WITH #rightcolumn third column */
#maincontent { position: absolute; left: 185px; top: 300px; width: 375px; }
     /* for pages WITHOUT #rightcolumn third column */
#maincontentwide { position: absolute; left: 185px; top: 300px; width: 565px; }

#pagemenu { position: absolute; left: 20px; top: 300px; width: 150px; }
#pagemenu ul { padding: 0px 0px 0px 6px; margin: 0px; }
#pagemenu li { margin-bottom: 12px; list-style-image: url(../imagescomm/bullet.gif); }
#rightcolumn { position: absolute; left: 575px; top: 300px; width: 170px; }

.withbullet {
	background-image: url(../imagescomm/bullet.gif);
	background-repeat: no-repeat;
	background-position: -16px;
	padding-left: 16px;
	text-indent: -16px;
}

.withbottompadding { padding-bottom: 12px; }

.floatright {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
}

.attribution {
	font-size: 10px;
	font-weight: bold;
	color: #AAAC8A;
	font-style: italic;
	text-indent: -10px;
	margin-left: 10px;
	line-height: 13px;
}
.testimonial {
	padding: 0px;
	margin-bottom: 4px;
}
.copyright {
	font-size: 10px;
	line-height: 14px;
	color: #AAAC8A;
	margin-top: 20px;
}

.tablecallout { width: 200px; margin-bottom: 12px; background-color: #f2eee3; }
.tablecallout th { color: #ffffff; font-weight: bold; text-align: left; background-color: #a94341; padding: 5px 8px; }
.tablecallout td { padding: 5px 8px; }

.tablecapabilities { width: 565px; margin-bottom: 12px; }
.tablecapabilities th { color: #ffffff; font-weight: bold; text-align: left; vertical-align: top; background-color: #a94341; padding: 5px 8px; }
.tablecapabilities td { padding: 5px 8px; vertical-align: top; border-top: 2px solid #D5D6B5; }

.tinted { background-color: #f2eee3; }
th.pointofview { background-color: #848157; }
