/*@charset "utf-8";*/
/* CSS Document */

body{
	padding:0px;
	margin:0px;
	background-color:#242E38;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

/*Common Styles*/
div{
	padding:0px;
	margin:0px;
}

img{
	border:0px;
}

form{
	margin:0px;
	padding:0px;
}

p{
	padding:0px;
	margin:0px;
}

a{
	color:#333333;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	color:#666;
	font-weight:normal;
	font-size:24px;
	margin-bottom:10px;
}

.Italic
{
	font-style:italic;
}

/* Containers */
.MainContainer{
	width:1000px;
	margin:0px auto;
	padding-top:8px;
}

.TopContainer{
	width:1000px;

	height:146px;
	position:relative;
	top:-3px;
	background-image:url(../images/bg_top.jpg);
	background-repeat:no-repeat;
}

.MiddleContainer{
	position:relative;

	width:1000px;
}

.LeftContainer{
	float:left;
	width:240px;
	padding-left:10px;	
}

	/* Home left content*/
		.AskTheExpertTitle{
			background-image:url(../images/asktheexpert_title.jpg);
			background-repeat:no-repeat;
			padding-top:8px;
			padding-left:10px;
			font-size:20px;
			color:#333;
			height:31px;
		}

		.AskTheExpertBody{
			background-image:url(../images/asktheexpert_body.jpg); 
			background-position:bottom;
			background-repeat:no-repeat;
			height:207px;
		}

		.ScheduleEventsTitle{
			background-image:url(../images/scheduleevents_title.jpg);
			padding-left:10px;
			padding-top:8px;
			font-size:20px;
			color:#333;
			height:31px;
		}
		.ScheduleEventsBody{
			background-image:url(../images/scheduleevents_body.jpg);
			background-repeat:repeat-y;
			height:290px;
			color:#333;
			clear: both;
		}
		
		.ScheduleEventsFooter{
			background-image:url(../images/scheduleevents_bottom.jpg);
			height:14px;
		}
	/*End of home left content*/


.Content{
	float:left;
	width:750px;	
}
	/* Home Content */
	.Banner{
		height:250px;
		background-image:url(../images/bg_banner.jpg);
		background-repeat:no-repeat;
	}
	
	.NeedToKnowTop{
		height:35px;
		background-image:url(../images/needtoknowhome_title.jpg);
		background-repeat:no-repeat;
		padding-top:6px;
		padding-left:15px;
		font-size:22px;
		color:#333;
	}
	.NeedToKnowContent{
		background-image:url(../images/needtoknowhome_body.jpg);
	}

	.NeedToKnowBottom{
		height:17px;
		background-image:url(../images/needtoknowhome_bottom.jpg);
	}
	
	.SuccesHistoriesHomeBody{
		padding-top:10px;	
		height:275px;
		background-image:url(../images/successtories_body.jpg);
		background-repeat:repeat-y;
	}
	.SuccesHistoriesHomeBottom{
		height:17px; /*238x17*/
		background-image:url(../images/successtories_bottom.jpg);
		background-repeat:no-repeat;
	}
	/* End of Home Content */
	
.CenterContent{
	float:left;
	width:510px;
}

.RightContent{
	float:left;
	width:240px;
}
/*End of containers*/

/*Display content*/

/*read more*/
.ReadMoreSmall{
	font-size:10px;
	padding-bottom:5px;
	letter-spacing:-1px;
}

.ReadMoreSmallRight{
	float:right;
	padding-right:5px;
	padding-bottom:5px;
}

.ReadMoreSmall a{
	text-decoration:none;
	color:#333333;
}

.ReadMoreSmall a:hover{
	text-decoration:underline;
}

.SubmitQuestion a{
	position:absolute;
	top:210px;
	left:25px;
	text-decoration:none;
	color:#333333;
	letter-spacing:-1px;
	font-size:10px;
	float:right;
}

.ReadMoreBig{
	float:right;
	font-size:12px;
	letter-spacing:-1px;
	padding:2px;
	padding-right:15px;
	height:35px;
	padding-top:23px;
	padding-right:15px;
}

.ReadMoreBig a{
	text-decoration:none;
	color:#FFFFFF;
}

.ReadMoreBig a:hover{
	text-decoration:underline;
}
/*end of read more*/

/* Success Stories */
.SuccesStoriesTitle{
		height:33px; /* 238x41 */
		background-image:url(../images/successtories_title.jpg);
		background-repeat:no-repeat;
		margin-top:3px;
		padding-top:8px;
		padding-left:10px;
		font-size:20px;
		color:#333;
}

/* End of Success Stories */

/*AskTheExpertBody*/
.AskTheExpertBody p{
	color:#FFFFFF;
	
	font-size:12px;

	padding-left:15px;
	padding-top:5px;
	padding-right:100px;
}

.AskTheExpertBody .ReadMoreSmall{
/*	width:80px;
*/
	padding-left:15px;
	margin-top:5px;
}

/*End of AskTheExpertBody*/

/*ScheduleEventsBody*/
.ScheduleEventsBody{
	padding-left:10px;
	padding-right:20px;
}
.ScheduleEventsBody .Event{
	padding-bottom:2px;
	padding-top:8px;	
}

.ScheduleEventsBody .Event .Top{
}

.ScheduleEventsBody .Event .Date{
	float:left;
	width:140px;
	font-size:11px;
	font-weight:bold;
}

.ScheduleEventsBody .Event .ReadMoreTiny{
	float:right;
}

.ScheduleEventsBody .Event .Text{
	color:#FFFFFF;
}
/*End of ScheduleEventsBody*/

/* NeedToKnowContent */
.NeedToKnowContent{
	padding-bottom:0px;
	padding-top:5px;
	padding-left:8px;
	padding-right:16px;
	height: 280px;
}

.NeedToKnowContent .Line a
{
	text-decoration:none;
}

.NeedToKnowContent .Line a:hover{
	text-decoration:none;
	color:Black;
}

.NeedToKnowContent .Line:hover{
	background-color:#ffffcc;
}

.NeedToKnowContent .Number{
	position:absolute;
	width:40px;
	height:33px;
	
	padding-top:6px;
	background-image:url(../images/bg_number.gif);
	background-repeat:no-repeat;
	
	text-align:center;
	vertical-align:top;
	
	font-size:24px;
	font-weight:bold;
	color:#d2851c;
}

.NeedToKnowContent .Text{
	position:relative;
	left:40px;
	width:430px;
	height:41px;
	padding-left:5px;
	padding-top:5px;
	
	font-size:11px;
}

.NeedToKnowContent .Text:hover{
	text-decoration:underline;
}
/* end of NeedToKnowContent */

/* SuccesHistoriesHome */
.SuccesHistoriesHomeUpperContent
{
	height:100px;
	font-weight:bold;
	font-size:10px;
}

.SuccesHistoriesHomeLowerContent
{
	padding-left:10px;
	padding-right:5px;
	font-size:11px;
}
/* End of SuccesHistoriesHome */

.MeetTSE
{
	padding-left:0px;
	padding-right:5px;
	font-size:12px;
}

.MeetTSE a{
	font-size:10px;
	letter-spacing:-1px;
	float:right;
	text-transform: uppercase; 
	cursor:hand;
}

/*Banner*/
.BannerLeft{
	width:400px;
	float:left;
	padding-top:20px;
	padding-left:20px;
}

.AboutTitle{
	font-size:24px;
	color:#FFFFFF;
}

.AboutText{
	color:#FFFFFF;
	font-size:13px;
	padding-top:5px;
}

.BannerRight{
/* position:absolute; */
	width:305px;
	float:left;
	margin-top: 0.37cm
/*	padding-right:0px;
	padding-top:230px;
	background-image:url(../images/anim.gif);
	background-repeat:no-repeat;
*/
}
/*end of banner*/

/* Other pages layout */
.PageContentBg{
	width:750px;
	background-image:url(../images/bg_contentpagebg.jpg);
	background-repeat:repeat-y;
	
	float:left;
}

.PageContent{
	width:750px;
	padding-top:25px;
	background-image:url(../images/bg_contentpage.jpg);
	background-repeat:no-repeat;
	float:left;
}

.PageContentFooter{
	width:750px;
	height:28px;
	background-image:url(../images/bg_contentpagefooter.jpg);
	background-repeat:no-repeat;
	float:left;
}

/********************************************************/
.MainPageContent{
	width:410px;
	
	float:left;
	
	padding-left:20px;
}

.MainContentTop{
	width:400px;
	height:12px;
	background-image:url(../images/bg_maincontenttop.jpg);
}

.MainContent{
	font-size: 12px;
	width:370px;
	height:515px;
	background-color:#FFFFFF;
	padding:15px;
	padding-top:0px;
	padding-bottom:0px;
	
	text-align:justify;
}
	
.MainContent p{
	padding-bottom:10px;
}

.MainContentFooter{
	width:400px;
	height:13px;
	background-image:url(../images/bg_maincontentfooter.jpg);
	background-repeat:no-repeat;
}
/*****************************************************************/

/*****************************************************************/
.LeftPageContent{
	width:320px;
	float:right;
}

.VideoSmall{
	height:167px;
	margin-bottom:10px;
}

.MostPopularArticlesTop{ /* What We Can Do for You header */
	width:290px;	/*290x41*/
	height:34px;
	
	background-image:url(../images/needtoknow_title.jpg);

	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:7px;
	font-size:19px;
	color:#333;
}

.MostPopularArticles{
	width:290px;
	height:311px;
	background-image:url(../images/needtoknow_body.jpg);
	background-repeat:repeat-y;
}

.MostPopularArticlesFooter{
/*290x10*/
	width:290px;
	height:13px;
		
	background-image:url(../images/needtoknow_bottom.jpg);
	background-repeat:no-repeat;
}

.PopularArticle:hover{
	background-color:#FFFFCC;
}
/*****************************************************************/

/* End of other pages layout */



/* MainNavigation */
.MainNavigation{
	padding-top:116px;
	padding-left:10px;
	font-size:13px;
	font-weight:bold;

}

	.MainNavigation ul{
		margin:0px;
		padding:0px;
		list-style:none;
	}
	
	.MainNavigation li{
		display:inline;
		float:left;		
		margin-left:1px;
		padding-top:5px;
		padding-bottom:5px;

	}
	
	.MainNavigation a{
		padding-left:12px;
		padding-right:7px;
		padding-top:5px;
		padding-bottom:5px;
		color:#444;
		text-decoration:none;
		
		/*background-image:url(../images/bg_nav.jpg);*/
		background-repeat:repeat-x;
	}
	
	.MainNavigation  a:hover{
		/*background-image:url(../images/bg_navhover.jpg);*/
		background-image:url(../images/bg_nav.jpg);
		color:#000000;
		/*background-repeat:repeat-x;*/
	}
/* End of main navigation */



.Footer{
	width:100%;
	float:left
}

.FooterContent{
	position:absolute;	
	width:985px;
	margin:0px auto;
	background-image:url(../images/redchairlogobottom.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:80px;
	padding-left:15px;
	top:755px;
}

.FooterNavigation2{
	padding-left:5px;
	font-size:10px;
	padding-top:10px;
}

.FooterNavigation2 a{
	color:#FFFFFF;
	text-decoration:none;
	padding:3px;
}
.FooterNavigation2 a:hover{
	color:#FEAA30;
	text-decoration:underline;
}
/*************/
.PrevBtn
{
	background-color:#ffffff;
	color:#b2bb22;
	/*border-style:hidden;*/
	border-style:none;
	background-image:url(../images/prev_arrow2.jpg);
	background-repeat:no-repeat;
	height:55px;
	width:24px;
	cursor:pointer;
}

.NextBtn
{
	background-color:#ffffff;
	color:#b2bb22;
	/*border-style:hidden;*/
	border-style:none;
	background-image:url(../images/next_arrow2.jpg);
	background-repeat:no-repeat;
	height:55px;
	width:24px;
	cursor:pointer;
}

.NewImage
{
	width:100px;
	height:132px;
	padding-right:7px;
	padding-bottom:7px;
	background-image:url(../images/bg_succeshistoriesimg.jpg);
	background-repeat:no-repeat;
}

.NewImageV
{
/*	width:100px;
	height:130px;
*/
	padding-right:7px;
	padding-bottom:7px;
/*	background-image:url(../images/bg_succeshistoriesimgv.jpg);
*/
	background-repeat:no-repeat;
}

.NewImageH
{
/*	width:162px;
	height:132px;
*/
	padding-right:7px;
	padding-bottom:7px;
/*	background-image:url(../images/bg_succeshistoriesimgh.jpg);
*/
	background-repeat:no-repeat;
}

.NewImageLarge
{
	float:left;
/*	width:150px;
	height:200px;
*/
	padding-right:7px;
	padding-bottom:7px;
	margin-right:5px;
	margin-left:3px;
/*	background-image:url(../images/bg_succeshistoriesimglargev.jpg);
*/
	background-repeat:no-repeat;
	vertical-align:middle;
}

.NewImageLargeV
{
/*	width:155px;
	height:205px;
*/
	padding-right:7px;
	padding-bottom:7px;
/*	background-image:url(../images/bg_succeshistoriesimglargev.jpg);
*/
	background-repeat:no-repeat;
}

.NewImageLargeH
{
	width:265px;
	height:205px;
	padding-right:7px;
	padding-bottom:7px;
	background-image:url(../images/bg_succeshistoriesimglargeh.jpg);
	background-repeat:no-repeat;
}

}

/* ALL EVENTS*/
.AllEventContent{
	padding-right:16px;
	padding-bottom:8px;
}

.AllEventContent .Line a
{
	text-decoration:none;
}

.AllEventContent .Line a:hover{
	text-decoration:none;
	color:Black;
}

.AllEventContent .Line:hover{
	background-color:#ffffcc;
}

.AllEventContent .Text:hover{
	text-decoration:underline;
}
/* END ALL EVENTS*/

/*All ScheduleEventsBody*/
.AllEvent{
	width:100%;
	padding-bottom:2px;
	padding-top:8px;
	padding-left:10px;
	padding-right:20px;
}
.AllEventDate
{
    /*float: left;*/
    width: 140px;
    font-size: 12px;
    font-weight: bold;
    color: #da7c00;
}
.AllEventName
{
    padding-top:3px;
	font-size:12px;
	font-weight:bold;
	color: #000000;
}
.AllEventText
{
	width: 339px;
    padding-left:10px;
    padding-right:5px;
    padding-top:3px;
    font-size:12px;
    color: #000000;
}
/*End of All ScheduleEventsBody*/


/* all Need to know - stred */
.AllNeedToKnowContent{
	padding-bottom:0px;
	padding-right:6px; /* odsadenie linky READ MORE a textu zprava  */
}

.AllNeedToKnowContent .Line
{
	clear: both;
}

.AllNeedToKnowContent .Line a
{
	font-weight: bold;
	text-decoration:none;
}

.AllNeedToKnowContent .Line a:hover{
	text-decoration:underline;
}

.AllNeedToKnowContent .Line:hover{
/*	background-color:#ffffcc;
*/
}

.AllNeedToKnowContent .Number{
	float:left;
	width:30px;
	height:30px;
	padding-top:5px;
	background-image:url(../images/bg_number_right.gif);
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
	font-size:18px;
	font-weight:bold;
	color:#d2851c;
}

.AllNeedToKnowContent .Text{
	float:right;
	width:310px;
	color: #da7c00;
	padding-left:5px;
	font-size:12px;
	font-weight: bold;
}

.AllNeedToKnowContent .Text:hover{
/*	text-decoration:underline;
*/
}

.AllNeedToKnowContent .TextAnswer{
	padding-right:6px;
	padding-top:5px;
	font-size:12px;
	clear: both;
}

/* End Need to Know for all*/

/* all Need to know for right*/
.AllNeedToKnowContent_Right{
	padding-bottom:0px;
	padding-top:0px;
	padding-left:5px;
	height: 218px;
 	width: 275px; /* width of yellow bg, question hoover */
}

.AllNeedToKnowContent_Right .Line
{
	text-decoration:none;
	width: 270px;
	clear: both;
}

.AllNeedToKnowContent_Right .Line a
{
	text-decoration:none;
}

.AllNeedToKnowContent_Right .Line a:hover{
	text-decoration:none;
	color:Black;
}

.AllNeedToKnowContent_Right .Line:hover{ /* yellow bg, question hoover */
	background-color:#ffffcc;
}

.AllNeedToKnowContent_Right .Number{
	position:relative;
	float:left;
	width:20px;
	height:30px;
	margin-top:5px;
	margin-left:5px;
	padding-top:5px;
	padding-left:10px;
	background-image:url(../images/bg_number_right.gif);
	background-repeat:no-repeat;
	font-size:18px;
	font-weight:bold;
	color:#d2851c;
}

.AllNeedToKnowContent_Right .Text{
	float:right;
	text-align:justify;
	width:223px;
	font-size:11px;
	margin-top:5px;

}

.AllNeedToKnowContent_Right .Text:hover{
	text-decoration:underline;
}

/* End Need to Know for all*/

/* All NeedToKnowContent - obrazovka po kliknuti na otazku */
.AllToKnowNumber{
	float: left;
	padding-left:10px;
	padding-top:5px;
	font-size:14px;
	color: #da7c00;
	font-weight: bold;
}
.AllToKnowTitle{ /* question along the number */
	padding-left:40px;
	padding-bottom:5px;
	font-size:12px;
	color: #da7c00;
	font-weight: bold;
}
.AllToKnowText{
	padding-right:5px;
	padding-top:5px;
	font-size:12px;
}
.AllToKnowBottom
{
	padding-right:6px;
	padding-top: 10px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;

	color: #da7c00;
}
/* end of All NeedToKnowContent */

/*Ask the expert*/
.AllAskExpertQuestion{

	font-size:13px;
	padding-right:5px;	
	color: #da7c00;
	font-weight: bold;
	clear: both;
}
.AllAskExpertAnswer{
	padding-left:10px;
	padding-right:5px;	
	font-size:12px;
	padding-top:5px;
}
/*End Ask the expert*/

.LinkHome
{
    background-color:Transparent;
    width:250px; 
    height:80px;
    margin-top:35px; 
    margin-left:30px; 
    float:left; 
    cursor:pointer;
}

.ContactInfo
{
	position:absolute;
	top:54px;
	left:424px;
	width:390px; 
	height:20px;
	text-align:right; 
	font-size:13px;
	font-weight: bold;
	color: #E6EAED;
}

.ContactInfo a
{
	color: #E6EAED;
}
.bottom_link /* back link */
{
	position:absolute;
	top:542px;
	left:285px;
}

.bottom_link_right a
{
	position:absolute;
	top:542px;
	right:345px;
	text-transform: uppercase;
}

.bottom_link_about
{
	position:absolute;
	width:130px;
	top:540px;
	left:535px;
}

.bottom_link2 a{ /* Meet the staffing edge link */
	float: right;
	margin-right:3px;
}

.address { /* address on the about page */
	font-size:13px;
	font-weight: bold;
	float: left;
	padding-right:5px;
}

.bottom_link3 { /* submit your own question link - answer page*/
	position:absolute;
	top:542px;
	left:435px;
	width:220px;
	text-align:right;
}

.inthebox
{
	padding-right:7px;
}
