/************************ 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: arial, helvetica, sans-serif;
	font-size:12pt !important;
	color: #000 !important;
	background:white !important;
    }
/* ALL text should be black */
* {
	color:#000 !important
}
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-collapse:collapse;
	text-align:left;
	vertical-align: top;
} /*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 */    

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

/* GS changed padding from 16px to 12px for p. */
p {line-height:1.6em; padding-bottom:12px;}

/* Default links */
a:link { color: #0033CC; text-decoration: underline;}
a:hover { color: #0033CC; text-decoration: none;}
a:visited { color: #3D2EFF; text-decoration: underline;}
a:visited:hover { color: #0033CC; text-decoration:none;}

/*________________________ INSIDE TEXT STYLES__________________________________*/

/*GS changed font size of h2 from 19 to 24.*/
#content_wrap h2 {
    color:#051858;
    font: normal 24px Arial, Helvetica;
    line-height:1.2em;
	padding-top:8px;
    padding-bottom:16px;
    }

#content_wrap #in_right_col h2 {
    color:#fff;
    }

/*GS added this h3 style.*/
#content_wrap h3 {
	color:#000099;
	font: bold 18px Arial, Helvetica;
	line-height:1.2em;
	padding-top:8px;
    padding-bottom:10px;
}
#content_wrap h4 {
	font: bold 14px Arial, Helvetica;
	text-transform:uppercase;
	padding-bottom:4px;
	padding-top: 8px;
    }

/*GS added this h5 style.*/
#content_wrap h5 {
	font: italic 14px;
	line-height:1.2em;
	margin: 10px 0 10px 0;
}

#content_wrap #in_right_col h4, #content_wrap #in_right_col p{
    color:#ccc;
}

#content_wrap #in_right_col a:link, #content_wrap #in_right_col a:visited{ color:#B2FBEE; text-decoration:none;}
#content_wrap #in_right_col a:hover, #content_wrap #in_right_col a:visited:hover{ color:#fff; text-decoration:underline;}

/*looking for other paragraph styles? look to the top of the page at the default styles*/
#content_wrap p {
    font-size:14px;
    }

/*GS added this style.*/
#content_wrap p.nopad {
	 padding-bottom:0;
    }

/*GS added this style.*/
#content_wrap .textblock{
	margin-top:0.5em;
	line-height:1.2em;
	padding-left:1em;
}

/*GS added this style.*/
#content_wrap ol, #content_wrap ul{
	margin-left:20px;
	padding-left:0;
}

/*GS added this style.*/
#content_wrap li{
	line-height:1.3;

0
; 			font-size: 12px;
	padding-bottom: 4px;
}

#content-wrap img{
	margin: 6px;
}

/*GS added this style.*/
#content_wrap .picturebox_right{
	float:right;
	margin:0 0 6px 6px;
	padding:2px;
	text-align: center;
}
/*
#content_wrap .picturebox_right img {
	padding: 2px;
}
*/

#content_wrap .picturebox_right .caption{
	padding:0;
}

/*GS added this style.*/
#content_wrap .sidebar{
width:40%;
float:right;
margin:0 0 0 6px;
padding:6px;
border-color:#051858;
border-style:double;
}

/*GS added this style.*/
#content_wrap .sidebar ol, #content_wrap .sidebar ul{
	padding-top:0;
	margin-left:15px;
	padding-left:0;
}

/*GS added this style.*/
#content_wrap .sidebar li{
	font-size:15px;
}

/*GS added this style.*/
#content_wrap .sidebar h4{
	padding-bottom:0;
}
#content_wrap .footnoteRef {
	vertical-align: super;
	font-size: small;
	line-height: 1px;
}
#content_wrap .footnote {
	font-size: small;
	line-height: 1.4em;
	margin-left: 1em;
}
#content_wrap .subtext_list {
	font-size: small;
	margin-left: 1em;
}
#content_wrap .mediacredit {
	font-size: 0.7em;
	font-style: italic;
	line-height: 150%;
}
#content_wrap .caption {
	font-size: small;
	font-style: italic;
	text-align: left;
	line-height: 1.2;
}
#content_wrap td.label {
	font-size: small;
	font-weight: bold;
	text-align: right;
	padding: 4px;
}
#content_wrap td.data {
	font-size: small;
	text-align: left;
	padding: 4px;
}
#content_wrap td.data input {
	padding:6px;
}
#content_wrap td img {
	margin: 6px;
}
#content_wrap table#alumnae {
	border-width:medium;
	border-color:#666666;
	border-style:solid;
}
#content_wrap table#alumnae td{
	padding:6px;
	border-left-style: none;
	border-right-style: none;
}
#content_wrap table#regular {
	border-width:thin;
	border-color:#333333;
	border-style:solid;
}
#content_wrap table#regular td{
	padding:6px;
	font-size:small;
	border-width: thin;
	border-style: solid;
	border-color: #999999;
}
#content_wrap table#regular.rowlines td{
	padding:6px;
	font-size:small;
	border-width: thin 0;
	border-style: solid;
	border-color: #999999;
}
#content_wrap table#schedule {
	border-style:none;
}
#content_wrap table#schedule td{
	padding:6px;
	border-style: none;
	font-size: small;
}
#content_wrap #schedule h3 {
	font-size: x-large;
	font-weight: bold;
}

#content_wrap .time {
	font-size: 10px;
}
#content_wrap .topiclisting {
	font-style: italic;
	font-weight: bold;
}
#content_wrap .eventlisting {
	margin-left: 20px;
}
#content_wrap .oppsubtextlisting {
	font-size: small;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 1em;
	margin-top: -10px;
}


/*________________________SHARED DESIGN STYLES__________________________________*/

#wrap{
	width:auto !important;
	margin:auto !important;
	background:#FFF !important;
}

#main {
    padding-left:5px;
    }

#sponsors {
	background:#FFF !important;;
	height:42px;
	padding:6px 25px;
	margin-bottom:auto !important;
	font-size:12pt !important;;
	}	
	
#logo_ucar {
	float:left;
	}

#logos {
	float:left;
	width:572px;
	text-align:right;
	vertical-align:bottom;
	color:#000000;
	font-weight:bold;
	letter-spacing:.05em;
	}	
	
#logos img {
	padding-left:12px;
	vertical-align:top;
	}	
	
#copyright {
	float:right;
	color:#000 !important;
	font-size:10pt  !important;
	text-align:right;
	padding-right:10px;
	}	
	

/******************* NAV - MENU STUFF **********************/

#top {
  display:none !important;
}

#temp {
    width:1001px;
    height: 66px;
    background:pink;
    }

#menu {
  display:none !important;
}

#menu ul {
  display:none;
    }

#menu ul li a.top_nav, #menu ul li a.top_nav:hover, #menu ul li a.top_nav:visited, #menu ul li a.top_nav:visited:hover {
  display:none;
    }

/* for HTML text top-level navigation instead of images

#menu ul li h2 a:link, #menu ul li h2 a:hover, #menu ul li h2 a:visited, #menu ul li h2 a:visited:hover   {
    font: normal bold 12px Arial, Helvetica, sans-serif; display: block; color:#333; padding: 0 0 5px 0; border: 0; margin: 0; background: none;
    }
*/

#menu a {
    font: normal bold 11px Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 5px 22px 5px 9px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
    }

#menu ul li ul li {
    background:#fff;
	opacity:.92;
    filter:alpha(opacity=92);
    }

#menu a {color: #000; font-size:11px; font-weight:normal; background:#fff; text-decoration: none; padding:none;}
#menu a:hover {color:#0033cc; font-size:11px; font-weight:normal; background:#fff; text-decoration: none; padding:none;}

#menu li {position: relative;}

#menu ul ul {
	position: absolute;
	z-index: 500;
	top:33px;
	background:url(../images/design/backdrop.png) no-repeat;
    }

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
    }

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}



/*************************************/
/*________________________INSIDE PAGE ONLY STYLES__________________________________*/

#in_image {
    border-left:1px solid #fff;
	border-right:1px solid #fff;
	position:relative;
	}

#content_wrap {
    border-left:1px solid #fff;
	border-right:1px solid #fff;
	background: #fff url(../images/design/bg_content.png) repeat-x;
    }

#in_left_col {
    padding:10px 30px 20px 44px;
    }

#in_right_col {
    width:268px;
    background: #242424 url(../images/design/bg_in_ritecol.png) bottom no-repeat;
    vertical-align:top;
    padding:10px 29px 20px 30px;
    }

#in_single_col {
	padding:10px 44px 20px 44px;
	background: #fff url(../images/design/bg_in_singlecol.png) bottom right no-repeat;
	width: 876px;
    }

#breadcrumb {
	font-size:11px;
	color:#333;
	height:30px;
	text-align:right;
	}
	
#breadcrumb a:link{ color:#0033CC; text-decoration:underline;}
#breadcrumb a:hover{ color:#0033CC; text-decoration:none;}
#breadcrumb a:visited { color:#0033CC; text-decoration:underline;}
#breadcrumb a:visited:hover{ color:#0033CC; text-decoration:none;}

.slash {
    color:#aaa;
    font-size:13px;
    padding: 0 5px;
    }

#in_foot {
    width:966px;
    height:48px;
    border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	background: #000 url(../images/design/in_foot_black.png) no-repeat;
}

/*________________________HOME ONLY STYLES__________________________________*/

#main_image {
    border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	position:relative;
	height:331px;
	}
	
#separator {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	}	
	
	
#promos {
	background:url(../images/design/bg_promos.png) no-repeat #000033 bottom;
	height:216px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	}	
	
.promo_individual {
	float:left;
	width:270px;
	padding:20px 25px;
	height:176px;
	overflow:hidden;
	}	
	
.promo_individual a:link img, .promo_individual a:visited img {
	border:1px solid #B2FBEE;
	margin-bottom:5px;
	margin-left:5px;
	}

.promo_individual a:hover img, .promo_individual a:visited:hover img {
	border:1px solid #fff;
	margin-bottom:5px;
	margin-left:5px;
	}	
	
.promo_title {
	font-size:15px;
	font-family:Verdana, Arial, "Trebuchet MS";
	color:#cbcbcb;
	padding-bottom:6px;
	height: 36px;
	overflow:hidden;
	}

.promo_title a:link, .promo_title a:visited {color:#B2FBEE; text-decoration:none}
.promo_title a:hover, .promo_title a:visited:hover {color:#fff; text-decoration:underline}

.promo_text {
	color:#d6d6d6;
	line-height:1.3em;
	font-size:12px;
	}	

/* styles added by Gary */
.promo_text a:link {color:#B2FBEE; text-decoration:none;}
.promo_text a:visited {color:#6666CC; text-decoration:none;}
.promo_text a:hover, .promo_text a:visited:hover {color:#FFFFFF; text-decoration:underline;}
	
.button_go a:link img, .button_go a:hover img, .button_go a:visited img, .button_go a:visited:hover img {
	border:0;
	padding:2px 0 0 0;
	margin:0;
	}	
	
/*________________________NEWS BLOCK______________*/

#news_wrap {
	position:absolute;
	width:355px;
	height:305px;
	top:26px;
	right:23px;
	overflow:hidden;
    }
#news_btn {
	position:absolute;
	width:65px;
	height:20px;
	top:311px;
	right:24px;
    }


#news_wrap h3 {
    padding: 0;
    margin: 0;
    color: #cbcbcb;
    text-transform:uppercase;
    font: normal 17px arial,helvetica;
    letter-spacing:1px;
    }

#news_table{
    margin-top:9px;
    }
    
.city, .deadline_wrap {
    color:#999;
    font-size:11px;
    padding:0;
    margin:0;
    }

.city {
    width:230px;
    }

.news_txt {
    font-size:12px;
    margin:0;
    line-height:18px;
    padding-bottom:11px;
    }

.news_txt a:link, .news_txt a:visited{ color:#B2FBEE; text-decoration:none;}
.news_txt a:hover, .news_txt a:visited:hover{ color:#fff; text-decoration:underline;}

    
.deadline {
    color:#996600;
    padding:0;
    margin:0;
    }



/*________________________STYLES FOR ORGNAV MENU BAR SPECIFICALLY FOR IE6 _____________*/	
	
	
	
.menubar_ie6, .menubar_ie6 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

.menubar_ie6 a {
	display: block;
	_display: inline;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #333;
	height: auto;
	_height: 14px;
}

.menubar_ie6 a.trigger {
	padding: 0px 16px 0px 10px;
	background-image: url(../images_ncar/menu_downarrow.png);
	_background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
}

.menubar_ie6 li {
	float: left;
}

.menubar_ie6 li ul li {
	font-size: 8pt;
	width: 95%;
}

.menubar_ie6 li {position: relative;}

/* hide from IE mac \*/
.menubar_ie6 li {position: static; width: auto;}
/* end hiding from IE5 mac */

.menubar_ie6 li ul, .menubar_ie6 ul li  {
	width: 325px;
}

.menubar_ie6 ul li a  {
	color: #565656;
	border-right: 0;
	padding: 0px 3px 10px 10px;
}

.menubar_ie6 li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-image: url(../images_ncar/menu_gradient.jpg);
	background-repeat: repeat-x;
}


/* DO NOT DELETE */
//*.menubar_ie6 li:hover a, #menubar_ie6 a:focus,
.menubar_ie6 a:active {
	color: #000000;
	background-color: #000;
	z-index: 100;
}*//

.menubar_ie6 li:hover ul {
	display: block;
	z-index: 100;
}

.menubar_ie6 li:hover ul a {
	color: #000000;
	background-color: transparent;
	z-index: 100;
}

.menubar_ie6 ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF !important;
	z-index: 100;
}

/*  use this class (.dropleftorg) and adjust the margin-left so that drop downs on far right buttons don't scroll outside of the viewable area  */

/* DO NOT DELETE */
//*.menubar_ie6 li:hover ul.dropleftorg {  
	display: block;
	margin-left: -237px;
	text-align: right;
	z-index: 100;
}*//
#content_wrap .picturebox_right_brdr {
	float:right;
	margin:0 0 6px 6px;
	padding:2px;
	text-align: center;
	border: 1px thin #003366;
}
#nav_org_wrap{
	display:none !important;
}
