/* CSS Document */

body {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1em;
  background-color: #FFF;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000;
  border-top: 25px solid #00548e;
}
homepage {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}

html { overflow: -moz-scrollbars-vertical !important; }

a:link {
	color: #00548e;
}
a:visited {
	color: #00548e;
}
a:hover {
	color: #5E6E66;
}
a:active {
	color: #00548e;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #00548e;
	font-size: 30px;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0;
}
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #5E6E66;
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0;
}
h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	margin-top: 5px;
	padding-top: 0;
}
h3 a {
	text-decoration: none;
}
h3 a:hover {
	text-decoration: none;
}
img {
	border: 0;
	}
p {
	font-size: 12px;
	margin: 0 0 15px 0;
	}

/* PAGE LAYOUT */

#header {
	margin-top: 1px;
	border-top: 1px solid #000;	
	border-bottom: 1px solid #000;	
}
#headerBottom {
	width: 100%;
	margin-top: 1px;
	background-color: #00548e;
}
#topNav {
	width: 970px;
	margin: 0 auto;
	padding: 5px 5px 0 5px;
	height: 20px;
	font-size: 13px;
	color: #999999;
	text-align: right;
}
#topNav a{
	color: #FFF;
	text-decoration: none;
}
#topNav a:hover {
	color: #999999;
}
#headerBottomTrim {
	width: 100%;
	margin-top: 1px;
	border-bottom: 1px solid #000;
}
#container{
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#teamColumn {
	width: 305px;
	padding-right: 25px;
	float: left;
}
#teamColumn p {
	font-size: 14px;
	line-height: 20px;
}
#teamColumn .smallText {
	font-size: 12px;
	line-height: 16px;
}
#teamColumn ul, #leftColumnProducts ul, #leftColumnHome ul {
	font-size: 14px;
	line-height: 20px;
}
#teamColumnEvents ul, #leftColumnEvents ol {
	font-size: 12px;
}
.reasonsLeft, .reasonsRight {
	font-size: 12px;
	padding: 7px 0 7px 5px;
	border-bottom: 1px dashed #00548e;
}
.reasonsLeft img {
	padding-left: 10px;
}
.reasonsRight img {
	padding-right: 10px;
}
#rightColumn {
	width: 650px;
	margin-top: 25px;
	text-align: left;
	float: right;
}
.left {
	float: left;
}
.right {
	float: right;
}
.boldText {
	font-size: 14px;
	font-weight: bold;
}
.boldTextBlue {
	font-size: 14px;
	font-weight: bold;
	color: #0082ca;
}
.blue {
	color: #00548e;
}
.blue a {
	color: #00548e;
}
.blue a:hover {
	color: #00548e;
}
.tableText {
	font-size: 12px;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #CCC;
}
.tableTextNoBorder {
	font-size: 12px;
	padding: 10px 20px 10px 0;
}
.photoPadLeft {
	padding: 0 15px 15px 0;
}
.photoPadRight {
	padding: 0 0 15px 15px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footerTop {
	height: 6px;
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
}
#footer {
	width: 970px;
	padding: 10px 5px 10px 5px;
	font-size: 12px;
	color: #bababa;
	text-align: left;
	margin: 0 auto;
}
#footerCopyright {
	float: left;
}
#footerMenu {
	float: right;
}
#footerMenu ul {
	margin: 0;
	padding: 0;
}
#footerMenu li {
	display: inline;
	margin: 0;
	padding: 0 7px 0 7px;
	border-right: 1px solid #bababa;
}
#footerMenu a {
	color: #bababa;
	text-decoration: none;
}
#footerMenu a:hover {
	text-decoration: underline;
}
