#container {
    margin: 0;
	padding: 0;
	width: 100%;
	overflow: visible;
}
/********************************************/
/*   Page Content area styles               */
/********************************************/

/*------------------------------------------------------------------------------
    content

    This should hold the actual content for the page, which is defined here as everything that's not the header, the navBar, or the footer.

    #content should be given a margin-left equal to:
        content.margin + navBar.width + 1px
    which, at the moment, is:
        0px + 180px + 1px = 181px
------------------------------------------------------------------------------*/

#content{
	margin: 0;
	padding: 0;
	padding-right: 10px;
	position: absolute;
	left: 184px;
	top: 141px;
}

#content p, div#content ul {
	font-size: 60%;
	padding-left: 10px;
}

/*
************* .feature styles **************
        Used on the index page only
*/

.feature {
	margin: 0;
	padding: 0px 0px 10px 10px;
}
.feature p {
	padding: 0;
	margin: 0;
	font-size: 100%;
}
.feature table {
	clear: both;
}
/* padding-left for the ul tag affects the bullet, while margin-left affects the wrapped lines' hanging indent */
/* padding-left for the li tag affects the distance between the bullet and the lists item */
td#content ul, td#content div.feature ul, td#content .feature table td ul {
	padding: 4px 0 10px 16px;
	font-size: 80%;
	color: #3D2D57;
	list-style-type: disc;
	position: relative;
}
td#content .feature table td ul {
	margin: 0 0 0 135px;
	float: none;
}
td#content li {
	text-indent: 0px;
	line-height: 1.2;
}
td#content .feature .caption {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 10px;
	padding-bottom: 10px;
	width: auto;
	height: auto;
}
td#content .feature .caption img {
	border: none;
}
td#content .feature p {
	padding: 0;
	margin: 0;
	font-size: 85%;
	text-indent: 0px;
}
td#content .feature .caption p {
	padding: 0;
	margin: 0;
	font-size: 65%;
	text-indent: 0px;
	text-align: center;
}
img .large {
	float:right;
}

/********************************************/
/*   Layout Table styles               */
/********************************************/

table.layout-table {
	margin: 0;
	margin-left: 10px;
	padding: 0;
	width: 98%;
}
table.layout-table table .layout-table {
	margin: 0;
	padding: 0;
}
table.layout-table tr, table .layout-table tr td {
	padding: 0;
	margin: 0;
}
table.layout-table td {
	margin-right: 10px;
	line-height: 110%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9E5CA;
	text-align: left;
	text-indent: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.layout-table td.left-border {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #D9E5CA;
	padding-left: 4px;
}
table.layout-table td.no-top-border{
	border-top: 0;
}
table.layout-table td.left-border img{
	padding: 0;
}
table.layout-table td.left-border h4{
	padding-bottom: 0;
	margin-left: -4px;
	padding-left: 4px;
}
table.layout-table td.left-border ul{
	list-style-type: none;
}
table.layout-table td.no-border {
	padding: 0 4px 4px 4px;
	margin: 0;
	border: none;
}
table.layout-table td ul, td#content table.layout-table td p, table.layout-table td.no-border p {
	padding: 3px 0 0 0;
	margin: 0;
	font-size: 75%;
}
table.layout-table td .caption {
	padding: 0 0 10px 0;
	margin: 0 10px 0 0;
	float: left;
	width: auto;
	height: auto;
	text-align: center;
	line-height: 1;
}
table.layout-table td #by-caption {
	padding: 0;
	margin: 0;
	list-style-type: disc;
	width: auto;
}
table.layout-table td ul ul {
	font-size: 100%;
}
table.layout-table td .caption img {
	border: none;
}
table.layout-table td .caption p {
	padding: 0;
	margin: 0;
	font-size: 65%;
	text-indent: 0;
	text-align: center;
}
#content div.clear-right {
	height: 0px;
	clear: right;
}
#content div.clear-left {
	height: 0px;
	clear: left;
}
#content div.clear-both {
	height: 0px;
	clear: both;
}

p .first {
	text-indent: 0;
}
