@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000 url(../images/main_bg.gif) center top repeat-y;
	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: #333333;
}

strong {
	font-weight:bold;
}

a, a:visited {
	color:#0095FB;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.twoColFixLtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/container_bg.gif) top center repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
.twoColFixLtHdr .header { 
	height:220px;
	position:relative;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-left:1px;
	background: url(../images/sidebar_bg.jpg) top left repeat-x; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #galleryContent {
	margin: 0;
	padding: 10px 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:center;
} 

.twoColFixLtHdr #galleryContent img {
	margin: 3px;
	border:#CCCCCC solid 1px;
}

.twoColFixLtHdr #galleryContent a {
	font-size:12px;
	font-weight:bold;
	margin-bottom:7px;
}

.twoColFixLtHdr #galleryContent a.navNextPage {
	float:left;
}

.twoColFixLtHdr #galleryContent a.navPrevPage {
	float:right;
}

.twoColFixLtHdr #mainContent h1,
.twoColFixLtHdr #sidebar1 h3 {
	margin: 15px 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-size:20px;
	font-weight:bold;
}

.twoColFixLtHdr #mainContent h4 {
	margin: 0;
	font-size:12px;
	font-weight:bold;
}

.twoColFixLtHdr #mainContent p,
.twoColFixLtHdr #mainContent ul li,
.twoColFixLtHdr #sidebar1 p {
	margin: 5px 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-size:16px;
	line-height:1.3em;
	direction: rtl;
}

.twoColFixLtHdr #mainContent ul {
	list-style: outside;
	margin-right: 20px;
	direction: rtl;
}

.twoColFixLtHdr #mainContent ul li {
	list-style: disc;
	font-size: 14px;
	margin-bottom: 10px;
	direction: rtl;
}

.twoColFixLtHdr #mainContent table {
	margin: 0;
}

.twoColFixLtHdr #mainContent form table {
	margin: 0;
	padding: 0;
}

.twoColFixLtHdr #mainContent form table tr td {
	padding: 2px;
}

.twoColFixLtHdr #mainContent form table tr td input {
	font-size: 16px;
	width: 240px;
}
.twoColFixLtHdr #mainContent form table tr td input#submit {
	font-size: 16px;
	font-weight: bold;
	width: 160px;
}

.twoColFixLtHdr #mainContent form table tr td label {
	font-size: 16px;
	text-align: left;
	display: block;
}

.twoColFixLtHdr #sidebar1 p {
	font-size:14px;
	line-height:1.3em;
}

.twoColFixLtHdr #sidebar1 img {
	margin:10px 20px 0 0;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 5px 0 0 0;
	height: 40px;
	background: url(../images/footer_bg.gif); 
} 
.twoColFixLtHdr #footer hr {
	border: none;
	background-color: #999;
	height: 1px;
	width: 97%;
} 
.twoColFixLtHdr #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: 5px 0 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size:10px;
}
.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;
}

  /* HEADER: NAVBAR
  -------------------------------------------------- */
  #navbar {
    clear: left; 
    height: 36px; 
    overflow: visible;
    border-top: 2px solid #062436;
  }
  
  #navbar li { float: right; height: 36px; }
  #navbar li a { display: block; height: 36px; text-decoration:none; }
  #navbar li a span { visibility: hidden; }
  
  #navbar li.homepage a { width: 136px; background: url(../images/nav_bar.png) -824px 0 no-repeat; } 
  #navbar li.homepage a:hover { background: url(../images/nav_bar.png) -824px -36px no-repeat; }
  #page-home #navbar li.homepage a { background: url(../images/nav_bar.png) -824px -72px no-repeat; }

  #navbar li.about a { width: 113px; background: url(../images/nav_bar.png) -711px 0 no-repeat; } 
  #navbar li.about a:hover { background: url(../images/nav_bar.png) -711px -36px no-repeat; }
  #page-about #navbar li.about a { background: url(../images/nav_bar.png) -711px -72px no-repeat; }
  
  #navbar li.services a { width: 126px; background: url(../images/nav_bar.png) -585px 0 no-repeat; } 
  #navbar li.services a:hover { background: url(../images/nav_bar.png) -585px -36px no-repeat; }
  #page-services #navbar li.services a { background: url(../images/nav_bar.png) -585px -72px no-repeat; }
  
  #navbar li.gallery a { width: 136px; background: url(../images/nav_bar.png) -449px 0 no-repeat; } 
  #navbar li.gallery a:hover { background: url(../images/nav_bar.png) -449px -36px no-repeat; }
  #page-gallery #navbar li.gallery a { background: url(../images/nav_bar.png) -449px -72px no-repeat; }

  #navbar li.events a { width: 179px; background: url(../images/nav_bar.png) -270px 0 no-repeat; } 
  #navbar li.events a:hover { background: url(../images/nav_bar.png) -270px -36px no-repeat; }
  #page-events #navbar li.events a { background: url(../images/nav_bar.png) -270px -72px no-repeat; }
  
  #navbar li.links a { width: 132px; background: url(../images/nav_bar.png) -138px 0 no-repeat; } 
  #navbar li.links a:hover { background: url(../images/nav_bar.png) -138px -36px no-repeat; }
  #page-links #navbar li.links a { background: url(../images/nav_bar.png) -138px -72px no-repeat; }

  #navbar li.contactus a { width: 138px; background: url(../images/nav_bar.png) 0px 0 no-repeat; } 
  #navbar li.contactus a:hover { background: url(../images/nav_bar.png) 0px -36px no-repeat; }
  #page-contactus #navbar li.contactus a { background: url(../images/nav_bar.png) 0px -72px no-repeat; }
