/* Style sheet  */

/* Adds right scroll bar to avoid bouncing on short pages */

 
html {
	overflow-y: scroll;
}

body {
	background-color: #85CBE9;
	background-image: url(images/main_bkgd_blue.jpg);
	background-repeat: repeat-x;
}
#main {
	background-color: #fff;
	min-width:820px;
}


/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#467CAD;
}

/* LANGUAGES */

#languages {
	height: 1.8em;
	background: #5193CF url(images/bg_languages.jpg) no-repeat;
}
#languages /*#languages  ul  {
	display: none;
}*/
 ul  li#chinese  {
	color: #467BAD;
	text-decoration: none;
}	
#languages ul li a:link, #languages ul li a:visited, #languages ul li a:hover, #languages ul li a:active {
	color:#F2F2F2;
	text-decoration:none;
}
#languages ul li a:hover {
	color: #f2f2f2;
}


	
/* TOP BANNER */

#topbanner {
	height: 150px;
	background-color: #5193CF;
}


#topbanner #hiddentitle, #hiddentitle span {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 150px;
	color: #FFFFFF;
}


/* HORIZONTAL NAVIGATION */

#horizontal {
	background-color:#DDE7EF;
	width:100%;
	float: left;
}

#horizontal ul{
	margin-left: 1.3em;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 4px;
	text-align:center;
}

#horizontal ul li{
	list-style-type:none;
	display:inline;
}
#horizontal  ul  li#media  {
	border-right-style: none;
}


#horizontal ul li a{
	color:#46403C;
	text-decoration:none;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 130%;
	line-height: 1.6;
}

#horizontal ul li a:hover{
	background-color: #46403C;
	color: #ffffff;
}
#breadcrumbs {
	float: right;
	width: 78.5%;
	color: #74665B;
	margin-top: .5em;
}
#breadcrumbs a {
	text-decoration: none;
	color: #74665B;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}





/* PAGE CONTENT ATTRIBUTES */

#content {
	width: 77%;
	float: left;
	margin: 0 0 0 0.9em;
	padding: 0 0 1em 0;
}
#content ul li {
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	margin: 0px;
	padding: 0 0 4px 20px;
}
#content  p, #content ul li {
	color: #333333;
	font-size:115%;
	line-height: 1.4;
}

#content a:link, #content a:visited, #content a:hover, #content a:active {
	color:#A21921;
	text-decoration: none;
}

#content a:hover {
	color: #000000;

}

#content a:visited {
	color: #400000;
}


#content h2 {
	color: #922303;
	font-size: 140%;
	font-weight: normal;
	font-size: 150%;
	font-weight: bold;
	margin-top: 1.5em;
	}
#content   h3  {
	color: #B05C00;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8C5F48;
	line-height: 2;
}

#content h4 {
	color: #400000;
	font-size: 115%;
	font-weight: normal;
}
#content .box {
	background-color: #E3EDF9;
	float: left;
	padding-bottom: 10px;
}
#content .box h3 {
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#content  .floatleft  img {
	float: left;
	padding-right: 10px;
}



/* QUOTES */
blockquote {
	font-size: 140%;
	background-image: url(images/blockquotegrad.jpg);
	background-repeat: repeat-x;
	background-color: #DFDBCA;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.5em;
	text-align: left;
	padding-right: 1em;
	padding-left: 1em;
	margin-top: 1em;
	margin-right: 0em;
	margin-left: 0em;
	color: #392224;
	padding-top: 1em;
	display: block;
	float: left;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

blockquote .credit {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0.6em;
	float: right;
	color: #333333;
	font-size: 75%;
	font-style: italic;
	line-height: 18px;
	text-align: right;
	margin: 0px;
	padding-bottom: 0em;
}



/* MAIN NAVIGATION */

#mainnav {
	float: left;
	width: 19%;
	font-size: 98%;
	padding-bottom: 1em;
	margin-left: 0.5em;
	/*margin-top: 1em;*/
}
#mainnav h2 {
background-color: #B35900;
	margin: 0px;
	color: #FFFFFF;
	padding: 0.5em;
}

#mainnav ul {
	margin: 0px;
}

#mainnav ul li {
	list-style-type: none;
	display: block;
	background-image: none;
	font-size:110%;
	line-height: 1.6;
}


#mainnav ul li a {
	text-decoration: none;
	display:block;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: .5em;
	padding-right: 0.5em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E4D5C2;
}
#mainnav  ul  ul li {
	border-bottom-style: none;
}
#mainnav ul ul {
	display: none;
}
#mainnav ul ul li {
	font-size: 100%;

}

#mainnav ul ul li a {
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 9px 10px;
	padding-left: 1.5em;
}

#mainnav ul li a:hover  {
	display: block;
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #74665B;
}
#mainnav   a:link, #mainnav   a:visited, #mainnav a:active    {
	color:#46403C;
}
#mainnav  ul  li .category  a    {
	background-image: url(images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: 130px 7px;
}
/*RIGHT NAv*/
#rightnav {
	float: right;
	width: 21%;
	padding-bottom: 1em;
	background-color: #fff;
	margin-right: 0.5em;
	padding-right: 0;
	/*margin-top: 1em;*/
}
#rightnav #sidebanner {
	width: 100%;
	margin-top: .7em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#rightnav h2 {
	background-color: #B35900;
	margin: 0px;
	color: #FFFFFF;
	padding: 0.5em;
}

#rightnav ul li {
	list-style-type: none;
	display: block;
	font-size:110%;
	line-height: 1.6;
}


#rightnav ul li a {
	text-decoration: none;
	display:block;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0em;
	padding-right: 0.5em;
	font-weight: normal;
	color: #46403C;
}
#rightnav  ul  ul li {
	border-bottom-style: none;
}
#rightnav ul ul {
	display: none;
}
#rightnav ul ul li {
	font-size: 95%;
	font-style: oblique;

}

#rightnav ul ul li a {
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 9px 8px;
	padding-left: 1.5em;
}

#rightnav ul li a:hover  {
	display: block;
	text-decoration: underline;
}
#rightnav   a:link, #rightnav   a:visited, #rightnav a:active    {
	color:#46403C;
}
#rightnav  ul  li .category  a    {
	background-image: url(images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: 130px 7px;
}
#rightnav  ul {
	margin-top: 0.25em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rightnav    ul  li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 10px;
	padding-left: 1em;
	margin-left: 0.3em;
	border-bottom-width: 1px;
	border-bottom-color: #E4D5C2;
}
#orangebox {
	display: block;
	border: 1px solid #B35900;
	padding-bottom: 0.4em;
	margin-top: 1em;
	margin-right: 1em;
	width: 100%;
}


/* FOOTER BAR */

#footer {
	background-color: #74665B;
	color: #FFFFFF;
}

#footer ul {
	margin-top: 0em;
}
#footer ul li  {
	display: inline;
}
#footer ul li a {
	color: #fff;
	text-decoration: none;
}
#footer ul li a:visited {
	color: #E1D7C1;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
	color: #E1D7C1;
}

#wsscredit {
	color: #666;
	text-align: center;
	display: none;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
#rss {
width:60px;
float:right;
text-align: right;}
/*This is for the Istanbul logo box*/
#resources #b26200 {text-align:center; margin-bottom:1em;}
#resources #b26200 p {margin:0px; font-size:10px;}
#resources #b26200 a {color:#5E3C3C; text-decoration:none;}
#resources #b26200 a:hover {text-decoration:underline;}
