@import url("../Base.css");

/*img { behavior: url("/pngbehavior.htc"); }*/
html { overflow: -moz-scrollbars-vertical; }

ul { list-style-image: url(Resources/ListItemImage.gif) }

body 
{
	width: 100%;
	height: 100%;
	text-align: center;
}
#wrapper 
{
	text-align: left;
		margin-left: auto; 
		margin-right: auto;
		height: auto !important;
		height: 100%;
		min-height: 100%;
		width: 873px;
		overflow: visible; }
		
#left { float: left; width: 171px; }
#right { text-align: justify; margin-left: 173px; position: relative;}
#right #header { padding-top: 88px;}
#right #headerHome { padding-top: 33px; z-index: 1;}
#right #content { padding-top: 10px; padding-right: 10px; }

#HomeLeft { width: 519px; float: left; margin-bottom: 20px;}
#HomeRight { margin-left: 524px; padding: 0 5px; text-align: left;}

#content { padding-left:10px;}
#content img { border: solid white 10px; margin: 5px; }
#content .photoGrid img { border: 0; margin: 0;}
#content .photoGrid a { text-decoration: none;}
#content .top {text-align:right;}
#content .top a {color:#6a686a; text-decoration:none;}
#content .top a:hover {color:Black;}
#content blockquote {font-style: normal; background-color:#eeeeee;}
#content table td { padding: 2px;}

#breadcrumbs{ visibility: hidden; display: none; }
#quickLinks {position: absolute; top: 65px; right: 10px; z-index: 1000; }
#quickLinks a { text-decoration: none; color: #373637;}
#quickLinks a:hover { text-decoration: none; color: #9e9e9e;}

#footer { color:#6a686a; clear:both; margin-top: 20px; padding: 10px 0 0 178px; background: url(Resources/footerBackground.jpg) no-repeat top left;}
#footer, #footer * { color:#6a686a; }
#footer a { color: #6a686a; text-decoration: none;}
#footer a:hover {color: Black;}

#languageSelection {float:right; padding-right: 15px;}

#news #item { padding: 0 0 0 3px;}
#news #item h2 {font-size: 14px; font-weight: bold; padding-bottom: 0;}

#news a.lightwindow * {background-color: Transparent;}
#news a.lightwindow { display: block; text-decoration: none; border: solid 1px white; background-color: White; }
#news a.lightwindow:hover { border: solid 1px #dddddd; background-color: #eeeeee; }


