@charset "UTF-8";
body  {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666;
	background-image: url(../images/stripe_grey.png);
}

h1 {
	font-size: 1.5em;
	color: #7d0105;
}

h2 {
	font-size: 1.25em;
	color: #666666;
	margin-bottom: 5px;
}

h3 {
	font-size: 1em;
	color: #7d0105;
	margin-bottom: 3px;
}


.twoColFixLtHdr #container {
	width: 780px;  /* 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 */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding: 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. */
	height: 230px;
	background-color: #666666;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	clear: both;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #container #mainContent a {
	color: #374C7D;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #7D0105;
}

.twoColFixLtHdr #mainContent_awards {
	margin-top: 75px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #container #mainContent_awards a {
	color: #374C7D;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.twoColFixLtHdr #container #mainContent_awards a:hover {
	color: #7D0105;
}

.twoColFixLtHdr #mainContent_members {
	margin-top: 75px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #container #mainContent_members a {
	color: #374C7D;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.twoColFixLtHdr #container #mainContent_members a:hover {
	color: #7D0105;
}

.twoColFixLtHdr #footer {
	background-color: #9D9976;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	font-size: .875em;
	color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 20px;
}

.twoColFixLtHdr #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 */
}
.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;
}

#apDiv1 {
	position:absolute;
	width:780px;
	height:29px;
	z-index:1;
	top: 202px;
}

#apDiv2 {
	position:absolute;
	width:164px;
	height:15px;
	z-index:1;
	left: 722px;
	top: 242px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7d0105;
}

#apDiv3 {
	position:absolute;
	width:164px;
	height:15px;
	z-index:1;
	left: 722px;
	top: 242px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9d9976;
}

#header_navbar {
	background-color: #9d9976;
	top: -3px;
	height: 30px;
	width: 780px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
#navbar_menu {
	float: right;
	margin: 0px;
}


#headlines { /* home page, box to set off "heads up" announcements*/
	color: #666666;
	float: left;
	width: 480px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-top: 0px;
}

#headlines_head {
	font-size: 100%;
	font-weight: bold;
	color: #ebebeb;
	background-color: #9d9976;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}

.headlines_item {
	font-size: 0.875em;
	margin-top: 5px;
	margin-right: 3px;
	margin-left: 3px;
}

.mailing_addr {
	margin-top: 10px;
	margin-left: 20px;
}

.lista { /* box and background color with red square bullet for each item*/
	border: 1px solid #666666;
	background-color: #EDE7D4;
	list-style-position: outside;
	list-style-image: url(../images/redbullet_4px.png);
	margin: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}

.lista_item {
	font-size: .875em;
	padding-bottom: 5px;
}

.list_nomarker { list-style-type: none; }

li.morespace1 { margin: 10px 10px 0px 0px; }


.tablea {
	font-size: .875em;
}

.hang_5px {
	margin-left: 5px;
	text-indent: -5px;
}

#newsletters {
	font-size: .875em;
	margin-left: 20px;
}

.pubdetails
{
	color: #333333;
	font-weight: lighter;
	font-size: 0.875em;
}

.booklet_author {
	font-size: .875em;
	color: #666666;
}
#awards_list {
	margin-left: 20px;
}
.award_dt {
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
.award_dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.prev_recipients {
	font-size: .875em;
	margin-top: 5px;
	margin-left: 20px;
}

.awards_committee {
	font-size: .875em;
	margin-top: 5px;
	margin-left: 20px;
}

.image_fltrt {
	margin: 3px;
	float: right;
	border: 1px solid #333333;
}
.image_fltlft {
	float: left;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	border: 1px solid #666666;
}
#sidebar_featuredbox {
	font-size: .875em;
	width: 180px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #999966;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
}

#sidebar_featuredbox h1 {
	font-size: 1em;
	margin-right: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #7d0105;
	margin-top: 2px;
}

#sidebar_featuredbox a {
	color: #374C7D;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

#sidebar_featuredbox a:hover {
	color: #7D0105;
}

#shotnews_feed {/* home page, box to set off RSS aggregration from SHOTnews*/
	width: 450px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#shotnews_head {
	font-size: 100%;
	font-weight: bold;
	color: #666666;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}

#shotnews_items {
	font-size: 0.875em;
	margin-top: 5px;
	margin-right: 3px;
	margin-left: 10px;
}

.searchform_left { /* floats it left and gives it a little margin in the navbar */
	float: left;
	margin-right: 8px;
	margin-top: 3px;
	margin-left: 5px;
	width: 200px;
}

.searchtext {
	font-size: .875em;
	color: #666666;
}

.searchsubmit {
	font-size: .875em;
}
#indent_text {
	margin-left: 20px;
}
