/* lists */
#content ul {
	margin: 1em 0;
	padding-left: 40px;
}

#content ul ul {
	margin: 0;
}

a img {
    border:none;
}


.paragraph {
    clear:both;
    margin-top: 0px;
    padding-bottom: 0px;
}

.paragraphText {
    /*margin-top: 0px;
    padding-bottom: 20px;*/
    /*margin: 10px 0;*/
}

.with_floating_image_240 .floating_image {
	margin-top: 20px;
}

.with_floating_image_240 .paragraphText {
	width: 240px;
	float: left;
}

.with_floating_image_110 .paragraphText {
	width: 370px;
	float: left;
}

.floating_image {
    float:left;
    margin-right:20px;
    margin-bottom:10px;
}

.fullsize_image {
    margin: 20px 0;
}

.image_content_txt {
	color: #003399;
	font-weight: bold;
}


h1 {
    font-size:1.8em;
    font-family:AgfaRotisSansSerif, sans-serif;
    font-weight:normal;
    margin-bottom:21px;
    padding-top:15px;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 2em;
}

.paragraph ol, .paragraph ul  {
    padding-left: 13px;
    margin-left:13px;
}


li {
    padding: 0px;
    line-height:18px;
}

li p {
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom: 0px;
}


/*** tables ***/
#content table {
	border: none;
	border-spacing: 1px; 
	width: 100%;
}

#content table.with-caption {
	margin-bottom: 0;
}

#content table th,
#content table thead td {
	font-weight: bold;
	padding: 3px;
	border: none;
	text-align: left;
}

#content table tr.centered th,
#content table thead tr.centered td {
	text-align: center;
}

#content table td {
	padding: 3px;
	border: none;
}

#content table caption
{
  caption-side: top;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: left;
}

#content p.table-caption {
	color: #003399;
	margin-top: 0;
}



/* resource list */
#content .resourceList ul {
	margin: 1em 0 0 0;
	padding: 0;
	list-style: none;
}

.resourceList li.downLoadItem {
	clear: both;
	margin: 0 0 1.5em 0;
	padding: 0;
}

.resourceList li.downLoadItem .fileTypeIcon {
	float: left;
	width: 60px;
	height: 61px;
	margin: 0 0 1.5em 0;
}

.resourceList li.downLoadItem a {
	font-weight: bold;
}


.resourceList li.downLoadItem a {
	float: right;
	width: 420px;
}

.resourceList li.downLoadItem .downLoadDesc {
	float: right;
	width: 420px;
	margin-bottom: 1em;
}

/* faq list */
#content .faq-list dl {
	margin: 2em 0;
	padding: 0;
	list-style: none;
	width: 500px;
}

#content .faq-list dt {
	padding: 1em 0 0 0;
	width: 500px;
}

#content .faq-list dd {
	padding: 0;
	width: 500px;
}

#content .faq-list dd div.answer-holder {
	padding: 10px 0 20px 0;
}

#content .faq-list dd table {
	margin: 10px 0;
}

#content .faq-list dd table.with-caption {
	margin-bottom: 0;
}

/* used to prevent jump in animation cause by margins */
#content .faq-list dd .first {
	margin-top: 0;
}

#content .faq-list dd .last {
	margin-bottom: 0;
}

/* search results */
#content .searchResults ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content .searchResults li {
	margin: 0 0 1.5em 0;
	padding: 0;
}

#content .searchResults .searchResultTitle {
	margin: 0 0 0.25em 0;
	font-weight: bold;
}

#content .searchResults .searchResultAbstract {
	margin: 0;
}

#content .searchResults .searchResultAbstract a {
	margin: 0;
	text-decoration: none;
	color: #000;
}

#content .searchResults .pagination {
	margin: 1em 0;
}

#content .searchResults .pagination a,
#content .searchResults .pagination span.dots {
	margin: 0 0.2em;
	padding: 3px 4px;
}

#content .searchResults .pagination a {
	background-color: #fff;
	text-decoration: none;
	border: 1px solid #2453B3;
}

#content .searchResults .pagination a {
	margin: 0 0.2em;
	background-color: #fff;
	text-decoration: none;
	border: 1px solid #2453B3;
	padding: 3px 4px;
	color: #003399;
}

#content .searchResults .pagination a span.actpage {
	font-weight: bold;
}

#content .searchResults .pagination a:hover {
	background-color: #003399;
	border-color: #003399;
	color: #fff;
}