@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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

#mainwrapper {
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-x;
}

strong {
	color: black;
}
#mainwrapper .l {
	background: url(../images/shad_L.jpg) no-repeat 0 100%;
}
#mainwrapper .b {
	background-image: url(../images/Shad_B.jpg);
	background-repeat: repeat-x;
	background-position: 0px 100%;
}
#mainwrapper .r {
	background-image: url(../images/Shad_R.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
#mainwrapper .bl {
	background-image: url(../images/Shad_BL.jpg);
	background-repeat: no-repeat;
	background-position: 0px 100%;
}
#mainwrapper .br {
	background: url(../images/Shad_BR.jpg) no-repeat 100% 100%;
	height: 30px;
	margin: 0;
	padding: 0;
}

#whitepage {
	width: 915px;
	margin: 0 auto;
	padding: 0;
	background: white url(../images/pg-bkgrd.jpg) repeat-x;
}
#headerwrap {
	padding: 0px;
	height: 100px;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/Bosworth_statement.png);
	background-repeat: no-repeat;
	background-position: 520px 8px;
}

.logo {
	margin: 15px 0 0;
	padding: 0;
}

#flashwrap {
	padding: 0px;
	height: 220px;
	width: 746px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#flashcontent {
	margin: 0px;
	padding: 0px;
}
#flashcontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#flashcontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/* @group BANNER */

#bannerwrapper {
	height: 200px;
	width: 820px;
	padding: 0;
	background-color: #90b9d9;
	margin: 0 auto 15px;
}

#bannerwrapper .bannertext {
	float: left;
	width: 380px;
	margin-left: 30px;
}
#bannerwrapper .bannertext h1 {
	color: white;
	font: italic 2em/normal "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin-top: 23px;
}

#bannerwrapper .image {
	height: 200px;
	text-align: right;
	margin: 0 0 0 450px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* @end */

/* @group TOP NAV */

#topnavwrap {
	height: 3em;
	margin: 5px 0 0;
}
#topnavbkgrd {
	text-align: left;
	width: 885px;
	margin: 0 auto;
	height: 3em;
	background: url(../images/topbar_bkgrd.jpg) repeat-x;
}
#topnavround {
	text-align: left;
	width: 885px;
	margin: 0 auto;
	height: 3em;
	background: url(../images/topbar_end.jpg) no-repeat;
}

#topnav {
	width: 885px;
	margin: 0 0 0 auto;
}
#topnav ul {
	text-decoration: none;
	margin: 0 0px 0px 30px;
	padding: 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	height: 27px;
}
#topnav li   {
	color: white;
	display: inline;
	width: auto;
	text-decoration: none;
	border-right-color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1em;
	margin: 3px 0 0;
	padding: 0;
	height: 27px;
}
html>body #topnav li   {
	color: black;
	display: inline;
	width: auto;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .9em;
	margin: 0;
	padding: 0;
	height: 27px;
}

#topnav a {
	color: white;
	text-transform: capitalize;
	text-decoration: none;
	padding: 0 20px;
	margin: 3px 0 0 -4px;
	display: inline-block;
	line-height: 27px;
	height: 27px;
	border-right: 1px solid #56b8f5;
}

#topnav a:hover {
	color: white;
	text-transform: capitalize;
	text-decoration: none;
	padding: 0 20px;
	margin: 0 0 0 -4px;
	display: inline-block;
	background-color: #56baf8;
	line-height: 27px;
	height: 27px;
	border-right: 1px solid #56b8f5;
	-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px; /* future proofing */
-khtml-border-radius: 4px;
}
#topnav .button_on {
	color: white;
	text-transform: capitalize;
	text-decoration: none;
	padding: 0 20px;
	margin: 0 0 0 -4px;
	display: inline-block;
	background-color: black;
	line-height: 27px;
	height: 27px;
	border-right: 1px solid #56b8f5;
	-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px; /* future proofing */
-khtml-border-radius: 4px;
}

/* @end */

/* @group SIDE NAVIGATION */

#sidenavwrap {
	padding: 0px;
	width: 210px;
	height: auto;
	clear: none;
	margin: 0;
	float: left;
}

.sidenav {
	padding: 0px;
	margin: 0;
}
.sidenav ul {
	list-style-type: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
.sidenav li {
	text-decoration: none;
	display: block;
	margin: 0;
	font: normal bold 0.9em/1.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #003f7c;
	background: transparent no-repeat 0 0;
	height: 1.8em;
	border-bottom: 1px solid #ce9a1c;
	width: 210px;
	padding: 0;
}
.sidenav a   {
	color: #003f7c;
	text-decoration: none;
	display: block;
	height: 1.8em;
	margin: 0px;
	font-variant: normal;
	width: 205px;
	background-color: white;
	padding: 0 0 0 5px;
}
.sidenav a:hover {
	color: #003f7c;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0 0 0 5px;
	height: 1.8em;
	background: #f8f0dd no-repeat 0 0;
	width: 205px;
}
.button_on {
	background: transparent url(../images/side_but_on.png) no-repeat 0 8px;
}
.subnav {
	margin: 0px;
	padding: 0px;
	width: 182px;
}
.subnav ul {
	list-style-type: none;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.subnav li {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	line-height: 2em;
	display: block;
	height: 2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
	color: #5e4e81;
	border-bottom: 1px solid #efefef;
}
.subnav a   {
	color: #5e4e81;
	text-decoration: none;
	display: block;
	height: 2em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-variant: normal;
}
.subnav a:hover {
	color: white;
	text-decoration: none;
	display: block;
	height: 2em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-color: #747474;
}


/* @end */

#contentwrapper {
	height: auto;
	width: 820px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 10px;
	background: url(../images/separator.png) no-repeat 4px 0;
}

#maincontentvwrap {
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
	width: 800px;
	min-height: 250px;
}

#maintextwrap {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}

#separator {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-left: 1px solid #ce9a1c;
	min-height: 450px;
}
#maintextcontent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 515px;
	margin: 0;
	float: left;
}
#addresswrap {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 415px;
	margin: 0;
	float: left;
}

#mapwrap {
	margin-left: 450px;
	width: 340px;
}
#map {
	border: 1px solid #b2b2b2;
}
#sideimages {
	margin-left: 532px;
	text-align: right;
}


#sideimages img, .imagewrap img {
	border: 1px solid #e5e5e5;
}


#maintextcontent h1, #singlecol h1, #addresswrap h1 {
	padding: 0;
	color: black;
	letter-spacing: -1px;
	font: bold 1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0 0 .5em;
}

#maintextcontent h2, #singlecol h2, #addresswrap h2  {
	padding: 0;
	color: black;
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: .2em;
}
#maintextcontent h3, #singlecol h3, #addresswrap h3  {
	font: normal 0.8em "Lucida Grande", Lucida, "Trebuchet MS", Verdana, sans-serif;	padding: 0;
	margin-bottom: 0.5em;
	color: #8c8c8c;
	margin-top: 0;
}
.telnolrg {
	padding: 0;
	margin: 0 0 .5em;
	color: #545454;
	text-decoration: none;
	font: bold 1.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @group CREDITS */
#creditwrap {
	height: 2em;
	width: 815px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.copyright  {
	width: 250px;
	color: #c6c6c6;
	float: left;
	font: normal 0.7em/3em Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 2em;
}

.credits {
	color: #c6c6c6;
	float: none;
	padding: 0px;
	text-align: right;
	font: normal .7em/3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0px 0 0px 230px;
	text-decoration: none;
}
.credits a {
	text-align: right;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #c6c6c6;
}



/* @end */

/* @group FOOTER */

#footerwrap {
	background-color: #ededed;
	padding: 0;
	margin: 0 0 20px;
}
#footercontent {
	width: 755px;
	margin: 0 auto;
	padding: 12px 0;
}
#footercontent h3 {
	text-align: center;
	font: .7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #a5a5a5;
	margin: 0;
}


/* @end */

.imageleft {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 12px;
	margin-right: 12px;
	background-color: #d6e1fe;
}

.imageright {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
}
.subheadings {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003f7c;
}
.leftspacer {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

input {
	border: 1px solid gray;
	width: 145px;
}
textarea {
	border: 1px solid gray;
	width: 300px;
}
.imagewrap {
	text-align: center;
	margin-bottom: 20px;
}
.imagewrap .pad {
	margin: 0 20px;
}
.imagewrap .padright {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
}
.backto a 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #003f7c;
	font-style: italic;
	font-size: .8em;
}

.googlinks{
	width: auto;
	margin: 12px 0 0;
	padding: 0;
}
.googlinks img {
	margin: 0 6px 0 0;
	padding: 0;
}

/* @group TABLES */

.tablewrap {
	font-weight: normal;
	font-style: normal;
}

table.Spec {
	border-spacing: 1px;
	border-collapse: collapse;
	color: #8c8c8c;
	background-color: #e8edfe;
	border: 5px none #000;
}
table.Spec th {
	padding: 5px 4px;
	-moz-border-radius: 0px 0px 0px 0px;
	font-weight: normal;
	font-style: normal;
	border: 1px solid #0695f1;
	background-color: #0695f1;
	color: white;
	text-align: left;
}
table.Spec td {
	padding: 4px;
	-moz-border-radius: 0px 0px 0px 0px;
	border: 1px solid #0695f1;
	text-align: left;
}
td.title, th.title   {
	border-spacing: 5px;
	border-collapse: collapse;
	color: #0695f1;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}


/* @end */

