/* defaults, globals, and miscellaneous
==============================================================================*/
.style4 {color: #FF9300; font-size: 18px; }
.style5 {color: #4080C1; font-size: 18px; }
.style6 {color: #2388FF}
.style7 {color: #23A8E9}
.style8 {font-size: 1.1%}

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px; /* sets the stage for using ems */
	text-align: center;
	background: #fff url(../imagini/bg-body.png) repeat-x;
	margin-bottom: auto;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

hr {
	display: none;
}

a {
	text-decoration: none;
}

.clearHack {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

#skipLink {
	display: none;
}

/* inline images
==============================================================================*/

img {
	border: 0; /* removes border in case images get have anchor around them */
}

.inlineImage {
	text-align: center;
	font: normal 1.0em 'lucida grande',tahoma,sans-serif;
	color: #999;
}

.inlineImage img {
	padding: 3px;
	border: 1px solid #ccc;
}

.noStyle img {
	padding: 0;
	border: 0 none;
}

.right {
	float: right;
	margin: 1.3em 0 0 2em;
}

.left {
	float: left;
	margin: 1.3em 2em 0 0;
}

.center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/* site id and utility links
==============================================================================*/

h1 {
	position: relative;
	height: 70px;
}

h1 a {
	display: block;
	position: absolute;
	top: 30px;
	width: 150px;
	height: 23px;
	text-indent: -5000px;
	overflow: hidden;
}

#navUtilities {
	position: absolute;
	top: 35px;
	right: 230px;
	margin-left: 150px;
	font: normal 1.0em/1.0em 'lucida grande',tahoma,sans-serif;
	color: #796f65;
}

#navUtilities a {
	text-decoration: none;
	color: #ff9300;
}

#navUtilities a:hover {
	color: #eae7d2;
}

/* layout setup
==============================================================================*/

#container,
#tccnet,
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 768px;
}

#tccnet {
	z-index: 50000;


/* ensures dropdown is clickable */
}

#container,
#wrapper {
	text-align: justify;
}

#obligatorySidebar {
	position: relative;
	float: right;
	margin: 0;
	width: 256px;
	background: url(../imagini/bg-news.jpg) no-repeat;
	height: auto;
}

/* tcc network dropdown
==============================================================================*/

#tccnet form {
	float: right;
	height: 39px;
	background: url(../imagini/tccnet-bg.gif) repeat-x;
}

#tccnet fieldset {
	float: left;


/* forces Mozilla to shrink form to size */
	background: transparent url(../imagini/tccnet-bgleft.gif) no-repeat;
	border: 0 none;
}

#tccnet label {
	display: block;
	float: left;
	height: 39px;
	background: transparent url(../imagini/tccnet-bgright.gif) right top no-repeat;
}

#tccnet select {
	margin: 10px 25px 0;
	font-size: 10px;
}

/* greeting (welcome/perspective)
==============================================================================*/

#greeting {
	float: right;
	width: 256px;
	background: #fff;
}

#greetingTabs {
	clear: both;
	background: #eae7d2;
	height: 24px;
}

#greetingTabs span {
	display: block;
	float: left;
	height: 24px;
	overflow: hidden;
}

#welcomeTab {
	margin-right: 2px;
	width: 93px;
	cursor: pointer !important;
	background-image: url(../imagini/tab-articole.gif);
	background-repeat: no-repeat;
}

#perspectiveTab {
	width: 161px;
	cursor: pointer !important;
	background-position: center bottom;
	background-image: url(../imagini/tab-history.gif);
	background-repeat: no-repeat;
}

#welcome,
#perspective {
	display: block;
	position: relative;
	margin: 4px 5px 5px;
	width: 246px;
	height: 169px;
	overflow: auto;
}

#welcome {
	background: url(../imagini/welcome-bg.jpg) no-repeat;
}

#welcome h2 {
	display: none;
}

#welcome p {
	position: relative;
	float: right;
	right: 130px;
	margin: 75px 0 0 0;
	width: 112px;
	font: normal 1.0em/1.4 'lucida grande',tahoma,sans-serif;
	text-align: center;
	color: #000000;
}

#welcome p a {
	display: block;
	margin-top: 2px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	color: #666666;
}

#welcome p a:hover {
	text-decoration: underline;
}

#perspective {
	display: none;
	background: url(../imagini/history-bg.jpg) center top no-repeat;
}

#perspective h2 {
	display: none;
}

#perspective p {
	position: relative;
	margin-top: 105px;
	padding: 0 10px;
	font: normal 1.0em/1.4 'lucida grande',tahoma,sans-serif;
	color: #555;
}

#perspective p a {
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	color: #752626;
}

#perspective p a:hover {
	text-decoration: underline;
}

/* feature promos (aka 'currently')
==============================================================================*/

#currently {
	position: relative;
	float: left;
	width: 497px;
	min-height: 202px;
	margin-bottom: 0px;


/* to force following elements down */
	background: #fff;
}

#currently h2 {
	position: absolute;
	left: -16px;
	width: 16px;
	height: 100px;
	text-indent: -5000px;
	overflow: hidden;
	background: #eae7d2 url(../imagini/h2-currently.gif) no-repeat;
}

#currently div {
	margin: 5px 0 0 6px;
}

#currently span {
	display: block;
	font: normal 1em 'lucida grande',tahoma,sans-serif;
	text-align: center;
	color: #999;
}

#currently a {
	color: #2388ff;
	font-weight: bold;
}

/* latest message
==============================================================================*/

#latestMessage {
	position: relative;
	float: left;
	width: 497px;
	min-height: 64px;
	overflow: hidden;
	background: #fff url(../imagini/bg-latestmessage.jpg) no-repeat;
}

#latestMessage h2 {
	margin: 6px 0 3px;
	width: 125px;
	height: 16px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(../imagini/h2-latestmessage.gif) no-repeat;
}

#latestMessage p {
	margin-left: 20px;
	width: 283px;
	font: normal 1.0em/1.6 'lucida grande',tahoma,sans-serif;
	color: #777;
}

#latestMessage p a {
	color: #777;
}

#latestMessage p a:hover {
	color: #333;
	text-decoration: underline;
	background: #ffc;
}

#latestMessage ul {
	position: absolute;
	top: 18px;
	right: 20px;
	height: 27px;
	overflow: hidden;
	list-style: none;
}

#latestMessage li {
	float: left;
}

#latestMessage li a {
	display: block;
	height: 27px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(../imagini/btn-listendownload.gif) no-repeat;
}

#latestMessage li a#listen {
	width: 69px;
	background-position: 0 0;
}

#latestMessage li a#download {
	width: 99px;
	background-position: 100% 0;
}

#latestMessage li a#listen:hover {
	background-position: 0 50%;
}

#latestMessage li a#download:hover {
	background-position: 100% 50%;
}

#latestMessage li a#listen:active {
	background-position: 0 100%;
}

#latestMessage li a#download:active {
	background-position: 100% 100%;
}

/* podcast info
==============================================================================*/

#podcastInfo {
	position: relative;
	float: right;
	width: 256px;
	min-height: 64px;
	margin-bottom: 7px;
	overflow: hidden;
	background: url(../imagini/bg-podcastinfo.jpg) no-repeat;
}

#podcastInfo h2 {
	margin: 6px 0 0 10px;
	height: 17px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(../imagini/h2-podcast.gif) no-repeat;
}

#podcastInfo p {
	margin: 0 10px 0 33px;
	font: normal 1.0em/1.6 'lucida grande',tahoma,sans-serif;
	color: #777;
}

#podcastInfo p a {
	text-decoration: none;
	color: #2388ff;
	font-weight: bold;
}

#podcastInfo p a:hover {
	text-decoration: underline;
	color: #333;
	background: #ffc;
}

/* headers
==============================================================================*/

#news h2,
#events h2,
#services h2,
.feature h2 {
	clear: none;
	margin: 20px 0 7px 10px;
	padding-bottom: 3px;
	color: #ff9300;
	text-transform: none;
	border-bottom: 1px solid #ccc;
	font-family: 'lucida grande', tahoma, sans-serif;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: normal;
}

/* news & announcements
==============================================================================*/
#articole {
	position: relative;
	height: auto;
	width: auto;
	margin-left: 250px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 14px;
}

#news {
	position: relative;
	float: left;
	min-height: 280px;
	height: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.newsItem {
	clear: both;
	margin: 10px 0 10px 10px;
}

#news .alert {
	padding: 5px;
	background: #ffc;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
}

#news h3 {
	position: relative;
	margin-bottom: -.3em;
	font: normal 1.3em/1.2em 'lucida grande',tahoma,sans-serif;
	color: #2388ff;
}

#news h3 span {
	font-size: 9px;
	color: #999;
}

#news .newsItem p {
	margin: .5em 0 .5em 0;
	font: normal 1.0em/1.4em 'lucida grande',tahoma,sans-serif;
	color: #555;
}

#news .newsItem li {
	font: normal 1em/1.4 'lucida grande',tahoma,sans-serif;
	color: #555;
	margin: .5em 1.5em;
	list-style: square;
}

#news .withThumb h3,
#news .withThumb p {
	
}

#news img {
	padding: 2px;
	float: right;
	margin-left: 7px;
	background: #fff;
	border: 1px solid #ccc;
}

#news img.l {
	
}

#news img.r {
	
}

#wrapper_meniu {
	width: 768px;
	margin: 0;
	border: thin none #000000;
	position:relative;
}



/* events
==============================================================================*/

#events {
	float: left;
	font: normal 1.1em/1.3 'lucida grande',tahoma,sans-serif;
}

#events ul {
	clear: both;
	width: 246px;
	margin-left: 10px;
	list-style: none;
}

#events li {
	padding: 8px 0;
	color: #555;
	border-top: 1px solid #eee;
}

#events li span {
	float: right;
	text-align: right;
	margin-left: 10px;
	color: #777;
}

#news a,
#events a {
	color: #2388ff;
	font-weight: bold;
}

#news a:hover,
#events a:hover {
	text-decoration: underline;
	color: #333;
	background-color: #ffc;
}

#news p.archiveLink,
#events p.archiveLink {
	clear: both;
	margin: 10px 0 10px 10px;
	border-top: 1px solid #ccc;
}

#news .archiveLink a,
	#events .archiveLink a {
	display: block;
	float: right;
	padding-right: 20px;
	color: #777;
	font: normal 9px/3em 'lucida grande',tahoma,sans-serif;
}

#news .archiveLink a {
	background: url(../imagini/icon-document.gif) 100% 50% no-repeat;
}

#events .archiveLink a {
	background: url(../imagini/icon-calendar.gif) 100% 50% no-repeat;
}

.mainTable {
	float: right;
	width: 246px;
	margin-bottom: 10px;
	border-collapse: collapse;
}

.navTable {
	display: none;
}

.monthYearRow {
	display: none;
}

.mainTable td {
	vertical-align: top;
	height: 30px;
	padding: 2px;
	color: #555;
	font-size: .8em;
	background: #eeecde;
	border: 1px solid #fff;
}

.dayNamesText {
	display: none;
}

.mainTable td.dayNamesRow {
	height: auto;
	padding: 4px;
	text-align: center;
	background: none;
	border: 0 none;
	border-bottom: 1px solid #999;
}

td.sOther {
	color: #ccc;
	background: none;
	border: 0 none;
}

td.today {
	background-image: url(../imagini/icon-smallstar.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

td.s27 {
	color: #555;
	font-weight: bold;
	background: #e2e0d3;
}

td.s27:hover {
	color: #e2e0d3;
	background: #797066;
}

/* service information
==============================================================================*/

#services {
	position: relative;
	float: left;
	width: 512px;
	min-height: 200px;
	height: auto;
	background: url(../imagini/bg-services.jpg) right top no-repeat;
}

#newsletter_reg {
	position: relative;
	float: left;
	width: 512px;
	min-height: 200px;
	height: auto;
	background: url(../imagini/bg-services.jpg) right top no-repeat;
}

#RSS {
	position: relative;
	float: left;
	width: 512px;
	min-height: 200px;
	height: auto;
	background: url(../imagini/bg-services.jpg) right top no-repeat;
}

#player_wrap {
	position: relative;
	float: left;
	width: 512px;
	min-height: 247px;
	height: auto;
	background: url(../imagini/bg-services.jpg) right top no-repeat;
}

#player {
	position: relative;
	float: left;
	width: 512px;
	min-height: 1px;
	height: auto;
}

#services h2 {
	margin: 21px 15px 7px 0;
}

#serviceInfo {
	position: relative;
	float: right;
	right: 15px;
	width: 369px;
}

#serviceInfo a {
	color: #2388ff;
	font-weight: bold;
}

#serviceInfo a:hover {
	text-decoration: underline;
	color: #333;
	background: #ffc;
}

#serviceInfo .left {
	position: relative;
	left: 15px;
	margin-bottom: 10px;
}

#serviceInfo h3 {
	margin: 15px 0 -5px 110px;
	font: normal 1.4em 'lucida grande',tahoma,sans-serif;
	color: #555;
}

#serviceInfo p {
	margin: 10px 0 10px 110px;
	font: normal 1.1em/1.45em 'lucida grande',tahoma,sans-serif;
	color: #777;
}

#serviceInfo ul {
	clear: left;
	margin: 10px 0 10px 15px;
	padding: 15px;
	list-style: none;
	font: normal 1.0em/1.4em 'lucida grande',tahoma,sans-serif;
	color: #555;
	background: #ffc;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#serviceInfo ul li {
	margin: 5px 0;
}

#ministryList {
	position: relative;
	float: left;


/* prevents margin collapse */
	width: 128px;
	list-style: none;
	font: bold 1.1em/1.1em 'lucida grande',tahoma,sans-serif;
	color: #777;
	background: url(../imagini/bg-campuses.jpg) right top repeat-y;
}

#ministryList li {
	margin: .09em 0;
}

#ministryList li#listTop {
	margin-top: 0;
	background: url(../imagini/bg-servicestop.jpg) right top no-repeat;
}

#ministryList li#listBottom {
	margin-bottom: 0;
	background: url(../imagini/bg-servicesbottom.jpg) right bottom no-repeat;
}

#ministryList li ul {
	margin: 0 0 .63em;
	list-style: none;
}

#ministryList li ul li {
	position: relative;
	margin: 0;
	padding-left: 11px;
	font-weight: normal;
	background-image: url(../imagini/sageata-cruce.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#ministryList a,
#ministryList span {
	display: block;
	min-height: 1.55em;
	padding-top: .45em;
	color: #777;
	cursor: pointer;


/* forces hyperlink cursor, just in case */
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-color: transparent;
}

#ministryList span {
	cursor: default;
}

#ministryList a:hover {
	color: #2388ff;
	background: white;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/* newsletter
==============================================================================*/

#enews-signup-wrap {
	width:auto;
	text-align:left;
	margin: auto;
}
#enews-signup {
	color:#333; /* background color is light gray */
	border:1px solid #B0B4B6;
	padding-left:44px;
	padding-right:10px;
	height:100px;
	background-color: #E8EEF1;
	background-image: url(/imagini/enewsletter-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
	#enews-signup h2 {
		font-size:1.3em;
		color:#022C48; /* dark blue */
		background-color:transparent;
		margin-top:10px;
		margin-bottom:0px;
	}
	#enews-signup form {
	padding:0;
	margin-top: auto;
	margin-right: 270px;
	margin-bottom: auto;
	margin-left: auto;
	}
	#enews-signup form input.fieldfont, .secondary-sidebar form input.fieldfont, .secondary-main form input.fieldfont {
	color:#555555; /* gray */
	background-color:#fff;

		font-size:14px;
	font-family:"Trebuchet MS", serif;
	line-height:normal;
	padding:0px;
	font-size: 14px;
	}
	#enews-signup form input.middlearrow {
		vertical-align: baseline;	
	}
	
/* features
==============================================================================*/

.feature {
	position: relative;
	clear: left;
	float: left;
	margin-top: 0em;
	width: 485px;
}

.feature h2 {
	margin: 20px 0 7px 0;
}

.feature a img {
	margin: 0;
	padding: 1px;
	border: 1px solid #ccc;
}

.feature a:hover img {
	background: #ffc;
	border: 1px solid #2388ff;
}

#my-glider {
	position: relative;
}

.scroller {
	width: 485px;
	height: 104px;
	overflow: hidden;
}

.scroller .section {
	width: 485px;
	height: 104px;
	overflow: hidden;
	float: left;
	text-align: center;
	white-space: nowrap;
}

.scroller .content {
	width: 10000px;
}

#prevLink,
#nextLink {
	display: block;
	position: absolute;
	top: 55%;
	width: 20px;
	height: 20px;
	text-indent: -99999px;
	overflow: hidden;
	background: url(../imagini/glider-arrows.png) no-repeat;
}

#prevLink:hover {
	background-position: 0 -20px;
}

#nextLink {
	background-position: -20px 0;
}

#nextLink:hover {
	background-position: -20px -20px;
}

#prevLink {
	left: -17px;
}

#nextLink {
	right: -17px;
}

.specialFeature {
	clear: both;
	margin: 1em 0;
	text-align: center;
}

/* email newsletter signup
==============================================================================*/

#newsletter {
	float: left;
	margin-top: 3em;
	width: 497px;
	background: url(../imagini/bg-newsletterform.jpg) no-repeat;
}

#newsletter h2,
#newsletter label,
#newsletter form br {
	display: none;
}

#newsletter form {
	padding: 30px;
}

#newsletter input[type="text"] {
	width: 160px;
	height: 20px;
	margin: 4px;
	float: left;
	font: normal 16px/20px 'lucida grande',tahoma,sans-serif;
	color: #333;
}

#newsletter input[type="image"] {
	float: right;
	height: 28px;
}

#dwnManager {
	float: none;
	width: 768px;
	text-align: center;
}

#contact {
	float: right;
	text-align: justify;
}

/* footer
==============================================================================*/

#footer {
	position: relative;
	clear: both;
	margin-top: 0px;
	padding: 20px 0;
	background: url(../imagini/bg-footer.png) repeat-x;
}

#siteMap,
#copyright {
	margin-top: 0;
}

#siteMap {
	float: left;
	width: 497px;
}

#siteMap .column {
	float: left;
	width: 160px;
}

#siteMap li {
	display: block;
	list-style: none;
	font: normal 1.1em/1em 'lucida grande',tahoma,sans-serif;
}

#siteMap li a {
	display: block;
	clear: left;
	padding: .36em .18em;
	font-weight: bold;
	color: #003853;
}

#siteMap li li a {
	padding-left: 10px;
	font-size: 0.81em;
	line-height: 1em;
	font-weight: normal;
	color: #006A9D;
	background: url(../imagini/arrow-miniorange.gif) left center no-repeat;
}

#siteMap li a:hover {
	text-decoration: underline;
	color: white;
}

#siteMap li li a:hover {
	background-position: 2px 50%;
}

#copyright {
	float: right;
	width: 256px;
	border: 1px solid #797066;
	background-color: #003853;
}

#copyright p {
	margin: 15px 10px;
	font: normal 1em/1.2em 'lucida grande',tahoma,sans-serif;
	color: #eae7d2;
}

#copyright strong {
	font-size: 1.2em;
	font-weight: normal;
	color: white;
}

#copyright a {
	font-weight: bold;
	color: #60bffb;
}

#copyright a:hover {
	text-decoration: underline;
	color: white;
}

/* sIFR
==============================================================================*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-hasFlash #news h2,
.sIFR-hasFlash #events h2,
.sIFR-hasFlash #services h2,
.sIFR-hasFlash .feature h2 {
	visibility: hidden;
}

.sIFR-hasFlash #content h2,
.sIFR-hasFlash #content h3,
.sIFR-hasFlash #sideBar h2 {
	visibility: hidden;
}

.sIFR-hasFlash #content h2 {
	letter-spacing: -9px;
	font-size: 36px;
	line-height: 30px;
}

.sIFR-hasFlash #content h3 {
	margin-bottom: -5px;
}

.sIFR-hasFlash #content #serviceInfo h3 {
	visibility: visible !important;
}
