body
{
	font-family: Verdana, Arial, Helvetica, san-serif;
	color: #333333;
	background-image: url(../images/main/tile.png);
	font-size: 1em;
	margin: 0;
}

p
{
	font-size: 0.8em;
}

h1
{
	font-size: 1.7em;
	color: #384170;
	padding-left: 2em;
	padding-right: 2em;
	font-weight: normal;
}

h2
{
	font-size: 1.2em;
	color: #384170;
	padding-left: 3em;
	padding-right: 3em;
	font-weight: normal;
}

h3
{
	font-size: 1em;
	color: #384170;
	font-weight: normal;
}

img
{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}

a
{
	color: #384170;
	font-size: 1em;
	text-decoration: none;
}

a:hover 
{
	color: #6D79B6;
	text-decoration: underline;
}

a:active 
{
	color: #384170;
	text-decoration: none;
}

#mainContainer
{
	position: relative;
	width: 970px;
	margin: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


#bodyContainer 
{
	position: relative;
	width: 890px; 
	margin: auto;
	height: 100%;
	overflow: hidden;
}

#contentContainer
{
	background-color: white;
	width: 699;
	overflow: hidden;
	padding-right: 191px;
	padding-left: 0;
}

#contentContainer .column
{
	float: left;
	position: relative;
	padding-bottom: 20010px;
	margin-bottom: -20000px;
}

#navigation 
{
	width: 191px;
	margin-right: -191px;
	background-image: url(../images/main/rightNavigationTile.png);
	background-repeat: repeat-y;
	overflow: hidden;
}

#content
{
	background-color: white;
	background: url(../images/main/contentBGHome.png) repeat-y;
	width: 100%;

}

#contentContainerBottom
{
	clear: both;
	height: 80px;
	width: 890px;
	position: relative;
	bottom:0;
}

#contentBottomContentDecoration
{
	float: left;
	background: url(../images/main/contentBGHome.png) repeat-y;
	height: 80px;
	width: 699px;
	vertical-align: bottom;
}

#pageImageHeader
{
	margin: 0;
	padding: 0;
	border: 0;
	width: 890px;
	height: 249px;
}

#rotator
{
	position: relative;
}

#rotator img
{
	top: 0;
	left: 0;
	position: absolute;
}

#pageImageHeader h1
{
	font-size: 1.5em;
	color: white;
	padding-top: 212px;
	padding-left: 2em;
	padding-right: 2em;
	font-weight: normal;
}

#leftBar
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 100%;
	background-image: url(../images/main/tileLeft.png);
	background-repeat: repeat;
}

#rightBar
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 100%;
	background-image: url(../images/main/tileRight.png);
	background-repeat: repeat;
}

#footer
{
	clear: both;
	color: white;
	background-color: #222;
	font-size: 0.7em;
	line-height: 3em;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	vertical-align: bottom;
	height: 100%;
	position: relative;
}

#footer a
{
	color: white;
	font-size: 1em;
	text-decoration: none;
}

#footer p
{
	margin: 0;
	padding: 0;
}

#footer a:visited 
{
	color: white;
	text-decoration: none;
}

#footer a:hover 
{
	color: #6D79B6;
	text-decoration: underline;
}

#footer a:active 
{
	color: white;
	text-decoration: none;
}

#menu
{
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	background-image: url(../images/Hdr/menuBarTile.png);
	background-repeat: repeat-x;
}
#menu .linkOff
{
	font-size: 1em;
	color: white;
	text-decoration: none;
}
#menu .linkOn
{
	font-size: 1em;
	color: #ff9;
	text-decoration: none;
}
#menu .linkOffsmall
{
	font-size: 0.8em;
	color: white;
	text-decoration: none;
}
#menu .linkOnsmall
{
	font-size: 0.8em;
	color: #A7BFD4 ;
	text-decoration: none;
}

#menu .menuText
{
	font-size: 1em;
}

#menu table
{
	font-size: 0.8em;
}

#menu td.off
{
	font-size: 1em;
	color: white;
}
#menu td.on
{
	font-size: 1em;
	color: #A7BFD4;
}
#menu td.onsmall
{
	font-size: 0.8em;
	color: #A7BFD4;
}
#menu td.offsmall
{
	font-size: 0.8em;
	color: white;
}
#menu td.top1
{
	background-color: #384170;
}

#menu td.bottom1
{
	background-color: #384170;
}

#menu td.middle1Off
{
	background-color: #384170;
	font-size: 1em;
	color: white;
	height: 19;
	border-bottom: ridge 1px #A7BFD4;
	padding: 3px 0 3px 0;
}

#menu a
{
	text-decoration:none;
	color: white;
}

#menu a.1:link
{
	text-decoration:none;
	font-size: 1em;
	color: white;
}

#menu a.1:hover
{
	text-decoration:none;
	font-size: 1em;
	color: #A7BFD4;
}

#menu a.1:visited
{
	text-decoration:none;
	font-size: 1em;
	color: white;
}

#menu td.middle1On
{
	background-color: #384170;
	font-size: 1em;
	color: white;
	font-weight: bold;
	height: 19;
	border-bottom: ridge 1px #A7BFD4;
	padding: 3px 0 3px 0;
}

#menu div.dropDown
{
	position: absolute;
}

#contentDecoration
{
	height: 23px;
	width: 699px;
}

#navTop
{
	background-image: url(../images/main/rightNavBackgroundTile.png);
	background-repeat: repeat-y;
}

#rightSwoosh
{
	border-right: 156px;
	width: 35px;
	background: white;
	background-image: url(../images/main/rightSwooshTile.png);
	background-repeat: repeat-y;
	float: left;
}

#rightNavDecoration
{
	border-right: 0px;
	width: 35px;
	background: white;
	background-image: url(../images/main/rightNavDecorationTileSide.png);
	background-repeat: repeat-y;
	float: right;
	margin: 0;
	border: 0;
	padding: 0;
	position: relative;
	right: 0;
	top: 0;
}

#navContent 
{
	background-image: url(../images/main/rightNavBackgroundTile.png);
	background-repeat: repeat;
	float: right;
	width: 121px;
}

#navBottom
{
	width: 191px;
	float: left;
	vertical-align: bottom;
}

#navContent p
{
	font-size: 0.7em;
	padding: 0px 5px 0px 10px;
}

#navContent h1
{
	font-size: 1em;
	color: #333;
	padding: 10px 0px 0px 10px;
	margin-top: -0.5em;
	margin-left: -0.7em;
	margin-bottom: 0.3em;
	font-weight: normal;
}

#navContent h2
{
	font-size: 0.9em;
	color: #384170;
	padding: 0px 5px 0px 10px;
	margin-bottom: 0;
	font-weight: normal;
}

#navContent h3
{
	font-size: 0.8em;
	color: #384170;
	padding: 0px 5px 0px 10px;
	margin-bottom: 0;
	font-weight: normal;
}	

#navContent h4
{
	font-size: 0.7em;
	color: #384170;
	padding: 0px 5px 0px 10px;
	margin-bottom: 0;
	font-weight: normal;
}

#navContent h5
{
	font-size: 0.6em;
	color: #384170;
	padding: 0px 5px 0px 10px;
	margin-bottom: 0;
	font-weight: normal;
}

#navContent ul
{
	list-style-type: none;
	font-size: 0.8em;
	font-weight: normal;
	position: relative;
	margin-left: 0em;
	padding: 0px 10px 0px 0px;
	width: 121px;
}

#navContent ul ul
{
	list-style-type: none;
	font-size: 0.7em;
	position: relative;
	padding: 0px 10px 0px 0px;
}

#navContent ul ul ul
{
	list-style-type: none;
	font-size: 0.9em;
	position: relative;
}

#navContent ul ul ul ul
{
	list-style-type: none;
	font-size: 0.9em;
	position: relative;
}

#navContent ul ul ul ul ul
{
	list-style-type: none;
	font-size: 0.9em;
	position: relative;
}

#navContent a
{
	color: #333;
	font-size: 1em;
	text-decoration: underline;
}

#navContent a:visited 
{
	color: #333;
	text-decoration: underline;
}

#navContent a:hover 
{
	color: #666;
	text-decoration: underline;
}

#navContent a:active 
{
	color: #333;
	text-decoration: underline;
}

#rightNavDecorationTop
{
	vertical-align: top;
}

#rightNavDecorationBottom
{
	vertical-align: bottom;
}


/*** IE Fixes ***/
* html body 
{
  overflow: hidden;
}

* html #footerWrapper 
{
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 10010px;
  margin-bottom: -10000px;
  background-color: white;
  background-image: url(../images/main/tile.png);
}



/* Home page content styles */

#spotlight
{
	float: left;
	border-right: solid 1px #ccc;
	margin-left: 25px;
	padding-right: 10px;
	width: 190px;
}

#spotlight p
{
	margin-top: 0;
}

#spotlight h3
{
	margin-top: 0;
}

#spotlight ul
{
	font-size: 0.8em;
	padding: 0;
	margin: -0.5em 0 0 1.3em;
}

#spotlight li
{
	margin-bottom: 0.2em;
}

#spotlight hr
{
	color: #ddd;
	height: 1px;
	border-style: none;
	background-color: #ccc;
}

#sectionNav
{
	float: right;
	width: 455px;
	margin-left: -1px;
	border-left: solid 1px #ccc;
	padding-left: 13px;
	padding-right: 5px;
	height: 100%;
}

#sectionNav h3
{
	margin-top: 0;
}

#sectionNav td
{
	padding: 2px;
	vertical-align: middle;
	font-size: 0.95em;
}

.sectionNavIcon
{
	width: 62px;
}

/* FaceBox classes */

#facebox .b {
  background:url(../../../images/pc/facebox/b.png);
}

#facebox .tl {
  background:url(../../../images/pc/facebox/tl.png);
}

#facebox .tr {
  background:url(../../../images/pc/facebox/tr.png);
}

#facebox .bl {
  background:url(../../../images/pc/facebox/bl.png);
}

#facebox .br {
  background:url(../../../images/pc/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  width: 100%;
}

#facebox .closeimage
{
	float: right;
}

#facebox .tagline
{
	text-align: center;
	font-size: 1em;
}

#facebox .logo
{
	float: left;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  top: 0px;
  position: fixed;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

	#pageImageHeader {
		position:relative;
	}
	#pageImageHeader img {
		position:absolute;
		top:0px;
		left:0px;
		height: 249px;
	}
	#pageImageHeader a {
		border:0;
	}

	.nivo-controlNav {
		position:absolute;
		left:45%;
		bottom:7px;
		z-index: 99;
	}
	.nivo-controlNav a {
		display:block;
		width:10px;
		height:10px;
		background:url(../images/Main/bullets.png) no-repeat;
		text-indent:-9999px;
		border:0;
		margin-right:3px;
		float:left;
	}
	.nivo-controlNav a.active {
		background-position:-10px 0;
	}

	.nivo-directionNav a {
		display:block;
		width:32px;
		height:34px;
		background:url(../images/Main/arrows.png) no-repeat;
		text-indent:-9999px;
		border:0;
	}
	a.nivo-nextNav {
		background-position:-32px 0;
		right:10px;
	}
	a.nivo-prevNav {
		left:10px;
	}
	.nivoSlider {
		position:relative;
	}
	.nivoSlider img {
		position:absolute;
		top:0px;
		left:0px;
	}
	.nivoSlider a.nivo-imageLink {
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		border:0;
		padding:0;
		margin:0;
		z-index:60;
		display:none;
	}

	.nivo-slice {
		display:block;
		position:absolute;
		z-index:50;
		height:100%;
	}

	.nivo-caption {
		position:absolute;
		left:0px;
		bottom:0px;
		background:#000;
		color:#fff;
		opacity:0.8;
		width:100%;
		z-index:89;
	}
	.nivo-caption p {
		padding:5px;
		margin:0;
	}

	.nivo-directionNav a {
		position:absolute;
		bottom:7px;
		z-index:99;
		cursor:pointer;
	}
	.nivo-prevNav {
		left:0px;
	}
	.nivo-nextNav {
		right:0px;
	}

	.nivo-controlNav a {
		position:relative;
		z-index:99;
		cursor:pointer;
	}
	.nivo-controlNav a.active {
		font-weight:bold;
	}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}