/************************  SCREEN STYLES **********************************/

/*________________________@FONT-FACE__________________________________*/

@font-face {
	font-family: 'NimbusSanNovD-Lig';
	src:	url('/fonts/style_5196.eot');
	src:	url('/fonts/style_5196.eot?#iefix') format('embedded-opentype'),
			url('/fonts/style_5196.woff') format('woff'),
			url('/fonts/style_5196.ttf') format('truetype'),
			url('/fonts/style_5196.svg#NimbusSanNovD-Lig') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*________________________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: #1f1f1f;
    background: #fff url(/images/bg.png) center repeat-y;
    
    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 */    

/* Default links */
a:link { color: #C24734; text-decoration: none;}
a:hover { color: #C0320C; text-decoration: underline;}
a:visited { color: #C0320C; text-decoration: none;}
a:visited:hover { color: #C0320C; text-decoration:underline;}

p {
    padding-bottom:12px;
    line-height:1.4em;
    }

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	line-height: 1em;
	border:none;
	text-decoration:none;
}

h1, h2 {
	font-family: 'NimbusSanNovD-Lig','Helvetica Neue', Helvetica, Arial; /*____POST-SIFR FIX____*/
	font-weight: normal;
 	letter-spacing: normal;
}

h1 {
	font-size:26px;
}

h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
 	letter-spacing: normal;
}

.promo h1 {
/*     letter-spacing: normal; */
    line-height: 30px;
}

h2, .header2, .header {
    /* font: normal 18px/1em arial, helvetica, sans-serif; */ /*____POST-SIFR FIX____*/
    font: normal 16px/1em 'Helvetica Neue', Helvetica, Arial; /*____POST-SIFR FIX____*/
    color:#005595;
    padding-bottom:5px;
    }
    


p.header2
{
    padding-bottom:12px;
}

h4 {
    padding:4px 0 12px 0;
    color:#777;
    }


/*________________________SHARED STYLES__________________________________*/


/*____START THE SITE WRAP AND SPECIFIC CONTENT STYLES____*/

#top_orange {
    height:1px;
    background:#E7563E;
    }

#centerCol {
    position: relative;
    width:1000px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff url(/images/leaf.png) top right no-repeat;
	}

#hed {
    background: #fff;
    }

#form_wrap {
    float:right;
    margin:7px 27px 0 0;
    text-align:right;
    width:204px;
    }

#form_wrap label {
    color:#000;
    font-size:11px;
    }

.login input {
	width:140px;
	border:1px solid #003366;
	margin:0 0 6px 5px;
	background:#fff;
	font-size:11px;
	color: #005393;
	}

#forget {
    float:right;
    font-size:10px;
    text-align:right;
    padding:4px 8px 4px 0;
    }

#register_links a:link, #register_links a:visited { color: #0099ff; text-decoration: none;}
#register_links a:hover, #register_links a:visited:hover  { color:#99CC00; text-decoration:none;}

#search {
    width:199px;
    height:55px;
    background: url(/images/search_bg.png) left 17px no-repeat;
    float:right;
    }

#search td input {
    width: 149px;
    padding:2px 8px;
    color: #0072be;
    font-size: 10px; font-weight: bold;
    background:transparent;
    border:none;
    }

#content_bar {
    clear:both;
    text-align:right;
    background:#72A059;
    height:2px;
    }

/*________________________HOME ONLY STYLES__________________________________*/
#midwrap {
    width:1000px;
    height:289px;
    background:#939A4D;
    }

#news {
    float:left;
    margin:6px 0px 0px 27px;
    width:224px;
    }

#news ul {
    padding: 0;
    margin: 0;
    
    }

#news ul {
    list-style-type: none;
    }

#news ul li {
    padding-left:0;
    line-height: 1.4em;
    color:#222;
    }    

#news ul li.date {
    line-height: 1em;
    padding-top:9px;
    }

#news ul li.first {
    padding-top:0;
    }

#news ul li a:link {color:#FFFF99;}
#news ul li a:visited {color:#FFFF99;}

#promo_wrap {
    clear:both;
    width:1000px;
    background: #fff url(/images/promo_bg.png) repeat-y;
    }

.promo {
    /*float:left;*/
    height:100%;
    overflow:hidden;
    vertical-align:top;
    }

.promo a img{
    float:left;
    }

.promo a img:hover {color:#C24734; text-decoration:underline}

.promo a img, .promo div h1 {
    padding-top:8px;
    }

#promo_wrap div.go {
    text-align:right;
    padding:0 14px 7px 0;
    clear:both;
    width:95%;
    }

#promo_wrap div.go img {
    float:right;
    padding:0;
    }

.uno{
    
    width:219px;
    padding:0 0px 0px 27px;
    }

.uno:hover {
    background:#E2DCC6;
    }
    
.uno div {
    float:left;
    width:123px;
    padding-left:8px;
    padding-top:0;
    margin-top:0;
    }

.uno div a:link, .dos div a:link, .tres div a:link {color:#666666}
.uno div a:hover, .dos div a:hover, .tres div a:hover {color:#C24734;}
.uno div a:visited, .dos div a:visited, .tres div a:visited {color:#666666}
.uno div a:visited:hover, .dos div a:visited:hover, .tres div a:visited:hover {color:#C24734;}

.dos{
    width:336px;
    padding-left:13px;
    }

.dos:hover,
.tres:hover {
    background:#F4F4F1;
    }
    
.dos div {
    float:left;
    width:240px;
    padding-left:8px;
    }


.dos h1 a:link,
.dos h1 a:visited,
.tres h1 a:link,
.tres h1 a:visited {
    color: #67873C; /*____POST-SIFR FIX____*/
}


/* NEW PROMO STYLES */

.more_promos {
    color: #666;
}

.more_promos div {
    padding: 0;
}

.more_promos .promo a img,
.more_promos .promo h1 {
    padding-top: 0px;
}

.more_promos .promo h1 {
    /* font-size: 31px; */ /*____POST-SIFR FIX____*/
/*     font-size: 26px; ____POST-SIFR FIX____*/
    margin: 0 0 6px 0; /*____POST-SIFR FIX____*/
    font-family: 'NimbusSanNovD-Lig','Helvetica Neue', Helvetica, Arial; /*____POST-SIFR FIX____*/
/*     font-weight: 300; */
/*     letter-spacing:-1px; */
}


.more_promos .uno {
    width: 231px;
    padding: 15px;
}

.more_promos .dos {
    width: 339px;
    padding: 0 15px 0 0;
    border-right: 1px solid #DDD;
}

.more_promos .promo:hover {
    background: transparent;
}

.more_promos .tres {
    width: 339px;
    padding: 0 0 0 15px;
}

.more_promos .border_horiz {
    border-bottom: 1px solid #DDD;
}

.more_promos .promo div.promo_img {
    height: 85px;
    width: 85px;
    float: left;
    margin: 0 15px 0 0;
    padding: 0;
}

.more_promos .uno div.promo_img {
    margin-bottom: 14px;
}

.more_promos .promo_txt {
    width: 239px;
    float: left;
}

/*
.more_promos .promo_txt a {
	line-height: 1.4em;
}
*/

.more_promos .uno h1 {
    width: 131px;
    float: left;
}

.more_promos ul, .more_promos ol {
    margin: 0;
}

.more_promos ul {
    list-style-type: none;
    padding-bottom: 12px;
    }

.more_promos ul li, .more_promos ol li {
    line-height: 1.4em;
    }

.more_promos ul li, .more_promos ol li  {
    background-image: url(/images/bullet_blu.png);
    background-repeat: no-repeat;
    background-position: 0 .5em;
    padding-left: 1.5em;
    padding-bottom: 2px;
    }

.more_promos ol {
    padding: 0 0 12px 20px;
    margin: 0;
    }

.more_promos ol li {
    background:none;
    padding-left: .3em;
    }




/*IMAGE ROTATION*/
ul#crossfade {
	list-style:none;
	list-style-type:none;
}

ul#crossfade li img{
	border: 0px solid #ccc;
	padding: 0px;
}



/*__________________end HOME STYLES______________________*/
#footer {
    clear:both;
    padding: 0;
	}

/*FOOTER FONT STYLES*/
#footer ul, #soc_wrap, #copyright {
font-size:11px;
color:#C34835;
}

#footer ul {
	margin: 17px 0 0 11px;
	padding: 0;
	display: inline;
	list-style-type: none;
	float:left;
	} 

#footer ul li {
	margin: 0;
	padding: 0 4px 0 8px;
	border-left: 1px solid #666;
	display: inline;
	color: #333;
	background-image: none;
	} 

#footer ul li.first {
	margin: 0;
	border-left: none;
	padding-left: none;
	}

#soc_wrap {
    float:left;
    vertical-align:bottom;
    margin:8px 0 0 27px;
    }
	
#copyright {
	width:719px;
	float:right;
	color:#cccccc;
	padding:6px 0 70px 0;
    }
/*________________________INSIDE ONLY STYLES__________________________________*/

#in_wrap {
    width:1000px;
    background: url(/images/in_left_blu.png) repeat-y;
    /*background: transparent url(/images/in_left_crv.png) bottom left no-repeat;*/
    }

#left_col {
    width:261px;
    float:left;
    } 

#left_nav {
    background: transparent url(/images/in_left_grn.png) repeat-y;
    padding:12px 40px 12px 25px;
    }
#left_nav ul {
    padding: 0 0 0 2px;
    margin: 0 0 0 0;
    list-style-type: none;
    color:#FFFF99;
    }

#left_nav ul ul, #left_nav ul ul ul {
    margin-top:6px;
    }

#left_nav ul a:link {color:#FFFF99;}
#left_nav ul a:visited {color:#FFFF99;}
#left_nav ul a:hover {color:#FFFF99; text-decoration:underline;}    

#left_nav ul li ul, #left_nav ul li ul {
     padding: 0 0 0 6px;
    }

/*FIRST LEVEL OF LEFT SIDE NAV*/
#left_nav ul li {
    background-image: url(/images/bullet_arrow1.png);
    background-repeat: no-repeat;
    background-position: 0 .4em;
    padding-left: 1em;
    padding-bottom:6px;
    line-height: 1.4em;
    }

/*SECOND LEVEL*/
#left_nav ul li ul li {
    background-image: url(/images/bullet_arrow2.png);
    }

/*THIRD LEVEL*/
#left_nav ul li ul li ul li {
    background-image: url(/images/bullet_arrow3.png);
    }

/*________________________ADVERTISING PROMOS WITH BACKGROUND___________________________*/
#advert_wrap {
    padding:6px 0 66px 27px;
    }

.advert_bg1 {
background: url(/images/in_left_bg1.jpg) no-repeat;
	}
	
.advert_bg2 {
background: url(/images/in_left_bg2.jpg) no-repeat;
	}
	
.advert_bg3 {
background: url(/images/in_left_bg3.jpg) no-repeat;
	}
	
.advert_bg4 {
background: url(/images/in_left_bg4.jpg) no-repeat;
	}
	
.advert_bg5 {
background: url(/images/in_left_bg5.jpg) no-repeat;
	}
	
.advert_bg6 {
background: url(/images/in_left_bg6.jpg) no-repeat;
	}
	
.advert_bg7 {
background: url(/images/in_left_bg7.jpg) no-repeat;
	}
	
.advert_bg8 {
background: url(/images/in_left_bg8.jpg) no-repeat;
	}

#advert_wrap a img, #advert_wrap div a img{
    margin-top:30px;
    border:1px solid transparent;
    }

#advert_wrap a:hover img {
    border:1px solid #C0320C;
    }


#content {
    background: transparent url(/images/in_corner.png) top right no-repeat;
    float:right;
    width:712px;
    padding-right:27px;
    }  

#content ul, #content ol {
    padding: 0 0 0 16px;
    margin: 0;
    }

#content ul {
    list-style-type: none;
    padding-bottom:12px;
    }

#content ul li, #content ol li {
    line-height: 1.4em;
    }

#content ul li, #content ol li  {
    background-image: url(/images/bullet_blu.png);
    background-repeat: no-repeat;
    background-position: 0 .5em;
    padding-left: 1.5em;
    padding-bottom:6px;
    }

#content ol {
    padding: 0 0 12px 36px;
    margin: 0;
    }

#content ol li {
    background:none;
    padding-left: .3em;
    }   

/*FOR REASONS OF INHERITENTS #breadcrumb MUST COME AFTER #content ul STUFF*/
#breadcrumb { 
    text-align:right;
    vertical-align:bottom;
    padding:15px 0 17px 0;
    }

#breadcrumb a:visited { color: #C24734; text-decoration: none;}
#breadcrumb a:visited:hover { color: #C0320C; text-decoration: underline;}

#breadcrumb ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-size:11px;
	} 

#breadcrumb ul li {
	margin: 0;
	padding: 0 4px 0 7px;
	border-left: 1px solid #666;
	display: inline;
	color: #333;
	background-image: none;
	} 

#breadcrumb ul li.first {
	margin: 0;
	border-left: none;
	padding-left: none;
	}
    
#bottom_curve, #bottom_line {
    clear:both;
    margin:0;
    padding:0;
    }

#bottom_curve {
    height:32px;
    }
    
#bottom_line {
    height:2px;
    background:#72A059;
    }

.member-center tr td {
	width: 195px;
	padding: 0 20px;
	vertical-align: top;
	background: url("/images/dotted_vertical.png") repeat-y top left;
	}

.member-center tr td.border {
	width: 235px;
	height: 20px;
	padding: 0;
	vertical-align: middle;
	border: none;
	background: url("/images/dotted_horizontal.png") no-repeat center center;
	}
	
.member-center tr td.right {
	width: 1px;
	padding: 0;
	background: url("/images/dotted_vertical.png") repeat-y top left;
	}

/*____________________________________ POST sIFR STYLES (MOVED FROM HEAD) ___________________________*/

.news {
	font-size:22px; /*THIS FONT-SIZE DICTATES THE siFR FONT SIZE, THE REST OF THE CSS IS FOR siFR FAILURE */
	letter-spacing: normal;
	color:#ffffff;
	padding-bottom:4px;
	}

.uno h1 {
/* 	font-size:29px; */
	color:#C24734;
	padding-bottom:0px;
	line-height: .8em;
	}

/*
.dos h1 {
	font-size:29px;
	font-family: 'Helvetica Neue',Arial;
	color:#67873C;
	padding-bottom:0px;
	line-height: 30px;
	}
*/

#content h1 {
/* 	font-size:26px; */
	color:#1f1f1f;
	padding-bottom:7px;
	}

#left_nav h2 {
	font-family: 'NimbusSanNovD-Lig','Helvetica Neue', Helvetica, Arial; /*____POST-SIFR FIX____*/
    font-size:22px;
	color:#ffffff;
	padding-bottom:3px;
	}
	

/*____________________________________ FORM STYLES ___________________________*/
#ask_wrap {
    float:right;
    width:340px;
    border-padding:2px;
    }

#ask_wrap h2{
    padding-left:45px;
    }

.askTable {
	background: #939A4D;
	margin-left:auto;
    }
    
.askTable td
{
	vertical-align: top;
	text-align: left;
	padding: 2px 8px 0px 8px;
	color: #fff;
}
.askTable td.label {
    padding-top:12px;
    }

.bottom {
    text-align:right;
    padding-top:6px;
    }

.q_aTable {
}

.q_aTable td {
    vertical-align:top;
    }
    
.question{
    /*background: pink;*/
    color:#005595;
    }

.answer {
    /*background: green;*/
    }

.hr {
    height:32px;
    min-width:370px;
    background: url(/images/hr.png) left top no-repeat;
    }

/*____________________________________ BUSINESS SAVINGS STYLES ___________________________*/
#Row1columnContainer {
    float:left;
    width:100%;
    border-bottom: solid 1px #cdcdcd;
    padding:0 0 10px 0;
}
#Row1col1 {
    float:left;
    width:350px;
    padding:0px 10px 10px 0;
}
#Row1col2 {
    float:left;
    width:310px;
    padding:0px 0px 10px 10px;
    
}


#Row2columnContainer {
    float:left;
    width:100%;
     padding:10px 0 10px 0;
}
#Row2col1 {
    float:left;
    width:350px;
    padding:10px 10px 0px 0;
}
#Row2col2 {
    float:left;
    width:310px;
    padding:10px 0px 0px 10px;
    
    
}


#Row3columnContainer {
    float:left;
    width:100%;
    padding:10px 0 10px 0;
    border-top: solid 1px #cdcdcd;
}
#Row3col1 {
    float:left;
    width:350px;
    padding:10px 10px 0px 0;
}
#Row3col2 {
    float:left;
    width:310px;
    padding:10px 0px 0px 10px;
    
}


.bizLogo {
    margin:0;
    border: none;
    padding-bottom:10px;
    padding-top:10px;
}




#welcome_wrap {
    float:right;
    margin:30px 27px 0 0;
    text-align:left;
    width:200px;
    }

#welcome_wrap div {
    padding-bottom:4px;
    }

#welcome_wrap div.user {
    padding-bottom:11px;
    }

#welcome_wrap ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-size:11px;
	} 

#welcome_wrap ul li {
	margin: 0;
	padding: 0 4px 0 7px;
	border-left: 1px solid #666;
	display: inline;
	color: #333;
	background-image: none;
	} 

#welcome_wrap ul li.first {
	margin: 0;
	border-left: none;
	padding-left:0;
	}

#welcome_wrap a:visited { color: #C24734; text-decoration: none;}
#welcome_wrap a:visited:hover { color: #C0320C; text-decoration: underline;}

.member_center {
	padding: 0pt 0pt 3px 58px; color: rgb(0, 0, 0); text-align: left;
	}
	
#WP_facebook_form {background:#fff;border:none; margin:0; text-align:left; width:260px; padding:0;}
#WP_facebook_form label {float:left;display:block;width:100px;font-weight:bold;padding:0 5px 0 0px;line-height:21px;text-align:left;}
#WP_facebook_form fieldset {border:none;margin:0;background:#fff;padding:0px;}
#WP_facebook_form fieldset div {display:block; margin-bottom:7px;}
#WP_facebook_form fieldset div.full label {float:left;display:block;width:260px;font-weight:bold;padding:0 5px 0 0px;line-height:21px;text-align:left;}
#WP_facebook_form div.full {width: 260px; padding:5px 5px 5px 0px; margin-left:0px;}
#WP_facebook_form div.button {text-align:center;}

h2.ago {
    font: normal 36px/1em arial, helvetica, sans-serif;
    color:#005595;
    padding-bottom:5px;
    }



/*___________________________ OUTDOOR UNIVERSITY STYLES ___________________________*/

.ou_search {
    width: 200px;
    float: right;
    padding: 20px 20px 8px 30px;
    margin: 0 0 10px 10px;
    background: #F8F7F1;
    border-left: 1px dashed #CCCCCC;
/*    border-bottom: 1px dashed #CCCCCC;*/
}

#ou_search_form select {
    width: 170px;
}

#ou_search_form input {
    padding: 0 4px;
}

.ou_events_table {

}

.ou_events_table td {
    padding: 8px 8px 0 8px;
    background: #F8F7F1;
}

.ou_events_table th {
    padding: 8px;
    /* border-top: 1px solid #CCCCCC; */
    border-bottom: 1px solid #BBBBBB;
    background: #F0EDE0;
}

.ou_events_table tr.alt td {
    background: #FFF;
}

.ou_events_table tr.ou_event_desc td {
    padding: 8px 8px 0 8px;
    border-bottom: 1px dashed #CCCCCC;
}

.ou_events_table td.ou_event span,
.ou_events_table td.ou_online span,
.ou_events_table td.ou_recorded span {
    display: block;
    width: 110px;
    padding: 3px 5px;
}

.ou_events_table td.ou_event span {
    background: #939951;
}
.ou_events_table td.ou_online span {
    background: #E4E6D0;
}
.ou_events_table td.ou_recorded span {
    background: #BFC38D;
}



#ou_introduction img {
	margin: 0px 40px 20px 20px;
	float:right;
}

#ou_categories {
	clear:both;
	float: left;
	margin: 0px 0px 30px 0px;
}
.ou_category {
	float:left;
	width:330px;
	margin: 20px 0px 0px 0px;
}
.ou_category_left {
	margin-left:20px;
	clear:both;
}
.ou_category p {
	float:left;
	margin-right:17px;
	padding:3px;
	width:257px;
	color:black;
	background-color: #ffffff;
}
.ou_category img {
	float:left;
}
#upcoming_sessions {
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-top: 20px;
	border-top-color: #cccccc;
	border-top-width: 1px;
	clear:both;
	border-top-style: dashed;
	background-color: #F8F7F1;
}
.ou_coming_soon {
	clear:both;
	text-align: center;
}
#ou_complete_catalog {
	margin-top: 20px;
}
.ouBlockLink:hover {
	text-decoration:none;
}
.ouHoverText {
	background-color: #F8F7F1;
}

h3.ou_registration {
    padding: 10px 0 5px 2px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
}
.oiaFloatRight {
	margin: 0px	0px 10px 10px;
	float: right;
}
.oiaFloatLeft {
	margin: 0px	10px 10px 0px;
	float: left;
}	
