@charset "UTF-8";


/*	-------------------------------------------------------------
	Global
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body  {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ededed;
	background-image: url(../images/screenBackground.png);
	background-repeat: repeat-x;
	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 */
	}

#wrapper {
	text-align: left;
	padding: 0;
	width: 970px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #707070;
	}

h1 {
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
	color: #0060a9;
	}

h2 {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	color: #0060a9;
	}

h3 {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #0060a9;
	}

img {
	border: 0;
	}



/*	-------------------------------------------------------------
	Other
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#header {
	position: relative;
	width: 970px;
	background-color: #ffffff;
	}

#left {
	position: relative;
	float: left;
	width: 229px;
	}

#nav {
	width: 229px;
	}

#newsticker {
	height: 140px;
	width: 160px;
	overflow: hidden;
	margin-left: 37px;
	margin-top: 37px;
	}

.affiliatedLogos {
	margin-left: 25px;
	}

.copyright {
	text-align: center;
	}

#content {
	position: relative;
	float: right;
	width: 970px;
	background-color: #ffffff;
	background-image: url(../images/contentBg.gif);
	padding-bottom: 25px;
	margin-bottm: 25px;
	}

#text {
	position: relative;
	float: right;
	width: 741px;
	}

#textPhotoContainer {
	position: relative;
	width: 741px;
	}

#textPhoto {
	position: relative;
	width: 348px;
	left: 25px;
	}

#textSingleCol {
	position: relative;
	float: right;
	width: 348px;
	right: 25px;
	}

#text p {
	margin-left: 25px;
	margin-right: 25px;
	}

#text li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #707070;
	}

#text h1 {
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: -10px;
	}

#text h2 {
	margin-left: 25px;
	margin-right: 25px;
	}

#text h3 {
	margin-left: 25px;
	margin-right: 25px;
	}

#text a {
	}

#text a:link {
	color: #0060a9;
	text-decoration: none;
	}

#text a:visited {
	color: #0060a9;
	text-decoration: none;
	}

#text a:active {
	color: #707070;
	text-decoration: underline;
	}

#text a:hover {
	color: #707070;
	text-decoration: underline;
	}

#newstext a {
  }

#newstext a:link {
  color: #0060a9;
  text-decoration: none;
  }

#newstext a:visited {
  color: #0060a9;
  text-decoration: none;
  }

#newstext a:active {
  color: #707070;
  text-decoration: underline;
  }

#newstext a:hover {
  color: #707070;
  text-decoration: underline;
  }

.brochureLink a {
	display: block;
	height: 16px;
	background-image: url(../images/pdfIcon.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
	}

#contactLeft {
	position: relative;
	float: left;
	width: 250px;
	height: 440px;
	top: 10px;
	}

#contactRight {
	position: relative;
	display: inline-block;
	top: 30px;
	left: 0;
	}

#contactRight p {
	margin-left: 0;
	}

#flash {
	width: 741px;
	}

#footer {
	display: block;
	border-top-color: #0060a9;
	border-top-style: solid;
	border-top-width: 1px;
	text-align: center;
	margin-top: 20px;
	padding-top: 20px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	}

#footer a:link {
	color: #707070;
	text-decoration: none;
	}

#footer a:visited {
	color: #707070;
	text-decoration: none;
	}

#footer a:active {
	color: #337aaf;
	text-decoration: underline;
	}

#footer a:hover {
	color: #337aaf;
	text-decoration: underline;
	}

#video a:link {
  color: #0060a9;
  text-decoration: none;
  }

#video a:visited {
  color: #0060a9;
  text-decoration: none;
  }

#video a:active {
  color: #707070;
  text-decoration: none;
  }

#video a:hover {
  color: #707070;
  text-decoration: none;
  }