﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(img/puzzle_gray_bg.jpg);
	text-align: center; /* this centers the page-wrap in IE 5* browsers. The text is then set to the left aligned default in the #page-wrap selector */
	color: #000000;
}

#page-wrap {
	width: 56em;  /* this width will create a page-wrap that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #ffffff;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}	

#header {
	background: #4CA6DA url(img/gore.jpeg) no-repeat;
	height:62px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	text-align: right;
	font-size : 12px;
	font-weight : bold;
}
/*
#navigation{
	position : relative;
	top:0px;
	left:40px;
}
	#navigation ul{
		list-style:none;
		float : left;
		width : auto;
		margin: 0 auto;
	}
	#navigation li{
		list-style:none;
		display:block;
		float:left;
		margin:0 1px;
	}
		#navigation li a{
			display:block;
			float:left;
			font-size:11px;
			font-weight:bold;
			background:url(img/menu_027_l.jpg) no-repeat left;
			line-height:39px;
			padding:0 0 0 9px;
			text-decoration:none;
		}
		#navigation li a span{
			display:block;
			float:left;
			background:url(img/menu_027_r.jpg) no-repeat right;
			line-height:39px;
			padding:0 8px 0 0;
		}
		#navigation li a:hover{
			display:block;
			float:left;					
			background:url(img/menu_027_h_l.jpg) no-repeat left;
			cursor: pointer;
		}
		#navigation li a:link { 
			color: #000000;
		}
		#navigation li a:visited { 
			color: #000000;
		}
		#navigation li a:focus {
			-moz-outline-style: none;
		}
		#navigation li a:active{
			padding: 0 0 4px 0; 
		}		

		#navigation li a:hover span{
				display:block;
				float:left;					
				background:url(img/menu_027_h_r.jpg) no-repeat right;
				cursor: pointer;
		}
		
		
*/		
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
#navigation{
	height: 60px;
	position : relative;
	top:5px;
	left:40px;
}

#navigation ul{
		list-style-type: none;
		float : left;
		width : auto;
		margin: 0 auto;
	}
#navigation li {
		list-style:none;
		display:block;
		float:left;
		margin:0 1px;
	}
a.button {
	position : relative;
    background: transparent url('img/but_r.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 13px; /* sliding doors padding */
    text-decoration: none;
}
	
a.button span {
	list-style:none;
    background: transparent url('img/but_l.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: top right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: top left;
    padding: 5px 0 5px 18px; /* push text down 1px */
} 
a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}		
a.button:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}	
a.button:focus span {
-moz-outline-style: none;
}
	

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#mainContent {
	margin: 10px 1em;  /*the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	text-align : justify;
	font-size:85%;
	font: 85% Comic Sans MS,Arial,Helvetica,sans-serif;
}
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the " #sidebar1 p" rule.
*/
#mainContent p { 
margin: 5px 0;
}

#mainContent h3 { 
padding: 0 0 0 5px;
}

#mainContent  table {
	margin: 40px auto;
}
	#mainContent td{
		padding: 8px 0 8px 0px;
		margin: 5px 0;
	}

#search {
	position : relative;
	bottom:12px;
	right:5px;


}
	#search  input{
		padding: 0;
	}

#sidebar1 {
	font-size:85%;
	float: right; 
	width: 12em; /* since this element is floated, a width must be given */
	background: #4C96DA; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px; /* top and bottom padding create visual space within this div */
}
 
#footer { 
	margin: 10px 0 0 0;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#4CA6DA;
} 

#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 */
	font-size:55%;
	text-align: center;
}

/* 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 */
	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 page-wrap that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#metainfo{
font-size:11px;
padding:0 0 10px 5px;
}
hr {
border-color:#000000;
border-style:outset none none;
border-width:2px medium medium;
height:2px;
margin-bottom:10px;
margin-top:30px;
}