@charset "UTF-8";

/* THIS IS THE PRINT STYLE SHEET, SEVERAL THINGS ARE HIDDEN, AND STYLES ARE INCORPORATED FROM OTHER STYLE SHEETS TO MAKE THE PAGE PRINT LEGIBLY. */

body {
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family:"Times New Roman", Times, serif;
	text-align: center;
}

p {
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.7em;
	color:#000;
	text-align:center;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
	color:#000;
	text-align:left;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
	color:#000;
	text-align:left;
}

li {
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	color:#000;
}

a {color:#000;
}

/*Styles for breadcrumbs */

.crumb {
  display:none;
}

#container {

	width: 960px;
	background: #FFFFFF;
	margin: 20px auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	position:relative;
} 

/*BEGIN STYLES FOR THE HEADER ON ALL PAGES*/

#header {
	width:auto;
	height:123px;
	background:url(/images/common/bg_turkey/cesme_beach.jpg) top repeat-x;
	text-align:left;
	margin:0;
}

#topBanner {
	display:none;
}

.clear {
	clear:both;
}

/*SPRY NAVIGATION MENU */
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	display:none;
}

.clear {
	clear:both;
}

#leftSidebar {
	display:none;
}

#leftSidebar h1  {
	display:none;
}

#mainContent {
	width:900px;
	height:auto;
	padding:0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:auto;
	text-align:left;
	border:none;
} 

#fourSquares {
	width: 528px;
	height: 528px;
	margin:10px auto;
}


#fourSquares a {
	color:#000;
}

#fourSquares h1 {
	font-size: 18px;
	color: #000;
	margin-top:20px;
}

#fourSquares ul {
	font-size: 13px;
	padding-right:15px;

}

#fourSquares ul li {
	color: #000;
	margin: 5px 0;

}

#directory {
	width: 264px;
	height: 264px;
	float: left;
}

#information {
	width: 264px;
	height: 264px;
	float: left;
}

#services {
	width: 264px;
	height: 264px;
	float: left;
}

#community {
	width: 264px;
	height: 264px;
	float: left;
}

#rightSidebar {
	display:none;
}

.turkey_articles {
	display:none;	
}

.turkey_articles a, .turkey_articles a:visited {
	text-decoration:none;	
}

.turkey_articles img {
	border:none;
}

#turkeyArticle {
	display:none;
	
}

#turkeyArticle h1  {
	display:none;
}

#turkeyArticle a, #turkeyArticle a:visited {
	text-decoration:none;	
}


.alert {
	color:red;
}

#turkeyFactsIndex {
	display:none;
}

#bottomBanner {
	display:none;
}

#textLinks {
	display:none;
}

#footer
{
	width: 800px;
	height:65px;
	font-size: 12px;
	text-align:center;
	padding: 5px 40px 0 40px;
}

#footer a, #footer a:visited
{
	display:none;
}

#copy
{
	color:#000;
	text-align:right;
	margin-right:10px;
}

.Turkey
{
	font-size:16px;
	color:#000;
}
.Central
{
	font-style:italic;
	font-size:16px;
	font-weight:bold;
	color:#000;
}

.Com
{
	font-size:12px;
	color:#000;
}

.TurkeyWhite {
	font-size:16px;
	color:#000;
}

.CentralWhite {
	font-style:italic;
	font-size:16px;
	font-weight:bold;
	color:#000;
}
