@charset "utf-8";
body  {
	font: 100% "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: #000000  url(../bgs/subpage_V1_BG.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;
	text-align: center;
	padding-bottom: 30px;
}
img  {
	border: 0;
	}
.img-shadow   {
background: url(trans-shadow.png) no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}
.img-shadow img {
display: block; /* IE won't do well without this */
position: relative; /* Make the shadow's position relative to its image 
padding: 25px; /* This creates a border around the image */
background-color: #fff; /* Background color of the border created by the padding */
/* border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding 
margin: -12px 6px 20px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}
.img-shadow .wedit img {
/* put it back for the CMS stuff */
padding : 0;
margin  : 0 1px;
}
hr {
color:#FFFFFF;
height:1px;
border:none;
}
.boggs #container {
	width: 986px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: url(../bgs/wrapperBG.jpg) top center no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 1043px;
}
.boggs #container2 {
	width: 986px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: url(../bgs/subpageBG-top.jpg) top center no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
}
.boggs #header {
	background: ;
	padding: 0 10px;  /* 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. */
	 	/* border: 1px solid #000000; */
		height:160px;
		width: 986px;
}
.boggs #header-logo {
	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 */
	float: left;
	width: 291px;
	height: 140px;
	margin-left: 100px;
	padding-top: 8px;
}
.boggs #header-nav {
	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 */
	float: right;
	width: 553px;
	height: 140px;
	margin-right: 40px;
}
.boggs #wrapper{
	width: 920px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: url(../bgs/subpageBG-middle.jpg) bottom center repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
}
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".boggs #sidebar1 p" rule.
*/
.boggs #sidebar1 {
	float: left;
	width: 430px; /* since this element is floated, a width must be given */
	background: ; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:  0; /* top and bottom padding create visual space within this div */
	/* border: 1px solid #000000; */
	height: 398px;
	padding-left: 70px;
	padding-top: 0px;
	padding-right: 20px;
	margin-top: 0px;
}
.boggs #sidebar2 {
	float: left;
	width: 200px; /* since this element is floated, a width must be given */
	background: ; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:  0; /* top and bottom padding create visual space within this div */
	/* border: 1px solid #000000; */
	height: auto;
	padding-left: 50px;
	padding-top: 0px;
	padding-right: 20px;
	margin-top: 0px;
}
.boggs #more {
	margin-top: 10px;
}
.boggs #leftcontent {
	width: 180px;
	margin-top: 40px;
}

.boggs #mainContent {
	margin: 0px 0px 0px 0px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	/* border: 1px solid #000000; */
	height: 390px;
	width: 426px;
	background: url(../flash/homepageFLASHBG2.jpg) top left no-repeat; 
	float: left;
}
.boggs #mainContent2 {
	margin: 0px 0 0 270px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	/* border: 1px solid #000000; */
	padding-right: 30px;
	padding-top: 30px;
	height: 100%;
}
.boggs #footer {
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
}
.boggs #footer2 {
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
}
.boggs #footer3 {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
}
.boggs #footer4 {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	height: 268px;
	width: 920px;
	background: url(../bgs/subpageBG-footer.jpg) top center no-repeat;
	margin: 0 auto;
}

/* Miscellaneous classes for reuse */
.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;
}

/* INDENTED LEFT HAND SUB NAV */

#navcontainer { margin-left: 5px; }
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}
#navcontainer li { margin: 0; }
#navcontainer a
{
display: block;
background-color: transparent;
width: 190px;
padding: 2px 0px;
text-decoration: none;
border-top: 0px solid #aaa;
border-bottom: 0px solid #aaa;
border-left: 0px solid #000000;
font-size: 13px;
}
#navcontainer a:hover
{
border-right: 0px solid #aaa;
padding: 2px 3px 2px 0px;
text-decoration:underline;
color: #000000;
}
#navcontainer ul ul
{
margin-left: 20px;
padding: 6px 3px;
list-style-type: none;
}
#navcontainer li li a
{
display: block;
background-color: transparent;
width: 130px;
padding: 2px 3px 2px 4px;
margin: 0;
border-top: none;
border-bottom: none;
border-left: 1px solid #000000;
text-decoration: none;
font-size: 12px;
}
#navcontainer li li a:hover
{
display: block;
background-color: transparent;
width: 130px;
padding: 2px 3px 2px 4px;
margin: 0;
border-top: none;
border-bottom: none;
border-left: 1px solid #000000;
text-decoration: underline;
font-size: 12px;
}

#mainContent2 ul 
{
margin-left: 20px;
padding: 2px 3px;
font-size: 12px;
color: #660000;
padding-top: 0;
padding-bottom: 0;
}


/*
ul.list-tick {
margin: 0;
padding: 0;
font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
font-weight: normal;
text-align: left;
font-size: 13px;
margin-top: 13px;
}
ul.list-tick a:link {
color:#336699;
}
ul.list-tick a:hover {
color:#FFFFFF;
text-decoration:none;
}
ul.list-tick li {
margin: 0;
padding: 2px 0 2px 16px;
list-style: none;
margin-top: .8em;
      } */


/* Fonts and Link Styles  */

a {
	color: #6c0b04;
	text-decoration: none;
	}
a:link  {
	color: #6c0b04;
	}
a:hover  {
	color: #000000;
	text-decoration: underline;
	}
a:visited {
	color: #6c0b04;
	}

strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
p  {
	font-size: 13px;
}
p a:link  {
	color: #6c0b04;
	text-decoration: underline;	
	}
p a:hover  {
	color: #000000;
	text-decoration: none
	}
p  a:visited {
	color: #6c0b04;
	text-decoration: underline;	
	}
p.second {
	padding-top: 30px;
}
h1  {
	font-size: 20px
	}
h2  {
	font-size: 18px
	}
.boggs #mainContent h2  {
	font-size: 18px
	}
.boggs #mainContent2 h2  {
	font-size: 18px;
	color: #FF7109;
	}
.boggs #mainContent2 h3  {
	font-size: 16px;
	color: #696F6D;
	margin-top: 10px;
	}
.hometext  {
	font-size: 14px;
	}
.credits  {
	margin-top:0.5em;
	font-size: 12px;
	color:#616765;
	line-height: 1.6em;
	}
.credits2  {
	font-size: 12px;
	color:#000000;
	line-height: 1.6em;
	}
.footnav  {
	font-size: 14px;
	text-transform:uppercase;
	padding-top: 0px;
	}
.footnav2 {
	font-size: 14px;
	text-transform:uppercase;
	padding-top: 40px;
	}
.submenu {
color:#000000;
font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
font-weight:bold;
font-size: 14px;
}
.submenu a:link {
color:#700D12;
}
.submenu a:hover, a:active {
color:#666666;
text-decoration:underline;
}
.submenu a:visited {
color:#700D12;
}
.newsheadline  {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
.newsstory {
	font-size: 13px;
	font-weight: normal;
}

#photos a img { 
	float: left;
	border: 0;
}
.clearer { 
	clear: both;
}
.formtext {
color:#000000;
font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
font-weight:normal;
font-size: 12px;
}
