/* CSS Document */

body
{
	background-color: #ffffff;
	border: 0;
	margin: 0;
	font-family: Arial, Tahoma, Helvetica;
	/*color: #000000;*/
	font-size: 12px;
}

.canvas
{
	margin: 0 auto;
	width: 936px;
	height: 100%;
	text-align: left;
}

.header
{
	width: 930px;
	height: 136px;
	background-image: url('/images/redesign/header.jpg');
	background-repeat: no-repeat;
}

.address
{
	width: 1050px;
	background-color: #353535;
	padding-bottom: 6px;
}

	.address p
	{
		color: #ffffff;
		border: 0;
		margin: 0;
		margin-right: 10px;
		text-align: right;
		font-size: 16px;
		font-style: italic;
	}
	
.index
{
	width: 936px;
	padding: 14px 0;
	background-color: #ffffff;
	color: #000000;
}

	.index a:link, .index a:visited
	{
		text-decoration: none;
		color: #353535;
		font-weight: bold;
		margin: 0 4px
	}
	
	.index a:hover
	{
		text-decoration: underline;
		color: #0181ab;
		font-weight: bold;
		margin:0 4px;
	}

.content
{
	width: 926px;
	min-height: 700px;
	_height: 700px;
}

/*#0181ab; */

.left_pane
{
	width: 200px;
	height: auto;
	float: left;
	text-align: left;
	color: #FFFFFF;
}
	.left_pane .list
	{
		background-color: #78777c;
		width: 182px;
	}
		.left_pane .list .list_header{
			background-color: #0195db;
			width: 182px;
		}
			.left_pane .list .list_header .container{
				margin: 3px 5px;
				font-weight: bold;
			}
	.left_pane ul
	{
		list-style: none;
		padding-left: 10px;
		margin: 0;
	}
	
	.left_pane li
	{
		list-style: none;
		margin-left: 3px;
		padding-left: 0;
	}
	
		.left_pane li a:link,.left_pane  li a:visited
		{
			color: #ffffff;
			font-size: 14px;
			text-decoration: none;
		}
	
		.left_pane  ul li a:hover
		{
			color: #353535;
			font-size: 14px;
			text-decoration: none;
		}

.center_pane
{
	width: 490px;
	height: auto;
	float: left;
	overflow: hidden;
	text-align: left;
}

	.center_pane a:link, .center_pane a:visited
	{
		text-decoration: none;
		color: #0181ab;
		font-weight: bold;
		margin: 0 4px;
	}
	
	.center_pane a:hover
	{
		text-decoration: underline;
		color: #0181ab;
		font-weight: bold;
		margin:0 4px;
	}


.right_pane
{
	width: 215px;
	min-height: 500px;
	float: right;
	color:#FFFFFF;
}
	
	.right_pane .form
	{
		width: 215px;
		height: auto;
	}
	
		.right_pane .form .form_header{
			background-color: #0195db;
			padding: 10px;
		}
		.right_pane .form .inside
		{
			width: 205px;
			padding: 5px;
			background-color: #77787c;
		}
		
		.right_pane tr
		{
			width: 200px;
			padding: 0;
			margin: 0;
			font-size: 11px;
		}
		.right_pane .other
		{
			width: 200px;
		}
		
		.right_pane input
		{
			width: 120px;
		}
		
		.right_pane .title
		{
			width: 120px;
		}
	.right_pane .istanbul
	{
		width: 200px;
		height: 269px;
	}
/*
.left_pane ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.left_pane li
{

}

.left_pane li ul
{
	margin: 0;
	padding: 3px;
	left: 200px;
	top: -200px;
	width: 150px;
	height: auto;
	position: relative;
	border: 1px solid #ffffff;
	list-style: none;
	background-color: #0181ab;
	display: none;
}

.left_pane li:hover ul,.left_pane  li.over ul
{
	display: block;
}
*/
/* Fix IE. Hide from IE Mac \*/
/* html ul li { float: left; }*/
/* End */

img
{
	border: 0;
}

h1
{
	font-weight: normal;
	font-size: 20px;
}

h2
{
	font-weight: normal;
	font-size: 16px;
	color: #0181ab;
}

h4{
	font-weight: bold;
	font-size: 16px;
	margin: 2px;
	padding: 0;
}

h3
{
	font-weight: normal;
	font-size: 16px;
	color: #000000;
}

.hidden_other
{
	display: none;
	width: 230px;
}

#other1
{
	display: none;
}

#other2
{
	display: none;
}