/************************  SCREEN STYLES **********************************/

/*________________________GROUND RULES__________________________________*/

html   { height: 100%;
         font-size: 100.01%; /* prevent extreme font resizing in IE */
         }

body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: helvetica, arial,sans-serif;
    font-size: 12px;
    color: #666;
    background-color: #000;
    height: 101%; /*The 101% vs. 100% causes a virtical scrollbar in all cases and thus prevents page shift - Remove this line if you don't want a scrollbar*/
    }
		
body, p, ul, li, h1, h2, h3, h4, form, html, input, img, a { /*Starts you off with no padding or margin which you can add later on a more specialized basis.*/
    margin:0; 
    padding:0; 
    } 

table, td { margin:0; padding:0; border-spacing: 0px; border-collapse:collapse; text-align:left; } /*This equates too: <table cellspacing="0" cellpadding="0" border="0"> thus, in your HTML your table tags can look like this <table>... </table>. Warning: if you're accommodating IE MAC use: <table cellspacing="0">... </table> */

img, a img, a:link img, a:visited img {border:none; background:none;} /* remove border from images and linked images */    

.left {
	float: left;
	margin: 4px 10px 10px 0;
}

.right {
	float: right;
	margin: 4px 0 10px 10px;
}

h3, h2, h1 {padding:0; margin:0;}

/* Default links */
a:link { color: #276200; text-decoration: underline;}
a:hover { color: #276200; text-decoration: none;}
a:visited { color: #276200; text-decoration: underline;}
a:visited:hover { color: #276200; text-decoration:none;}

ul, ol {
    color:#99CC00;
    padding: 0 0 0 14px;
    margin: 0;
    }

ul {
    list-style-type: none;
    }

ul li, ol li {
    line-height: 1.4em;
    }

ul li {
    background-image: url(../images/bullet_green.png);
    background-repeat: no-repeat;
    background-position: 0 .5em;
    padding-left: 1.5em;
    padding-bottom:5px;
    }

ul, ol {
    padding: 0 0 0 14px;
    margin: 0;
    }

ul {
    list-style-type: none;
    }
	



/*________________________SHARED STYLES__________________________________*/

#top_grn {
    height:5px;
    background:#99CC00;
    }

#centerCol {
    position: relative;
    width:1000px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #000;
	}

#hed {
    background: #02022C;
    }



#skip a, #skip a:visited
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
color:#fff;
}
 
#skip a:focus
{
position:static;
width:auto;
height:auto;
} 


#login {
    float:right;
    width:320px;
    height:123px;
    background: url(../images/hed_r_cap.png) top right no-repeat;
    }

#form_wrap {
    float:right;
    margin:7px 36px 0 0;
    text-align:right;
    }

#form_wrap label {
    color:#fff;
    font-size:11px;
    }

#login form.login input {
	width:130px;
	border:1px solid #666;
	margin:0 0 6px 5px;
	background:#000;
	font-size:11px;
	color: #aaa;
	}

#register_links {
    clear:both;
    font-size:11px;
    text-align:right;
    padding:11px 36px 0 0;
    }

#register_links a:link, #register_links a:visited { color: #45B5FF; text-decoration: none;}
#register_links a:hover, #register_links a:visited:hover  { color:#99CC00; text-decoration:none;}
    
#nav {
    height:24px;
    background:green;
    }

#hm_content, #in_content{
    width:1000px;
    clear:both;
   
    }
    
#hm_content {
   background:url(../images/hm_bg.png) repeat-y;
   /*background: url(../images/col_fin.png) left bottom no-repeat;*/
    width:1000px;
    float:left;
    }
    
#in_content {
    background:url(../images/in_bg.png) repeat-y;
    }
    
#in_content div {
    padding:0 30px 0 30px;
    line-height:1.6em;
    font-size:14px;
    color: #000;
    }
    

    
#in_content h2 {
    color:#000;
    font-size:17px;
    }
    
#in_content h3 {
    color:#000;
    font-size:15px;
    }
 
#in_content ul, #in_content ol {
    margin:20px 0;
    color:#000;
    }
    
.modules th, .modules td, .institutions th, .institutions td {
	padding: 2px 5px; 
	}

.modules th a:link, .modules th a:hover, .modules th a:visited {
	text-decoration: none;
	color: #000;
	}

.modules td a:link { color: #22009C; text-decoration: underline;}
.modules td a:hover { color: #22009C; text-decoration: none;}
.modules td a:visited { color: #780050; text-decoration: underline;}
.modules td a:visited:hover { color: #780050; text-decoration:none;}


    
.content_large_col, .content_small_col{
    width:60%;
    border-right: 1px dashed #333;	
    }

.content_small_col {
    width:40%;
    }

.pagebreak {
    border-top: 1px dashed #333;
    padding:20px 0;
    }

.pagebreak h2 {
    padding-top:20px;
    }

#breadcrumb { 
    text-align:right;
    }

#breadcrumb ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-size:11px;
	letter-spacing:1px;
	} 

#breadcrumb ul li {
	margin: 0;
	padding: 0 6px 0 10px;
	border-left: 1px solid #666;
	display: inline;
	color: #333;
	background-image: none;
	} 

#breadcrumb ul li.first {
	margin: 0;
	border-left: none;
	padding-left: none;
	}  

#header h1 {
    color:#006BFF;
    font-size:22px;
    padding:8px 0;
    }

#in_foot, #hm_foot {
    clear:both;
    text-align: right;
    padding-right:30px;
    font-size:10px;
    color:#666;
    }

#in_foot {
    height:18px;
    background: url(../images/in_foot.png) right no-repeat;
    padding-top:28px
    }

#hm_foot {
    height:18px;
    background: url(../images/hm_foot_bg.png) right no-repeat;
    padding-top:15px
    }

#comments {
    float:left;
    color:#efefef;
    }
    
#comments a:link { color: #efefef; font-weight:normal; text-decoration: underline;}
#comments a:hover { color: #efefef; font-weight:normal; text-decoration: none;}
#comments a:visited { color: #efefef; font-weight:normal; text-decoration: none;}
#comments a:visited:hover { color: #efefef; font-weight:normal; text-decoration: none;}


#sponsor_foot {
    padding:7px 0 32px 0;
    vertical-align:top;
    }

#sponsor_foot h3 {
    padding-bottom:10px;
    color:#fff;
    font-size:14px
    }
/*________________________HOME ONLY STYLES__________________________________*/


#hm_content a:link { color: #9CDD00; font-weight:normal; text-decoration: underline;}
#hm_content a:hover { color: #9CDD00; font-weight:normal; text-decoration: none;}
#hm_content a:visited { color: #9CDD00; font-weight:normal; text-decoration: none;}
#hm_content a:visited:hover { color: #9CDD00; font-weight:normal; text-decoration: none;}

#text_wrap {
    margin:11px 26px 10px 20px;
    }

#text_wrap p.hm_text {
    color:#fff;
    padding:9px 0 9px 0;
    line-height:1.5em;
    width:425px;
    }

#text_wrap #news
{
	border: solid 1px #1f1f1f;
	margin-left: 14px;
	margin-bottom: 8px;
}


#home-content-wrapper {padding-top:10px; float:left; width:100%;  background-color:#333; }

#home_events_content {
    margin:11px 26px 10px 20px;
    float:left;
    }

#home_events_content p.hm_text {
    color:#fff;
    padding:9px 0 9px 0;
    line-height:1.5em;
    width:425px;
    }

#home_events_content #news
{
	border: solid 1px #1f1f1f;
	margin-left: 14px;
	margin-bottom: 8px;
}




#home_events_content {width:350px;}

#home_events_content h2.events {color:#fff; padding-bottom:10px;}

#home_events_content h3 {color:FFF40F; padding-bottom:10px;}

#home_img {padding-top:5px;}

#hm_modules {background-color:#000; padding-top:5px;}

#hm_modules #modules1 {background: #000000 url(http://esseacourses.strategies.org/images/modules_nasa_bg.png); position:relative; width:401px; height:77px; float:left; margin-right:3px;}

#hm_modules #modules2 {background: url(http://esseacourses.strategies.org/images/modules_noaa_bg.png); position:relative; width:401px; height:77px; float:left; margin-right:0px;}


.modules_logo {display:block; height:77px; padding-top:10px; padding-left:10px; width:65px; float:left;}

.modules_logo_noaa {display:block; height:77px; padding-top:5px; padding-left:10px; width:65px; float:left;}

.modules_content {float:left; font-size:18px; height:62px; width:270px; padding-top:15px; color:#000;}

#hm_modules h2.mod_button {font-size:18px; color:#000; font-weight:bold; text-transform:none; font-family:helvetica,arial,sans-serif; padding:0px; margin:0px;}

.modules_button {display:block; height:57px; width:39px; position:absolute; top:38px; right:15px; }


#hm_modules a:link { color: #000000; font-weight:bold; text-decoration: none;}
#hm_modules a:hover { color: #000000; font-weight:bold; text-decoration: underline;}
#hm_modules a:visited { color: #000000; font-weight:bold; text-decoration: none;}
#hm_modules a:visited:hover { color: #000000; font-weight:bold; text-decoration: underline;}

#news {
    width:300px;
    padding:0 6px 9px 9px;
    background:#E8F6FA;
    float:right;
   /* margin-left:30px;*/
    }

#news p {
    padding:9px 0 9px 0;
    background: url(../images/dotted.png) bottom repeat-x;
    line-height:1.4em;
    }

#news p a:link { color: #276200; font-weight:bold; text-decoration: none; padding: 2px 4px;}
#news p a:hover { color: #fff; font-weight:bold; background:#276200; text-decoration: none;}
#news p a:visited { color: #276200; font-weight:bold; text-decoration: none;}
#news p a:visited:hover { color: #fff; font-weight:bold; background:#276200; text-decoration: none;}


#news p.last {
    /*padding:5px 0 9px 0;*/
    background:none;
    }

.dotted {
    height:1px;
    background: url(../images/dotted.png) repeat-x;
    }
    
#hm_content h2 {
    font: normal 15px Arial, sans-serif;
    color:#007FC0;
    text-transform:uppercase;
    padding-top:9px;
    }

#hm_left_col {
	float:left;
	vertical-align: top;
    width:184px;
    background:url(../images/hm_bg.png) repeat-y;
   /* background: url(../images/col_fin.png) left bottom no-repeat;*/
    }

#hm_left_col div {
    margin:0 0 10px 5px;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    background:#0F2953;
    padding:3px 0;
    font-size:9px;
    letter-spacing:1px;
    }
    
#hm_left_col div h2 {
    color:#fff;
    text-align:left;
    text-transform:uppercase;
    background:#0F2953;
    padding:3px 0;
    font-size:12px;
    letter-spacing:1px;
    }

#hm_left_col ul {
    padding: 0 0 0 17px;
    }

#hm_left_col ul li {
    padding-bottom:7px;
    }

#hm_left_col div#sponsors {
    margin:36px 0 10px 16px;
    text-align:left;
    background:none;
    }

#hm_left_col div img {
    margin-top:12px;
    }


#hm_right_col {float:left; width:805px; padding:0px; margin:0px;}

#hm_copy
{
	color: #c3c3c3;
	line-height: 18px;
}



#hm_copy a:link { color: #ACB922; text-decoration: none;}
#hm_copy a:active { color: #99CC00; text-decoration: none;}
#hm_copy a:hover { color: #99CC00; text-decoration: underline;}
#hm_copy a:visited { color: #276200; text-decoration: none;}
#hm_copy a:visited:hover { color: #99CC00; text-decoration: underline;}

/*__________________end HOME STYLES______________________*/
#footer {
    margin-left: auto;
    margin-right: auto;
    text-align:right;
    font-size:11px;
    color:#C5D7DC;
	}

#footer_menu {
	float:left;
	color:#5C99BA;
	font-size:10px;
	padding:22px 0 0 12px;
	border:none;
	width: 405px;
	}

#footer_menu a:link { color:#ACB922; text-decoration:underline}	
#footer_menu a:hover { color:#5C99BA; text-decoration:underline;}
#footer_menu a:visited { color:#ACB922; text-decoration:underline;}
#footer_menu a:visited:hover { color:#5C99BA; text-decoration:underline;}	

	
#copyright {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	font-size:10px;
	color:#cccccc;
}

#sitemap ul {padding-top:3px; margin:0px;}

#sitemap ul li {
    background-image: url(../images/bullet_green.png);
    background-repeat: no-repeat;
    background-position: 0 .5em;
    padding-left: 1.5em;
    padding-bottom:5px;
    }



/*________________________INSIDE ONLY STYLES__________________________________*/


/*____________________________________ FORM STYLES ___________________________*/


/*____________________________________ FORM STYLES ___________________________*/
body.mceContentBody { }



/*____________________________________ MEMBERSHIP FORM STYLES ___________________________*/
#frmMembership { }

#frmMembership table { width: 750px }

#frmMembership td { vertical-align: top }

#frmMembership .required-field { }

.required {font-weight:bold; font-size:12px; color:red;}

#frmMembership .title { font-weight: bold; }

fieldset
{
	border: none 1px #e1e1e1;
	padding: 0px 4px 4px 4px;
	margin: 0;
}

fieldset label
{
	font-weight: bold;
	padding: 3px;
	color:#666;
}

dl
{
	margin: 0 0 0 20px;
	padding: 3px;
	display: block;
}

dt
{
	float: left;
	width: 130px;
	height: auto;
	clear: both;
	display: inherit;
	text-align: left;
	margin: 0;
	padding: 2px;
}

dd
{
	float: left;
	width: auto;
	height: auto;
	margin: 0;
	padding: 1px;
}

p.fieldDef
{
	font-size: 90%
}

