/* CSS Document */
html,body { position: relative; width: 100%; height: 100%; margin: 0px; background-color:#ffffff}    
    
	#page {position: relative; margin: 0 auto; width: 1020x; font-family: Helvetica, Arial; font-size:12px}
	#content {
	width: 1020px;
	/*background-color:#FFFFFF;*/}
	#clear {clear:both;}
	
	/* Header */
	#header_bkgrd {
	background-color: #f7f7f7;
	height:60px;
	margin:0px; padding:0px;
	border-bottom: #b5b5e6 solid 1px;
	}
	#header {
	margin:0px; padding:0px;
	}
	#header .logo {float:left; width:223px;}
	#header .headline {width:580px; height:50px; float:left; padding-top: 10px}
	.header_menu {width:580px; height:30px; padding-top: 10px}
	#header .top_right_links {width: 205px; float:left; text-align:right; color:#7474d1; font-size:10px}
	
	
	/* Home */
	
	/* Home - Main */
	#home .main_outer {margin:0px; padding:0px;background-color:#FFFFFF;}
	#home .main_pict {width:438px; float:left;}
	#home .main_right_outer {float:left; width:582px; background-image:url(../images/home_right_bkgrd.jpg); background-repeat:repeat-y;}
	#home .main_text {width:300px; float:left; text-align:left; padding:10px}
	#home .main_text_bottom {width:260px; float:left; text-align:left; padding-left:10px}
	#home .main_login {width:255px; float:right; background-color:#FFFFFF; border-bottom: #b5b5e6 solid 1px; padding-top:10px; padding-bottom:10px; padding-left: 5px}
	#home .main_date {width:295px; float:left; font-size:10px}
	#home .main_vacancy_count {font-size:14px; font-weight:bold; color:#6666cc; padding-left: 8px}
	#home .main_navigation_icons {float:left; padding-left:10px}
	#home .main_videos {float:left; padding-left: 5px; font-size:10px; color:#898989; text-align:left}
	
	/* Home - Bottom */
	#home .bottom_border {clear:both;border-top: #b5b5e6 solid 1px;}
	
	#home .bottom_headline_outer {background-color:#FFFFFF; height:25px}
	#home .bottom_headline_articles {float:left;background-image:url(../images/home_online_articles.jpg); background-repeat:no-repeat; width: 686px; height: 25px}
	#home .bottom_headline_advertisement {float:right;background-image: url(../images/home_advertisement_title.gif); background-repeat:no-repeat; width: 284px; height: 25px}
	
	#home .bottom_content_outer {
	background-color:#FFFFFF;
	width:1000px;
	height:200px;
	padding-left:20px;
}
	#home .bottom_content_featured_article {float:left; width:400px; text-align:left; font-size:12px; color:#666666}
	#home .bottom_content_article_links {float:left; width:345px; text-align:left; font-size:14px}
	#home .bottom_content_article_links ul,li,a {color:#6666cc}
	#home .bottom_content_advertisements {float:right; width: 220px; padding-right: 5px}
	#home .bottom_content_article_title {font-size:18px; font-weight:bold}
	
	/* home page testimonial styles */
#advertisefloat p.tienewspaper {font: normal 10px Arial,Helvetica,sans-serif;margin:0px 5px 0px 5px;}
#advertisefloat img {margin:5px 0px 0px 0px;padding:0;border:1px solid #000000;}
#advertisefloat p img {margin:5px 0px 0px 0px;padding:0;border:0px solid silver;}
#advertisefloat p.link {font: normal 10px Arial,Helvetica,sans-serif;margin:0px 0px 0px 5px;text-align:right;}
#advertisefloat p.quote {font: normal 12px Arial, verdana, Helvetica, sans-serif;margin: 0px 0px 4px 5px;color: #666666;line-height: 150%;}
#advertisefloat p.quotesource {font: normal 12px Arial, Helvetica, sans-serif; margin:0px 0px 0px 5px;}
#advertisefloat p.quoteschool {font: bold 12px Arial, Helvetica, sans-serif; margin:0px 0px 0px 5px;}
#advertisefloat p img.openquote {display:inline; margin: 0px 5px 0px 0px; vertical-align: baseline;}
#advertisefloat p img.closequote {display:inline; margin: 0px 0px 0px 5px; vertical-align: text-bottom;}
	
	
	
