@charset "utf-8";

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a { color:#f90; text-decoration:none }

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #BCC69B;
	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: #000;
}
 #container {
	width: 990px; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #37362e;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
 #header {
	background-image: url(../_images/bp-headgrad2.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	height: 375px;
} 
 #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	bottom: 50px;
	font: Helvetica;
	font-size: 4em;
	font-weight: bold;
	color: #675b44;
}

#header h2 {
	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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	bottom: 0px;
	font: Helvetica;
	font-size: 2em;
	font-weight: bold;
	color: #675b44;
	text-align: center;
}

#header #mainNav {
	position: absolute;
	bottom: 140px;
	list-style-image: none;
	left: 0px;
	text-align: right;
	width: 990px;
	padding: 16px 0 0 0

}
#header #tagLine {
	font-size: 2em;
	font-weight: bold;
	color: #37362e;
	text-decoration: none;
	position: absolute;
	left: 200px;
	top: 80px;
	font-variant: normal;
	display: inline;
}
#container #header #tagLine li {
	text-decoration: none;
	text-align: center;
	display: inline;
	word-spacing: 1.5em;
}

#header #banner {
	position: absolute;
	left: 280px;
	top: 1px;
}

#header #mainNav li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	list-style-image: none;
	list-style-type: none;
	display: block;
	margin-bottom: 0px;
	width: 140px;
	float: left;
	height: 50px;
}
#header #mainNav li a:link , #header #mainNav li a:visited {
	color: #e5dabb;
	list-style-image: none;
	background-image: url(../_images/galko_mainnav_rollover180px.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 50px;
}
#header #mainNav li a:hover , #header #mainNav li a:active {
	color: #DCE0CF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 50px;
	display: block;
}

 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* padding keeps the content of the div away from the edges */
	background: #675b44;
	position: relative;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
}
 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	position: relative;
	background-color: #6f6c5d;
	background-image: none;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#sidebar1 #roundCorner {
	background-image: url(../_images/galko_sidebar_rounded_top.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 180px;
	height: 10px;
}
#sidebar1 #roundCornerBottom {
	background-repeat: no-repeat;
	background-image: url(../_images/galko_sidebar_rounded_bottom.gif);
	height: 20px;
	width: 180px;
	position: absolute;
	left: 0px;
	display: block;
	background-position: left bottom;
}

#sidebar2 #cornerGraphic {
	background-image: url(../_images/galko_sidebar2_round_top.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 10px;
	width: 200px;
	left: -5px;
	top: -1px;
}

#sidebar2 #cornerGraphicBottom {
	background-repeat: no-repeat;
	background-image: url(../_images/galko_sidebar2_round_bottom.gif);
	height: 20px;
	width: 200px;
	position: absolute;
	left: -5px;
	display: block;
	background-position: left bottom;
}
#container #sidebar2 h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #CF6;
}

#sidebar2 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CCC;
}
 #mainContent {
	background: #fff;
	position: relative;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 73
	0px;
} 
#container #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 15px;
	color: #1f0800;
}
#container #mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
	margin: 30px;
}
#container #mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #4f1b0b;
	margin: 10px;
	line-height: 0.9em;
}

#container #mainContent #recentEvent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #37362e;
	text-decoration: none;
	position: absolute;
	left: 450px;
	top: 5px;
	font-variant: normal;
	display: inline;
	width: 475px;
	
}


#container #sidebar1 h5 {
	font-size: 0.7em;
	color: #BCC69B;
	display: block;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

#container #sidebar1 h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #6f6c5d;
}
#container #sidebar1 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: normal;
}

#mainContent #topCorner {
	background-image: url(../_images/galko_main_rounded_top.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 10px;
	width: 600px;
	left: -5px;
	top: 0px;
}

#mainContent #bottomCorner {
	background-image: url(../_images/galko_main_rounded_bottom.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 600px;
	position: absolute;
	left: -5px;
	display: block;
	background-position: left bottom;
}
#bkgndSwoosh {
	position: absolute;
	left: 1000px;
	top: 400px;
	background-image: url(../_images/galko_med_v_swoosh.jpg);
	background-repeat: no-repeat;
	z-index: -1;
	height: 1000px;
	width: 250px;
}

#bkgndsmallSwoosh {
	position: absolute;
	left: -300px;
	top: 750px;
	background-image: url(../_images/galko_small_v_swoosh.jpg);
	background-repeat: no-repeat;
	z-index: -10;
	height: 600px;
	width: 300px;
}

 #footer {
	padding: 0 10px 0 20px;
} 
 #footer p {
	margin: 10; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
	color: #CCC;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#container #sidebar1  li {
	font-size: 0.9em;
	color: #BCC69B;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	height: 60px;
	width: 225px;
	display: block;
	padding-right: 0px;
	margin-right: 5px;
}
#container #sidebar1 li a:link , #container #sidebar1 li a:visited {
	font-size: 0.9em;
	color: #BCC69B;
	list-style-image: none;
	background-image: url(../_images/cowgirlbutton.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
	text-align: right;
	display: block;
	height: 60px;
	width: 225px;
	line-height: 50px;
}
#container #sidebar1 li a:hover , #container #sidebar1 li a:active {
	color: #e5dabb;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 50px;
	height: 60px;
	width: 225x;
	display: block;
}

.imageAlignRight {
	height: 150px;
	width: 300px;
	padding: 10;
	display: block;
	margin: 10px;
	display: block;
	float: right;
	clear: right;
	padding-bottom: 25px;
	}
.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;
}
.finePrint {
	font-size: 0.7em;
	font-family: Verdana, Geneva, sans-serif;
}

