/* http://globalmdp.org/ */

body
{
	min-width: 920px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #ccc;
	font: normal 0.88em/140% arial, helvetica, verdana, sans-serif;
	color: #000;
}


/* ########## Standard elements ########## */


h1, h2, h3, h4, h5, h6
{
	margin: 0 0 0.7em 0;
	padding: 0;
	border: 0;
	font-family: 'trebuchet ms', verdana, sans-serif;
	font-weight: bold;
}


h1
{
	margin: 2em 0 0.7em 0;
	font-size: 180%;
	font-weight: normal;
}


h2
{
	margin: 1.6em 0 0.7em 0;
	font-size: 160%;
}


h3
{
	margin: 1.4em 0 0.7em 0;
	font-size: 140%;
}


h4
{
	margin: 1.2em 0 0.7em 0;
	font-size: 140%;
	font-style: italic;
}


h5
{
	margin: 1em 0 0.7em 0;
	font-size: 120%;
}


h6
{
	margin: 1em 0 0.7em 0;
	font-size: 110%;
}


p
{
	display: block;
	margin: 0 0 0.7em 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}


blockquote
{
	display: block;
	margin: 0 4em 0.7em 4em;
	padding: 0;
	border: 0;
	font-size: 100%;
}


table
{
	margin: 0 0 0.7em 0;
	padding: 0;
	border: 1px solid #ccc;
	border-collapse: collapse;
	font-size: 100%;
}


th
{
	border: 1px solid #ccc;
	border-collapse: collapse;
}


td
{
	border: 1px solid #ccc;
	border-collapse: collapse;
}


ol, ul
{
	display: block;
	margin: 0 4em 0.7em 4em;
	padding: 0;
	border: 0;
	font-size: 100%;
}


/*
li
{
}
*/


a:link, 
{
	color: #336699;
        text-decoration: none;
}


a:hover
{
	color: #336699;
        text-decoration: underline;
}


a:visited
{
	color: #000099;
}


img, img a
{
	border: 0;
}


/* ########## Blocks style definitions ########## */


#container
{
	width: 900px;
	min-width: 900px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #999;
	border-collapse: collapse;
	background-color: #fff;
        margin-top: 10px
}


/* ---- Header block elements ---------- */
#header
{
	display: block;
	width: 900px;
	height: 100px;
	min-width: 900px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url('../img/bg_header.jpg') left top repeat-x;
}


#header #logo_project
{
	display: block;
	float: left;
	width: 420px;
	height: 90px;
	overflow: hidden;
	margin: 5px 0 0 10px;
	padding: 0;
	border: 0;
}


#header #logo_project a
{
	display: block;
	width: 420px;
	height: 90px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url('../img/logo_project.gif') left center no-repeat;
}


#header #desc_project
{
	display: block;
	position: absolute;
	top: 70px;
	float: left;
	width: 400px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding-left: 113px;
	border: 0;
	font-size: 110%;
	color: #fff;
}


.visualhide
{
	display: none !important;
}


#header #logo_ccnmtl
{
	display: block;
	float: right;
	width: 410px;
	height: 100px;
	margin: 1px 0 0 0;
	padding: 0;
	border: 0;
	background: transparent url('../img/header_wm.png') right top no-repeat;
}


#header #logo_ccnmtl a
{
	display: block;
	width: 145px;
	height: 33px;
	margin: 0;
	padding: 0;
	border: 0;
}


#header #logo_project span,
#header #logo_ccnmtl span
{
	display: none;
}


/* ---- Delta block elements ---------- */
#delta
{
	width: 900px;
	height: 30px;
	min-width: 900px;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #ccc;
}


#delta ul
{
	height: 30px;
	margin: 0 10px;
	padding: 0;
	border: 0;
	list-style: none;
}


#delta ul#leftside
{
	float: left;
}


#delta ul#rightside
{
	float: right;
}


#delta li
{
	display: block;
	float: left;
	margin: 3px 0.5em 3px 0;
	padding: 0 0.5em;
	border: 0;
	background-color: #efefef;
	line-height: 24px;
}


#delta a
{
	color: #06c;
	text-decoration: none;
}


#delta a:hover
{
	color: #69c;
	text-decoration: none;
}


/* ---- Pagebody block elements ---------- */
#pagebody
{
	display: block;
	clear: both;
	margin: 0;
	padding: 1em 0 0 0;
	border: 0;
	background-color: #fff;
}


/* ---- Footer block elements ---------- */
#footer
{
	display: none;
	width: 900px;
		height: 30px;
	min-width: 900px;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
		border-top: 1px solid #ccc;
	background-color: #fff;
}


/* ---- Sidebar Left block elements ---------- */
#sidebar_left
{
	display: block;
	float: left;
	width: 200px;
	margin: 0;
	padding: 1em 0;
	border: 0;
}


.three_columns #sidebar_left
{
	display: block;
}


.two_columns_left #sidebar_left
{
	display: block;
}


.two_columns_right #sidebar_left
{
	display: none;
}


.one_column #sidebar_left
{
	display: none;
}


/* ---- Sidebar Right block elements ---------- */
#sidebar_right
{
	display: block;
	float: left;
	width: 200px;
	margin: 0;
	padding: 1em 0;
	border: 0;
}


.three_columns #sidebar_right
{
	display: block;
}


.two_columns_left #sidebar_right
{
	display: none;
}


.two_columns_right #sidebar_right
{
	display: block;
}


.one_column #sidebar_right
{
	display: none;
}


/* ---- Content block elements ---------- */
#content
{
	display: block;
	float: left;
	margin: 0;
	padding: 1em 0;
	border: 0;
	width: 498px;
}


#squish
{
	margin: 0;
	padding: 0;
	border: 0;
}


.three_columns #content
{
	display: block;
}


.two_columns_left #content,
.two_columns_right #content
{
	display: block;
	width: 699px;
}


.two_columns_right #squish
{
	margin: 0 0 0 10px;
}


.one_column #content
{
	display: block;
	float: none;
	width: 900px;
}


.entry, .page
{
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}


.entryheader, .pageheader
{
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}


.entrytitle, .pagetitle
{
	display: block;
	margin: 2em 0 1em 0;
	padding: 0;
	border: 0;
	line-height: 100%;
}


.top
{
	margin-top: 0;
}


.entrydate
{
	display: block;
	clear: both;
	margin: -1.5em 0 1.3em 0;
	color: #666;
}


.entrybody, .pagecontentbody
{
	margin: 0 0 2em 0;
	padding: 0;
	border: 0;
}


.entrydivision
{
	display: block;
	margin: 0 0 2em 0;
	padding: 0;
	border: 0;
	border-top: 1px dotted #999;
}


.entryothers
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 92%;
}


.entryothers div
{
	float: left;
	margin: 0 6px 0 0;
	padding: 0 12px 0 0;
	border: 0;
	font-weight: bold;
}


.entryothers div.taglist
{
	float: left;
	margin: 0 6px 0 0;
	padding: 0;
	border: 0;
	background: none;
	font-weight: normal;
}


.pagenav
{
	clear: both;
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 92%;
}


.pagenav .previous
{
	float: left;
	height: 20px;
	margin: 0 1px 0 0;
	padding: 0 5px 0 0;
	border: 0;
	border-right: 1px solid #999;
}


.pagenav .next
{
	float: left;
	height: 20px;
	margin: 0 0 0 1px;
	padding: 0 0 0 5px;
	border: 0;
	border-left: 1px solid #999;
}


.pagenav .next a, .pagenav .previous a
{
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 20px;
	color: #06c;
	text-decoration: none;
}


.pagenav .next a:hover, .pagenav .previous a:hover
{
	color: #69c;
	text-decoration: none;
}


/* ---- Block block elements ---------- */
.block, .widget
{
	display: block;
	margin: 0 10px 1em 10px;
	padding: 0;
	border: 0;
}


/* ---- SideElem (in sidebar blocks) elements ---------- */


.sidebar_elems, .widget
{
	padding: 0;
	border: 1px solid #ccc;
	font-size: 92%;
	line-height: 130%;
}


.sidebar_elems h2, .widget h2, .widget-header
{
	margin: 0 0 0.7em 0;
	padding: 2px;
	border: 0;
	border-bottom: 1px solid #999;
	background-color: #e0e0e0;
	font-size: 108%;	
}


.sidebar_elems .content, .widget-content
{
	margin: 0 0.5em 0.7em 0.5em;
	padding: 0;
	border: 0;
}


.sidebar_elems ul,
.sidebar_elems ol,
.widget ul,
.widget ol
{
	margin: 0 0 0 1.5em;
	padding: 0;
	border: 0;
}


.sidebar_elems li,
.widget li
{
	margin: 0 0 0.4em 0;
	padding: 0;
	border: 0;
}


.sidebar_elems ul,
.widget ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}


.sidebar_elems ul li,
.widget ul li
{
	padding: 0 0 0 1.2em;
	background: url('../img/bullet_blue.gif') left 0.2em no-repeat;
}


.sidebar_elems a,
.widget a
{
	color: #06c;
	text-decoration: none;
}


.sidebar_elems a:hover,
.widget a:hover
{
	color: #69c;
	text-decoration: none;
}


#sidebarlogo
{
	margin-bottom: 2em;
	padding: 0;
	border: 0;
	font-size: 92%;
	line-height: 130%;
}


#sidebarlogo #logo_ccnmtl
{
	display: block;
	width: 146px;
	height: 33px;
	overflow: hidden;
	margin: auto;
	padding: 0;
	border: 0;
	background: transparent url('../img/logo_ccnmtl_sidebar.gif') left top no-repeat;
}


#sidebarlogo #logo_ccnmtl a
{
	display: block;
	width: 145px;
	height: 33px;
	margin: 0;
	padding: 0;
	border: 0;
}


#sidebarlogo #logo_ccnmtl span
{
	display: none;
}




/* Clearing block */
.visualclear
{
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;	
}


/* ########## MT-preserved style definitions ########## */


.mt-image-left
{
	float: left;
	margin: 0 10px 10px 0 !important;
}


.mt-image-center
{
	display: block;
	margin: 0 auto 10px !important;
	text-align: center;
}


.mt-image-right
{
	float: right;
	margin: 0 0 10px 10px !important;
}


.printonly
{
	display: none;
}
#sitelinks  
{
	background-color: #4d4d4d;
	height: 32px;


}


#sitelinks ul 
{
	list-style: none;
        margin: 0;
}


#sitelinks ul li
{
	list-style-image: none;
	display: block;
	float: left;
	margin: 5px 0 5px 0;
	
}


#sitelinks ul li a
{
	text-decoration: none;
	color: #fff;
	display: block;
	height: 22px;
	padding: 0;
	line-height: 22px;
	text-align: center;
        float: left;
        width: 100px;

}


#sitelinks ul li a.gray
{


	
	background-color: #ccc;
	color: #336699;


	
}

#sitelinks ul li a.gray:hover
{
	
	text-decoration: underline;

}



#sitelinks ul li a.blue
{
	background-image: url(../img/topbutton_bg_blue.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
	cursor: default; 
 
}





#sitelinks ul li a.orange
{
	background-image: url(../img/topbutton_bg_orange.jpg);
	background-repeat: no-repeat;
	background-position: left center;

	
}

#sitelinks ul li a.orange:hover
{
	
	text-decoration: underline;
	color: yellow;
}



#sitelinks ul li a.green
{
	background-image: url(../img/topbutton_bg_green_old.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	
}

#sitelinks ul li a.green:hover
{
	
	text-decoration: underline;
	color: #ccFF99;}


#sitelinks ul li a.purple
{
	background-image: url(../img/topbutton_bg_purple.jpg);
	background-repeat: no-repeat;
	background-position: left center;
		
}

#sitelinks ul li a.purple:hover
{
	text-decoration: underline;
	color: #ffccff;		
}



#leftcol {


    width: 53%;
    float: left;
    margin: 1%;
   /* min-width: 530px; */
  * width: 48%;
}




#rightcol {


width: 43%;
float: left;
margin: 1%;
}


#rightcol ul {


    margin: 1em 0 0 2.2em;
}




#rightcol ul li{


    margin-bottom: .1em;
}










.graybox
{
	background-color: #f2f2f2;
	padding: 0px;
	margin-bottom: 0px;
        margin-top: 15px;
        color: #333;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
}


.graybox h1
{
        color: #336699;
        margin-top: 5px;
        font-size: 120%;
}




.graybox .callout a:link
{
        color: #336699;
}


.graybox a:hover
{
        text-decoration: underline;
}






.bluebox h1, .orangebox h1, .greenbox h1{
        margin-top: 5px;
        font-size: 120%;
}




.bluebox h1 a, .orangebox h1 a, .greenbox h1 a {
       
        color: #e6e6e6;
        text-decoration: none;
}


.bluebox h1 a:hover, .orangebox h1 a:hover, .greenbox h1 a:hover {
       
        text-decoration: underline;
}




.bluebox
{
	background-color: #4a8bcb;
	background-image: url(../img/bluebox_bg.jpg);
	background-repeat: repeat-x;
        padding: 0px;
	margin-bottom: 15px;
}


.orangebox
{
	background-color: #faaf3a;
	background-image: url(../img/orangebox_bg.jpg);
	background-repeat: repeat-x;
        padding: 0px;
	margin-bottom: 15px;
}


.greenbox
{
	background-color: #8cc63e;
	background-image: url(../img/greenbox_bg.jpg);
	background-repeat: repeat-x;
        padding: 0px;
	margin-bottom: 15px;
}


.top
{
	background-image: url(../img/round_ur.png);
        background-repeat: no-repeat;
	background-position: top right;
	height: 15px;
}


.bottom
{
	background-image: url(../img/round_lr.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 15px;
}


.graytop {
	background-image: url(../img/round_ur_border.png);
	height: 15px;
        margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: top right;


}


.graybottom
{
	background-image: url(../img/round_lr_border.png);
	height: 15px;
        margin-top: 0px;
	background-repeat: no-repeat;
	background-position: top right;
}




.bluebox img, .orangebox img, .greenbox img {display: block;}


.box_content {


padding: 20px;
color: #fff;
margin: -10px 0 -10px 0;


}


.graybox .box_content {


color: #333;
padding: 5px 20px 20px 20px;
margin: -15px 0 -15px 0;


}


.callout {


    background-color: #ccc; 
    color: #666;
    padding: 15px 25px 15px 25px;
    margin: 25px 0 0 0;
}


.callout h1{


    color: #666;
    font-size: 110%;
}


.gonow_button {
      float: right;
      display: block;
      height: 23px;
      width: 105px;
      background-image: url(../img/gonow_bg.png);
      background-repeat: no-repeat;

}

.gonow_button img {
      display: inline;
      margin-right: .5em;
}




.greenbox .gonow_button a {
      
      display: block;
      height: 23px;
      padding: 3px 1em;
      color: #B6E66F;
      text-decoration: none; 
      font-size: 90%; 
}


.orangebox .gonow_button a {
      
      display: block;
      height: 23px;
      padding: 3px 1em;
      color: yellow;
      text-decoration: none; 
      font-size: 90%; 
}

.greenbox .gonow_button a:hover,
.orangebox .gonow_button a:hover {
      
      text-decoration: underline;  
}





.greenbox .gonow_button a:link, .orangebox .gonow_button a:link {
      
      text-decoration: underscore; 
}


.alert {
    background-color: red; 
    color: white;
    padding: 15px 25px 15px 25px;
    margin: 25px 0 0 0;
}
.alert H1  {
 font-size: 1em;
 font-weight: normal;
}
.alert H3 {
display: none !important;
}
