﻿html,body
{
	/*background:#00143E url(/img/bgTile.png) repeat scroll -4px -13px;*/
	background: url('/img/bgFade.png') repeat-x;
	height:100%;
	padding:0;
	margin:0;
}

#pageBG
{
	display:none;
	/*background: url('/img/bg.jpg') -200px 0px no-repeat;
	position:absolute;
	margin-left:-240px;
	width:1280px;
	height:800px;*/
}
#bridgeWrap
{
	background: transparent url(/img/topbg.jpg) no-repeat scroll 10px 70px;
	height:296px;
	position:relative;
}

#pageWrapper
{
	min-height:600px;
	_height:600px;
	margin:auto;
	width:800px;
}

#header
{
	position:relative;
	height:70px;
}

#header .logoImg
{
	margin:4px 8px;
	float:left;
}
#header div.phone
{
	color:#FFFFFF;
	position:absolute;
	right:29px;
	top:32px;
}
#header .logoText
{
	margin-top:15px;
	background:transparent url(/img/logoText.png) no-repeat scroll 0 0;
	display:inline;
	float:left;
	height:40px;
	vertical-align:18px;
	width:370px;
	_margin-top:24px;
	_background:transparent;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logoText.png', sizingMethod='scale');
}


#bridge
{
	position:relative;
	margin-bottom:50px;
}

#bridgeContents
{
	position:relative;
	margin-left:12px;
	width:776px;
	height:200px;
}

#bridgeContents img
{
	position:absolute;
	right:0px;
	bottom:-24px;
}

#bridgeNavBG
{
	zoom:1;
	overflow:visible;
	height:70px;
	position:absolute;
	width:665px;
	left:0px;
	_left:-12px;
	margin-left:67px;
}

#bridgeNav
{
	zoom:1;
	height:38px;
	width:776px;
	position:relative;
	margin-left:12px;
	padding-top:32px;
}

#bridgeNav a
{
	text-decoration:none;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:1em;
	margin:0 12px;
}

#bridgeNav a:hover,
#bridgeNav a:active,
#bridgeNav a:focus
{
	color:#54a030;
}

#bridgeNavBG .fill
{	
	position:absolute;
	width:665px;
	_width:664px;
	height:70px;
	background: url('/img/bridge/fill.png') -0px -0px repeat-x;
	_background:transparent;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bridge/fill.png', sizingMethod='scale');
}

.bridgeLeft
{
	left:-70px;
	background: url('/img/bridge/left.png') -0px -0px no-repeat;
	width:70px;
	height:70px;
	position:absolute;
	_background:transparent;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bridge/left.png', sizingMethod='scale');

}


.bridgeRight
{
	right:-70px;
	background: url('/img/bridge/right.png') -0px -0px no-repeat;
	width:70px;
	height:70px;
	position:absolute;
	_background:transparent;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bridge/right.png', sizingMethod='scale');
}

.borderLeft
{
	left:-8px;
	background: url('/img/bridge/fillLeft.png') -0px -0px repeat-y;
	width:9px;
	height:100%;
	_height:expression(this && this.parentNode && this.parentNode.offsetHeight ? (this.parentNode.offsetHeight) + 'px' : '0px');
	position:absolute;
	_background:transparent;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bridge/fillLeft.png', sizingMethod='scale');
}

.borderRight
{
	right:-7px;
	_right:-6px;
	background: url('/img/bridge/fillRight.png') -0px -0px repeat-y;
	width:9px;
	height:100%;
	_height:expression(this && this.parentNode && this.parentNode.offsetHeight ? (this.parentNode.offsetHeight) + 'px' : '0px');
	position:absolute;
	_background:transparent;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bridge/fillRight.png', sizingMethod='scale');
}

.borderBottomLeft
{
	left:-8px;
	_left:-9px;
	bottom:-40px;
	background: url('/img/bridge/botLeft.png') -0px -0px no-repeat;
	width:40px;
	height:40px;
	position:absolute;
	_background:transparent;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bridge/botLeft.png', sizingMethod='scale');
}

.borderBottomRight
{
	right:-14px;
	_right:-7px;
	bottom:-40px;
	background: url('/img/bridge/botRight.png') -0px -0px no-repeat;
	width:40px;
	height:40px;
	position:absolute;
	_background:transparent;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bridge/botRight.png', sizingMethod='scale');
}

.borderBottomLeftFill
{
	left:-8px;
	_left:-9px;
	bottom:-40px;
	background: url('/img/bridge/botLeftFill.png') -0px -0px no-repeat;
	width:40px;
	height:40px;
	position:absolute;
	_background:transparent;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bridge/botLeftFill.png', sizingMethod='scale');
}

.borderBottomRightFill
{
	right:-14px;
	_right:-7px;
	bottom:-40px;
	background: url('/img/bridge/botRightFill.png') -0px -0px no-repeat;
	width:40px;
	height:40px;
	position:absolute;
	_background:transparent;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bridge/botRightFill.png', sizingMethod='scale');
}


.borderTopLeftFill
{
	left:-8px;
	_left:-9px;
	top:-30px;
	background: url('/img/bridge/topLeftFill.png') -0px -0px no-repeat;
	width:40px;
	height:30px;
	position:absolute;
	_background:transparent;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bridge/topLeftFill.png', sizingMethod='scale');
}

.borderTopRightFill
{
	right:-14px;
	_right:-7px;
	top:-30px;
	background: url('/img/bridge/topRightFill.png') -0px -0px no-repeat;
	width:40px;
	height:30px;
	position:absolute;
	_background:transparent;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bridge/topRightFill.png', sizingMethod='scale');
}

.borderTopFill
{
	height:12px;
	margin-left:25px;
	position:absolute;
	top:-33px;
	width:725px;
	background: url('/img/bridge/topFill.png') -0px -0px repeat-x;
	_background:transparent;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bridge/topFill.png', sizingMethod='scale');
}


.borderBottomWrapper
{
	height:9px;
	width:725px;
	bottom:-32px;
	position:absolute;
	margin-left:25px;
	_margin-left:31px;
}

#MainContent .borderBottomWrapper,
#MainContent .borderTopFill
{
	*margin-left:27px;
	_margin-left:33px;
}
#MainContent .borderTopFill
{
	
}
#MainContent .borderBottomWrapper
{
	_bottom:-31px;
}

.borderBottom
{
	_top:15px;
	width:100%;
	_width:712px;
	background: url('/img/bridge/botFill.png') 0px 0px repeat-x;
	height:9px;
	position:relative;
	_background:transparent;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bridge/botFill.png', sizingMethod='scale');
}

.bridgeContent
{
	color:#e8e8e8;
	display:block;
	font-family:arial;
	width: 520px;
	padding:5px 0 0 18px;
	margin:0px;
}
h1.bridgeContent
{
	padding:10px 0 0 18px;
	font-size:1.3em;
}
h2.bridgeContent
{
	padding:2px 0 0 18px;
	font-size:1em;
}

h3.bridgeContent
{
	/*color:#FFFFFF;*/
	font-weight:100;
	font-size:0.8em;
}

.bridgeQuote
 {
	bottom:-12px;
	*bottom:4px;
	color:white;
	display:block;
	font-family:arial;
	font-style:italic;
	left:158px;
	position:absolute;
	width:317px;
}

#MainContent
{
	position:relative;
	margin-left:12px;
	width:776px;
	margin-top:22px;
}

.contentArea
{
	margin-left:-2px;
	position:relative;
	width:757px;
	_width:758px;
	padding:0 11px;
	min-height:300px;
	z-index:2;
}

.borderBackfill
{
	background:#FFFFFF;
	width:725px;
	height:34px;
	position:absolute;
	left:25px;
}

