/* CSS Document */

body {
	background: #697A88;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a { color: #2F5583 /* #5D6E83; */ }
#opportunities_block h2 a, #technews_block h2 a {text-decoration:none;}

#wrapper {
	margin: auto;
	width: 872px;
	background: transparent url(/techmission-redesign/imgs/wrapper_bg.gif);
	text-align: left;
	padding-bottom: 10px;
}

#header {
	width: 817px;
	/*height: 72px;*/
	margin: 0px 18px 0px 0px;
	padding: 10px 32px 10px 20px;
	background-image:none;
	/*background: transparent url(/techmission-redesign/imgs/header_bg.gif) no-repeat bottom left;*/
	font-size: 11px;
}

#header ul {
	margin: 0px;
	float: right;
}

#header ul li {
	margin:0px;
	display: inline;
}

#searchtop {
float: right;
}

#navigation {
	clear: both;
}

#navigation ul.nice-menu {
	width: 856px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
	height: 33px;
	font-size: 17px;
	font-weight: bold;
	background: url(/techmission-redesign/imgs/nav_bg.gif) repeat-x top left;
}

 #navigation ul.nice-menu li {
	float: left;
	margin:0px;
	background: transparent url(/techmission-redesign/imgs/nav_item_bg.gif) no-repeat top right;
	list-style-type:none;
	display: inline;
}

#navigation ul.nice-menu li a, #navigation ul.nice-menu li a:visited {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 5px 10px 5px 10px;
	height: 24px;
}

#navigation ul.nice-menu ul li a:hover {
	background-color:#5C9444;
	color: #fff;
} 

/* SubMenus */
 #navigation ul.nice-menu li ul {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	clear:both;
}

#navigation ul.nice-menu ul li {
	float: none; /*none*/
	border-top: solid 1px #8C8C8C;
	display: block;
	/* background:transparent url(/techmission-redesign/imgs/nav_ul_bg.png); */
	background: #697A88;
	height: auto;
	//margin-bottom: -4px;
	clear: both;
	/* padding: 0px 10px 0px 0px; */
	padding: 0px;
	position:relative;
	
}

/*Third level*/
.techmission #navigation ul.nice-menu ul li ul {
 display:none;
position:absolute;
left: 150px;
top: 0px;
border-left: 4px solid #293845;
}
.techmission #navigation ul.nice-menu ul li:hover ul {
 display:block;
}

#navigation ul.nice-menu ul li a, #navigation ul.nice-menu ul li a:visited {
	padding: 9px;
	height: auto;
	display:block;
}

#splash_wrapper {
	background-image:none;
	/*background:url(/techmission-redesign/imgs/nav_ribbon.gif) no-repeat top left;*/
	clear: both;
}

#splash_content {
	background: #fff url(/techmission-redesign/imgs/splash_message_bg.gif) repeat-x top left;
	height: 300px;
	margin: 0px 23px 0px 19px
}

#splash_content .colorbox {
	font-size: 12px;
}

#splash_content .colorbox input {
	font-size:12px;
}

#splash_img {
	float: left;
}

#splash_message {
	float: left;
padding:15px 0px 5px 30px;
width:360px;
	font-size: 13px;
}

#splash_message h1 {
	margin: 0px;
	padding: 0px;
}

#feature_row {
	background: url(/techmission-redesign/imgs/featurebar_bg.gif) repeat-y;
	clear: both;
}

#feature_row_left {
	width: 435px;
	padding: 15px 0px 15px 15px;
	float: left;
}

#feature_row h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*border-bottom: solid 2px #293845; */
	color: #675D48;
	margin-top:0px;
}

#feature_row .node_wrapper h2 {
 font-size: 13px;
}

h2.title a{
text-decoration:none;
}

.section-title {
padding-bottom: 2px;
border-bottom:1px solid #C0C0C0;
}
.feed-icon {
float:right;
}

#feature_row_right {
	padding:15px 30px;
	width:335px;
	float: right;
}

#feature_row_right ul {
	padding: 0px;
	width: 150px;
	margin: 0px 10px 0px 0px;
	float: left;
}

#feature_row_right ul li {
	margin-left:15px;
	list-style-type:square;
}

#feature_row_right li {
	line-height: 18px;
}

.feature_row_column {
	float: left;
	width: 200px;
	padding-right: 15px;
}

#feature_row_right .submitted, #feature_row_right .playstats{
display:none;
}

#student_login {
	background-color: #C2C3B1;
	padding: 10px;
}

#feature_row_footer {
	clear: both;
	height: 24px;
	background: url(/techmission-redesign/imgs/featurebar_footer.gif);
}

div.node-inner {
	clear: both;
	padding-top: 10px;
}

#basic_row {
	margin: 0px 23px 0px 19px
}

#basic_row img {
	padding: 3px;
	margin-right: 10px;
}

.basic_row_column_a {
	float: left;
	width: 385px;
	padding: 0px 35px;
	border-right: solid 1px #D9D9D9;
}

.basic_row_column_b {
	float: right;
	padding: 0px 35px;
	width: 300px;
}

#basic_row h3 {
	color: #4F6293;
	font-size: 14px;
}

#footerbar {
	font-size: 10px;
	color: #fff;
	margin-top: 20px;
	padding: 15px 30px 15px 30px;
	background: transparent url(imgs/footerbar_bg.gif) repeat-y;
	text-align:right;
}

#footerbar_footer {
	height: 22px;
	background: transparent url(imgs/footerbar_footer.gif) no-repeat;
	
}

/* Footer */
#footer {
	width: 810px;
	margin:0px auto;
	BACKGROUND-COLOR: #8F8164;
	COLOR: #FFFFFF;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:11px;
	font-weight:normal; 
}
.footer_sections{
width:100%; border:0px; padding:0px; background-color:#D6D7C4; 
}
.footer_sections p, .footer_sections ul{margin: 3px; padding:0px;} 
.footer_sections A{
color:#2F5583;
font-weight:normal;
text-decoration:none;
}
.footer_sections_left{
width: 140px; 
border-right:#FFFFFF solid 2px; 
border-top:#FFFFFF solid 2px;
background-color:#C2C3B1;
color:#4F4F4F;
font-weight:bold;
padding: 5px;
vertical-align:middle;
text-align:center;
}
.footer_sections_right{
width: 34%;
padding: 0px; 
border-top:#FFFFFF solid 2px; 
vertical-align: middle;
color: #000000;
}
.footer_sections_right li{ list-style: none;}
.footer_links TR {
	VERTICAL-ALIGN: bottom;
}
.footer_links{
text-decoration: none;
padding-left:5px;
padding-right:5px;
width: 98%;
}
.footer_links a{
text-decoration: none;
color:#FFFFFF;
}
.footer_links A:hover {
 TEXT-DECORATION: none
}
#copyright {
text-align:right;
padding:10px;
height:160px;
}
#copyright a{ color:#FFF; text-decoration:none;}
#copyright a:hover {
text-decoration: underline;}

#footer .image-advertisement{
float:left;
border: #D9D7AC solid 1px;
margin: 10px;
} 

.techsupport {
width:350px;
padding-bottom: 10px;
}
.techsupport a {
text-decoration: underline;
color:#FFFFFF;
}

html .fb_share_button {
color:#3b5998;
display:inline-block; 
padding:1px 20px 0 5px; 
height:15px; 
width:40px; 
border:1px solid #3b5998; 
background:#fff url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?12:26981) no-repeat top right;
} 

html .fb_share_button:hover { 
color:#fff; 
border:1px solid #fff; 
background:#3b5998 url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?12:26981) no-repeat top right;
text-decoration:none; 
} 
#flags #lang{float:right;}

h1 {
	font-size:21px;
	color: #4C6474;
}

.clearer {
	clear: both;
}

.colorbox {
	background-color: #D6D7C4;
	padding: 5px 15px 10px;
	/*margin-left:10px;*/
}

/* Customizations to lib.css */

.techmission .basic-form legend {
	color: #000;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
	//position: relative;
	//left:-8px;
}

.techmission .basic-form .buttonrow {
	border-top:1px solid #939575;
}

/* Opportunities Block */

#opportunities_block UL.inline.links, #opportunities_block .submitted {

display:none;

}

#opportunities_block .node_wrapper {

	position: relative;
	padding-bottom: 10px;

}

#opportunities_block p {

	margin-top: -10px;

	padding-top: 0px;

	line-height: 1.4em;

}

#opportunities_block .node_wrapper .content img  {

	position: absolute;

	left: 0px;

	top: 0px; 

	max-width: 100px;

	}
#opportunities_block .node-inner img, .technews_block  .node-inner img{ width: 100px; height: auto;}

#opportunities_block strong {

	font-weight: normal;

}

#opportunities_block .node_title {

	margin-left: 115px; 

}

#opportunities_block .node_wrapper {

position: relative;
padding-bottom: 10px;
padding-right: 10px;
font-size:12px;
font-weight:normal;}

#opportunities_block p.teaser_body { /* controls video teaser's <p>*/

	margin-top: 0px !important;

}

#opportunities_block .node_wrapper .node img  { /* .node img is controlling images for video nodes*/

	position: absolute;

	left: 0px;

	top: 0px;

	max-width: 100px;

}

#opportunities_block .node_wrapper .node {

	margin-left: 115px;

} /* .node is controlling video nodes + normal content nodes*/

#opportunities_block .stats{

display:none;

}
#opportunities_block .more-link a{
padding-left:380px;
}

/* technews Block */

#technews_block .more-link a {
padding-left: 300px;
}

#technews_block UL.inline.links {

display:none;

}

#technews_block .node_wrapper {

	position: relative;

	padding-bottom: 10px;

}

#technews_block p {

	margin-top: -10px;

	padding-top: 0px;

	line-height: 1.4em;

}

#technews_block .node_wrapper .content img  {

	position: absolute;

	left: 0px;

	top: 0px; 

	max-width: 100px;

	}

#technews_block strong {

	font-weight: normal;

}

#technews_block .node_title {

	/* margin-left: 110px; */

}

#technews_block .node_wrapper {

position: relative;
padding-bottom: 10px;
padding-right: 10px;
}

#technews_block p.teaser_body { /* controls video teaser's <p>*/

margin-top: 0px !important;

}

#technews_block .node_wrapper .node img  { /* .node img is controlling images for video nodes*/

	position: absolute;

	left: 0px;

	top: 0px;

	max-width: 100px;

}

#technews_block .node_wrapper .node {

	/*margin-left: 110px;*/

} /* .node is controlling video nodes + normal content nodes*/

#technews_block .stats{

display:none;

}

.about-us{
	font-size:12px;
} 

.about-us img {
	padding: 5px;
	border: solid 1px #D9D9D9;
	margin-left: 3px;
}
/* modified about-us to place on top of the page, next to flash movie*/
.about-us-top h4{
	font-size:11px;
	//font-size:10px;
	//line-height: 1em;
	font-weight:normal;
	margin: 0px 0px 5px;
	//margin:0px;
}
.about-us-top a, .about-us-top a:link{ font-weight:bold;}

.about-us-top ul{
	padding-left: 0px;
	//margin-left:0;
}
.about-us-top li{
	padding-bottom: 5px;
	//list-style:circle;
}
/* end: modified about-us to place on top of the page, next to flash movie*/


.about-us-top img {
	padding: 5px;
	border: solid 1px #D9D9D9;
	margin-left: 3px;
}

#basic_row_column_b .image-advertisement {
padding-top: 30px;
}

#group-tids-4500 .advertisement {
	text-align:center;
	margin: auto 10px;}