﻿/* CSS Document */
/* Basic Top Nav Drop Down CSS Template
Copper Cactus Graphics
*/

body  {
	font: 80% Tahoma, Arial, Helvetica, sans-serif; /*old-Verdana, Arial, Helvetica, sans-serif;*/
	background-color:#000000;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* centers the container in IE 5* browsers. Text is then set to the left aligned default in the #container selector */
	color: #2985e4;
}

#container { 
	width: 1020px;  /* creates a container 80% of the browser width */
	background: #000000;
	margin: 0 auto; /* auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* overrides the text-align: center on the body element. */
	border-right: solid;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-color: #2985e4;	
}

#header { 
	background: #205fb4;
	background-image:url(images/szarkonbanner.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding: 0 16px;  /* padding matches the left alignment of the elements in the divs that appear beneath it. If image is used in the #header instead of text, remove the padding if necessary. */
	width: 986px;
	height: 170px;
	border: solid;
	border-width: 1px;
	border-color: #2985e4;
} 

#header h1 {
/*	margin: 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 */
/*	padding: 10px 0;  using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align:right;
	font-size:18px;
}

#header h2 {
	text-align:right;
	font-size:16px;
	color:#2985e4;
	margin-top: 3px;
}


/* navigation */
#navigation {
	float:none;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #762929 url(images/nav_1.png) repeat-x;
	height: 40px;
	padding-left: 140px;
/*		margin: 0 auto;
	padding: 0 18px; */ 
	width: 880px;
	border: solid;
	border-width: 1px;
	border-color: #2985e4;
	margin-left: -1px;
	border-bottom-width: 3px;
}
#navigation a {
	color: #2985e4; /*#0e9aa7;*/
	text-decoration: none;
	font-weight:bold;
	padding: 3px 4px;
	margin-right: 10px;
/*	line-height: 44px;*/
}
#navigation a:hover {
	color: #0099FF;
}

#navigation ul{
	margin: 0px auto;
	list-style-type:none;
} 

#navigation li
{
	float: left;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	list-style-type: none;
} 

#navigation li a 
{
	display: block;
/*	background-color: #a8bee0;  #EBEBEB;	*/
	background: #FFFFFF url(images/nav_1.png);	
	float: left;
	height: 35px;
	width: 100px;
	text-decoration: none;
	padding: 3px 2px 2px 8px;
	text-transform: uppercase; 
} 

#navigation li a:hover, #navigation li a#selected:hover
{ 
 background: #FFFFFF url(images/nav_1.png); 
  color: #999999;
} 

#navigation li a#selected {
	background: #FFFFFF url(images/nav_1.png); 
  border-bottom:0px;
  color:#a1c3e6;
}

#navigation li.dirsub a
{
	display: block;
/*	background-color: #a8bee0;  #EBEBEB;	*/
	background: #FFFFFF url(images/nav_2.png);	
	float: left;
	height: 50px;
	width: 125px;
	text-decoration: none;
	padding: 3px 2px 2px 8px;
	text-transform: uppercase;
	color: #2985e4;	
}

#navigation li.dirsub a:hover, #navigation li.dirsub a#selected:hover
{ 
 background: #FFFFFF url(images/nav_2.png); 
  color: #999999;
} 

#navigation li.dirsub a#selected {
	background: #FFFFFF url(images/nav_2.png); 
  border-bottom:0px;
  color:#FFFFFF;
}

/* Begin Dropdown Menu */
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
 font-weight: bold;  
}

ul.dropdown li {
 float: left;
/* line-height: 1.3em;*/
 vertical-align: middle;
 zoom: 1;
/*	 padding: 7px 10px;
	 border-style: solid;
	 border-width: 1px 1px 1px 0;
	 border-color: #fff #d9d9d9 #d9d9d9;
	 background-color: #f6f6f6;
	 color: #000; */
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
/*	 background-color: #eee;
	 color: #000; */
}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #000; text-decoration: none; }
	ul.dropdown a:hover		{ color: #000; }
	ul.dropdown a:active	{ color: #ffa500; }

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
	 width: 200px;
	 margin-top: 1px; 

	-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=90)”;
	 filter: alpha(opacity=90);
	 -moz-opacity: .9;
	 KhtmlOpacity: .9;	 
	 opacity: .9;
}

ul.dropdown ul li {
 float: none;
		 font-weight: normal; 
}

ul.dropdown ul ul {
 top: 0px;
 left: 88%;

}

ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown *.dir {
 padding-right: 0px;
/* background-image: url(images/nav-arrow-down.png);*/
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown *.dirsub {
 padding-right: 0px;
/* background-image: url(images/nav-arrow-down.png);*/
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

/* End Dropdown */


/* Tips for mainContent:
1. the space between the mainContent and sidebars(not used for this template) is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent {
	margin: 80px 140px 40px 140px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	
	font-size: 16px;
}

#mainContent a {
 
	color: #2985e4;
	font-weight:bold;
	font-size:14px;
}

#mainContent a:hover {
	color: #555555;
}

#mainContent h1 {
	font-size:24px;
}

#mainContentListing {
	margin: 60px 0px 20px 200px;
}

#mainContentListing h1 {
	font-size:24px;
}

.spacer {
	height:200;
	width:auto;
}
#headinglink  a{
	font-weight:bold;
	font-size:20px;
	color:#0000FF;
}

#headinglink a:hover {
	color: #762929; 
}

/* Table formatting classes */
.toprow {
	font-weight:bold;
    text-align: center;
}

.leftcol {
    font-weight: bold;
    text-align: left;
}

/************** table styles ******************/

table.gallery
{
	width: 680px;
/*	border: 3px solid black;*/
}

table.gallery th
{
	text-align: center;
}

table.gallery td.header
{
	text-align: center;
	font-weight: bold;
	border: 1px solid black;	
}

table.gallery td.image 
{ 
	width: 170px;
	height: 120px;
	vertical-align:middle;	
}

table.gallery td.none
{
	width: 70px;
	border: 1px solid black;	
}

table.gallery td.heading {
	text-align:center;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #2985e4;
	width: 150px;
	height: 20px;
	vertical-align:middle;
}

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
/*	background: #ccb8a6 url(images/bgfooter.jpg);
	background-repeat:repeat-x;*/
	background-color:#000000;	
	border: 1px solid #2985e4;
	height:50px;
} 
#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: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a {
	color: #2985e4; /*#0e9aa7;*/

/* Miscellaneous classes for reuse */
.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 The floated element must precede the element it should be next to on the 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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
[if IE]>
/*<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
/*.thrColLiqHdr #sidebar2, .thrColLiqHdr #sidebar1 { padding-top: 30px; }
/*.thrColLiqHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
/*</style>
/*<![endif]
