@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FDFEC7;
	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: #000000;
}
h1 {font-size:25px; /* color:#000066; */ color: #112aa1; letter-spacing:3px; font-family: Verdana, Arial, Helvetica, sans-serif;}
h2 {font-size:18px;}
h3 {color:#333; font-size:16px; font-weight:bold;}
h4 {font-size:14px;}
li {font-size:13px; line-height:18px;}
IMG.absmiddle {
vertical-align: middle;
margin-bottom: .25em;
}
a, a:visited {
   color:#112aa1; text-decoration:underline;
}
a:hover {
  color:#112aa1;
  text-decoration:none;
}

#outer-wrapper {
  width:982px; margin:0 auto; padding:0; background-image: url(images/dropshadow-sides.jpg); background-repeat: repeat-y;
}
#container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	 border: 1px solid #999;  
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	 /* background: #fdfec7; */ background: #fff; background-image:url(images/first-dog-training-club.png);  height:155px; background-repeat:no-repeat; background-position: 0 10px;
	padding: 5px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#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 */
}
#logo {height:155px;padding-top:5px; float:left;}
#header h2 {font-size:18px; color:#112aa1;}
#header h2 a:link, #header h2 a:visited, #header h2 a:hover, #header h2 a:active {
   color: #112aa1; text-decoration:none; font-size:18px;
}

#utility-nav {width:300px; float:right; height:18px; padding-right:20px; margin-top:0; text-align:right; font-size:12px;}
#utility-nav a, #utility-nav a:visited {color:#000; text-decoration:none; }
#utility-nav a:hover {color: #000; text-decoration:underline;}
#menubar { 
height:19px; background-color: #5a7dad;background-image:url(images/menubar-bgd2.jpg); background-repeat:no-repeat; color: #fff; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; padding-left:30px; padding-top:4px;
}
#menubar a, #menubar a:visited { padding: 0 20px; text-decoration:none; border-right:1px solid #ccc; color:#fff;}
#menubar a:hover {color:#000066; text-decoration:none;}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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:#fff;
	padding: 15px 10px 15px 20px; 
}
#sidebar1 h3 {
    background-color: #112aa1; color: #FFFF00; line-height:26px; font-size:13px; font-weight:bold; text-align:center;
}

.sidebox { font-size:12px; background-color:#ececec; border:1px solid #666; padding:0 5px;}
.sidebox h2 {font-size:13px; color:#000; font-weight:bold;}
#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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent p {line-height:18px; font-size:13px;}
#mainContent-onecol { 
	margin: 0 0 0 25px; /* 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 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent-onecol p {line-height:18px; font-size:13px;}
.bridge {-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;}
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/* background:#DDDDDD; */ background-image: url(images/grass-border.jpg); background-repeat:repeat-x; height:50px; background-position:bottom;
} 
#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: 7px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px; color: #333;
}
#footer a:link, #footer a:visited {
   text-decoration:none; color:#000;
}
#footer a:hover {
   text-decoration:underline; color: #000;
}
#awardsform {
  background-color: #FDFEC7; border-top:1px solid #ccc; border-left: 1px solid #ccc;
  border-right:3px solid #ccc; border-bottom: 3px solid #ccc; padding:8px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#awardsform tr td {
  font-size:13px;
}
#bridgeform {
  background-color: #e7e7e7; border-top:1px solid #ccc; border-left: 1px solid #ccc;
  border-right:3px solid #ccc; border-bottom: 3px solid #ccc; padding:8px;
   -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#bridgeform tr td {
  font-size:13px;
}
.trainingtbl {border-top:1pt solid #666; border-left:1pt solid #666; border-collapse: collapse; }
.trainingtbl tr th {background-color: #5a7dad; color: #fff; border-right:1pt solid #666; border-bottom:1pt solid #666; border-collapse: collapse;}
.trainingtbl tr td {background-color: #fff; color: #000; font-size:13px; border-right:1pt solid #666; border-bottom:1pt solid #666;border-collapse: collapse;}
.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;
}
.topbottom { /* contains drop shadow image for top and bottom */
  height:19px; margin:0; padding:0;
}
.smallital {font-size:12px; font-style: italic;}
.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;
}