body { 
	/* margin: 8px; */
	font-size: 70% !important;
}

/*****************************
* Page structure styles
*****************************/

.page-wrapper { 
	width: 900px; 
	position: relative; 
}

.content-wrapper { 
	width: 900px; 
	position: relative; 
	margin: 2em 0;
	background: url('/f5world/images/column-background.png') top left;
	min-height: 60em;
	_height: 60em;
}

.content-wrapper li {
	padding-bottom: .3em;
	_padding-bottom: 0;
	line-height: 1.3em;
	vertical-align: top;
}

.column-1 { 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 225px;
}

.column-2 { 
	margin: auto 225px; 
	padding-left: 5px;
}

.column-3 { 
	position: absolute; 
	right: 0px; 
	top: 0px; 
	width: 225px;
}

.column-1-padding, .column-2-padding, .column-3-padding { 
	padding: 0 10px;
}


/*****************************
* Index/TOC specific styles
*****************************/

.articles {
	padding: 0 0 .5em 0;
	_padding: 0 !important;
	background: url('/f5world/images/article-background.png') top right repeat-y;
	border-bottom: 1px dashed #8BB1C0;
	min-height: 85px;
	_height: 85px;
}

.noBackground {
	background: none !important;
}

.articleImage {
	text-align: left;
	margin-left: 10px;
}

#cover {
	display: block;
	margin: 1em auto;
	padding-left: 5px;
}

#f5publications {
	display: block;
	margin: 2em auto;
	text-align: center;
}

#downloadPDF {
	margin-top: -1em !important;
}

.index .column-2-padding ul li {
	width: 330px;
}

/*****************************
* Text styles
*****************************/

h1 {
	margin: 0 auto 10px auto;
	font-size: 95%;
	text-align: center;
	text-transform: uppercase;
}

h2 {
	margin: .5em 0 1em 0;
	padding-left: 47px;
	font-size: 130%;
	line-height: .75em;
	_line-height: 1em;
	text-transform: uppercase;
	background: url('/f5world/images/heading-bars.png') top left no-repeat;
}

h3 {
	margin-bottom: 1px;
	padding-top: 8px;
	font-size: 125%;
	text-decoration: none;
}

h3 a {
	/*
	text-decoration: none;
	*/
}

h3 a:hover {
	/*
	text-decoration: underline;
	*/
}

hr {
	margin: 1.5em 0;
	_margin: 0 0 .5em 0;
	height: 2px;
	border: 0;
	background: #4592BC;
	color: #4592BC;
}

ul, ol {
	margin-left: 1.5em;
}


/*****************************
* Article content styles
*****************************/

body.content { 
	font-size: 80% !important;
}


.content .content-wrapper {
	background: url('/f5world/images/column-background-2.png') top left !important;
}

.content .column-2 {
	margin: auto 0 auto 225px; 
	padding-left: 1.25em;
}

.content .column-2 h1 {
	margin: 0;
	font-size: 225%;
	line-height: 1em;
	color: #4592BC;
	text-align: left;
	text-transform: none;
}

.content .column-2 h2 {
	background: none;
	padding-left: 0;
	line-height: 1em;
	text-align: left;
	text-transform: none;
}

.column-2-padding * {
	margin-right: 1.25em;
}

.column-2-padding * * {
	margin-right: 0;
}

.column-2-padding h3 {
	margin-bottom: .25em;
	font-size: 150%;
	color: #2472B4;
}

.column-2-padding h3 {
	margin-bottom: .25em;
	font-size: 150%;
	color: #2472B4;
}

.column-2-padding h3 {
	margin-bottom: .25em;
	font-size: 150%;
	color: #2472B4;
}

.column-2-padding p {
	margin-bottom: .5em;
	_margin-top: 0;
	font-size: 105%;
	line-height: 1.3em;
}

.column-2-padding ul, .column-2-padding ol {
	margin: 1em auto 1em 1.5em;
}

.column-2-padding ul li {
	_margin-bottom: .5em;
	padding-bottom: .5em;
	_padding-bottom: 0;
}

.moreInfo {
	margin: 2em 0;
	margin-right: 1.25em;
	padding: 1em 0;
	background: #D7E9F2;
}

.moreInfo h4 {
	padding: 0 1em 0em 1em;
	font-size: 120%;
}

.moreInfo p {
	padding: 0 1em 1em 1em;
}

.moreInfo ul {
	margin-left: 2.5em !important;
}

.content .column-2 h5 {
	font-weight: normal;
	font-style: italic;
}

.content .column-2 h6 {
	font-weight: normal;
	font-style: italic;
}

.content .column-2 blockquote {
	float: right;
	clear: right;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 250px;
	margin: 1em 1em 2em 2em;
	padding: 1em 0;
	text-align: right;
}

.content .column-2 blockquote p {
	margin: 0 0 .5em 0;
	font-size: 150%;
	text-align: right;
	line-height: 1.2em;
	color: #2472B4;
}

.content .column-2 blockquote cite {
	font-size: 100%;
	text-align: right;
	line-height: 1.2em;
	color: #000;
}

.content .column-1 li { 
	font-size: 90%;
}

/*
.content .column-3 { 
	position: absolute; 
	right: 0px; 
	top: 0px; 
	width: 225px;
	background: #4592BC;
	padding: 15px 5px 15px 0;
}
*/

.content .content-wrapper { 
	background: none;
}

/*****************************
* Article Photo Box
*****************************/

.articlePhoto {
	width: 200px !important;
	margin: 0 1.25em 1em 2em;
	_margin: 0 .5em 1em 2em;
	float: right;
}

.articlePhoto img {
	display: block;
	clear: both;
	border: 2px #ccc solid;
}

.articlePhoto .photoCaption {
	display: block;
	clear: both;
	width: 200px;
	font-size: 85%;
	line-height: 1.2em;
}

/*****************************
* Misc. Styles
*****************************/

.content sup { 
	margin: 0 !important;
}

.uppercase {
	text-transform: uppercase;
}

.question {
	color: #3B7DA1;
	font-weight: bold;
}

.highlightBox {
	background: #d7e9f2;
}

.highlightBox h3 {
	margin-bottom: 0;
	padding: .75em .5em 0 .6em;
	font-size: 130% !important;
	color: #000 !important;
}

.highlightBox p {
	padding: 0 1em 1em 1em;
	font-size: 90%;
}

/*****************************
* Overwriting css for IE6
*****************************/

* html li.icon { 
	_height: 1% !important;
}



