/* CONTENT
-------*/
.min-height {
	min-height: 400px;
	height: auto;
	_height: 400px;
}
#content {
	padding-bottom:1em;
}
#content a, a:link, #content a:visited{
	color: #053EA9;
	font-weight: normal;
	text-decoration: none;
}

#content a:hover, #content a:active{
	text-decoration: underline;
}

#content h1{
	margin-top: 4px;
	margin-bottom: 20px;
	color:#000069;
	font-size:14px;
	font-weight:bold;
	height:25px;
	background: url('/templates/img/h2-2.gif') bottom left repeat-x;
}
#content h2{
	clear: both;
	margin-bottom: 7px;
	margin-top: 14px;
}
#content hr{
	clear:both;
	padding-top:7px;
	margin-bottom:7px;
	_margin-top:-7px;
	_margin-bottom:0;
	color: #fff;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #ccc;
}
#content div .hr{
	clear:both;
	height:1px;
	margin:7px 0;
	background: url('/templates/img/h2-2.gif') top left repeat-x!important;
}
#content div .hr hr{
	display:none;
}

#content p{
	margin-bottom: .7em;
	line-height: 1.25em;
}
#content ul,#content ol{
	margin-left: 2em;
}
#content li{
	list-style-type: circle;
	margin-left:1em;
}

.float-right {
	float:right;
	margin-left:2em;
}
.float-left {
	float:left;
	width:250px;
}

.floater {
	overflow: auto;
}
/* PORTABLE DISPLAYS */
#mod-portable_displays h2.bg {
	height:25px;
	line-height:25px;
	background: url('/templates/img/h2.gif') top left repeat-x;
	font-weight:bold;
	font-size:12px;
	padding-left:10px;
	margin-bottom:1em;
}
#mod-portable_displays h3 {
	font-size:11px;
	font-weight:bold;
	color:#007CFF;
	padding-bottom:1em;
}
#mod-portable_displays .clear {
	padding-top:1em;
} 

/* left */
#mod-portable_displays .left {
	position:relative;
	float:left;
	width:260px;
	min-height: 220px;
  height: auto;
  _height: 220px;
	background: url('/templates/img/vr.gif') top right repeat-y;
}
#mod-portable_displays .left img {
	float:left;
	padding-right:2em;
	padding-left:1em;
}
#mod-portable_displays .left a {
	display:block;
	position:absolute;
	bottom:1em;
	right:0;	
}
#mod-portable_displays .left p {
	text-align:right;
	padding-right:13px;
}
#mod-portable_displays .left h3 {
	text-align:right;
	padding-right:13px;
}
/* right */
#mod-portable_displays .right {
	position:relative;
	float:right;
	width:255px;
	min-height: 220px;
  height: auto;
  _height: 220px;

}
#mod-portable_displays .right img {
	float:right;
	padding-left:2em;
	padding-right:1em;
}
#mod-portable_displays .right a {
	display:block;
	position:absolute;
	bottom:1em;
	right:170px;	
}

/* both */
#mod-portable_displays .both {
	position:relative;
	height:200px;
}
#mod-portable_displays .both img {
	float:left;
	padding-right:2em;
	padding-left:1em;
}
#mod-portable_displays .both a {
	display:block;
	position:absolute;
	bottom:2em;
	left:11.5em;	
}

.img-right {
	float:right;
	margin-left:1em;
}
.img-left {
	float:left;
	margin-right:1em;
}
