/*  text image replacement is used throughout this site.
	The text is set to visible: none, and replaced by background image.
	This makes the text more searchable, and will also allow it to be easier to make
	a printer-friendly stylesheet if desired */


body, html {
	margin: 0px;
	padding: 0px;

}
/* Adds PNG translucency in IE 5.5 and 6 */
img, div { behavior: url(images/iepngfix.htc) }

body {
	text-align:center;
	padding:0;
	margin:1px 0 0;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#0A2133;
	background: url(images/ld_bg2.gif);
}

a:link    {
	color: #3a8ac7;
}   
a:visited {
	color: #660099;
}  
a:hover, a:active {
	text-decoration: underline;
} 

#container {
	text-align:left;
	width:772px;
	margin:5px auto 4px;
	position:relative;
	padding: 0;
	height: auto;

}

#innerContainer {
	width:772px;
	background:url(images/newContent_bg.png) repeat-y;

}

/* BANNER */
#banner {
	width:735px;
	height:126px;
	background:url(images/newBannercms.png) no-repeat;
	background-position: 0px -4px;
	margin:0;
	padding:9px 20px 0px 17px;
}

/* FLASH HEADER */
#flashheader {
	width:735px;
	height:123px;
  padding:0;
}

#banner h1,h2 {

}
	
	#banner a {
	border: none;
	text-decoration: none;
	}
	
	#banner a:hover{
	border: none;
	}
	
	#banner img.spacer {
	width: 754px;
	height: 131px;
	border: none;
	margin: 0px;
	padding: 0px;
	}

	
/* MAIN CONTENT */
#main {
	width:772px;
	/*	margin-left: 20px;
	margin-top: 10px; */
	background: url(images/newContent_top.png) no-repeat center top;
	/*	padding-top: 20px; */
	height: auto;
	margin: 0px;
	padding: 79px 0px 0px;
}

/*
#main_ftr{
	background:  url(images/main_btm.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 108px;
}

*/

/* CONTENT BOX */
#content {
	margin: 0px 0px 0px 195px;
	width: 535px;
	padding: 0px 5px;
	top: -47px;
	position: relative;
}





/* h3 has blue header as background */
#content h3  {
	color: #f4831e;
	font-family: "trebuchet MS", Arial, sans-serif;
	line-height: normal;
	font-weight: bold;


}


#content h3.tagline {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px 2px;
	border: 1px solid #0A2133;
	margin: 0px 0px 25px;
}

#content h4 {
	color: #f4831e;
	font-family: "trebuchet MS", Arial, sans-serif;
	font-weight: bold;
}




/* footer for bottom of content area */
/* #content_ftr{
	margin: 0px;
	width: 540px;
	height: 33px;
	padding: 0px;
}

*/


/* style for intro p on home page */
#content p.intro {
	font-size: 12px;
	font-weight: bold;
	
}

/* style for splash graphic on home page */
#content #image1 {
	background: url(images/home_graphic.jpg) no-repeat;
	height: 120px;
	width: 540px;
	margin: 20px 0px;
	padding: 0px;
	border-style: none;
	display: block;
}

/* styles for case studies box */
/*div.study {
	border-top: 2px solid #114678;
	background: #FFFAF4;
	margin: 10px 10px 25px;
	border-right: 1px solid #114678;
	border-bottom: 2px solid #114678;
	border-left: 1px solid #114678;
	padding: 10px;
}
*/
/*  OLD HEADER REPLACED MAR 2009 SEE BELOW - tyler
#content div.study h4 {
	text-align: center;
	margin-bottom: 15px;
	margin-left: -10px;


}
*/

div.study {
	border-top: 2px solid #114678;
	background: #FFFAF4;
	margin: 10px 10px 25px;
	border-right: 1px solid #114678;
	border-bottom: 2px solid #114678;
	border-left: 1px solid #114678;
	padding: 0px;
}

#content div.study h4 {
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 0px 4px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	background: #114678;
	text-align: center;
}

#content div.study div {
padding: 10px;
}
p.case {
	color: #FF0000;
	font-weight: bold;
}

div.study span.hilite {
	color: #14487A;
	font-weight: bold;
	padding: 2px 5px;
	margin-right: 5px;
	margin-left: -4px;
	font-size: 11px;
	border: 1px solid #14487A;
}
/* end: styles for case studies box */

form#form1 {
	color: #134779;
	font-weight: bold;
	font-size: 10px;
	margin: 25px 0px;
	padding: 0px;


}

/* LEFT MENU NAVIGATOR */

/* floated to left, needs display inline to keep IE from screwing it up */
#leftmenu {
	width: 143px;
	height: auto;
	margin: 0px 0px 0px 24px;
	float: left;
	display: inline;
	padding: 15px 0px 0px;
	
}

			

/* sub areas in left menu */
.menulist  {
	width: 138px;
	height: auto;
	margin: 0px 1px 0px 2px;
	padding: 0;
	border-top: 1px solid #d2d2d2;
	
}

	
	.menulist ul{
	margin:0;
	padding:0 0px 0px;
	}

	.menulist li{
	padding: 0;
	margin:0;
	list-style-type:none;
	text-decoration:none;



	}
	
	
	
.menulist a {
	text-decoration: none;
	color: #000;
	background-image: none;
	background-color: #FFFFFF;
	border-bottom: 1px solid #d2d2d2;
	width: 130px;
	display: block;
	height: 23px;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 8px;
	
		}
		
.menulist a:hover, .menulist a:active  {
	text-decoration: none;
	background:url(images/navLinkBg.png) repeat-x;
	color: #FFFFFF;
		}
		

/* sub areas in left menu */
.splashmenu  {
	width: 142px;
	height: auto;
	margin: 40px 0px 40px 2px;
	padding: 0;

}

	
	.splashmenu ul{
	margin:0;
	padding:0 0px 0px;
	}

	.splashmenu li{
	list-style-type:none;
	text-decoration:none;



	}
	
	
	
.splashmenu a {
	text-decoration: none;
	color: #FFFFFF;
	background: #426A92 url(images/signup.gif) no-repeat center bottom;
	width: 122px;
	display: block;
	height: auto;
	vertical-align: middle;
	font-size: 120%;
	text-align: center;
	font-weight: bolder;
	padding: 15px 8px 40px;
	border-bottom: 15px solid #426A92;

	
		}
		
.splashmenu a span {
	font-size: 140%;
	letter-spacing: .2em;


}	

.splashmenu a:hover, .splashmenu a:active  {
	text-decoration: none;
	background: #426A92 url(images/signup_over.gif) no-repeat center bottom;
	color: #FFFFFF;
		}
		
.sideBannerAd {
		width: 142px;
	height: auto;
	margin: 40px 0px 40px 2px;
	padding: 0;
}



	/* leftmenu footer image */
	#leftmenu_ftr {
	
	height: 54px;
	width: 153px;
	margin: 0px;
	padding: 0px;
	}


/* FOOTER TO WHOLE PAGE */
#footer{
	background:url(images/newFooter_bg.png) no-repeat bottom;
	width: 772px;
	height: 145px;
	clear: both;
	margin-top: 0px;
	padding-top: 0px;
}


 div#address {
	position: relative;
	top: -140px;
	float: left;
	left: 35px;
	

}
 div#address p {
	font-weight: normal;
	font-size: 10px;
	color: #0A2133;
	margin: 0px;
	padding-bottom: 0px;

}


#footer div.copyright {
	padding-top: 85px;
	padding-left: 30px;


}


#footer div.copyright p{
	color: #466E96;
	font-size: 90%;
}

form#form1 input.field {
	border: 1px solid #134679;


}

form#form1 textarea {
	border: 1px solid #134679;


}

form#form1 input.btn {
	border: 1px solid #134679;
	background: #134779;
	color: #FFFFFF;


}

/* added Feb 2008 by Tyler  

images go inside a two row table.  Image goes in first row, caption in section, wrapped in p

*/

.alignleft {
float: left;

}


.alignright {
float: right;

}



#content div.picbox {
	/* border: thin solid #999999; */
	margin: 0.5em;
	padding: 0.5em;
	height: auto;
	width: auto;



}


#content div.picbox img {


}


#content div.picbox p {
	text-indent: 0;
	margin: 4px;
	padding: 0px;
	font-size: 10px;
	line-height: 110%;
	color: #134679;
	text-align: center;


	
}
