/*

	zenlike1.0 by nodethirtythree design
	http://www.nodethirtythree.com

/* Free DotNetNuke Skin available from: http://www.dnncreative.com 
 Adapted to DotNetNuke by Lee Sykes from DNN Creative Magazine
 Providing DotNetNuke Tutorials, Reviews, Videos, MP3 Interviews to 
 help you get the most from DNN

*/

*
{
padding: 0em;
margin: 0em;
}

body
{
background: #bcbec0;
padding: 0px 0px 0px 0px;
margin:0px;
background-image: url(images/bk.jpg);
background-position: center;
background-repeat: repeat-y;
}

body,input
{
font-size: .75em;
font-family: Arial,Verdana,sans-serif;
color: #4D4D4D;
}

p
{
line-height: 1.333em;
margin-bottom: 1.0em;
text-align:left;
}

ul li { list-style-type:disc; }


/***** DNN Styles to override *****/
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6, .Head
{
    font-family: Arial,Verdana,sans-serif;
    font-size: 100%;
    font-weight: normal;
    color:#4d4d4d;
	border:none;
}
.NormalDisabled
{
    color: Silver;
}
.NormalBold
{
    font-weight: bold
}
.NormalRed
{
    font-weight: bold;
    color: #ff0000
}
h1, h2, h3, h4, h5, h6, .Head
{
    font-weight: normal;
    
}
.ControlPanel 
{
    padding: 10px;
}
a:link.LoginSkinItem, a:link.UserSkinItem {
    color: #fff;
    text-decoration: none;
}
a:hover.LoginSkinItem, a:hover.UserSkinItem {
    text-decoration: underline;
}

/* DotNetNuke Admin Menu */
#adminmenu 
{
    position: absolute;
    top: 50px;
    right: -145px;
    margin: 0;
    background-color: #fff;
}
#adminmenu  li 
{
    list-style: none;
}
/*** end DNN styles overrides ***/

a:link, a:visited
{
color: #3C79AA;
text-decoration: none;
font-weight:bold;
}

a:hover
{
text-decoration: none;
}

a:active
{
color: #B96D00;
text-decoration: underline;
}

h3 span
{
font-weight: normal;
}

h3,h4
{

font-weight: bold;
background-repeat: no-repeat;
background-position: right;
}

h3
{
font-size: 1.7em;
padding-right: 34px;
}

h4
{
font-size: 1.2em;
padding-right: 28px;

}

.contentarea
{
padding-top: 1.3em;
}

img
{
border: none;
}

img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}

img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}

.divider1
{
position: relative;
background: #fff url('images/border2.gif') repeat-x;
height: 14px;
margin: 2.0em 0em 1.5em 0em;
clear: both;
}

.divider2
{
position: relative;
height: 1px;
border-bottom: solid 1px #eaeaea;
margin: 2.0em 0em 2.0em 0em;
}

.Normal .details
{
position: relative;
top: -1.5em;
font-size: 0.8em;
color: #787878;
}

.Normal ul
{
margin: 10px 0 10px 20px;
}

.Normal ul.controls
{
clear: both;
margin: 0;
}

.Normal ul.controls li
{
display: inline;
font-size: 0.8em;
}

.Normal ul.controls li a
{
background-repeat: no-repeat;
background-position: left;
padding: 0em 1.0em 0em 20px;
}

.Normal ul.controls li a.printerfriendly
{
background-image: url('images/icon-printerfriendly.gif');
}

.Normal ul.controls li a.comments
{
background-image: url('images/icon-comments.gif');
}

.Normal ul.controls li a.more
{
background-image: url('images/icon-more.gif');
}

.box
{
position: relative;
background: none;
padding: 0px;
margin-bottom: 1.0em;
}

.Normal ul.linklist
{
list-style: none;
margin: 0;
}

.Normal ul.linklist li
{
line-height: 2.0em;
list-style: none;
}

#upbg
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 275px;
background: #fff url('images/bg2.jpg') repeat-x;
z-index: 1;
}

#container { width:844px; margin:0 auto; position:relative; }

#outer
{
z-index: 2;
position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 764px;
height: 100%;
padding:20px 40px 20px 40px;
background-color: #fff;
margin: 0 auto;
}

#header
{
position: relative;
width: 764px;
height: 250px;
background: #fff url('images/header.jpg') no-repeat;
margin-bottom: 5px;
}

#headercontent
{
position: absolute;
bottom: 0em;
padding: 0em 2.0em 1.3em 2.0em;
}

#headercontent h1
{
font-weight: normal;
color: #fff;
font-size: 2.5em;
}

#headercontent h1 sup
{
color: #777;
}

#headercontent h2
{
font-size: 1.0em;
font-weight: normal;
color: #aaa;
}

#search
{
position: absolute;
top: 117px;
right: 85px;
padding-right: 0.0em;
display:none;
}

.SkinItemSearch
{
    background: #3d7bac;
    border: solid 0px #3d7bac;
    font-weight: bold;
    padding: 0.35em 0.6em;
    font-size: 0.8em;
    color: #ffffff;
    vertical-align: middle;
}
a.SkinItemSearch
{
    color: #fff;
    text-decoration: none;
}
a:hover.SkinItemSearch
{
    text-decoration: underline;
}
#dnn_dnnSEARCH_txtSearch
{
/*margin-right: 0.5em;*/
vertical-align: middle;
border:0px;
padding: 0.15em;
width: 400px;
font-family:Arial, Helvetica, Sans-Serif;
}


#headerpic
{
position: relative;
height: 162px;
background: #fff url('images/header.jpg') no-repeat top left;
margin-bottom: 2px;
}

#menu
{
position: relative;
height: 35px;
padding: 0px;
margin-bottom: 2px;
width:764px;


}

#menu ul
{
position: absolute;
top: 127px;
left: 4px;
}

#menu ul ul { top:0px; }

#menu ul li
{
position: relative;
float:left;
list-style:none; 
margin-right:4px;
margin-top:0px;
overflow:visible;
}

#menu ul li a
{
background-image:url('images/topmenu-bk.png');
height:25px;
width:100px;
padding: 5px 40px 5px 8px;
color: #fff;
text-decoration: none;
font-size:12px;
display:block;
text-transform:uppercase;
font-weight:normal; 
line-height:12px; 
font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2",sans-serif;
}


#menu ul li a:hover
{

}




#menu ul li a.active
{
background: #7F8400 url('images/menuactive.gif') repeat-x top left;
}
#HouseMenuNavCurrentItem a
{
font-weight:bold; background-color: #fff; background-position: 0px 5px; background-image:url('images/sub-bullet.gif');
    background-repeat:no-repeat; 
}

#menu ul li ul { display:none; margin-top:20px; padding-top:20px; margin-left:0px; padding-left:0px;    }
#menu ul li ul li { background:none; margin-top:0px; float:none; height:auto; margin-left:0px; padding-left:0px; width:150px;  }
#menu ul li ul li a, #menu ul.m li a { color:#666; text-transform:none; padding:2px 8px; font-size:11px; font-weight:normal; height:auto; width:auto; background:none; }
#menu ul li.sfHover ul { display:block; }
#menu ul li.current ul { display:block; visibility:visible; }

#menu ul.m { padding-top:40px; }
#menu ul.m li { background:none; margin-top:0px; float:none; height:auto; }

#menu ul ul li.current a { font-weight:bold; background-color: #fff; background-position: 0px 5px; background-image:url('images/sub-bullet.gif');
    background-repeat:no-repeat; }

#menubottom
{
background: #fff url('images/border1.gif') repeat-x;
height: 14px;
margin-bottom: 1.5em;
}

#content
{
padding: 0em;
min-height:200px; 
}

#primarycontainer
{
float: left;
margin-right: -18.0em;
width: 100%;
}

#primarycontent
{
margin: 0em 22.0em 0em 0em;
}

#secondarycontent
{
float: right;
width: 18.0em;
}

#footer
{
clear:both;
text-align:center;
padding-top:40px; 
font-size:.95em;
}

#copyright { margin: 20px 0px 10px 0px; }

#footer img { border:none; }

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 0.7em;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 0.7em;
}

.red-bullet { width:auto; padding-left:20px; background-image:url(images/advanced-search-bullet.png); 
	background-repeat:no-repeat;  background-position: 7px 2px; font-size:14px; font-weight:bold; }
.red-bullet a { text-decoration:none; text-transform:uppercase; }
.red-bullet a {  color:#fff; }
#content .red-bullet a { color:#E20303; font-size:11px; font-weight:normal; font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2",sans-serif; }
.bullet-down { background-image:url(images/bullet-down.png); 
	background-repeat:no-repeat;  background-position: 7px 2px; }

#advanced-search { float:right; width:auto; padding-left:20px;    }
#advanced-search a, #search-main a { text-transform:uppercase;  }
#search-main { clear:both; padding-top:7px; }


#logo { position:absolute; top:21px; left:75px; z-index:100; }

#topnav { height:15px; }
#topnav ul, #topnav li { float:left; margin:0px; padding:0px; list-style:none; }
#topnav li { border-right:1px #999 solid; padding-right:10px; padding-left:10px; font-size:9px; text-transform:uppercase; line-height:9px; }
#topnav li a { color:#666; text-decoration:none; }
#topnav li.last { border:none; }
#topnav #homelink { float:right; }
#topnav #homelink li { border:none; padding-right:0px; }

#HouseMenuNavItemHome { display:none; }

#dnn_LeftPane { float:left; width:200px; }
#dnn_RightPane { float:right; width:200px; }
#dnn_ContentPane { width:100%; }
#breadcrumb { border-top:1px #b3b3b3 solid; color:#b3b3b3; font-size:9px; text-transform:uppercase; padding-top:5px; margin-bottom:20px; }
a.Breadcrumb { color:#b3b3b3; text-decoration:none; } 

#primarycontainer { color:#4d4d4d;  }
#primarycontent { margin:0px 70px }
#primarycontent h1 .Head { color: #3C79AA; font-size:26px; }
#primarycontent .contentarea { font-size: 12px; line-height:16px; }
#primarycontent ul li { font-size:100%; line-height:16px; margin-bottom:5px; }
#primarycontent td.SubHead { width:450px; }

.anchorlinks { font-size:12px; text-transform:uppercase; margin:0px; padding:0px; height:20px;  }
.anchorlinks li { float:left; list-style-image:url(images/blue-bullet.gif); margin-right:30px; }
.anchorlinks a { color:#3C79AA; text-decoration:none; font-weight:normal; }

#primarycontainer h3 { font-size:12px; text-transform:uppercase; color:#3C79AA; margin: 20px 0px;
                       border-top:1px #3C79AA solid; padding-top:5px; font-weight:normal; }

#search input.NormalTextBox { font-size:14px; font-style:italic; color:#999999; padding:2px; width:440px; border:none; }
#search a { font-size:12px; padding:4px 8px 4px 8px; }
#search a:hover { text-decoration:none; }
#search input.searchsubmit, input.searchsubmit { border:none; background-color:#3D7BAC; font-size:13px; font-weight:bold; text-transform:uppercase; padding:3px; color:#ffffff; }
					   
					   
.home #header { background: #fff url('images/header-home.jpg') no-repeat; height:332px; margin-bottom:5x;  }
.home #logo { top:63px; left:80px; } 
.home #logo img { border:none; }
.home #search { top:190px; }
#search input.NormalTextBox { width:385px; }
.home #menu ul { top:212px;  } 
.home #menu ul li { height:120px; top:0px; background-image:url('images/topmenu-bk.png'); }
.home #menu ul li a { background:none; }
.home #menu ul ul { top:auto; border:0px #000 solid; padding-top:0px; margin-top:5px;  }
.home #menu ul ul li { height:auto; background:none; }
.home #menu li:hover a { background-color:#000; }
.home #menu li:hover ul li a { background:none; }


.home #menu ul li ul li a, .home #menu ul.m li a { color:#fff; background:none; width:auto; height:auto; padding:1px 8px 2px 8px;s }
.home #menu ul li ul li a:hover { color:#99CCFF; }
.home #primarycontent { margin-left:0px; }
.home .rightcol #primarycontent { width:560px; }

.home #primarycontainer { width: 220px; margin-left:225px;  }
.home #primarycontent { width:220px; }
.home #secondarycontent, .home #dnn_RightPane { width:315px; }
.home #dnn_LeftPane { margin-left:-229px; width:221px; }

.home .newslist h3 { display:none; }
.home .BlogContent { font-size:11px; line-height:17px; }

#wicf { width:764px; background-image:url(images/topmenu-bk.png); height:275px; z-index:10; position:absolute; top:25px; display:none; padding-top:30px;  }
#wicf div { margin-left:260px; border-left:2px #fff solid; width:430px; font-size:22px; line-height:30px; padding:30px 0px 10px 15px;   }
#wicf div h4 { color:#99CCFF; margin:0px; font-weight:normal; text-transform:uppercase; font-size:20px; }
#wicf div p { color:#fff; margin:0px; }
#wicf .red-bullet { font-size:14px; }
.home #header .red-bullet { background-position:7px 7px; }
#wicf-link { position:absolute; top:35px; right:50px; z-index:11;  }
#wicf-link a { font-style:italic; font-weight:normal; text-transform:none; font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2",sans-serif; font-size:16px; }

/* blog home */
.home .BlogContent {  }
.home .BlogContent, .home .BlogContent p { font-weight:normal; margin-top:0px;  }
.home h2.BlogTitle, .home div.BlogHead h2.BlogTitle, .home div.BlogHead h2.BlogTitle a, .home div.BlogHead h2.BlogTitle a:link, .home div.BlogHead h2.BlogTitle a:visited, .home div.BlogHead h2.BlogTitle a:active, .home div.BlogHead h2.BlogTitle a:hover { color:#4D4D4D; font-size:11px; font-weight:bold; margin-bottom:0px; line-height:16px; }
.home .BlogDateline, .home .BlogReadMore, .home .BlogFooter { display:none; }


/* rightcol stles */
.rightcol #primarycontent { width:450px; }


/* cea box */
.ceabox { margin-bottom:20px; }
.ceabox #primarycontent h1, .ceabox h4 {  background-color:#3d7bac; marbin-bottom:0px; padding:4px 10px 4px 10px;  }
.ceabox #primarycontent h1 .Head, .ceabox h4 .Head { color:#fff; text-transform:uppercase; font-size:13px; font-weight:bold; font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2",sans-serif; }
.ceabox .contentarea { margin:0px; background-image:url(images/ceabox-background.jpg); background-repeat: repeat-x; padding:10px 20px; }
.ceabox input.Normal { background-color:#3d7bac; padding:2px; border:none; color:#fff; text-transform:uppercase; font-weight:bold; font-size:11px; }
.ceabox p { margin:0px; font-size:11px; line-height:17px; }
.ceabox h5 { font-weight:bold; }
.ceabox .red-bullet { margin-top:15px; background-image:url(images/red-bullet.gif); background-position:9px 4px; }
.ceabox .contentarea { line-height:1.333em; }

.ceabox .CommandButton, .ceabox a.CommandButton { color:#3C79AA; font-size:11px; line-height:16px; text-decoration:none; font-family:Arial, Helvetica, sans-serif;  }

/* blog box */
.BlogBody, .BlogDescription, .BlogBody p, .BlogDescription p { font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:20px; }
h2.BlogTitle, div.BlogHead h2.BlogTitle, div.BlogHead h2.BlogTitle a, div.BlogHead h2.BlogTitle a:link, div.BlogHead h2.BlogTitle a:visited, div.BlogHead h2.BlogTitle a:active, div.BlogHead h2.BlogTitle a:hover  { font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; margin-top:0px; color:#4D4D4D; margin-bottom:0px; }
.BlogDateline, .blog_author { text-transform:uppercase; font-size:10px; line-height:14px; }
.BlogContent { margin-top:10px; }
.BlogTopics { display:none; }
.BlogFooter { padding-bottom:20px; width:100%; margin-bottom:20px; }
.BlogPublished { display:none; }
.BlogBody acronym { display:none; }
.BlogBody .BlogSubHead { padding-left:0px; }
.BlogFooter .BlogTag { display:none; }
.BlogInfo { display:none; }


/* news box */
.DNN_UserDefinedTableContent ul, .DNN_UserDefinedTableContent li { list-style:none; margin:0px; padding:0px; }
.DNN_UserDefinedTableContent li { margin-bottom:10px; }

/* infotext style (show hide bio, extra info */
.infotext, .deftext { display:none; }
.infotext { margin-left:170px; }
.toggleinfo { clear:both; padding-top:10px; }
.infotext img { float:left; padding-right:10px; margin-left:-170px; }
.toggleinfo .noimg { margin-left:0px; }

/* news styles */
#newsarchivelink { display:none; }
.ceabox #newsarchivelink { display:block; }
.box .newslist h5 { font-weight:bold; margin:0px; }
.box .newslist p { margin:0px; }

/* cea table style */
.table, .table tr, .table td, .table th { border-collapse:collapse; }
.table, .table tr, .table td, .table th { border:1px #000 solid; }
.table td, .table th { padding:4px;  }
.table tr.odd td { background-color:#fff; }
.table tr.even td { background-color:#CCCCCC; }
.table th { background-color:#CCCCCC; }

#funderslist { width:100%; }
#funderslist td {  }

/* SEARCH STYLES */
#mainContent label { margin-left:10px; }
.searchregistryform, #searchregistryform { display:block; }
.searchregistry #searchregistryform { display:block; }
#searchregistryform { position: absolute; top:122px; right: 85px; padding-right: 0.0em; z-index:100; }
#searchregistryform input[type=text] { border:medium none; color:#999999; font-size:14px;
	font-style:italic; padding:2px 2px 3px 2px; width:385px;
}
.home #searchregistryform { top: 195px; }
iframe { min-height:800px; }

#dnn_ControlPanel {  }

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */

/* temp */
.home .ceabox #dnn_ctr468_dnnTITLE_lblTitle, .home .ceabox  #dnn_ctr468_contentpane { display: none; }