/*
Theme Name: NCF Theme
Theme URI: http://www.decrain.com
Description: Theme developed by DeCrain Solutions for National Coaching Fellows
Version: 1.0
Author: DeCrain Solutions
Tags:

*/


body {
	margin: 0;
	padding: 0;
	background: #dfdfdf;
	font-family: Helvetica Neue, Helvetica, Arial, san-serif;
	
}

img {
	border:0;
}

a {
	outline: none;
	border:0;
}

#container {
	margin: 20px auto;
	width: 840px;
	padding:0px;
	
}

#title {
	text-transform: uppercase;
	font-size: 23pt;
	padding: 0px 2px;
	float:left;
	width: 490px;
}

#title a {
	text-decoration:none;
}

	.titleblue {
		color: rgb(57, 119, 180);
		}
		
	.titlered {
		color: rgb(206, 57, 57);
		font-weight: bold;
		}

#middle {
	background: #ffffff;
	float:left;
	clear:both;
	border-bottom: 5px solid #3977b4 !important;
	
}

#header_links {
	text-transform: uppercase;
	font-size: 10pt;
	padding: 0px;
	float:left;
	width: 340px;
	line-height: 45px;
	text-align:right;
	cursor: pointer;
}

#header_links a {
	text-decoration:none;
	color: #ce3939;
	cursor:pointer;
}

#header_links a:hover {
	color: #cc3333;
}

#header_links ul {
	list-style-type:none;
	margin:0px;
	padding:0;
}

#header_links ul li {
	display:inline;
	list-style-type:none;
	margin:0px 2px 0px 20px;
	padding:0;
}

#top {
	float:left;
	clear:both;
	border-top: 5px solid #ce3939;
	border-bottom: 5px solid #ce3939;
	width: 840px;
	height: 160px;
	overflow:hidden;
	z-index: 1;
}

#menu {
	margin: 0px;
	float:left;
	clear:both;
	text-transform: uppercase;
	width: 840px;
}

#menu ul {
	list-style-type:none;
	margin:6px 0px;
	padding:0;
	font-size:11pt;
}

#menu ul li {
	display:inline;
	list-style-type:none;
	margin:0px 0px;
	padding:7px 25px;
	background-color: #ffffff;
	opacity:0.85;
    filter:alpha(opacity=85);
}

#menu ul li:hover {
	opacity:1;
    filter:alpha(opacity=100);
}

#menu ul li a {
	text-decoration:none;
	color: #333333;
}

#menu ul li.selected {
	background: #ce3939;
	opacity:1;
    filter:alpha(opacity=100);
    color: #ffffff;
}

#menu ul li.selected a{
    color: #ffffff;
}

#caption {
	width: 840px;
	height: 120px;
	background: #ffffff;
	opacity:0.70;
    filter:alpha(opacity=70);
    padding:0px;
    margin:0px;
    margin-top: 160px;
}

#caption p {
	margin: 2px auto;
	padding:5px 20px 5px 20px;
	line-height: 20pt;
}

#mailing_list {
	clear:both;
	margin-left: 590px;
	width: 250px;
	height: 60px;
	margin-top: -15px;
	z-index: -90;
	background: #ce3939;
	color: #ffffff;
	font-size:11pt;
	padding: 0px;
	padding-top: 7px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px
}

#mailing_list a {
	color: #ffffff;
	text-decoration:none;
	cursor:pointer;
}

#mailing_list .formz {
	margin: 10px 0px 5px 0px;
	font-size: 12pt;
	color: #999999;
	width: 200px;
}

#mail_submit {
	color: #ffffff !important;
}

#mail_submit:hover {
	color: #3977b4 !important;
}


#content {
	margin: -10px 0px 0px 0px;
	width:800px;
	float:left;
	clear:both;
	min-height: 300px;
	background: url('images/logo.png') no-repeat;
	background-position: bottom right;
	padding:20px;
	line-height:26pt;
	color: #444444;
	font-size: 15pt;
}

#content a {
	color: #3977b4;
}

#footer {
	text-align:center;
	margin: 10px auto;
	width: 840px;
	color: #666666;
	font-size: 10pt;
	clear:both;
	float:left;
}

#footer a {
	text-decoration: none;
	color: #666666;
}

.box {
	width: 230px;
	margin-right: 15px;
	min-height: 180px;
	float:left;
	font-size:10pt;
	line-height: 14pt;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:justify;
}

.box ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.resourcesfor ul li a {
	color: #fff;
	}

.box a {
	text-decoration:none;
	color: #3977b4;
}

.red {
	border: 3px solid #ce3939;
	background: #ce3939;
	color: #ffffff;
}

.blue {
	border: 3px solid #3977b4;
	color: #ffffff;
	background: #3977b4;
}

.red:hover {
	background: #ffffff;
	color: #ce3939;
}

.blue:hover {
	background: #ffffff;
	color: #3977b4 !important;
}

.blue:hover #mail_submit{
	background: #ffffff;
	color: #3977b4 !important;
}

ul.submenu {
	display:block;
	float:left;
	position:absolute;
	margin-top:7px !important; 
	background: #ce3939;
	opacity:1 !important;
    filter:alpha(opacity=100) !important;
    font-size:12pt;
    padding:5px 0px !important;
    display:none;
}

ul.submenu li{
	padding:5px 15px 0px 5px !important;
	margin:0px 0px 0px !important;
	display:block;
	float:left;
	clear:both;
	background: #ce3939 !important;
	opacity:1 !important;
    filter:alpha(opacity=100) !important;
    text-transform: none;
    color: #ffffff !important;
    font-size:10pt;
}

ul.submenu li a {
	color: #ffffff;
	cursor:pointer;
}

ul.submenu li a:hover {
	color: #ffcccc !important;
}

#left {
	float:left;
	width: 540px;
	font-size: 11pt;
	line-height: 18pt;
	text-align: justify;
}


#right {
	float:left;
	width: 250px;
}

.sidebox {
	margin-top: 20px;
	margin-right:0px;
	margin-left:30px;
	width: 200px;
	display:block;
padding-left: 5px;
padding-right: 5px;
font-size: 16px;
line-height: 22px;
	
}

.sidebox a.page_section{
	color: #ffffff !important;
	cursor: pointer;
}

.sidebox:hover a.page_section{
	color: #3977b4 !important;
	cursor: pointer;
}

.fellows_table {
	font-size: 10pt;
	line-height:14pt;
	text-align:left;
}


.fellows_table td {
	vertical-align: top;
	}
	
#menu2 {
	margin:0px;
	float:left;
	clear:both;
	text-transform: uppercase;
	width: 840px;
}

#menu2 a {
	text-decoration:none;
}

#menu2 ul {
	display:inline;
	margin:0px;
	padding:0px;
	width: 840px;
    float:left;
}

li.menu_item {
	display:inline;
	list-style-type:none;
	width:120px;
	margin: 0px auto;
	float:left;
	margin:0px;
	padding:0px;
	text-align:center;
	opacity:0.85;
    filter:alpha(opacity=85);
    background: #ffffff;
    cursor: pointer;
    color: #000000;
}

li.menu_item a{
	padding: 7px 0px;
	color: #000000;
	float:left;
	text-align:center;
	width: 120px;
}

#menu2 ul li:hover {
	opacity:1 !important;
    filter:alpha(opacity=100) !important;
    background-color: #ce3939;
    color: #ffffff;
}

#menu2 li.selected, #menu2 li.selected a {
	opacity:1 !important;
    filter:alpha(opacity=100) !important;
    background-color: #ce3939;
    color: #ffffff;
}


.menu_item a:hover{

    color: #ffffff !important;
}


.submenu2 {
	display:none;
	float:left;
	padding:7px 0px;
	margin: 0px -1px 7px 0px;
	position: relative;
	margin-bottom:-10px;	
	width:270px;
	background-color: #ce3939;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
		clear:both;
}

.submenu2 a {
	text-decoration:none;
	color: #ffffff;
}

.submenu2 ul {
	margin:0px;
	padding:0px;
	width:270px !important;
	float:left;
    color: #ffffff;
    opacity:1 !important;
    filter:alpha(opacity=100) !important;
    position:relative;
	background-color: #ce3939;
	overflow:hidden;

	
}

.submenu2 ul li {
	margin:5px 0px;
	text-transform:none;
	float:left;
	font-size: 10pt;
	list-style-type:none;
	display:block;
	float:left;
	padding: 0px;
	padding: 0 10px 0px 5px;
	text-align:left;
	
}
.submenu2 table {
	width: 270px;
}

.submenu2 ul li a{
	color: #ffffff;
	text-align:left;
	margin:0px;
	padding:0px;
	float:left;
	width: 115px;
}

.submenu2 ul li a:hover{
	color: #ffcccc !important;
	width: 115px !important;
}
.blue:hover a.resource_link {
	color: #3977b4 !important;
        font-weight:bold;

}

.blue a.resource_link{
	color: #fff !important;
        
}

#sidebar li {
	list-style-type: none;
	}

.pagetitle {
	text-transform: uppercase;
	font-size: 16pt;
	}
	
	.pagetitlesub {
		color: rgb(57, 119, 180);
		}
	

.menu {width:840px;
		position:relative;
		z-index:100;
		font-family:arial, sans-serif;
		text-transform: uppercase;
		float: left;
		clear: both;
		}


/* hack to correct IE5.5 faulty box model */
* html .menu {width:841px;
				w\idth:840px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;display:inline;width:840px;}


.menu ul ul {
				background-color: #ce3939;
				text-transform: none;
				-moz-opacity:1;
				-khtml-opacity:1;
				opacity:1;	
				}


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:120px;position:relative;display: inline;background: #fff; text-align:center;
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;}

/* height: 20px; color#fff; */

/* style the links for the top level */
.menu a, .menu a:visited {display: table-cell; font-size:16px; text-decoration:none; color:#000; width:120px; line-height:32px;}



/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:120px; w\idth:109px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#ce3939;}


/* style the second level hover */
.menu ul ul a.drop:hover{background:#ce3939;}
.menu ul ul :hover > a.drop {background:#ce3939;}


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}


/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;left:0; width:149px; top: 32px; background: #ce3939;}

.menu ul ul li {
	text-align: left;
	background: #ce3939;
	padding-left: 5px;
	padding-bottom: 4px;
	-moz-opacity:1
	-khtml-opacity:1;
	opacity:1;
	}

/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#ce3939; color:#fff; width:159px; font-size: 12px; line-height: 12px; font-weight:normal; padding-bottom: 4px; -moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;}


/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu :hover > a {color: #fff; background: #ce3939;}

.menu ul ul a:hover{color:#fecccc;}
.menu ul ul :hover > a {color:#fecccc;}



/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }



/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}


/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: #fecccc;
}

.menu .current_page_item a {
  color: #fff;
  background: #ce3939;
}

.menu .current_page_item a > li {
  color: #fff;
  background: #ce3939;
}

/*
.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}
*/
