@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #666666;
	background-image: url(images/backtile.jpg);
}
.thrColFixHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */








	border: 2px solid
#;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	background-color: #ffffff;
	border: thick double #959D14;
	height: auto;
} 
#flashcontent {
	padding-top: 15px;
}

#health {
	padding-top: 0%;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: thin dotted #000000;

}
#calendar {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background-color: #959D14;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.thrColFixHdr #header {
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 150px;
	text-align: center;
	vertical-align: text-top;
	background-color: #ffffff;
	color: #613f4d;
	background-image: url(images/header.jpg);
	background-position: center;
} 
.thrColFixHdr #calendar {
	padding-right: 5px;
	padding-left: 5px;
	border: thin dotted #000000;
}

#banner4 {
	height: auto;
	width: 780px;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	color: #613f4d;
}

.thrColFixHdr #header h1 {
	text-align: center;
	vertical-align: middle;
	font-size: 40px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	line-height: 25%;
}
#banner3 {
	float: right;
	width: 160px;
	height: 110px;
	padding-top: 19px;
	background-color: #ffffff;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #libname {
	float: none;
	height: auto;
}
.thrColFixHdr #libaddress {
	top: auto;
	float: none;
}
.thrColFixHdr #libphone {
}


img
{ border-style: none;
}

#catalog {
	width: 170px;
	height: 250px;
	vertical-align: top;
	text-align: left;
	list-style-position: outside;
	list-style-type: disc;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#new_library  {
	padding-right: 5px;
	padding-left: 10px;
	border: thin dotted #000000;
	margin-top: 10px;
}

.thrColFixHdr #mainContent {
	background-color: #ffffff;
	margin-top: 0;
	margin-right: 202px;
	margin-bottom: 0;
	margin-left: 196px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#footermaincontent  {
	margin-right: 202px;
	margin-left: 196px;
	padding-left: 10px;
	font-size: 9px;
	text-align: center;
}


.thrColFixHdr #footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #959D14;
	background-color: #F0F0F0;
} 
#footerMainContent {
	font-size: 14px;
	background-position: center;
	text-align: center;
	text-decoration: none;
}
#aboutUsNav {
}
#aboutUsMain {
}


.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;
}
#banner1 {
	float: left;
	width: 140px;
	padding-right: 20px;
	padding-left: 25px;
	height: 85px;
	padding-top: 35px;
}
#menu {
	width: 780px;
	height: 36px;
}
#catalog2 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 25px;
}
.roundedcornr_box_761250 {
	background: url(roundedcornr_761250_tl.png) no-repeat top left;
	margin: 0px;
}
.roundedcornr_top_761250 {
    background: url(roundedcornr_761250_tr.png) no-repeat top right;
}
.roundedcornr_bottom_761250 {
    background: url(roundedcornr_761250_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_761250 div {
    background: url(roundedcornr_761250_br.png) no-repeat bottom right;
}
.roundedcornr_content_761250 {
    background: url(roundedcornr_761250_r.png) top right repeat-y;
}

.roundedcornr_top_761250 div,.roundedcornr_top_761250,
.roundedcornr_bottom_761250 div, .roundedcornr_bottom_761250 {
    width: 100%;
    height: 15px;
    font-size: 1px;
}
.roundedcornr_content_761250, .roundedcornr_bottom_761250 {
    margin-top: -19px;
}
.roundedcornr_content_761250 { padding: 0 15px; }

/* set the image to use and establish the lower-right position */ .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 { background: transparent url(img.png) no-repeat bottom right; 
} 
.cssbox {
	width: 335px !important; /* intended total box width - padding-right(next) */
	width: 320px; /* IE Win = width - padding */
	padding-right: 15px; /* use to position the box */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
} 
/* set the top-right image */ 
.cssbox_head { 
background-position: top right; margin-right: -15px; /* pull the right image over on top of border */ padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 
/* set the top-left image */ 
.cssbox_head h2 { 
background-position: top left; margin: 0; /* reset main site styles*/ border: 0; /* ditto */ padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */ height: auto !important; height: 1%; /* IE Holly Hack */ 
} 
/* set the lower-left corner image */ 
.cssbox_body {
	background-position: bottom left;
	margin-right: 25px; /* mirror .cssbox_head right/left */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 40px;
}

.cssbody_foot {
	background-position: left;
	height: auto;
	width: auto;
}
#lifelines {
	margin-top: 10px;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
	border: thin dotted #000000;
}

#navcontainer ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
	background-color: #959D14;
	color: white;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #613F4D;
	color: white;
}

#navcontainer #active { border-left: 1px solid #fff; }

.roundedcornr_box_512180 {
	background: url(roundedcornr_512180_tl.png) no-repeat top left;
}
.roundedcornr_top_512180 {
	background: url(roundedcornr_512180_tr.png) no-repeat top right;
}
.roundedcornr_bottom_512180 {
	background: url(roundedcornr_512180_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_512180 div {
	background: url(roundedcornr_512180_br.png) no-repeat bottom right;
}
.roundedcornr_content_512180 {
	background: url(roundedcornr_512180_r.png) top right repeat-y;
}

.roundedcornr_top_512180 div,.roundedcornr_top_512180,
.roundedcornr_bottom_512180 div, .roundedcornr_bottom_512180 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_512180, .roundedcornr_bottom_512180 {
	margin-top: -19px;
}
.roundedcornr_content_512180 { padding: 0 15px; }

.roundedcornr_box_634880 {
	background: url(roundedcornr_634880_tl.png) no-repeat top left;
	margin-top: 15px;
}
.roundedcornr_top_634880 {
	background: url(roundedcornr_634880_tr.png) no-repeat top right;
}
.roundedcornr_bottom_634880 {
	background: url(roundedcornr_634880_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_634880 div {
	background: url(roundedcornr_634880_br.png) no-repeat bottom right;
}
.roundedcornr_content_634880 {
	background: url(roundedcornr_634880_r.png) top right repeat-y;
}

.roundedcornr_top_634880 div,.roundedcornr_top_634880,
.roundedcornr_bottom_634880 div, .roundedcornr_bottom_634880 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_634880, .roundedcornr_bottom_634880 {
	margin-top: -21px;
}
.roundedcornr_content_634880 { padding: 0 15px; }

.roundedcornr_box_844686 {
	background: url(roundedcornr_844686_tl.png) no-repeat top left;
	margin-top: 15px;
}
.roundedcornr_top_844686 {
	background: url(roundedcornr_844686_tr.png) no-repeat top right;
}
.roundedcornr_bottom_844686 {
	background: url(roundedcornr_844686_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_844686 div {
	background: url(roundedcornr_844686_br.png) no-repeat bottom right;
}
.roundedcornr_content_844686 {
	background: url(roundedcornr_844686_r.png) top right repeat-y;
}

.roundedcornr_top_844686 div,.roundedcornr_top_844686,
.roundedcornr_bottom_844686 div, .roundedcornr_bottom_844686 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_844686, .roundedcornr_bottom_844686 {
	margin-top: -21px;
}
.roundedcornr_content_844686 { padding: 0 15px; }

.roundedcornr_box_176323 {
	background: url(roundedcornr_176323_tl.png) no-repeat top left;
}
.socialicons {
	padding-left: 8px;
}

.roundedcornr_top_176323 {
	background: url(roundedcornr_176323_tr.png) no-repeat top right;
}
.roundedcornr_bottom_176323 {
	background: url(roundedcornr_176323_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_176323 div {
	background: url(roundedcornr_176323_br.png) no-repeat bottom right;
}
.roundedcornr_content_176323 {
	background: url(roundedcornr_176323_r.png) top right repeat-y;
}

.roundedcornr_top_176323 div,.roundedcornr_top_176323,
.roundedcornr_bottom_176323 div, .roundedcornr_bottom_176323 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_176323, .roundedcornr_bottom_176323 {
	margin-top: -22px;
}
.roundedcornr_content_176323 { padding: 0 15px; }

.roundedcornr_box_372273 {
	background: url(roundedcornr_372273_tl.png) no-repeat top left;
	margin-top: 15px;
}
.roundedcornr_top_372273 {
	background: url(roundedcornr_372273_tr.png) no-repeat top right;
}
.roundedcornr_bottom_372273 {
	background: url(roundedcornr_372273_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_372273 div {
	background: url(roundedcornr_372273_br.png) no-repeat bottom right;
}
.roundedcornr_content_372273 {
	background: url(roundedcornr_372273_r.png) top right repeat-y;
}

.roundedcornr_top_372273 div,.roundedcornr_top_372273,
.roundedcornr_bottom_372273 div, .roundedcornr_bottom_372273 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_372273, .roundedcornr_bottom_372273 {
	margin-top: -22px;
}
.roundedcornr_content_372273 { padding: 0 15px; }

.roundedcornr_box_839754 {
	background: url(roundedcornr_839754_tl.png) no-repeat top left;
	margin-top: 15px;
}
.roundedcornr_top_839754 {
	background: url(roundedcornr_839754_tr.png) no-repeat top right;
}
.roundedcornr_bottom_839754 {
	background: url(roundedcornr_839754_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_839754 div {
	background: url(roundedcornr_839754_br.png) no-repeat bottom right;
}
.roundedcornr_content_839754 {
	background: url(roundedcornr_839754_r.png) top right repeat-y;
}

.roundedcornr_top_839754 div,.roundedcornr_top_839754,
.roundedcornr_bottom_839754 div, .roundedcornr_bottom_839754 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_839754, .roundedcornr_bottom_839754 {
	margin-top: -22px;
}
.roundedcornr_content_839754 { padding: 0 15px; }

.roundedcornr_box_452634 {
	background: url(roundedcornr_452634_tl.png) no-repeat top left;
	margin-top: 0px;
}
.roundedcornr_top_452634 {
	background: url(roundedcornr_452634_tr.png) no-repeat top right;
}
.roundedcornr_bottom_452634 {
	background: url(roundedcornr_452634_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_452634 div {
	background: url(roundedcornr_452634_br.png) no-repeat bottom right;
}
.roundedcornr_content_452634 {
	background: url(roundedcornr_452634_r.png) top right repeat-y;
}

.roundedcornr_top_452634 div,.roundedcornr_top_452634,
.roundedcornr_bottom_452634 div, .roundedcornr_bottom_452634 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_452634, .roundedcornr_bottom_452634 {
	margin-top: -22px;
}
.roundedcornr_content_452634 { padding: 0 15px; }

.roundedcornr_box_901839 {
	background: url(roundedcornr_901839_tl.png) no-repeat top left;
	margin-top: 15px;
}
.roundedcornr_top_901839 {
	background: url(roundedcornr_901839_tr.png) no-repeat top right;
}
.roundedcornr_bottom_901839 {
	background: url(roundedcornr_901839_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_901839 div {
	background: url(roundedcornr_901839_br.png) no-repeat bottom right;
}
.roundedcornr_content_901839 {
	background: url(roundedcornr_901839_r.png) top right repeat-y;
}

.roundedcornr_top_901839 div,.roundedcornr_top_901839,
.roundedcornr_bottom_901839 div, .roundedcornr_bottom_901839 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_901839, .roundedcornr_bottom_901839 {
	margin-top: -21px;
}
.roundedcornr_content_901839 { padding: 0 15px; }
.thrColFixHdr #google {
	padding-top: 15px;
}

.roundedcornr_box_102845 {
	background: url(roundedcornr_102845_tl.png) no-repeat top left;
	margin-top: 15px;
}
.roundedcornr_top_102845 {
	background: url(roundedcornr_102845_tr.png) no-repeat top right;
}
.roundedcornr_bottom_102845 {
	background: url(roundedcornr_102845_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_102845 div {
	background: url(roundedcornr_102845_br.png) no-repeat bottom right;
}
.roundedcornr_content_102845 {
	background: url(roundedcornr_102845_r.png) top right repeat-y;
}

.roundedcornr_top_102845 div,.roundedcornr_top_102845,
.roundedcornr_bottom_102845 div, .roundedcornr_bottom_102845 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_102845, .roundedcornr_bottom_102845 {
	margin-top: -22px;
}
.roundedcornr_content_102845 { padding: 0 15px; }

.roundedcornr_box_458590 {
	background: url(roundedcornr_458590_tl.png) no-repeat top left;
	margin-top: 15px;
}
.thrColFixHdr #social {
}
.thrColFixHdr #socialicons {
}

.roundedcornr_top_458590 {
	background: url(roundedcornr_458590_tr.png) no-repeat top right;
}
.roundedcornr_bottom_458590 {
	background: url(roundedcornr_458590_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_458590 div {
	background: url(roundedcornr_458590_br.png) no-repeat bottom right;
}
.roundedcornr_content_458590 {
	background: url(roundedcornr_458590_r.png) top right repeat-y;
}

.roundedcornr_top_458590 div,.roundedcornr_top_458590,
.roundedcornr_bottom_458590 div, .roundedcornr_bottom_458590 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_458590, .roundedcornr_bottom_458590 {
	margin-top: -21px;
}
.roundedcornr_content_458590 { padding: 0 15px; }

.roundedcornr_box_115253 {
	background: url(roundedcornr_115253_tl.png) no-repeat top left;
	margin-top: 15px;
}
.roundedcornr_top_115253 {
	background: url(roundedcornr_115253_tr.png) no-repeat top right;
}
.roundedcornr_bottom_115253 {
	background: url(roundedcornr_115253_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_115253 div {
	background: url(roundedcornr_115253_br.png) no-repeat bottom right;
}
.roundedcornr_content_115253 {
	background: url(roundedcornr_115253_r.png) top right repeat-y;
}

.roundedcornr_top_115253 div,.roundedcornr_top_115253,
.roundedcornr_bottom_115253 div, .roundedcornr_bottom_115253 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_115253, .roundedcornr_bottom_115253 {
	margin-top: -22px;
}
.roundedcornr_content_115253 { padding: 0 15px; }

.roundedcornr_box_549080 {
	background: url(roundedcornr_549080_tl.png) no-repeat top left;
	margin-top: 15px;
}
.roundedcornr_top_549080 {
	background: url(roundedcornr_549080_tr.png) no-repeat top right;
}
.roundedcornr_bottom_549080 {
	background: url(roundedcornr_549080_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_549080 div {
	background: url(roundedcornr_549080_br.png) no-repeat bottom right;
}
.roundedcornr_content_549080 {
	background: url(roundedcornr_549080_r.png) top right repeat-y;
}

.roundedcornr_top_549080 div,.roundedcornr_top_549080,
.roundedcornr_bottom_549080 div, .roundedcornr_bottom_549080 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_549080, .roundedcornr_bottom_549080 {
	margin-top: -22px;
}
.roundedcornr_content_549080 { padding: 0 15px; }

.roundedcornr_box_663727 {
	background: url(roundedcornr_663727_tl.png) no-repeat top left;
	margin-top: 15px;
}
.roundedcornr_top_663727 {
	background: url(roundedcornr_663727_tr.png) no-repeat top right;
}
.roundedcornr_bottom_663727 {
	background: url(roundedcornr_663727_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_663727 div {
	background: url(roundedcornr_663727_br.png) no-repeat bottom right;
}
.roundedcornr_content_663727 {
	background: url(roundedcornr_663727_r.png) top right repeat-y;
}

.roundedcornr_top_663727 div,.roundedcornr_top_663727,
.roundedcornr_bottom_663727 div, .roundedcornr_bottom_663727 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_663727, .roundedcornr_bottom_663727 {
	margin-top: -22px;
}
.roundedcornr_content_663727 { padding: 0 15px; }
#noremote {
	background-color: F7DBCC;
}
#ancestry {
	background-color: #F7DBCC;
}

.roundedcornr_box_548151 {
	background: url(roundedcornr_548151_tl.png) no-repeat top left;
	margin-top: 15px;
}
.roundedcornr_top_548151 {
     background: url(roundedcornr_548151_tr.png) no-repeat top right;
}
.roundedcornr_bottom_548151 {
     background: url(roundedcornr_548151_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_548151 div {
     background: url(roundedcornr_548151_br.png) no-repeat bottom right;
}
.roundedcornr_content_548151 {
     background: url(roundedcornr_548151_r.png) top right repeat-y;
}

.roundedcornr_top_548151 div,.roundedcornr_top_548151,
.roundedcornr_bottom_548151 div, .roundedcornr_bottom_548151 {
     width: 100%;
     height: 15px;
     font-size: 1px;
}
.roundedcornr_content_548151, .roundedcornr_bottom_548151 {
	margin-top: -23px;
}
.roundedcornr_content_548151 { padding: 0 15px; }

.roundedcornr_box_554495 {
	background: url(roundedcornr_554495_tl.png) no-repeat top left;
	margin-top: 15px;
}
.roundedcornr_top_554495 {
     background: url(roundedcornr_554495_tr.png) no-repeat top right;
}
.roundedcornr_bottom_554495 {
     background: url(roundedcornr_554495_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_554495 div {
     background: url(roundedcornr_554495_br.png) no-repeat bottom right;
}
.roundedcornr_content_554495 {
     background: url(roundedcornr_554495_r.png) top right repeat-y;
}

.roundedcornr_top_554495 div,.roundedcornr_top_554495,
.roundedcornr_bottom_554495 div, .roundedcornr_bottom_554495 {
     width: 100%;
     height: 15px;
     font-size: 1px;
}
.roundedcornr_content_554495, .roundedcornr_bottom_554495 {
	margin-top: -22px;
}
.roundedcornr_content_554495 { padding: 0 15px; }

.roundedcornr_box_972747 {
	background: url(roundedcornr_972747_tl.png) no-repeat top left;
	margin-top: 15px;
}
.roundedcornr_top_972747 {
     background: url(roundedcornr_972747_tr.png) no-repeat top right;
}
.roundedcornr_bottom_972747 {
     background: url(roundedcornr_972747_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_972747 div {
     background: url(roundedcornr_972747_br.png) no-repeat bottom right;
}
.roundedcornr_content_972747 {
     background: url(roundedcornr_972747_r.png) top right repeat-y;
}

.roundedcornr_top_972747 div,.roundedcornr_top_972747,
.roundedcornr_bottom_972747 div, .roundedcornr_bottom_972747 {
     width: 100%;
     height: 15px;
     font-size: 1px;
}
.roundedcornr_content_972747, .roundedcornr_bottom_972747 {
	margin-top: -22px;
}
.roundedcornr_content_972747 { padding: 0 15px; }
#image1 {
	margin-top: 15px;
}
#image2 {
	margin-top: 15px;
}
#image3 {
	margin-top: 15px;
}
#employment {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 0px;
}
#closed {
	padding-top: 15px;
	padding-bottom: 15px;
}

