@charset "UTF-8";

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}
body {
	font-size: 100.01%; /* Fix for some browser bugs */
	background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
font-weight:normal;
font-size:100%;
}



body  {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #403f3f;
}
.gyhu #container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

} 
.gyhu #header {
	border: 2px solid #aaa;
	height: 190px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #ffffff;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
} 
.gyhu #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 */
}
.gyhu #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 355px; /* 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 */
	background: #ffffff;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.gyhu #mainContent {
	margin-top: 3px;
	margin-right: 368px;
	margin-bottom: 0;
	margin-left: 0;
	border: 2px solid #aaaaaa;
	min-height:750px;

} 

.gyhu #mainContent p{
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 12px;
	margin-left: 30px;
}

.gyhu #mainContent ul{
	
	margin-bottom: 25px;

}
.gyhu #mainContent li{
	margin-top: 0;
	margin-right: 25px;
	margin-left: 60px;
}


.gyhu #footer {
	background-color: #818181;
	margin-top: 4px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.gyhu #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: 80%;
}
h1 {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #008ed9;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #008ed9;
	text-transform: uppercase;
	font-size: 110%;
	margin: 10px 25px 5px 30px;
}
.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;
}#nav {
	margin-top: 142px;
}


#tabs {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	font-weight: bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #aaa;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 20px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	text-transform:uppercase;

	}

#tabs a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#999;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover span {
	color:#d95c00;
	}
#footer a:link {
	color:#aaaaaa
	text-transform:uppercase;
}

#footer a:hover {
	color:#d95c00;
}

#sidebar1 ul {
	margin:0;
	list-style:none;
	}

#sidebar1 li {
	display:block;
	margin:0;
	text-transform:uppercase;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	background-image: url(images/bg_grad.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 4px 0px;
	}

#sidebar1 a {
	font-family:'arial narrow' arial, helvetica, sans-serif;
	float:left;
	color:#008ed9;
	margin:0;
	text-decoration:none;
	display:block;
	padding-top: 0;
	padding-right: 0;
	padding-left: 25px;
	}
#sidebar1 a:hover {
	color:#d95c00;
	}	

#social a{
	margin: 0px;
	padding: 0px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#social a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
span.on{
color:#d95c00;
}

#book {
	float: right;
	width: 355px;
	height: 342px;
	
}

#float {
	border: 2px solid #5F7F7B;
	background-color: #D1EFEC;
	height: 30px;
	width: 355px;
	color: #4F4F4F;
	position: relative;
	left: 500px;
}

#sidebar1 #book a{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	}	
a:link {
		color:#008ed9;
		text-decoration:underline

}
	
a:visited {
		color:#008ed9;
		text-decoration:underline

}
a:hover {
		color:#d95c00;
		text-decoration:underline
}
	
a:active {
		color:#008ed9;
		text-decoration:underline

}
