/*--------
Layout
--------*/
body{
	background: #266f9c;
	margin: 0 auto;
	font-size: 1em;
}

#wrapper{
	background: #fff url(images/wrapperBG.jpg) top center repeat-y;
	margin: 0 auto;	
	width: 961px;
}

#top{
	height: 110px;
	background: #fff url(images/headerBG.gif) top left repeat-x;
	margin: 0 auto;
	width: 961px;
}

#logo{
	height: 68px;
}

#topNav{
	background: #fff url(images/topNavBG.png) top center no-repeat;
	clear: both;
	height: 30px;
	width: 961px;
}

#main{
	position: relative;
	width: 860px;
	margin: 0 auto;
	z-index: 1;
}

#slideshow{
	height: 176px;
	margin-top: 17px;
	margin-bottom: 30px;
	overflow: hidden;	
}

.sliderPane{
	height: 176px;	
	background: #333;
	float: left;
}

#slideshow1{
	width: 270px;
	margin-right: 3px;
}

#slideshow2{
	width: 175px;
	margin-right: 3px;
}

#slideshow3{
	width: 270px;
	margin-right: 3px;
}

#slideshow4{
	width: 135px;
}

#homeContent{
	width: 485px;
	position: relative;
	left: 0px;
}

#homeSidebar{
	width: 340px;
	background: url(images/homeSidebarBG.png) top left no-repeat;
	min-height: 200px;
	position: absolute;
	left: 520px;
	top: 200px;
}

#leftSidebar{
	width: 175px;
	position: absolute;
	left: -35px;
	border: 1px solid #a1a1a1;
	background: url(images/leftMenuBG.png) top left no-repeat;
}

#leftSidebar2{
	width: 175px;
	position: absolute;
	left: -35px;
	border: 1px solid #fff;
	background: #fff;
}

#contactSidebar{
	width: 300px;
	position: absolute;
	left: -35px;
	border: 1px solid #a1a1a1;
}


#mainContent{
	width: 715px;
	position: relative;
	left: 170px;
	top: 0px;
	padding-bottom: 30px;	
	padding-top: 20px; 
}

#contactContent{
	width: 605px;
	position: relative;
	left: 290px;
	top: 0px;
	padding-bottom: 130px;	
}


#bottom{
	background: #fff url(images/footerBG.jpg) top center no-repeat;
	height: 218px;	
	width: 961px;
	margin-top: 10px;
}

#bottomNav{
	padding-top: 45px;
}

#copyright{
	margin: 0 auto;
}


/*--------
Styles
--------*/

img{
	border: none;
}

#main img{
	border: 1px solid #a1a1a1;
}

#main li{
	list-style: disc outside;
	margin-left: 12px;
	margin-bottom: 15px;
}

#main strong{
	color: #266f9c;
}	

#main{
	color: #4b4b4b;
}

#slideshow1 img{
	border: none;
	width: 270px;
	height: 176px;
}

#slideshow2 img{
	border: none;	
	width: 175px;
	height: 175px;
}

#slideshow3 img{
	border: none;	
	width: 270px;
	height: 175px;
}

#slideshow4 img{
	border: none;	
	width: 135px;
	height: 175px;
}

#bottomNav ul{
	width: 525px;
	margin: 0 auto;
}

#bottomNav a{
	font-size: .75em;
}

#copyright p{
	padding-top: 10px;
	font-size: .688em;
	line-height: 13px;
	color: #646464;
	text-align: center;
}

#copyright p a{
	color: #266f9c;
	text-decoration: underline;
}

#copyright p a.grayLink{
	color: #646464;
	text-decoration: underline;
}


#leftSidebar h2{
	display: block;
	width: 175px;
	height: 30px;
	font-size: 1.125em;
	line-height: 20px;
	color: #266f9c;
	text-align: center;
	border-bottom: 1px solid #a1a1a1;
}

#leftSidebar ul{
	width: 140px;
	margin: 0 auto;
	margin-left: -45px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#leftSidebar ul li{
	display: block;
	width: 160px;
	text-align: center;
	list-style-type: none;
	font-weight: bold;
	padding-bottom: 5px;
}	

#leftSidebar ul li ul li{
	padding-bottom: 0px;
	margin-bottom: 2px;
}	


#leftSidebar ul li a:link, #leftSidebar ul li a:visited{
	color: #4d4d4d;
	text-decoration: none;
}

#leftSidebar ul li a:hover, #leftSidebar ul li a:active{
	color: #679842;
}

#leftSidebar ul li.docsMenu, #leftSidebar ul li.team, #leftSidebar ul li.teamInner{
	text-align: left;
}

#leftSidebar ul li.team{
	color:#266f9c;
}

a.topAnchor:link, a.topAnchor:visited, a.topAnchor:active{
	color: #266f9c;
	font-size: .688em;
	float: right;
	margin-top: -10px;
}

a.topAnchor:hover{
	color: #679842;
}

.download{
	color: #266f9c;
	font-size: .813em;
	font-weight: bold;
	float: right;
	clear: none;
}

a.download{
	color: #4d4d4d;
}

.dittoListing{
	margin-top: 10px;
}

.dittoImage{
	float: right;
	margin-top: 15px;
	margin-left: 15px;
}

#homeSidebar img{
	float: left;
	margin-right: 6px;
}

input.formtext{
	background: #fff url(images/formBG.png) top left no-repeat;
	width: 270px;
	height: 17px;
	font: bold .813em/.813em Arial;
	text-indent: 5px;
	padding: 5px;
	padding-right: 0px;
	color:#4d4d4d;
	border: 1px solid #ccc;
}
	
textarea.formtext{
	background: #fff url(images/formBG.png) top left no-repeat;
	width: 275px;
	height: 128px;
	text-indent: 5px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: .813em;
	line-height:25px;	
	font-weight: bold;
	color:#4d4d4d;
	border: 1px solid #ccc;	
}		

img.contactImage{
	float: right;
}

.grayStrong{
	color: #4d4d4d;
}

fieldset{
	margin: 0 auto;
	border: none;
	padding:10px;
	padding-bottom: 0px;
}

a.directionsbutton{
	display: block;
	width: 179px;
	height:  35px;
	background: url(images/directionsbutton.gif); 
	color: #266f9c;
	text-decoration: none;
	line-height: .75em;
	text-align: center;
	font-size: .75em;
	font-weight: bold;
}

a.directionsbutton:hover{
	background-position: 0 -35px;
	color: #fff;
	text-decoration: none;
}

a.emailbutton{
	display: block;
	width: 127px;
//	height:  35px;
	background: url(images/submitbutton.gif) 0 0 no-repeat; 
	color: #266f9c;
	text-decoration: none;
//	line-height: .75em;
	text-align: center;
	font-size: .75em;
	font-weight: bold;
	float: right;
	margin-bottom: 15px;
	padding: 1em;
}

a.emailbutton:hover{
	background-position: 0 -39px;
	color: #fff;
	text-decoration: none;
}

.submitbutton{
	display: block;
	width: 127px;
	border:  none;
	height:  35px;
	background: url(images/submitbutton.gif); 
	color: #266f9c;
	text-decoration: none;
	line-height: 35px;
	text-align: center;
	font-size: .75em;
	font-weight: bold;
	float: right;
}

.submitbutton-over{
	background-position: 0 -39px;
	color: #fff;
	text-decoration: none;
}

.submitbutton2{
	display: block;
	width: 127px;
	border:  none;
	height:  35px;
	background: url(images/submitbutton.gif); 
	color: #266f9c;
	text-decoration: none;
	line-height: 35px;
	text-align: center;
	font-size: .75em;
	font-weight: bold;
	float: right;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.submitbutton-over2{
	background-position: 0 -39px;
	color: #fff;
	text-decoration: none;
}

.submitbutton3{
	display: block;
	width: 179px;
	border:  none;
	height:  35px;
	background: url(images/directionsbutton.gif); 
	color: #266f9c;
	text-decoration: none;
	line-height: 35px;
	text-align: center;
	font-size: .75em;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.submitbutton-over3{
	background-position: 0 -35px;
	color: #fff;
	text-decoration: none;
}


p.contactEmail{
	margin: 0 auto;
	margin-top: 10px;
	width: 290px;
	text-align: center;
}

p.contactEmail2{
	width: 290px;
	text-align: right;
}

#mainContent a:link, #mainContent a:visited{
	color: #4d4d4d;
	text-decoration: underline;
}

#mainContent a:hover, #mainContent a:active{
	color: #679842;
	text-decoration: underline;
}

a.homeNewsLink:link, a.homeNewsLink:visited{
	color: #266f9c;
	text-decoration: underline;
}

a.homeNewsLink:hover, a.homeNewsLink:active{
	color: #679842;
}

a.nostyle:hover{
	color: #266f9c;
	text-decoration: none;
}