@charset "UTF-8";

.scrollpad{
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 16px;
}

#pscroller1{
	width: 100%;
	height: 170px;
	font-size: .9em;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
	padding: 30px;
}


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: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 145%;
	background-color: #000;
	background-image: url(../images/brackground_02.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
}
.twoColFixRtHdr #container {
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 20px;
	background-color: #CCC;
	background-repeat: repeat-y;
	background-image: url(../images/metalback.jpg);
} 

#containerinside {
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 20px;
	background-color: #FFFFFF;
	background-image: url(../images/BearHomepagebottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 355px;
}

.twoColFixRtHdr #header { 
	background: #DDDDDD; 
	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. */
} 

.twoColFixRtHdr #headerhome {
	height: 85px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #DDDDDD;
	background-image: url(../images/BearHomepageHead.jpg);
	background-position: 0px -85px;
	background-repeat: no-repeat;
} 

#headerhomeinside {
	height: 55px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #DDDDDD;
	background-image: url(../images/BearHomepageHead.jpg);
	background-position: 0px -114px;
	background-repeat: no-repeat;
} 


.twoColFixRtHdr #homemenu {
	height: 177px;
	padding-bottom: 0;
	background-repeat: no-repeat;
} 

#insidemenu {
	height: 120px;
	padding-bottom: 0;
	background-repeat: no-repeat;
} 


.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	margin-right: 40px;
	margin-top: 30px;
	margin-bottom: 20px;
	height: 260px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

 #sidebarleft {
	float: left; /* since this element is floated, a width must be given */
	width: 238px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}

 #sidebarleft2 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 30px;
	margin-left: 25px;
}


.twoColFixRtHdr #mainContent {
	margin-top: 0px;
	margin-right: 320px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 50px;
} 

#mainContentinside {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	float: left;
	clear: none;
	width: 500px;
	background-color: #FFF;
} 

#mainContentinside2 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	float: left;
	clear: none;
	width: 500px;
	background-color: #FFF;
} 

#mainContentwrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 0px;
	float: left;
	clear: none;
	width: 610px;
} 

#mainContentwrapper2 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 0px;
	float: left;
	clear: none;
	width: 650px;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #000;
} 
.twoColFixRtHdr #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;
}
.whitecolor {
	color: #FFF;
}
#container .menustrip {
	height: 4px;
	background-color: #1F4E6E;
}
#container .menustrip2 {
	height: 8px;
	background-color: #1F4E6E;
}
.sub1 {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color: #1D4E6E;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-bottom: 6px;
	font-size: 120%;
}
.initialtype {
	font-size: 130%;
	font-weight: bold;
	color: #1D4E6E;
}

.moreleading {
	font-size: 120%;
	line-height: 1.8em;
}


#container .Titles {
	font-size: 25px;
	padding-top: 25px;
	padding-right: 15px;
	padding-left: 50px;
	height: 40px;
	padding-bottom: 10px;
	line-height: normal;
	clear: both;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.accordion {
	font-size: 80%;
}


	
			/*demo page css*/
			.demoHeaders { margin-top: 2em; }
			#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
			#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
			ul#icons {margin: 0; padding: 0;}
			ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
			ul#icons span.ui-icon {float: left; margin: 0 4px;}
		
.imgcenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.accordiannostyle .accordion div div {
	padding: 0px;
	width: 530px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}


.accordion .ui-state-active a, .accordion .ui-state-active a:link, .accordion .ui-state-active a:visited {
	color: #666;
	outline: none;
	text-decoration: none;
	background-color: #FFF;
	font-size: 140%;
	padding-top: 15px;
	list-style-type: none;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.accordiannostyle .accordion .ui-state-hover a:hover {
	color: #026890;
	text-decoration: none;
	outline: none;
	
}

.accordiannostyle .accordion .ui-state-default a {
	color: #000;
	text-decoration: none;
	outline: none;
}



.accordiannostyle .accordion .ui-state-default a:visited {
	color: #000;
	text-decoration: none;
	outline: none;
}





.accordiannostyle .accordion .ui-state-active a, .accordion .ui-state-active a:link div h3, .accordion div h3 {
	color: #026890;

}

.accordiannostyle .accordion .ui-state-active .ui-icon  {
	width: 16px;
	height: 16px;
	background-image: none;
}
.accordiannostyle .accordion div h3 {
	background-image: url(../images/gradientback1.png);
	font-size: 110%;
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.accordiannostyle .accordion .ui-widget-content{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.accordiannostyle .accordion div h3 a{
	color: #000;
}

#footer {
	color: #CCC;
	font-size: 100%;
}

#footer a{
	color: #CCC;
	font-size: 100%;
}

#footer a:hover{
	color: #FFF;
	font-size: 100%;
}
.custompad {
	padding-right: 25px;
	padding-left: 25px;
}
.mediumhead {
	color: #036;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 120%;
	font-weight: bold;
}

.mediumhead_line {
	color: #036;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 100%;
	font-weight: bold;
	display: block;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	height: 30px;
	letter-spacing: 2px;
	padding: 0px;
}

#contactuspad {
	padding-left: 30px;
	font-size: 110%;
	line-height: 140%;
	font-weight: bold;
}
#spacer {
	clear: both;
}

#contractimage img {
	margin: 0px;
	float: left;
	padding: 10px;
}

#contractimage {
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 450px;
}
.quote {
	font-style: italic;
	color: #1D4E6E;
}
.copyrighttext {
	font-size: 90%;
	color: #999;
	display: block;
	float: right;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}



.buttonstyle a:link{
	background-color: #69C;
	display: block;
	padding: 4px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}

.buttonstyle a:hover{
	background-color: #036;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#mapcenter {
	width: 425px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

#contactuspad a:link {
	color: #000;
}

#contactuspad a:hover {
	color: #026890;
}
.boxleft {
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: right;
}
