@charset "UTF-8";
/* Created By: Paragon Media Services
----------------------------------------------- */



/* Layout
----------------------------------------------- */

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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: 38261c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FBF7EE;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.blogBanner {
	background-image: url(../images/blogBanner.jpg);
	background-repeat: no-repeat;
	height: 109px;
	width: 320px;
	margin-left: 70px;
}
#container {
	width: 900px;
	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-color: #FFFFFF;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 268px;
	width: 900px;
}
#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;
}
#header2 {
	background-image: url(../images/Bheader2.jpg);
	background-repeat: no-repeat;
	height: 53px;
	width: 900px;
}
#flash {
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-repeat: no-repeat;
	background-position: center;
	height: 194px;
	width: 252px;
	z-index: auto;
	margin-top: 60px;
	margin-left: 60px;
	float: left;
}
.div{
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #786F52;
}

#trifold1 {
	width: 900px;
	text-align: center;
}
.pdf {
	background-image: url(../images/DownloadPDF.gif);
	background-repeat: no-repeat;
	height: 47px;
	width: 225px;
	clear: both;
}
.useinfo {
	background-image: url(../images/Useful_Info.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 225px;
	float: left;
}
.sidebarTab {
	background-image: url(../images/sidebarTab.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 225px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #58422B;
	text-indent: 15px;
	vertical-align: middle;
	padding-top: 8px;
}
.sbpic {
	background-image: url(../images/sbarpic.jpg);
	background-repeat: no-repeat;
	height: 226px;
	width: 308px;
	float: left;
	padding-bottom: 60px;
}
.sbpicrt {
	background-image: url(../images/pic2.gif);
	background-repeat: no-repeat;
	height: 234px;
	width: 84px;
	float: right;
	position: absolute;
	left: 408px;
	top: 402px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#mainContent {
	margin-left: 280px;
	padding-top: 0;
	padding-right: 20;
	padding-bottom: 0;
	padding-left: 20;
}


#content {
	padding-bottom: 20px;
	padding-right: 70px;
	padding-left: 70px;
	padding-top: 20px;
	width: 470px;
}

#content p	{
	margin: .9em 0;
	color: #333;
	font-family: 'lucida grande', tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
}

#content h2 {
	clear: none;
	color: #728800;
	font-family: 'lucida grande', tahoma, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: 1;
	font-weight: bold;
	font-variant: normal;
}

#content h3 {
	margin: 1em 0 .5em;
	color: #170000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}

#content h4 {
	margin: 0 0 -1em 0;
	color: #1A2A0C;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}
#content h5 {
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#content li {
	color: #333;
	font-family: 'lucida grande', tahoma, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	list-style-type: disc;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
	padding-left: 40px;
	list-style-position: inside;
}

#content a {
	color: #766046;
	font-weight: bold;
}

#content a:hover {
	color: #333;
	text-decoration: underline;
	background: #ffc;
}

#content a.imgLink:hover {
	background: none;
}

#content .details {
	font: normal 1.1em/1.4em 'lucida grande',tahoma,sans-serif;
}

#content .finePrint {
	font-size: .9em;
	line-height: 1.6em;
	color: #999;
}

#content .info {
	clear: both;
	padding: 5px 5px 5px 30px;
	background: #eee url(/images/icon-info.gif) 8px 50% no-repeat;
	border: 1px solid #ccc;
}
#sidebar1 .weather {
	text-align: center;
	width: 215px;
}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* Sidebar Styles
----------------------------------------------- */
#lftSideBar {
	float: left;
	width: 210px;
	background-image: url(../images/lftSbDiv.png);
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#sidebar {
	font-size: 0.8em;
	color:#736741;
	line-height: 100%;
	margin-top: 0.6em;
	margin-right: 0;
	margin-bottom: 1.2em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}
#sidebar1 {
	width: 215px;
	background-image: url(../images/sidebarBG.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: left;
}
#sidebarContent {
	font-size: 0.8em;
	color:#666666;
	line-height: 100%;
	margin-top: 0.6em;
	margin-right: 0;
	margin-bottom: 1.2em;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	width: 210px;
}
#sidebarFlash {
	font-size: 0.8em;
	color:#666666;
	line-height: 100%;
	width: 210px;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
}
#sidebar .p {
	font-size: 0.8em;
	color:#666666;
	line-height: 100%;
	margin-top: 0.6em;
	margin-right: 0;
	margin-bottom: 1.2em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}
.sidebarDiv {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
.sidebarDiv2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	width: 190px;
	}	
	
	
	/* Link Styles
----------------------------------------------- */

a:link, a:visited {
	color: #027AC6;
	color: #2C1E11;
	text-decoration: none;
}

a:hover {
	color: #281206;
	text-decoration: underline;
}

a:active, a.active {
  color: #5895be;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ul li {
  margin: 0.4em 0 0.4em 1em;
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em;
  padding: 0;
  list-style: none;
}
ul.menu li{
	float:left;	
}
#form {
	float: left;
	width: 450px;
}



/* Footer
----------------------------------------------- */
#footer {
	position: relative;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin: 0px;
	width: 900px;
	text-align: center;
	background-image: url(../images/footer_top_bg.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #857A52;
}


/* Footer - Site Map
----------------------------------------------- */

#siteMap,
#copyright {
	margin-top: 0;
}

#siteMap {
	float: left;
	width: 600px;
}

#siteMap .column {
	width: 175px;
	float: left;
}

#siteMap li {
	display: block;
	list-style: none;
	font-family: 'lucida grande', tahoma, sans-serif;
	font-size: .85em;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	font-variant: normal;
}

#siteMap li a {
	display: block;
	float: left;
	clear: left;
	padding: .36em .18em;
	font-weight: bold;
	color: #C26721;
	font-size: .85em;
}

#siteMap li li a {
	background-image: url(../images/arrow-miniorange.gif);
	color: #eae7d2;
	font-size: 0.81em;
	font-weight: normal;
	line-height: 1em;
	padding-left: 10px;
	background-attachment: scroll;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
}

#siteMap li a:hover {
	text-decoration: underline;
	color: white;
}

#siteMap li li a:hover {
	background-position: 2px 50%;
}


/* Footer - Copyright
----------------------------------------------- */


#columnRt {
	float: right;
	width: 270px;
	margin-right: 20px;
}

#copyright {
	float: right;
	background: #3e362f;
	border: 1px solid #797066;
	width: 270px;
	margin-right: 20px;
}

#copyright p {
	font: normal .8em/
..95em 'lucida grande',tahoma,sans-serif;
	color: #eae7d2;
	font-size: .80em;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: -10px;
}

#copyright strong {
	font-size: 1.2em;
	font-weight: normal;
	color: white;
}

#copyright a {
	font-weight: bold;
	color: #C26721;
	font-size: .80em;
}

#copyright a:hover {
	text-decoration: underline;
	color: #BFAB99;
}



/* Footer - Links/Images
----------------------------------------------- */

#links {
	display: inline-block;
	float: right;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.home
{
	border: none;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.img1  {
	background-image: url(../images/badge-facebook.png);
	background-repeat: no-repeat;
	float: right;
	height: 36px;
	width: 36px;
	margin-right: 20px;
}
.img2  {
	background-image: url(../images/badge-myspace.png);
	background-repeat: no-repeat;
	float: right;
	height: 36px;
	width: 36px;
	margin-right: 3px;
}
.img3  {
	background-image: url(../images/badge-twitter.png);
	background-repeat: no-repeat;
	float: right;
	height: 36px;
	width: 36px;
	margin-right: 3px;
}
.img4  {
	background-image: url(../images/badge-youtube.png);
	background-repeat: no-repeat;
	float: right;
	height: 36px;
	width: 36px;
	margin-right: 3px;
}
.img5  {
	background-image: url(../images/badge-rss.png);
	background-repeat: no-repeat;
	float: right;
	height: 36px;
	width: 36px;
	margin-right: 3px;
}



/* Footer - Site Design
----------------------------------------------- */

#siteDesign {
	color: #E3DEC9;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	clear: both;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.7em;
}
#siteDesign a{
	color: #E3DEC9;
}
#siteDesign a:hover{
	text-decoration: underline;
}



/* Breadcrumbs
-----------------------------------------------*/
#breadcrumb
{
	font: 11px Arial, Helvetica, sans-serif;
	background-image:url(../images/bc_bg.png);
	background-repeat:repeat-x;
	height:35px;
	line-height:30px;
	color:#9b9b9b;
	border:solid 1px #cacaca;
	overflow:hidden;
	margin:0px;
	padding:0px;
	clear: both;
	background-color: #D4D4D4;
}

#breadcrumb li
{
    list-style-type:none;
    float:left;
    padding-left:10px;
}

#breadcrumb a
{
	height:30px;
	display:block;
	background-image:url(../images/bc_separator.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 15px;
	text-decoration: none;
	color:#454545;
}

#breadcrumb a:hover
{
    color:#35acc5;
}
