@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 */
	background-color: #363739;
}
.thrColFixHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
	position: relative;
} 
.thrColFixHdr #header {
	background: #363739;
	color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding: 0;
	margin: 0;
	height: 62px;
	float: none;
	clear: none;	  /* 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. */
} 
.thrColFixHdr #header a:hover {
	color: #d75900;
}

.thrColFixHdr #header h1 {
	 /* 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 */
	 /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
 /* the background color will be displayed for the length of the content in the column, but no further */
	border: #DDD 1px solid;  /* padding keeps the content of the div away from the edges */
	margin-top: 15px;
	margin-left: 20px;
	padding-top: 0;
	padding-bottom: 15px;
	
}
.thrColFixHdr .sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	clear: left;
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 15px;
	margin-left: 20px;	
}
.thrColFixHdr .sidebar3 p {
	line-height: 12px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	border: #DDD 1px solid; 
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding: 0; /* padding keeps the content of the div away from the edges */
	text-align: center;
}
.thrColFixHdr #sidebar2 a
{
display: block;
padding: 3px;
}
.thrColFixHdr #sidebar2 a:hover
{
color: #ffffff;
}

.thrColFixHdr #mainContent {
	border: #DDD 1px solid;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 15px;
	margin-right: 270px;
	margin-bottom: 15px;
	margin-left: 270px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #mainContent a {
	color: #003300;
}
.thrColFixHdr #mainContent a:link {
	color: #003300;
}

.thrColFixHdr .footer { 
	padding: 10px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #363739; 
} 
.thrColFixHdr .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 */
}
.thrColFixHdr #footer { 
	padding: 10px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #363739; 
} 
.thrColFixHdr #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;
}
.thrColFixHdr #righttext {
	text-align: right;
	padding: 3px;
	float: right;
	height: auto;
	width: 200px;
	vertical-align: bottom;
}


.more {
    display: none;
}

a.showLink, a.hideLink {
    text-decoration: none;
    color: #006633;
    padding-left: 8px;
    background: transparent url('../../down.gif') no-repeat left; 
}

a.hideLink {
    background: transparent url('../../up.gif') no-repeat left; 
}
a.showLink:hover, a.hideLink:hover {
    border-bottom: 1px dotted #1e1f21;
	color: #1e1f21; 
}


#navcontainer { width: 200px; }

.thrColFixHdr #sidebar1 ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Helvetica, Arial, sans-serif;
}

.thrColFixHdr #sidebar1 a
{
display: block;
padding: 3px;
width: 100%;
background-color: #ffffff;
border-bottom: 1px solid #ddd;
}

.thrColFixHdr #sidebar1 a:link, #navlist a:visited
{
width: 90%;
margin: 0 auto;
color: #333;
text-decoration: none;
}

.thrColFixHdr #sidebar1 a:hover
{
background-color: #333;
color: #ffffff;
}



#logo_image {
	float: left;
}

#header_choices {
	float: right;
}
.style_white_text {
	color: #FFFFFF;
	line-height: normal;
	text-decoration: none;
	font-size: 16px;
}
.stylewhite a {
	color: #ffffff;
	text-decoration: none;
}
.stylewhite {
	text-decoration: none;
}
.stylewhite a {
	text-decoration: none;
}
.stylewhite a:link {
	color: #ffffff;
	text-decoration: none;
}
.stylewhite a:hover {
	color: #d75900;
	text-decoration: none;
}
.stylewhite a:visited {
	color: #ffffff;
	text-decoration: none;
}
.stylegray {
	text-align: center;
}
.stylegray a {
	color: #363739;
	text-decoration: none;
}

.stylegray a:link {
	text-decoration: none;
	color: #363739;
	border: #DDD 1px solid;
}

.stylegray a:hover {
	background-color: #363739;
	color: #ffffff;
	text-decoration: none;
	width: 166px;
}
.stylegray a:visited {
	text-decoration: none;
	color: #363739;
}
.stylegray a:active {
	text-decoration: none;
	color: #363739;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	color: #363739;
	font-size: 15px;
	text-indent: 20px;
	text-align: justify;
}

ul {
	font-family: Helvetica, Arial, sans-serif;
	color: #363739;
	font-size: 14px;
	text-indent: 0;
	text-align: left;
	list-style: disc
}
ul p {
	font-family: Helvetica, Arial, sans-serif;
	color: #363739;
	font-size: 14px;
	text-indent: 0;
	text-align: justify;
	list-style: disc
	
}
.sidebar3 p {
	text-indent: 0;
	line-height: 1px;
}

.left { 
	float: left; 
	margin: 0 .5em .5em 0; 
	position: relative;
} 
.right {
	float: right;
	position: absolute;
	left: 850px;
	top: 37px;
}

.styleparagraph p {
	font-family: helvetica, arial;
	text-indent: 0;
}
	
.styleparagraph h3 {
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.styleparagraph h1 {
	text-align: center;
	color: #1e1f21;
}
.styleparagraph h6 {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}


	

.whitelink {
	font-family: Helvetica, Arial;
	color: #d75900;
	text-decoration: underline;
}
.whitelink a {
	color: #ffffff;
	text-decoration: underline;
}

.whitelink a:link {
	color: #ffffff;
	text-decoration: underline;
}
.whitelink a:hover {
	color: #d75900;
}
#whitelink {
	font-family: Helvetica, Arial;
	color: #ffffff;
	text-decoration: underline;
	display: inline;
}

.footer #whitelink a {
	font-family: Helvetica, Arial;
	color: #ffffff;
	text-decoration: underline;
	z-index: 5000;
}
.footer #whitelink a:link {
	color: #ffffff;
	text-decoration: underline;
}
.footer #whitelink a:hover {
	color: #d75900;
}


.footer a:hover { 
	color: #d75900;
}
#footer a:hover { 
	color: #d75900;
}
.sidebar3 ul {
	list-style-type: none;
	width: 200px;
	height: 150px;
	z-index: 12000;
} 
.sidebar3 li {
	border: none;
	
}

.sidebar3 li a { 
        display: block; /* Prevents "stepdown" */

        font: 120% Arial, Helvetica, sans-serif;
        text-decoration: none;
}

 * html .sidebar3 li a {  /* make hover effect work in IE */
	width: 200px;
}

.sidebar3 li a:hover {
        background: #ffffcc;
}
.sidebar3 a {
	display: block;
	border: #DDD 1px solid;
	width: 100%;
	background-color: #ffffff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-decoration: none;
}
.sidebar3 a:hover {
	background-color: #363739;
	color: #ffffff;
}
.sidebar3 a:hover span {
	color: #ffffff;
}
.callgray {
	color: #363739;
	font-size: 28px;
}
.callorange {
	font-size: 20px;
	color: #d75900;
}
.callred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006633;
}

.sidebar3 a:hover .callorange {
	font-size: 20px;
	color: #ffffff;
}
.copyright {
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}
.address_bar2 {
	font-size: 14px;
	font-weight: bold;
	color: #d75900;
	text-align: center;
}

/* The margin version for real CSS savvy browsers. */
#sidebar2 ul {
	list-style-type: none;
	width: 220px;
	z-index: 12000;
	text-align: left;
   	margin: 0 auto;
   	padding: 0; 
} 

#sidebar2 li {
	margin: 0 auto;
	width: 220px;
	padding-top: 10px;
	border: none;
	text-indent: none;
}

#sidebar2 li a {
	color: #363739;
	display: block; /* Prevents "stepdown" */
	border: 0px;
	font: 120% Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 150%;
	text-align: center;
	text-indent: none;
}

 * html #sidebar2 li a {  /* make hover effect work in IE */
	width: 200px;
}

#sidebar2 li a:hover {
        background: #363739;
		color: #fff;
}

#sidebar2 a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#sidebar2 a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}
img, div { behavior: url(../iepngfix.htc) }

.menu {
	background: #DDD;
	width: 100%;
	line-height: 150%;
	color: #363739;
}
img {
	border: none;
}
img a {
	border: none;
}
img a:hover {
	border: solid 2px;
	border-color: #d75900;

}
a.img:hover {
	padding: 2px;
	background-color: #d75900;
}

.advert {
	width: 95%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #003300; /* the background color will be displayed for the length of the content in the column, but no further */
}
.advert p {
	line-height: normal;
	text-indent: 0;
	padding: 10px;
	text-align: left;
}
.advert_main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFF66;
}
.advert_title {
	font-family: helvetical, arial;
	font-size: 36px;
	color: #fff;
}
.advert_call {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #363739;
}

#cse-search-box { 
	display: block;
	border: #DDD 1px solid;
	width: 85%;
	background-color: #ffffff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-decoration: none;
}


#cse-search-box input, #cse-search-box textarea {
	margin-left: 0px;
	margin-right: 12px;
	margin-top: 4px;
	border: 2px solid #555;
	font-family: helvetica, arial;
}

#cse-search-box textarea:focus, #cse-search-box input:focus {
	border: 2px solid #d75900;
}

#cse-search-box input.submit-button {
	width: auto;
}
#cse-search-box .submit-button {
	background-color: #666666;
	color: #fff;
	font-size: 14px;
	padding-top: 4px;
}
#cse-search-box .search-box {
	font-size: 14px;
	width: 90%;
	padding: 2px;
}
.search_prompt p {
	color: #363739;
	font-size: 14px;
	line-height: 1px;
}


.thrColFixHdr .sidebar4 {
	float: left; /* since this element is floated, a width must be given */
	clear: left;
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 15px;
	margin-left: 20px;	
	height: 70px;
}

.sidebar4 ul {
	list-style-type: none;
	width: 200px;
	height: 150px;
	z-index: 12000;
} 


.sidebar4 a:hover {
	background-color: #363739;
	color: #ffffff;
}
.sidebar4 a:hover span {
	color: #ffffff;
}