/* CONTAINER */
.rohan_main_container,
.rohan_primaryseo_container {
	width: 100%;
}

/* HEADER */
.rohan_main_container_head,
.rohan_primaryseo_container_head {
	width: 100%;
}
.rohan_main_container_actions,
.rohan_primaryseo_container_actions {
	vertical-align: top;
}
.rohan_main_container_title,
.rohan_primaryseo_container_title {
	
}

/* CONTENT */
.rohan_main_container_content,
.rohan_primaryseo_container_content {
	width: 100%;
}
.rohan_main_container_content_pane,
.rohan_primaryseo_container_content_pane {
	width: 100%;
}

/* FOOTER */
.rohan_main_container_footer,
.rohan_primaryseo_container_footer, 
.rohan_green_callout_container_footer,
.rohan_text_rotator_container_footer,
.rohan_seafoam_callout_container_footer {
	float: right;
	clear: both;
	padding-top: 5px;	
/*	text-align:right;*/
}



/*--- Green callout container ---*/
.rohan_green_callout_container
{
	background-color:#00775c;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	padding:0px 10px;
}

.rohan_green_callout_container_top
{
	background-image:url(/Portals/_default/Skins/RohanWoods/images/green-callout-top.gif);
	background-repeat:no-repeat;
	height:28px;
}

.rohan_green_callout_container_bottom
{
	background-image:url(/Portals/_default/Skins/RohanWoods/images/green-callout-bottom.gif);
	background-repeat:no-repeat;
	height:28px;
}



/*--- Seafoam callout container ---*/
.rohan_seafoam_callout_title {
	
}

.rohan_seafoam_callout_container
{
	background-color:#FFFFFF;
	color:#00775c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	padding:10px 0px;
}

.rohan_seafoam_callout_container p
{
	padding: 0px 0px 10px 0px;
}

.rohan_seafoam_callout_container_bottom {
	padding: 0px 0px 10px 0px;
}



/*--- Text Rotator Container ---*/
.rohan_text_rotator_container {
	background-color:#005743;
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	border: solid 2px #00775c;
	background-image:url(/Portals/_default/Skins/RohanWoods/images/QuoteBG.gif);
	background-repeat:no-repeat;
	font-size:24px;
	line-height: 29px;
	margin-bottom: 20px;
	padding: 10px 20px 15px 90px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#Body .rohan_text_rotator_container p {
	font-size:24px;
	line-height: 29px;
	padding: 0 0 0 0;
}