@charset "utf-8";

body {
	background: #FFFFFF url(../images/body_bg.jpg) repeat-x 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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a:link   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #007DD1;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #007DD1;
}

a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #007DD1;
	text-decoration: none;
}

.layout #container {
	width: 968px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/containerSec_bg.jpg) repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.layout #container #sidebar {
	width: 213px;
	position: absolute;
	z-index: 10;
	top: 0px;
	right: 24px;
	background-image: url(../images/news_bg.jpg);
	background-repeat: repeat-y;
}

*html .layout #container #sidebar {
	right: 19px;
}

.layout #container #sidebar #topnav {
	background-image: url(../images/topnav_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 15px 0px 0px;
	height: 44px;
	position: relative;
}
#topnav a:link, #topnav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #365a98;
	line-height: 16px;
	font-weight: bold;
}
#topnav a:hover, #topnav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #a02c02;
	text-decoration: none;
}
.layout #container #sidebar #newstitle {
	background-image: url(../images/newstitle_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 50px;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.layout #container #sidebar #news {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px;
	width: 198px;
}
#news a:link, #news a:visited {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 28px;
	color: #FFFFFF;
}
#news a:hover, #news a:active {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 28px;
	color: #FFFFFF;
	text-decoration: none;
}


*html #container #sidebar #news {
margin: 0px;
padding: 0px;
}

.layout #container #sidebar #newsbottom {
	background-image: url(../images/news_shadow.jpg);
	background-repeat: no-repeat;
	width: 213px;
	margin: 0px;
	padding: 0px;
	height: 29px;
	position: relative;
}
.layout #header {
	background: #DDDDDD url(../images/header_bg.jpg) repeat-y;
	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. */
	height: 277px;
}
.layout #container #header img {
	margin-right: 4px;
	margin-left: 4px;
	float: none;
	position: absolute;
	left: 0px;
	top: 59px;
}
.layout #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 */
}
#header #mainnav  {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/mainnav_bg.jpg) repeat-x top;
	padding: 0px;
	height: 59px;
	width: 960px;
	float: left;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}

*html #header #mainnav {
margin-left: 2px;
margin-right: 0px;
}

.layout #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(../images/containerSec_bg.jpg) repeat-y;
	margin: 0px;
	position: relative;
}
.layout #footer {
	height: 60px;
	color: #CCCCCC;
	background: #141214;
	clear: both;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 735px;
}
.layout #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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f4f3f3;
}
#footer a:link, #footer a:visited     {
	color: #609cce;
	font-size: 11px;
}
#footer a:hover, #footer a:active {
	color: #a02c02;
	text-decoration: none;
	font-size: 11px;
}
.layout #container #tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0a4678;
	height: 40px;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	background-image: url(../images/header_shadow.jpg);
	background-repeat: no-repeat;
	background-position: 500px top;
	line-height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.layout #container #mainContent #columns {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 538px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #373737;
}

*html .layout #container #mainContent #columns {
margin-left: 2px;
}

.layout  #container  #mainContent  #column1T {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/title1_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 177px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 37px;
	line-height: 37px;
	margin-left: 4px;
	text-align: center;
	padding: 0px;
}

*html .layout  #container  #mainContent  #column1T {
margin-left: 0px;
}

.layout #container #mainContent #column2T {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/title2_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 177px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 37px;
	line-height: 37px;
	padding: 0px;
	text-align: center;
}
.layout #container #mainContent #column3T {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0a4678;
	background-image: url(../images/title3_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 177px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 37px;
	line-height: 37px;
	padding: 0px;
	text-align: center;
}
.layout #container #mainContent #message {
	background-image: url(../images/supporting_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 422px;
}
.layout #container #mainContent #message img {
	padding: 10px;
}
#mainnav  ul    {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
	margin: 0px;
	padding: 0px;
}
#mainnav  li    {
	float: left;
	list-style-type: none;
}

#mainnav a {
	display: block;
	float: left;
	height: 59px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #525252;
	font-weight: bold;
}
#mainnav a.about {
	background-image: url(../images/navbg_about.jpg);
	background-repeat: no-repeat;
	background-position: 0px -59px;
	width: 85px;
	padding-top: 22px;
	text-align: center;
}
#mainnav a.services {
	background-image: url(../images/navbg_services.jpg);
	background-repeat: no-repeat;
	background-position: 0px -59px;
	width: 82px;
	padding-top: 22px;
	text-align: center;
}
#mainnav a.store {
	background-image: url(../images/navbg_store.jpg);
	background-repeat: no-repeat;
	background-position: 0px -59px;
	width: 72px;
	padding-top: 22px;
	text-align: center;
}
#mainnav a.whatsnew {
	background-image: url(../images/navbg_whatsnew.jpg);
	background-repeat: no-repeat;
	background-position: 0px -59px;
	width: 77px;
	padding-top: 22px;
	text-align: center;
}
#mainnav a.employment {
	background-image: url(../images/navbg_employment.jpg);
	background-repeat: no-repeat;
	background-position: 0px -59px;
	width: 109px;
	padding-top: 22px;
	text-align: center;
}
#mainnav a.calendar {
	background-image: url(../images/navbg_services.jpg);
	background-repeat: no-repeat;
	background-position: 0px -59px;
	width: 82px;
	padding-top: 22px;
	text-align: center;
}
#mainnav a.press {
	background-image: url(../images/navbg_press.jpg);
	background-repeat: no-repeat;
	background-position: 0px -59px;
	width: 52px;
	padding-top: 22px;
	text-align: center;
}
#mainnav a.directors {
	background-image: url(../images/navbg_directors.jpg);
	background-repeat: no-repeat;
	background-position: 0px -59px;
	width: 167px;
	padding-top: 22px;
	text-align: center;
}
#mainnav a:hover, #mainnav li.active a {
	background-position:0 0px;
}

.layout #container #mainContent #column1 {
	background-image: url(../images/columns_shadow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	width: 158px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	float: left;
}

*html .layout #container #mainContent #column1 {
margin-left: 0px;
}

.layout #container #mainContent #columns p {
	margin-top: 0px;
}
.layout #container #mainContent #column2 {
	background-image: url(../images/columns_shadow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	width: 158px;
	float: left;
	margin: 0px;
}
.layout #container #mainContent #column3 {
	background-image: url(../images/columns_shadow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	width: 158px;
	float: left;
	margin: 0px;
}
.bullet {
	position: absolute;
	top: 300px;
	left: 700px;
}
.pageContent {
	padding-right: 20px;
	padding-left: 20px;
	width: 690px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #373737;
}
.pageContent H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0A4678;
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 35px;
	line-height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6F6969;
	margin: 5px;
}
.pageContent H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #016BB9;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 28px;
	line-height: 28px;
	margin: 0px;
}
.pageContent H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9A1F00;
	margin: 0px;
	padding: 0px;
}
.pageContent H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9A1F00;
	margin: 0px;
	padding: 0px;
}
.pageContent H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #016BB9;
	margin: 0px;
	padding: 0px;
}
.pageContent H6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #016BB9;
	margin: 0px;
	padding: 0px;
}






.pageContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373737;
	width: 100%;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	line-height: 16px;
	margin: 0px;
	padding-left: 15px;
}
.titlesBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #016BB9;
	height: 28px;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
}
.highlight {
	background-color: #FFFF66;
	font-weight: bold;
}.credo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-transform: none;
}
