/* Generic styles for paragraphs 380 */
/* Module Title Menu 510 */
/* Tree view styles 610 */
/* Misc styles?? 660 */
/* Skin specific styles 690 */
/* Structural layout (and override styles) 740 */
/* Active forums  1065 */
/* styles for containers 1265 */


/* --- Hacks Begin --- */
.Clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .Clearfix {height: 1%;}
/* End hide from IE-mac */



/* --- Hacks End --- */


/* --- Overwrite default css --- */
.ControlPanel{
	font-size:small;
}

.SkinObject {
    font-weight: bold;
    font-size: x-small;
    color: #303030;
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#303030;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#303030;
}

A.SkinObject:active   {
    text-decoration: underline;
    color:#303030;
}

A.SkinObject:hover    {
    text-decoration: underline;
    color:#303030;
}

/* style for module titles */
.HeadXXXX   {
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size:  120%; /*20px;*/
    font-weight:    bold;
	font-style: italic;
    color: #005b8f;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size:  105%;
    font-weight: bold;
    color: #303030;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size:  95%;
    font-weight: bold;
    color: black;
}

body{
	font: 85% Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #303030;
	background: #E5E5E5;/*#F5F6F9;*/
	margin: 7px;
	padding: 0;
}
/* text style used for most text rendered by modules */
/* cannot include li as it just shrinks and shrinks */
.Normal,.NormalDisabled, P, TD{
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:small; /*85%;*/
	
	color: #303030;
	font-weight: normal;
	/*line-height: 115%;*/
	margin: 15px 0 0 0;
	padding: 0;
}

.Normal span{
	font-size:100%;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #303030;
	font-weight: normal;
	width:200px;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%; /*10px;*/
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 95%; /*10px;*/
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 95%; /*10px;*/
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 95%; /*10px;*/
    font-weight: normal;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:800px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: scroll;
}

.FileManager_FileList 
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: scroll;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #303030;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #303030;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #303030;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}



/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 100%; /*11px*/
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: small; /*11px*/
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #3D0000;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #3D0000;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #3D0000;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: small; /*11px*/
	background: #005B8F;
	color: #DDDDDD;
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/* --- Overwrite default css end --- */

/* ==================================================== */
/* Generic styles for paragraphs
/* ==================================================== */
    
/* GENERIC */
img {
	border:0;
}



H1  {
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size:  200%; 
    font-weight: bold;
	font-style: italic;
    color: #005b8f;
	line-height: 115%;
}

H2, .Head  {
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: x-large; /*170%; *//*20px;*/
    font-weight: bold;
	font-style: italic;
    color: #005b8f;
	line-height: 115%;
}

H3  {
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size:  large;/*150%;*/
    font-weight: bold;
    color: #005b8f;
}

H4, .SubHead  {
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size:  large; /*130%; *//*12px;*/
    font-weight: bold;
	font-style: italic;
    color: #005b8f;
}

H5  {
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size:  100%; /*11px*/
    font-weight:    bold;
    color: #005b8f;;
}

H6  {
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size:  100%; /*11px*/
    font-weight:    bold;
    color: #303030;
}

TFOOT, THEAD    {
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size:  100%; /*12px;*/
    color: #303030;
}

TH  {
    vertical-align: baseline;
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size:  100%; /*12px;*/
    font-weight:    bold;
    color: #303030;
}


SMALL   {
    font-size:  80%; /*8px;*/
}

BIG {
    font-size:  105%; /*14px;*/
}

BLOCKQUOTE, PRE {
    font-family:    "Lucida Console", monospace;
}

TD TABLE TR TD, TD .Normal{
font-size:100%;
}

.Normal P {
font-size:100%;
}

UL LI   {
    list-style-type:    disc ;
	/*line-height: 0%; /*needed because line height of p etc. */
}

UL LI LI, UL LI UL LI    {
    list-style-type:    circle;
	font-size:100%;
}

UL LI LI LI, UL LI UL LI UL LI {
    list-style-type:    square;
	font-size:100%;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
	font-size:100%;
}

OL OL OL LI {
    list-style-type:    lower-roman;
	font-size:100%;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 85%; /*9pt; */
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 90%; /*9pt; */
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 90%; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 90%; 
	cursor: pointer; 
	cursor: hand;
}





/* --- Overwrite default css end --- */

/* ==================================================== */
/* Tree view styles */
/* ==================================================== */
.LSTreeViewContainer{
	margin-left:14px;
}

ul.LSTreeView
{
	margin:0px 0px 0px 0px; /*2px ...*/
	padding:0px;
	text-indent:-14px;
	font-size:small;
}

ul.LSTreeView ul
{
	margin:0px 0px 0px 14px;
	padding:0px;

}
ul.LSTreeView a
{
	padding-left:4px;
}

ul.LSTreeView a.LSTreeViewNonExpandable
{
	/*padding-left:15px;	*/
	/*margin:0px 0px 0px 14px; /*2px ..*/
	/*padding-left:4px;*/
	/*display:list-item;*/
}

ul.LSTreeView li
{
	/*display:inline-block; /*needed by ie until the VB was hacked*/
	/*display:list-item;*/
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px;
}

ul.LSTreeView li a
{
	color:#424356;
	font-size:90%;
}


/* ==================================================== */
/* Misc styles?? */
/* ==================================================== */


.Spacer{
	clear:both;
	font-size:0px;
}


img#Logo
{
	float:right;
	margin:13px 0px 0px 14px;
}


a
{
	text-decoration:none;	
}

a:hover
{
	text-decoration:underline;	
}



/* ==================================================== */
/* Skin specific styles */
/* ==================================================== */

.Normal a:link, p a:link {border-bottom: 1px dotted #005B8F;}
.Normal a:visited, p a:visited {border-bottom: 1px dotted #005B8F;}
.Normal a:hover, p a:hover {border-bottom: 0px dotted #005B8F;}
.sticky .Normal a:link, .sticky p a:link {border-bottom: 0px dotted #005B8F;}

/* Login Box */

.timebox{
	font-size:85%;
	font-weight:normal;
	display:inline;
	float:right;
	color: #A00E04;
}
/* style the login link which is actually as special link */
#dnn_dnnLOGIN_hypLogin.SkinObject {
	font-size:85%;
	color: #900806;
	text-decoration: none;
}

#dnn_dnnUSER_hypRegister.SkinObject {
	font-size:85%;
	color:#900806;
	text-decoration: none;
}

#yellowbar a:hover{
	text-decoration: underline;
	border: 1px solid #000000;
}
#yellowbar td{
	font-size:small;
}


#wrapper .Normal,.NormalDisabled, P, TD
{
	line-height: 115%;
}






/* ==================================================== */
/* Structural layout */
/*   	container holds (begin, header, contentbodywrapper,  end)  */
/*	header holds (logo, shortcutmenu) font-size:small			*/
/*	contentbodywrapper holds (navigation,  wrapper, footer) */
/*	navigation holds (loginOuter,"LSTreeView",Breadcrumb,"LeftPane") font-size:x-small */
/*	wrapper holds (content, extra) 	font-size:small			*/
/*   
/* ==================================================== */



/* main content holder.  super wide to prevent ie6 reflowing divs*/
/* put the background image here*/
div#PageContainer{
	width: 98%;
	color: #333;
	line-height: 130%;
	background: #fff;
	border: 7px solid #FFFFFF;
	/* fix width range */
	width:expression(document.body.clientWidth < 800? "760px" : document.body.clientWidth > 1020? "990px" : "auto");  /*ORIGINAL*/
	max-width: 84em; min-width: 56em;
	/*centers content */
	margin-left:auto;
	margin-right:auto;
	
}

#begin {
	background: url("images/header4.png") repeat-x;
	margin: 0px auto;
	margin-left:-0px;
	width: 100%;
	height: 14px;
	font-size:0px;
	float:left;
}

div#header{
	clear:both;
	background:  url(images/bar_item_small.png) repeat-x;
	background-color:#000000;
	height: 71px;
	padding-top: 0px;
	padding-left: 10px;
	/*width:800px;*/
	margin: 0px auto;
	
	font-size:small;
	z-index:40;
	white-space:nowrap;
}

#logo {
	background:  url(images/reap_logo.gif) no-repeat;
	background:  url(images/pip_logo.gif) no-repeat ;
	background-position: center center;
	height: 45px;
	width: 86px;
	margin-top: -18px;
	margin-right:10px;
	display: inline;
	float: right;
	z-index:50;
}
#logo a {
	height: 45px;
	width: 86px;
	display: block;
}
#logo a:hover, #logo a:active {
	/*background:  url(images/reap_logo.gif) no-repeat 0px -45px;*/
	background:  url(images/pip_logo.gif) no-repeat;
}
#logo a span {
	display: none;
}

#shortcutmenu {
	padding: 0;
	margin: -22px 0 0px 0px;
	clear:left;
	float: left;
	width: 600px;
}
#shortcutmenu ul {
	margin: 0;
	padding: 0;
	display:inline;
	white-space:no-wrap;
	
}
#shortcutmenu ul li {
	margin: 0;
	padding: 0;
	display: block;
	float:left;
	text-align: center;
}
#shortcutmenu ul li a {
	color : #FFFFFF;
	text-decoration : none;
	font-weight: bold;
	display: block;
	border: none;
}
#shortcutmenu ul li a {
	background:  url(images/menu_item3.png) no-repeat;
	height: 26px;
	width: 94px;
	line-height: 26px;
	padding-top: 7px;
}
#shortcutmenu ul li a:hover, #shortcutmenu ul li a:active {
	background:  url(images/menu_item3.png) no-repeat 0px -33px;
	height: 29px;
	width: 94px;
	line-height: 29px;
	padding-top: 4px;
}
#shortcutmenu ul li.active a {
	background:  url(images/menu_item_active3.png) no-repeat 0px -33px;
	height: 29px;
	width: 94px;
	line-height: 29px;
	padding-top: 4px;
}
#shortcutmenu ul li.active a:hover, #shortcutmenu ul li.active a:active {
	background:  url(images/menu_item_active3.png) no-repeat 0px -33px;
	height: 29px;
	width: 94px;
	line-height: 29px;
	padding-top: 4px;
}

#bannerbox{
	float:left;
	width: 100%;
	/*width must be 100% for safari to put the grphic to the far right;*/
}

#bannerbox p{
	color:#fff; /*#f6ddda;*/
	font-size:x-large;
	margin:5px 0 0 0;
	white-space:no-wrap;
}

div#yellowbar{
	clear:left;
	background-color: #DBBC60;
	font-size:small;
	font-weight:bold;
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

div#contentbodywrapper{
	clear:both;
	margin-top:10px;
	/*background-color:#ffffff;*/

}

/* left column for navigation. style with background image */
div#navigation, div#rightcol {
float:left;
	width:205px; 
	z-index:100;
	margin: 0px auto;
	/*margin-left:10px;*/
	/*padding-left:29px;*/
	font-size:small;	
}

/* sections held in the left panel*/
.sticky{
	color: #333;
	background: #fff;
	margin: 0px 0 10px;
	background: #D4E7F7;
	border-left: 1px solid #005B8F;
	border-right: 1px solid #005B8F;
	border-bottom: 1px solid #005B8F;
	padding: 0 10px 0;
	line-height: 100%;
}

/* sections held in the right panel */


.bar {
	/*font-size: 13px;*/
	font-size:90%;
	font-style:normal;
	font-weight:bold;
	color: #FFFFFF;
	background-image: url(images/bar_item.png);
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0;
	width:205px;
}

.bar .Head, .bar span .Head{
	color: #ffffff;
	font-size:120%;
	font-weight:bold;
}


/* Breadcrumb */
#BreadCrumb{
	/*border-bottom: 1px solid #767676;*/
	font-size:90%;
}
#BreadCrumb h2{
	/*background-color:#767676;	
	background-image: none;*/
	background: #767676 none;
	font-size:100%;
	/*padding:0 2px 0 2px;*/
	margin: 2px 0 2px 0;
	color: rgb(221, 221, 221);
	font-style: normal;
	text-align:center;
	line-height:150%;
}

div#contentwidth {
	padding-left: 215px;
	/* fix max min in ie using width of whole window => x+200+10*/
	/* ie uses width of window to set width of this element*/
	/*width:expression(document.body.clientWidth < 800? "660px" : document.body.clientWidth > 1020? "990px" : "auto");   ORIGINAL*/
	width:expression(document.body.clientWidth < 800? "560px" : document.body.clientWidth > 1020? "780px" : "auto"); 
	/*width:expression("760px"); min*/
	/*width:expression("1000px"); max*/
	
	max-width: 1000px; /*84em;*/
	min-width: 560px; /*56em;*/
	/*must come after calculation or safari gets confused*/
}

/* holds all content sections so that they can be kept to the desired width (until one module busts it)*/
div#wrapper{
	/*float:left;*/
	/*z-index:100; */
	/*overflow:visible;*/
	/*margin-left: 210px;*/
	/*border-left: 1px solid gray;*/
	padding: 0 0 1em;
	font-size:small;
	line-height: 130%;
}

div#content{
	/*z-index:101; */
	/*overflow:visible; */
	font-size:medium;
	margin-bottom: 10px;
	
}
div#content p{line-height:1.4}

.ContentContainer{
/* reset size for each container */
	font-size:medium;
		width: 98%;
		float: left;
}

#maincol0{
	/*main content column where there is a only 1 content column and right column*/
	margin-right: 215px;
}

#maincol1{
	/*main content column where there is a only 1 content column*/
	margin-left: 215px;
}

#maincol2{
	/*main content column where there is a narrow right column*/
	margin-right: 215px;
	margin-left: 215px;
}

/* second pane in content area. clear ensures that it is below the main content area */
div#extra{
	/*clear:both; */
	margin-bottom:10px;
	/*background:#FF8539;*/
	/*overflow:auto;*/
}


#footer {
	clear:both;
	background:  url(images/bar_item_small.png) repeat-x;
	padding: 5px 5px 5px;
	overflow:auto;
	/*margin-left:19px;*/
}
#LeftFooter{
	float:left;
}
#OCfooter  {
	float:right;
	text-align: right;
}

#OCfooter , #LeftFooter {
	color: #fff;
	margin: 0px;
	font-size:x-small;
	vertical-align: bottom;
}
#OCfooter a, #LeftFooter a {
	color: #fff;
	text-decoration: none;
}
#OCfooter a:hover, #LeftFooter a:hover, #footer a:active {
	color: #fff;
	background-color: transparent;
	text-decoration: underline;
}

/*has to outside container to close off the background to container*/
#end {
	background:  url("images/footer3.png") repeat-x;
	margin: 0 auto;
	width: 100%;
	height: 30px;
	float:left;
		position:relative;
	/*left:5px;*/

}



/*===================================================*/
/* styles for containers */
/*===================================================*/


.StickyDiv {
	margin-top:-20px;
	margin-bottom:10px;
}

/*===================================================*/
/* styles for logos */
/*===================================================*/

#funderlogos ul {
	margin:0px 0px 0px 0px; 
	padding:0px;
	font-size:small;
	float:right;
}

#funderlogos ul li {
	display:inline-block;
	list-style:none;
	padding-left:5px;
}