/* CSS Document */

/*baseline resets all values to zero */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
cite,code,em,strong,th{font-style:normal;font-weight:normal;}
ul{list-style:none;}
th{text-align:left;}
h1,h2,h3,h4{font-size:100%;}
q:before,q:after{content:'';}


/***** WRAPPER *****/

#wrapper{
	width:900px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	border-top:solid 1px #404040;
	border-left:solid 1px #404040;
	border-right:solid 4px #404040;
	border-bottom:solid 4px #404040;
	background-color:#FFFFFF;
	

}


/***** HEADER *****/

#header{
	width:880px;
	height:100px;
	padding:0px 10px 0px 10px;

}

a.toplinks {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
 }
a.toplinks:hover {
	color: #f00;
 }
.text-toplinks {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: right;
	padding: 5px;
 }

#logo{
	float:left;
	width:300px;

}

#upper_nav{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:10px 10px 0px 0px;
	float:right;
	width:500px;
}

#upper_nav ul{
	float:right;
	}

#upper_nav ul li{
	display:block;
	float:left;

}

#upper_nav ul li a{
	text-decoration:none;
	color:#000000;
}

#upper_nav ul li a:hover{
	text-decoration:underline;

}

#upper_nav form{
	float:right;
	clear:right;
	margin:15px 0px 0px 0px;
	*width:180px;

}

#searchbutton{
	background-image:url(../images/go_button.gif);
	background-repeat:no-repeat;
	height:17px;
	width:30px;
	border:none;
	background-color:#FFFFFF;
	margin:2px 0px 3px 0px;
	display:block;
	float:left;
	
	}
	
input#search{
	margin:0px 3px 3px 0px;
	float:left;
}
/***** MAST ******/

#mast{
	width:880px;
	height:251px;
	border-bottom:solid 1px #FFFFFF;
	padding:0px 10px 0px 10px;

}

/***** CONTAINER *****/

#container{
	width:900px;
	

}

/***** LC ******/

#lc{
	width:150px;
	height:435px;
	float:left;
	padding:0px 10px 0px 10px;
	font-size:10px;
	margin-bottom:10px;

}

#lc ul a{
	height:9px;
	width:135px;
	padding:0px 0px 4px 15px;
	background-image:url(../images/lc_grad.jpg);
	background-repeat:repeat-y;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	border-top:solid 1px #FFFFFF;
	*margin-bottom:-1px;
	display:block;

}

*html #lc ul a{
	padding-bottom:1px;
}

#lc ul a:hover{

	background-image:url(../images/lc_over_grad.jpg);
	background-repeat:repeat-y;
	color:#000000;
	display:block;

}

#lc ul a:active{

	background-image:url(../images/lc_over_grad.jpg);
	background-repeat:repeat-y;
	color:#000000;
	display:block;

}

#lc_active ul {

	background-image:url(../images/lc_over_grad.jpg);
	background-repeat:repeat-y;
	color:#000000;
	display:block;

}

#basics_header{
	background-image:url(../images/basics_header.gif);
	height:23px;
	width:150px;
}

#explore_header{
	background-image:url(../images/explore_header.gif);
	height:23px;
	width:150px;
}

#meet_header{
	background-image:url(../images/meet_header.gif);
	height:23px;
	width:150px;
}

/***** RC ******/

#rc{
	width:730px;
	float:right;
	margin-bottom:10px;

}

/***** FEATURE *****/

#feature{
	width:730px;
	height:265px;

}



/***** NEWS *****/

#news{
	width:345px;
	float:left;
	padding:0px 10px 0px 10px;

}

#news_header{
	background-image:url(../images/news_header.gif);
	height:23px;
	width:345px;
	display:block;
	border-bottom:solid 2px #FFFFFF;

}



#news_content{
	width:345px;
	background-image:url(../images/rc_grad.jpg);
	background-repeat:repeat-y;
	font-size:10px;
	font-weight:bold;
	padding-bottom:25px;
}

.news_events{
	width:325px;
	padding:5px 10px 0px 10px;
}

.news_events img{
	float:right;
}

.title{
	font-size:11px;
	text-decoration:none;
		font-weight:bold;
font-family:Trebuchet, Arial, sans-serif;
	
}

.title a{
	text-decoration:underline;
		font-weight:bold;

	
}

.event_link{
	text-decoration:underline;
	color:#CC0000;
}

/***** STORIES *****/

#stories{
	width:345px;
	float:right;
	padding:0px 10px 0px 10px;
}

#stories_header{
	background-image:url(../images/stories_header.gif);
	height:23px;
	width:345px;
	display:block;
	border-bottom:solid 2px #FFFFFF;

}

#stories_content{
	width:345px;
	background-image:url(../images/rc_grad.jpg);
	background-repeat:repeat-y;
	font-size:10px;
	font-weight:bold;
	padding-bottom:45px;
}


.story{
	width:325px;
	padding:5px 10px 0px 10px;
}

.story img{
	float:left;
	margin:0px 5px 0px 0px;
}

/***** FOOTER *****/

#footer{
	clear:both;
	height:40px;
	width:880px;
	border-top:solid 1px #666666;
	margin:0px 10px 0px 10px;
	padding-top:10px;
	font-size:10px;
	text-align:center;

}

/***** TAGS ******/

body {background-image:url(../images/bg_pattern.gif);
	font-family:Arial, Helvetica, sans-serif;

}

h1{
	display:none;

}


/***********************/
/******INTERNAL*********/
/***********************/


/***** INTERNAL MAST ******/

#internal_mast{
	width:880px;
	height:200px;
	border-bottom:solid 1px #FFFFFF;
	padding:0px 10px 0px 10px;

}

#mast_links{
	height:40px;
	background-color:#333333;

}

#mast_links ul{
	display:block;
	margin:0px 0px 0px 143px;
	
}

#mast_links ul li{
	display:block;
	float:left;
}

#experience a{
	background-image:url(../images/experience_off.gif);
	display:block;
	height:40px;
	width:162px;
	border-right:dashed 1px #999999;

}

#experience a:hover{
	background-image:url(../images/experience_on.gif);
}

#learn a{
	background-image:url(../images/learn_off.gif);
	display:block;
	height:40px;
	width:110px;
	border-right:dashed 1px #999999;

}

#learn a:hover{
	background-image:url(../images/learn_on.gif);
}

#live a{
	background-image:url(../images/live_off.gif);
	display:block;
	height:40px;
	width:85px;
	border-right:dashed 1px #999999;

}

#live a:hover{
	background-image:url(../images/live_on.gif);
}

#apply a{
	background-image:url(../images/apply_off.gif);
	display:block;
	height:40px;
	width:101px;

}

#apply a:hover{
	background-image:url(../images/apply_on.gif);
}

#mast_sublinks{
	background-color:#FFCC00;
	height:18px;
	padding-top:2px;
}

*html #mast_sublinks{
	margin-top:-3px;
}

#mast_sublinks ul{
	font-size:12px;
	font-weight:bold; 
	display:block;
	margin-left:100px;
}

#mast_sublinks li{
	display:block;
	float:left;

}

#mast_sublinks a{
	color:#000000;

}

#mast_sublinks a:hover{
	color:#996600;

}


#learn_more{
	height:17px;
	background-color:#333333;
	text-align:right;
	padding:3px 2px 0px 0px;
	*margin-top:-3px;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
}

#learn_more a{
	color:#FFCC00;

}

#counselor{

float:right;
width:236px;

}


/***** INTERNAL LC ******/

.internal_lc{
	width:160px;
	float:left;
	font-size:10px;
	padding-bottom:10px;

}

/***** INTERNAL CC ******/

#cc{
	width:530px;
	float:left;
	margin-bottom:10px;

}

#breadcrumb{
	margin:15px 0px 0px 20px;

}

.breadcrumb_top a{
	font-size:11px;
	color:#333333;
	text-decoration:underline;

}

.breadcrumb_top a:hover {
	font-size:11px;
	color:#cc0000;
	text-decoration:underline;

}

.breadcrumb_bottom{
	font-size:13px;
	color:#666666;

}

#shadow_top{
	background-image:url(../images/cc_grad_top.jpg);
	background-repeat:no-repeat;
	height:12px;
	width:530px;
}

#shadow_bottom{
	background-image:url(../images/cc_grad_bottom.jpg);
	background-repeat:no-repeat;
	height:12px;
	width:530px;
}

.cc_content{
	background-image:url(../images/cc_grad_middle.jpg);
	padding:10px 40px 0px 40px;

}
.cc_content h3{
	color:#CC0000;
	padding-bottom:15px;
	font-weight:normal;
	font-size:22px;

}

.cc_content h4{
	padding-bottom:15px;
	color:#333333;
	font-weight:normal;
 font-size:16px;
	line-height:24px;

}
.cc_content h4 strong {
	padding-bottom:15px;
	color:#333333;
	font-weight:bold;
 font-size:16px;
	line-height:24px;

}

.cc_content p{
	padding-bottom:15px;
	font-weight:normal;
	font-size:12px;
	line-height:14px;

}
.cc_content ol li{
	padding-bottom:5px;
	font-weight:normal;
	font-size:12px;
	line-height:14px;
	margin-left: 20px;

}

.cc_content ul li{
	padding-bottom:7px;
	font-weight:normal;
	font-size:12px;
	line-height:14px;
	margin-left: 25px;
	list-style:square;


}
.cc_content ul {
	padding-bottom:9px;
	
	list-style:square;


}

.cc_content ul  ul li {
	padding-bottom:0px;
	font-weight:normal;
	font-size:12px;
	line-height:14px;
	list-style:disc;
	margin-left: 25px;
	padding-top:5px;

}
.cc_content ol li ol li{
	font-weight:normal;
	font-size:12px;
	line-height:14px;
	margin-left: 25px;
	padding-top:8px;

}


.cc_content a{
	color:#000000;

}

.cc_content a:hover{
	color:#CC0000;

}

.cc_content strong{
	font-size:13px;
	color:#CC0000;
	font-weight:bold;

}

.cc_content em{
	color:#000000;
	font-weight:bold;
 font-style:italic;

}

/*****************************/
/******INTERNAL LONG CC*********/
/*****************************/
#cc_long{
	width:690px;
	float:left;
	margin-bottom:10px;

}

#shadow_top_long{
	background-image:url(../images/cc_grad_long_top.jpg);
		background-repeat:no-repeat;
	height:12px;
	width:690px;
}

#shadow_bottom_long{
	background-image:url(../images/cc_grad_long_bot.jpg);
	background-repeat:no-repeat;
	height:12px;
	width:690px;
}

#cc_content_long{
	background-image:url(../images/cc_grad_long_mid.jpg);
	padding:15px 40px 0px 40px;

}
#cc_content_long h3{
	color:#CC0000;
	padding-bottom:15px;
	font-weight:normal;
	font-size:22px;

}

#cc_content_long h4{
	padding-bottom:15px;
	color:#333333;
	font-weight:normal;
 font-size:16px;
	line-height:24px;

}

#cc_content_long h4 a{
	color:#333333;

}

#cc_content_long h4 a:hover{
	
		color:#CC0000;

}

#cc_content_long p{
	padding-bottom:15px;
	font-weight:normal;
	font-size:12px;
	line-height:14px;

}

#cc_content_long ul li{
	padding-bottom:15px;
	font-weight:normal;
	font-size:12px;
	line-height:14px;
	list-style:disc;
	margin-left: 20px;

}

#cc_content_long ul li a{

		color:#000000;
}

#cc_content_long ul li a:hover{

		color:#CC0000;
}

#cc_content_long ol li{
	padding-bottom:15px;
	font-weight:normal;
	font-size:12px;
	line-height:14px;
	list-style-type:decimal;
	margin-left: 20px;

}

#cc_content_long ol li a{

		color:#000000;
}

#cc_content_long ol li a:hover{

		color:#CC0000;
}

#cc_content_long form{
	padding-bottom:15px;
	font-weight:normal;
	font-size:12px;
	line-height:14px;

}
#cc_content_long form a{
text-decoration:underline;
		color:#000000;

}

#cc_content_long form a:hover{
	color:#CC0000;

}

#cc_content_long a{
	color:#000000;

}

#cc_content_long a:hover{
	color:#CC0000;

}

#cc_content_long strong{
	color:#CC0000;
	font-weight:bold;

}

#cc_content_long strong a{
text-decoration:underline;
	color:#CC0000;
	font-weight:bold;

}

#cc_content_long strong a:hover{
text-decoration:underline;
	color:#333333;
	font-weight:bold;
	
}

#cc_content_long em{

	font-weight:normal;
 font-style:italic;

}
#cc_content_long table td{
padding-bottom:10px;
	font-weight:normal;
	font-size:11px;
	line-height:14px;
	color:#000000;
}

#cc_content_long table td a{
	color:#000000;
}


#cc_content_long table td a:hover{
	color:#CC0000;
}

#cc_content_long table td strong{
	color:#000000;
	font-weight:bold;
 font-style:italic;
padding-bottom:15px;
	font-size:12px;


}

#cc_content_long img{
	border:solid 1px #000000;
}

#internal_lc_long{
	width:160px;
	float:left;
	font-size:10px;
	padding-bottom:10px;
	margin-right:20px;

}

/******** INTERNAL BOTTOM LINKS *************/

#bottom_links{
	font-size:10px;
	padding:5px 20px 0px 20px;

}

#bottom_links ul a{
	height:9px;
	width:135px;
	padding:0px 0px 4px 5px;
	background-image:url(../images/lc_grad.jpg);
	background-repeat:repeat-y;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	border-top:solid 1px #FFFFFF;
	*margin-bottom:-1px;
	display:block;

}

*html #bottom_links ul a{
	padding-bottom:1px;
}

#bottom_links ul a:hover{

	background-image:url(../images/lc_over_grad.jpg);
	background-repeat:repeat-y;
	color:#000000;
	display:block;

}

#basics_internal{
	width:162px;
	float:left;
}

#explore_internal{
	width:162px;
	float:left;
	border-left:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;
}

#meet_internal{
	width:162px;
	float:left;
}

#basics_header_internal{
	background-image:url(../images/basics_internal.gif);
	background-repeat:no-repeat;
	background-color:#FFCC00;
	height:23px;
	width:162px;
}

#explore_header_internal{
	background-image:url(../images/explore_internal.gif);
	background-repeat:no-repeat;
	background-color:#FFCC00;
	height:23px;
	width:162px;
}

#meet_header_internal{
	background-image:url(../images/meet_internal.gif);
	background-repeat:no-repeat;
	background-color:#FFCC00;
	height:23px;
	width:162px;
}

/***** INTERNAL RC ******/

.internal_rc{
	width:200px;
	float:left;
	margin-bottom:10px;
	padding-top:15px;

}
.internal_rc img{
	border:solid 1px #000000;
}

/***** INTERNAL FEATURE *****/
.internal_feature {
	font-size:11px;
	margin-top:15px;
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
	width: 180px
}

.internal_feature ul {
	font-size:11px;
	margin-top:15px;
	type:disc;
	margin-bottom:10px;
}

.internal_feature h2{
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#CC0000;
}


.internal_feature a{
	text-decoration:underline;
	color:#000000;
	font-weight:normal;
}

.internal_feature img{
	text-decoration:underline;
	color:#CC0000;
	font-weight:bold;
	margin-top:10px;
}

.internal_feature strong{
	color:#000000;
	font-weight:bold;
 font-style:normal;
}

/************************/
/****** DROPDOWN ********/
/************************/
.menu_back{
background-image:url(../images/dropdown_closed.gif);
display:block;
height:23px;
border-bottom:solid 1px #FFFFFF;
width:150px;
margin-left: 10px;

}



.submenu ul a{
	height:10px;
	width:145px;
	padding:0px 0px 4px 5px;
	background-image:url(../images/lc_grad.jpg);
	background-repeat:repeat-y;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	border-top:solid 1px #FFFFFF;
	*margin-bottom:-1px;
	display:block;

}

.submenu ul ul a{
	height:10px;
	width:135px;
	padding:0px 0px 4px 15px;
	background-image:none;
	background-color:#FFFFFF;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	border-top:solid 1px #FFFFFF;
	*margin-bottom:-1px;
	display:block;

}

.menu1{

text-transform:uppercase;
padding-left:5px;
padding-top:5px;
display:block;
text-decoration: none;
font-weight:bold;
color: #000000;
height: 18px;
cursor:pointer;
font-size:10px;
width:145px;
line-height:10px;
}
 .submenu{
background-color:#FFF;
display: block;
margin-left: 10px;
/*padding-top: 15px;
padding-left: 7px;
padding-right: 7px;*/
color: #333333;
font-size:10px;
width:150px;
}

.hide{
display: none;
}

*html .submenu ul ul a{
	padding-bottom:2px;
}

.submenu ul ul a:hover{

	background-image:none;
	display:block;

}

*html .submenu ul a{
	padding-bottom:2px;
}




/**********END DROPDOWN**********/
