@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-image: url(images/bg-2.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

.soroka #container-home {
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 14px;
} 

.soroka #header-home {
	padding-left: 5px;
	width: 182px;
} 
.nav{
	width: 148px;
	border-size: 1px;
}

.nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.nav li a{
	display: block;
	height: 30px;
	line-height: 30px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	background-color: transparent;
	background-image: url(images/buttons.jpg);
	background-position: 1px 78px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}	
	
.nav li a:link, .nav li a:visited {
	color: #FFFFFF;
}

.nav li a:hover{
	color: #FFFFFF;
	background-position: 1px -3px;
}

	
.nav li a.selected{
	color: #FFFFFF;
	background-position: 100% -1px;
}

.soroka #sidebar1-home {
	float: left; /* since this element is floated, a width must be given */
	width: 148px;
	margin-top: 80px;
	margin-left: 5px;
}
 
.soroka #mainContent-home {
	margin-left: 174px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 130px;
	margin-right: 565px;
}

.soroka #mainContent-home h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #E5CD9B;
}
.soroka #mainContent-home h3 {
	color: #E5CD9B;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	line-height: 0px;
}


.soroka #right-content {
	float: right;
	width: 360px;
	margin-top: 4px;
}
.soroka #right-content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #E5CD9B;
}
.history-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #E5CD9B;
font-weight: bold;
}
#history-block {
	width: 230px;
	float: right;
}
#brochure-block {
	width: 148px;
	text-align: center;
	margin-top: 10px;
}

.soroka #footer {
	font-size: 11px;
	text-align: left;
	margin-bottom: 10px;
	padding-right: 50px;
	margin-left: 174px;
} 
.soroka-1 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#news-box {
	margin-left: 174px;
	margin-right: 420px;
	margin-top: 30px;
}
.soroka #news-box a {
	color: #FFFFFF;
	text-decoration: underline;
}
.soroka #news-box a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

