/* Portal page box */

#column-left .portal-box {
	background: #fff url(../images/box-500-ask-sides.png) repeat-y;
	width: 500px;
	margin: 0 0 0 0;
	border:solid 0px;
}

#column-right .portal-box {
	background: #fff url(../images/box-400-ask-sides.png) repeat-y;
	width: 400px;
	margin: 0 0 0 0;
	border:solid 0px;
}

.portal-box-space {
	height:10px;
	}

.portal-box-header {
	min-height: 35px;
	padding: 30px 30px 0 30px;
}

.portal-box-header h1 {
	font-size:0.9em;
	border: 0;
	color: #651700;
	margin:0;
	margin-right:0px;
}

#column-left .portal-box-contents {
	background: url(../images/box-500-ask-bottom.png) no-repeat bottom left;
	padding: 20px 20px 10px 20px;
	margin-bottom:0;
}

#column-right .portal-box-contents {
	background: url(../images/box-400-ask-bottom.png) no-repeat bottom left;
	padding: 20px 20px 10px 20px;
	margin-bottom:0;
}

.portal-box-contents:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;

}

.portal-box-contents p {
	line-height: 1.5;
	margin: 1em 0;
}

hr {
	display: block;
	background: #fff url(/img/portal-page/divider.png) no-repeat top center;
	height: 5px;
	margin: 1em 0 2em 0;
	border: none;
	clear: both;
}

.portal-box-contents h3 {
	font-size: 100%;
	border: none;
	margin: 1em 0;
}


/* Footer */

.portal-page #footer {
	border: none;
	width: 720px;
	margin: 1em auto;
	padding: 0;
	font-size: 80%;
	color: #AAA;
	text-align:center;
}

.portal-page hr {
	display: none;
}

.portal-page .portal-box hr {
	display: block;
}

.portal-page #footer a:link,
.portal-page #footer a:visited {
	color: #999;
}

.portal-page #footer a:hover,
.portal-page #footer a:active {
	color: #666;
}

.portal-box-header p {
	font-weight: bold;
	margin-right: 300px;
	margin-top: 0;
	color: #3C475B;
}

ul li, ol li {
    margin-bottom: 0.5em;
}

.cont_picL {
    float:left;
    padding:0 0 0 0;
    margin-top:0em;
    margin-bottom:0.3em;
    margin-right:0.5em;
    margin-left:0.5em;
    border:0px solid #EE0000;
}
    
.cont_picR {
    float:right;
    padding:0 0 0 0;
    margin-top:0em;
    margin-bottom:0.3em;
    margin-right:0em;
    margin-left:0.5em;
    border:0px solid #EE0000;
}    

/* Page specific styles */

#column-left .portal-box-interior {
	background: url(../images/box-500-ask-top.jpg) top left no-repeat;
}

#column-left {
	width: 500px;
	border: 0px solid #c7cb9f;
	margin: 10px auto 0 0.5em;
	padding:10px;
	float:left;
}

#column-left p {
	font-family:verdana, arial, helvetica, sans-serif;
	width:auto;
    height:auto;
    padding-left:0em;
    font-size:0.8em;
    line-height:130%;
    color:#333;
    border:0px solid #0000ff;
}
/*
#column-left .portal-box-header {
	min-height: 50px;
}

#column-left .portal-box-header h1 {
	margin: 0px 50px 30px 0;
}

#column-left .portal-box-header h2 {
	margin: 150px 250px 30px 0;
}
*/
#column-left .corner-box {
	width: 455px;
	border:solid 0px;
}

#column-left .corner-box p {
	margin: 0 20px 0 0;
	border:solid 0px;
}

#column-left .corner-box h1 {
	font-size:0.85em;
	border:solid 0px;
}
/*
#column-left corner-box img {
	float: left;
	margin-top: 0px;
}*/

#column-right .portal-box-interior {
	background: url(../images/box-400-ask-top.jpg) top left no-repeat;
}

#column-right{
	position:relative;
   	min-height:300px;
	width: 400px;
	border: 0px solid #c7cb9f;
	margin: 10px 0.6em 0 auto;
	float:right;
	padding:10px;
}

#column-right p{
	font-family:verdana, arial, helvetica, sans-serif;
	width:auto;
    height:auto;
    padding-left:0em;
    font-size:0.8em;
    line-height:130%;
    color:#333;
    border:0px solid #0000ff;
}
/*
#column-right .portal-box-header {
	min-height: 50px;
}

#column-right .portal-box-header h1 {
	margin: 0px 50px 30px 0;
}

#column-right .portal-box-header h2 {
	margin: 150px 250px 30px 0;
}
*/
#column-right .corner-box {
	width: 360px;
	border:solid 0px;
}

#column-right .corner-box p {
	margin: 0 10px 0 0;
}

#column-right .corner-box h1 {
	font-size:0.85em;
	border:solid 0px;
}
/*
#column-right corner-box img {
	float:left;
	margin-top: 0px;
}*/