/* Common */

h2.contenttitle
{
	color: #152e79;
}

h2.main
{
	float: left;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0;
}

h2.submain
{
	float: left;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px 8px;
}

h2.submain2
{
	float: left;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px 8px;
}

h3.submain
{
	float: left;
	margin-left: 8px !important;
}

div.block_toprow
{
	clear: both;
	width: 100%;
}

div.block_content
{
	clear: both;
	float: left;
}

div.visibility
{
	float: left;
	margin-left: 3px;
}

div.visibilityright
{
	float: right;
	margin-right: 20px;
}

/* Menu block */

div.menublock
{
	background: #0554a0 url(images/menubox-background.png) repeat-x;
	color: #fff;
	width: 190px;
}

div.menublock2
{
	background: transparent url(images/menubox-top.gif) top left no-repeat;
}

div.menublock3
{
	background: transparent url(images/menubox-bottom.gif) bottom left no-repeat;
}

div.menublock .block_toprow
{
	height: 18px;
	padding: 0;
}

div.menublock div.block_content
{
	padding: 0 0 15px 0;
}


/* Content block */

div.contentblock
{
	margin: 0 0 25px 0;
	text-align: left !important;
	width: 100%;
}

div.contentblock div.block_content
{
	padding: 0 0 0 8px;
}

/* SubContent Block */

div.subcontentblock
{
	margin: 0 0 25px 0;
	text-align: left !important;
	width: 100%;
}

div.subcontentblock div.block_content
{
	border-left: solid 1px #152e79;
	margin:  0 10px 0 8px;
	padding: 0 0 0 15px;
}

/* Border block */

div.borderblock
{
	background: transparent url(images/borderbox-background.gif) repeat-y;
	clear: both;
	float: left;
	margin: 0 0 25px 0;
	padding: 0;
	text-align: left !important;
	width: 720px;
}

div.borderblock2
{
	background: transparent url(images/borderbox-top.gif) top left no-repeat;
	float: left;
	padding: 0;
	width: 100%;
}

div.borderblock3
{
	background: transparent url(images/borderbox-bottom.gif) bottom left no-repeat;
	float: left;
	padding: 0;
	width: 100%;
}

div.borderblock div.block_content
{
	float: left;
	margin: 12px 0 12px 20px;
}

div.borderblock_toprow
{
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

/* Footer block */
div.footerblock
{
	background: transparent url(images/top-footer.png) top left no-repeat;
	padding-top: 20px;
	
	/* IE 6 only */
	_background: #999;
}

div.footerblock2
{
	background: transparent url(images/bottom-footer.png) bottom left no-repeat;
	padding-bottom: 20px;
	
	/* IE 6 only */
	_background: #999;
}

div.footerblock3
{
	background: transparent url(images/bg-footer.png) bottom left repeat-y;
	color: #fff;
	font-size: 11px;
	width: 950px;
	
	/* IE 6 only */
	_background: #999;
}

div.footerblock div.block_content
{
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

/* Homepage news box */

div.newsbox
{
	background: transparent url(images/newsbox-top.png) top left no-repeat;
	float: left;
	margin: 0 10px 10px 0;
	padding-top: 18px;
}

div.newsbox2
{
	background: transparent url(images/newsbox-bottom.png) bottom left no-repeat;
	float: left;
	padding-bottom: 18px;
}

div.newsbox3
{
	background: #999 url(images/newsbox-background.png) top left repeat-x;
	color: #fff;
	float: left;
	height: 180px;
	font-size: 11px;
	padding: 0 20px;
	width: 315px;
}

div.newsbox h2
{
	margin: 0 0 15px 0;
}

div.newsbox h2 a:link, div.newsbox h2 a:visited
{
	color: #333;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

div.newsbox h2 a:hover
{
	text-decoration: underline !important;
}

div.newsbox div.picture, div.newsbox div.summary
{
	float: left;
}

div.newsbox div.summary
{
	padding: 0 0 0 15px;
	width: 180px;
}












div.mainblock, div.sideblock, div.sideblockslim
{
	background-color: #fff;
	clear: both;
	margin: 0;
	padding: 5px 0 20px 0;
}

div.mainblock
{
	float: left;
	width: 100%;
}

div.sideblock
{
	float: left;
	padding: 0 0 50px 12px;
	width: 160px;
}

div.sideblockslim
{
	float: left;
	padding: 0 0 60px 0;
	width: 158px;
}

/* Block parts rules */

h1.sidetitle
{
	padding: 0;
	margin: 0;
}

div.sideblockslim h1.sidetitle
{
	padding-left: 15px;
}

div.sideblock_content
{
	clear: both;
}

div.sideblock_content, div.sideblock_content p, div.sideblock_content div, div.sideblock_content span, div.sideblock_content li, div.sideblock_content .Normal, div.sideblock_content a
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-align: left;
}

div.block_footer
{
	clear: both;
	margin: 0;	
	padding: 0;
}











/* Admin menu */

.ModuleTitle_MenuContainer
{
	float: left;
	width: 14px;
}

.ModuleTitle_MenuItem
{
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem
{  
	/*TD if menu is using tables*/
	background: #eee;
	border: 0;
	cursor: pointer;
	cursor: hand; 
	color: black; 
	font-family: "Trebuchet MS", Arial, Helvetica; 
	font-size: 12px;
	font-weight: bold; 
	font-style: normal;
	height: 24px;
    text-align: left;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
}


.ModuleTitle_MenuIcon {
	background: #ddd; 
	border: 0;
	cursor: pointer;
	cursor: hand;
	width: 20px;
	height: 24px;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_MenuArrow {
	border: 0;
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {
	background: #ff6;
	border: 0;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: "Trebuchet MS", Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	height: 24px;
}







