@charset "utf-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background-image:url(images/pagebgr.gif);
	background-repeat:repeat-x;
	background-position:top;
	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;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #container {
	width: 950px;  /* 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 */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/divider.gif);
	background-repeat: repeat-y;
	background-position: -3px bottom;
} 
.twoColFixRtHdr #header {
	height: 261px;
	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. */
	background-image: url(images/headerbgr.gif);
	background-repeat: repeat-x;
} 

.twoColFixRtHdr #header .jigsaw {
	background-position:355px top;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 234px;	
	width:635px;
	float: left;
	display:block;
	
	
}
.twoColFixRtHdr #container #menu {
	height: 40px;
	background-color: #FFFFFF;
	
}

.twoColFixRtHdr #container #header .img {
	background-image: url(images/header_img.jpg);
	background-repeat: no-repeat;
	height: 234px;
	width: 314px;
	float: right;
}


.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 55px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 14px;
}
.twoColFixRtHdr #header p {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 14px;
}
#sidebar1 ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
	padding-bottom:10px;

}
#sidebar1 ul li h2{
	margin-left: 20px;
	padding-bottom:8px;
	
}
#sidebar1 ul li ul li{
margin-left: 40px;
}
#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style-type:none;

}
#menu li {
display:inline;
}
#menu li a {
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	color:#7c7d7f;
	height:26px;
	background-image: url(images/tab_bgr.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration:none;
	text-transform: uppercase;
	padding-top: 14px;
	padding-right: 26px;
	padding-bottom: 0;
	padding-left: 15px;
}
#menu a:hover {
	color: #0e5596;
}
#menu a.tabon {
	color: #0e5596;
}
.twoColFixRtHdr #container #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 315px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.twoColFixRtHdr #mainContent {
	margin-top: 25px;
	margin-right: 340px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
} 
.twoColFixRtHdr #container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1pc;
	color: #444545;
	margin: 0px;
}



.twoColFixRtHdr #footer {
	background-color: #efeff0;
	height: 44px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dcdcde;
	color: #5e5e5e;
	margin: 0px;
	clear: both;
} 
.twoColFixRtHdr #footer #copyright {
	width: 250px;
	float: left;
	padding: 0px;
	margin-top: 15px;
}
#botlinks a {
	color: #5e5e5e;
}
#botlinks a:hover {

	color: #0e5596;
}

.twoColFixRtHdr #footer #botlinks {
	text-align: right;
	padding: 0px;
	margin-top: 15px;
}

.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;
}
.twoColFixRtHdr #sidebar1 #newsbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #e4e4e4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cbcbcd;
	margin: 0px;
}

.twoColFixRtHdr #container #sidebar1 h3, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1pc;
	color: #444545;
	margin: 0px;
	padding: 0px;
}

.twoColFixRtHdr #sidebar1 #visitorlocations {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	
}

/*.twoColFixRtHdr #container .line-ver { 
background-image:url(images/line-ver.gif); 
background-position:673px top;
background-repeat:repeat-y; width:100%;
}*/
hr {
	margin: 0px;
	padding: 0px;
	border: 1px dashed #CCCCCC;
}
#sidebar1 #newsbox p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.link1 {
	display:inline-block;
	color:#dd4300;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.img-indent { margin:0 8px 0 0; float:left;}

.twoColFixRtHdr #container #network {
	width: 310px;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.twoColFixRtHdr #header #jigsawmenu {
	float:right;
	height: 234px;
	width: 314px;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #header #headcontent {
	float:left;
	width: 575px;
	height: 234px;
	
}


.twoColFixRtHdr #header #headcontent #logo {
	/*margin: 0; using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(images/logo_bgr.jpg);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:normal;
	color:#FFFFFF;
	width: 323px;
	height: 96px;
	text-align:center;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 5px;
	display: block;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tagline{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.55em;
	font-weight:normal;
	color:#FFFFFF;
}
.twoColFixRtHdr #header #headcontent #quote {
	padding-top: 55px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 14px;
	margin-top: 30;
	margin-bottom: 40;
}
.subhead1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight:bold;
	color: #e47240;
}

.subhead2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight:bold;
	color: #1761a7;
}

