/* Screen CSS File for telurix.com */

	body {
		background-color: #CFCFCF;
		margin:0;
		padding:0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

	h1, h2, h3 {
		font-size: 140%;
		text-transform: capitalize;
		clear: both;
		color: #004D71;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
	}

	a img {
		border: 0;
	}

	#page_layer_support {
		width: 930px;
		text-align: left;
		margin: 20px auto 0px;
		padding:0;
		border-left: 2px solid #A6A6A6;
		border-right: 2px solid #A6A6A6;
		}

	#layout_bottom {
		height: 40px;
	}

	#page_layer {
		border-top: 1px solid #A6A6A6;
		padding:0 13px; /* !! */
		background-color: white;
	}

	#footer_slot {
		border-top: 1px solid #A6A6A6;
		border-bottom: 1px solid #C3C3C3;
		background-color: #D8D8D8;
		height: 83px;
	}

	.page_general_layer {
		margin:0;
		text-align: left;
		border-left: 1px solid #858585;
		border-right: 1px solid #858585;
	}

	#header_slot {
		position: relative;
		height: 118px;
		background-color: white;
		border-bottom: 4px solid #93B8C9;
		}

	#main {

	}

	#footer {
		background-color: #CFCFCF;
		border-top: 1px solid #A6A6A6;
		height: 83px;
	}

	#left_slot, #left_slot_home {
		float: left;
		width: 186px;
		padding: 0 0px;
		background-image: url(images/bckg_left.jpg);
		background-repeat: repeat-x;
		background-position: left top;
	}

	#left_slot_home {
		font-size: 11pt;
		width: 600px;
		color: #000000;
	}

	#left_slot_border {
		background-image: url(images/dotted_border.gif);
		background-repeat: repeat-y;
		background-position: right top;
	}

	#right_slot_border {
		background-image: url(images/dotted_border.gif);
		background-repeat: repeat-y;
		background-position: left top;
	}

	#right_slot {
		float: left;
		width: 700px;
		font-size: 11pt;
		color: #000000;
	}

	#right_slot_home {
		float: left;
		width: 280px;
		font-size: 11pt;
		color: #000000;
	}

	/* --------------------*/

	#logo {
		position: relative;
		margin-top: 12px;
		margin-left: 12px;
	}

	.clear_floats {
		clear: both;
	}

	#diagram {
		padding-right:10px;
	}

	#diagram img {
		margin-top: 35px;
	}

	#diagram_left {
		padding-top: 35px;
		float: left;
		width: 270px;
		background-image: url(images/dotted_border.gif);
		background-repeat: repeat-y;
		background-position: 0px top;
	}

	#diagram_left_text {
		padding: 3px 22px 30px 12px;
		text-align: left-justify;
	}

	#diagram_details {
		background-color: white;
		padding: 10px 0 0 0;
		text-indent: 90px;
		background-image: url(images/more_details_border.gif);
		background-repeat: no-repeat;
		background-position: left top;
		color: #004D71;
	}

	#diagram_details a {
		color: #004D71;
		text-decoration: none;
		padding: 0px 0px 1px 1px;
	}

	#diagram_details a:hover {
		background-color: #E1EDF3;
	}

	#main_content_home {
		padding: 5px 23px 0px 0px;
		text-align: left-justify;
	}

	#main_content {
		padding: 5px 0px 0px 20px;
		text-align: left-justify;
	}
	
	#main_content .left {
		float: left;
		width: 250px;
	}
	
	#main_content .right {
		float: left;
		width: 410px;
	}

	#footer_content {
		margin-top: 18px;
		margin-left: 13px;
		font-size: 11pt;
		color: #666666;
	}
	#footer_content a {
		color: #666666;
		text-decoration: none;
		padding: 0 2px;
	}

	#footer_content a:hover {
		background-color: #eaeaea;
	}

	#footer_content ul {
		margin:6px 0 0 16px;
		padding:0;
		list-style: none;
		}

	#footer_content li {
		margin:0;
		padding:0;
		list-style: none;
		display: inline;
	}

	#standards {
		float: right;
		margin-right: 5px;
		text-align: right;
		color: #666666;
		font-size: 10px;
	}
	#standards img {
		margin-top: 5px;
		margin-left:2px;
	}

	/* top-menu */

	#nav {
		position: relative;
		top: 45px;
		/*left: 0px;*/
		left: 5px;
		right: 3px;
		/* width: 757px;*/
			background-image: url(images/right_topmenupart.gif);
		background-repeat: no-repeat;
		background-position: left top;
	}

	#nav ul {
		list-style: none;
		margin: 0 0 0 3px;
		padding: 0;
		height: 30px;

	}
	#nav li {
		float: left;
		margin: 0;
		text-align: center;
		vertical-align: middle;
	}

	#nav li a {
		display: block;
		width: 104px;
		height: 30px;
		padding-top: 10px;
		text-decoration: none;
		background-image: url(images/menu_off.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #888888;
		text-transform: uppercase;
	}

	#nav li a:hover {
		background-image: url(images/menu_on.jpg);
		background-repeat: no-repeat;
		background-position: left top;
	}

	.menuitem_selected {
		background-image: url(images/menu_on.jpg);
		background-repeat: no-repeat;
		background-position: left top;
	}

/* -----------------------*/

	#submenu_area {
		height: 30px;
	}

	.submenu {
		/*visibility: hidden;*/
		display: none;
		width: 740px;
		clear: both;
		border: 4px solid white;
		color: #004D71;
		font-size: 12px;
		z-index: 10;

	}
	.submenu span {
		font-size: 12px;

		text-transform: uppercase;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #999999;
	}
	.submenu ul {
		margin: 0 0 0 60px;
		padding:0;
		display: inline;
		list-style: none;
	}

	.submenu li {
		display: inline;
		background-image: url(images/arrow_submenu.gif);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left:15px;
		margin-right:15px;
		font-size: 12px;
		color: #004D71
	}

	.submenu a {
		text-decoration: none;
		color: #004D71;
	}

	.submenu a:hover {
		color: #3E87A9;
	}

	/* END top-menu */

	.title1 {
		margin-bottom: 5px;
		font-weight: bold;
		color: #004D71;
		font-size: 14px;
		text-transform: capitalize;
	}
	
	#search_box {
	position: relative;
	left: 565px;
	top: 48px;
	}

	#search_box label {
		display: none; /*block;*/
		background-image: url(images/dotts_search.gif);
		background-repeat: no-repeat;
		background-position: right top;
		padding-top: 15px;
		margin-bottom: 12px;
		font-size:11px;
		font-weight: bold;
		color: #004D71;
	}
	.search_button {
		font-size: 11pt;
		color: #666666;
		padding-left: 5px;
	}

	.search_button a {
		margin-left: 1px;
		color: #004D71;
		padding: 0px 2px 2px 2px;
	}

	.search_button a:hover {
		background-color: #E1EDF3;
	}
	#search_box input {
		border: 1px solid #CFCFCF;
		font-size: 12px;
		color: #444444;

	}

/*end search */
	#sub_content {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 25px;
	}

	#sub_content_home {
		margin-left: 15px;
		margin-right: 0px;
		margin-top: 25px;
	}

	.sub_category_title {
		margin: 10px 0 15px 0;
		font-size: 11pt;
		color: #000000;
		font-weight: bold;
	}

	.news_item {
		font-size: 11pt;
		margin-bottom: 20px;
	}
	.news_item_title {
		margin: 0 0 10px 0;
		font-weight: bold;
		padding-left: 14px;
		color: #004D71;
		background-image: url(images/bullet_news.gif);
		background-repeat: no-repeat;
		background-position: left 4px;
	}

	.news_item_content {
		color: #000000;
		text-align: left-justify;
	}

	.news_item_content span {
		font-size: 90%;
		color: #004D71;
	}
	.news_item_content a {
		color: #004D71;
		text-decoration: none;
		padding: 0px 1px 1px 1px;
	}

	.news_item_content a:hover {
		background-color: #E1EDF3;
	}

	.side_menu {
		font-size: 11pt;
		margin: 0 0 10px 0;
		font-weight: bold;
		padding-left: 14px;
		color: #004D71;
		background-image: url(images/bullet_news.gif);
		background-repeat: no-repeat;
		background-position: left 4px;
	}

	.side_menu a {
		color: #004D71;
		text-decoration: none;
	}

	.side_menu a:hover {
		color: #3E87A9;
	}

	.side_menu a:active {
		color: #004D71;
	}

	#bottom_link_set {
		margin: 80px 0 5px 0;
		padding: 0;


	}
	#bottom_link_set ul {
		margin: 0;
		padding: 0;
		list-style: none;

	}
	#bottom_link_set li {
		margin: 0 0 0 1px;
		padding: 0;
		display: inline;

	}
	#bottom_link_set a {
		color: #566369;
	}

	#bottom_link_set a:hover {
		color: #004D71;
	}


/* ______________________________ */

	#top_menu {
		margin-top: 37px;
		height: 28px;
		background-image: url(images/menu_bck.jpg);
		background-repeat: repeat-x;
		background-position: left center;
		vertical-align: middle;
	}

	#top_menu2 {
		height: 28px;
		background-image: url(images/menu_left_corner.jpg);
		background-repeat: no-repeat;
		background-position: left center;
		vertical-align: middle;
		position: relative;
	}

	#site_search {
		height: 28px;
		float: right;
		background-image: url(images/menu_righ_corner.jpg);
		background-repeat: no-repeat;
		background-position: right center;
		vertical-align: middle;
	}

	#site_search2 {
		margin: 5px 10px 0 0 ;
	}

	#site_search2 div {
		margin-top:6px;
	}

	#site_search2 input {
		font-size: 10px;
		float: left;
	}

	#site_main_navigation {
		position: relative;
		top: 4px;
		left: 12px;
	}

	#site_main_navigation ul {
		margin:0px 0 0 0;
		padding: 0;
	}

	#site_main_navigation li {
		display: inline;
		margin:0;
		padding: 0;
		color: #3E87A9;
		font-size: 11px;
	}

	#site_main_navigation a {
		color: #004D71;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		text-decoration: none;
	}

	#site_main_navigation a:hover {
		color: #3E87A9;
	}

	#site_main_navigation a:active {
		color: #3E87A9;
	}

