@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #536A62 url(../images/leary-gradientbody.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
#container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFFFFF url(../images/nuleary-dropshadow.jpg) repeat-y;
} 
#header {
	padding: 0 10px 0 20px;  /* 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. */
	height: 100px;
	background: #73804D url(../images/leary-header.gif) no-repeat;
	text-indent: -9999px;
} 
#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 */
	color: #FFFFFF;
}

#headernavbar {
	padding: 10px 20px;
	background: #73804D url(../images/nu-camo-bar.jpg) no-repeat;
}

#headernavbar ul {
	text-align: right;
	margin: 0px;
	list-style: none;
}

#headernavbar li { display: inline; }

#headernavbar li a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#headernavbar a:hover {
	font-weight: bold;
	color: #E8DC78;
}
#sidebar1   {
	text-decoration: none;
	padding: 15px;
	background: #D5DEA9;
	float: left;
	width: 186px;
}

#sidebar1 ul {
	text-align: left;
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#sidebar1 li {
	display: block;
	padding: 8px;
	border-top: 1px #666666;
	border-bottom: 1px dotted #666666;
	margin: 10px;
}

#sidebar1 li a:link, #sidebar1 li a:visited {
	color: #000000;
	text-decoration: none;
}

#sidebar1 li a:hover {
	color: #000000;
	text-decoration: none;
	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 10px;
} 

#mainContent a {
	text-decoration: underline;
	color: #333333;
}

#mainContent a:hover {
	color: #000000;
	text-decoration: underline;
}

#mainContent h1 {
	color: #333333;
	font-size: 24px;
}

#mainContent h2 {
	color: #466528;
	font-size: 20px;
}

#mainContent h3 {
	color: #73804D;
	font-size: 16px;
}
#mainContent  li  {
	line-height: 1.3;
	list-style: none;
	margin-bottom: .5em;
}

#mainContent img { border: 3px solid #D6E3B5; }

#mainContent li a { text-decoration: underline; }

#mainContent li a:hover {
	color: #616C41;
	text-decoration: underline;
}

#mainContent h2 a { color: #466528; }

.imgFloatRt {
	background: #FFFFFF;
	float: right;
	border: 1px solid #666666;
	margin: 8px;
}
#footer {
	padding: 0 10px 0 20px;
	font-size: x-small;
	text-align: center;
	background: #B6B1A2;
	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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000000;
}
.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;
}

#mainContent p { line-height: 1.5; }

.address {
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}

#spryTable .rowEven { background: c7d0d6; }

#spryTable .rowOdd { background: #d4dce1; }

#spryTable .rowHover { background: #eed; }

#spryTable .rowSelect { background: b1c5d4; }

#spryTable th, td { padding: 0.5em 1em; }

#spryTable th {
	color: #fff;
	background: #5a798c;
	text-align: left;
	cursor: pointer;
}

#spryTable table {
	font: 80% Verdana, Geneva, sans-serif;
	color: #333;
	width: 440px;
	float: left;
}

.alert {
	color: #C00;
	font-size: 14px;
}
