/* LAYOUT */
* {
	margin:0;
	padding:0;
}
body, html {
	margin:0;
	padding:0;
	background-color:#f2f2e7;
}
#wrapper {
	background:#f2f2e7 url(/esp/esp.nsf/bg.png) repeat-y left top;
	margin:0 auto;
	width:990px;
	position:relative;
}
#header {
	height:142px;
	background: url(/esp/esp.nsf/bg-header.png) no-repeat top left;
	padding:0 20px;
}
#logo {
	margin-bottom:10px;
	float:left;
}
#subnav {
	float:right;
	width:500px;
	text-align:right;
	margin:22px 55px 3px 0;
}
#search {
	float:right;
	width:500px;
	text-align:right;
}
#content {
	padding:10px 35px 20px 35px;
	min-height:300px;
}
.left_wide {
	width:590px;
	float:left;
}
.right_narrow {
	width:305px;
	float:right;
}
.left_narrow {
	width:205px;
	float:left;
}
.right_wide {
	width:690px;
	float:right;
}
ul {
	margin:20px 0 0 20px;
	padding:0px;
	list-style:disc;
}
ul li {
	margin-bottom:5px;
	padding-left:5px;
	margin-left:10px;
	background: url(/esp/esp.nsf/bullet-green.png) 0 7px no-repeat;
}
ul.featuredservices {
	border-top:1px solid #999;
	margin:0;
	padding:0;
	margin-bottom:15px;
	list-style:none;
}
ul.featuredservices li {
	margin:0;
	border-bottom:1px solid #999;
	padding:0;
}
ul.featuredservices li a {
	padding:12px 0 12px 15px;
	display:block;
	font-size:14pt;
	text-decoration:none;
	font-weight:bold;
	color:#666;
}
ul.featuredservices li a:hover {
	background-color:#eaeaea;
	color:#333;
}
ul.submenu {
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:15px;
}
ul.submenu li {
	margin:0;
	padding:0;
	list-style:none;
	border-top:1px solid #999;
	font-size:11pt;
}
ul.submenu li:first-child {
	list-style:none;
	border-top:0px solid #999;
}
ul.submenu li a {
	padding:5px 0 5px 5px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	margin:0;
}
ul.submenu li a:hover {
	background-color:#eaeaea;
	color:#095369;
}
#recentnews {
	margin-top:10px;
}
#recentnews h2 {
	float:left;
	width:160px;
}
#recentnews #news {
	background-color:#109bc4;
	padding:8px 10px;
	float:right;
	width:730px;
}
#recentnews #news p {
	padding:0;
	margin:0;
}
#recentnews #news p a {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
#recentnews #news p a .date {
	font-weight:bold;
	padding-right:8px;
}
.about-us-home {
	background: url(/esp/esp.nsf/bg-home-info.png) no-repeat center left;
	padding:5px 10px;
	font-size:8pt;
}
.about-us-home h3 {
	margin-bottom:0;
	padding-bottom:0;
}
.quick-links p {
	margin:0px 0;
}
.quick-links hr {
	margin:15px 0;
}
.quick-links h2 {
	padding-bottom:10px;
}
.quick-links h3 {
	color:#666;
	font-size:14pt;
}
#footer {
	background: url(/esp/esp.nsf/bg-footer.png) no-repeat top left;
	margin:0 auto;
	width:940px;
	padding:32px 25px 20px 25px;
}
#footer .submenu {
	float:right;
}
h1, h2, h3 {
	margin:0;
	padding:0;
	margin:10px 0;
}
p {
	margin:15px 0;
}
#footer p {
	margin:10px 0;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
.clear {
	clear:both;
}
.noborder {
	border:0px;
}
/* STYLE */
body {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size:9pt;
	color:#333;
}
a:link {
	color:#109bc4;
	font-weight:bold;
	text-decoration:none;
}
a:active, a:focus {
	color:#09b8ec;
	font-weight:bold;
	text-decoration:underline;
}
a:visited {
	color:#2ea0c2;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#09b8ec;
	font-weight:bold;
	text-decoration:underline;
}
h1 {
	color:#fff;
	font-size:20pt;
	font-weight:normal;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	background-color:#109bc4;
	padding:20px 15px;
	margin-top:0;
}
.index h1 {
	color:#109bc4;
	font-size:18pt;
	font-weight:normal;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	background-color:transparent;
}
h2 {
	font-size:14pt;
	font-weight:normal;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	color:#ff9822;
}
.index h2 {
	color:#109bc4;
	font-size:22pt;
	letter-spacing:-0.5px;
}
h3 {
	font-size:11pt;
	font-weight:bold;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	color:#109bc4;
}
h3 a:link, h3 a:active, h3 a:focus, h3 a:visited, h3 a:hover {
	text-decoration:none;
	color:#222;
}
.blue {
	color:#109bc4;
}
.orange {
	color:#ff9822;
}
#subnav a:link, #subnav a:active, #subnav a:focus, #subnav a:visited, #subnav a:hover {
	color:#333;
	font-weight:normal;
	text-decoration:none;
}
#subnav a:hover {
	text-decoration:underline;
}
#subnav .separator {
	color:#aaa;
	margin:0 8px;
}
#content {
	line-height:1.6em;
}
#content img {
	
}
#content .no-border {
	border:0px solid #fff;
}
#footer {
	font-size:8pt;
	color:#999;
}
#footer a:link, #footer a:active, #footer a:focus, #footer a:visited, #footer a:hover {
	color:#666;
	font-weight:bold;
	font-size:9pt;
}
#footer .separator {
	color:#999;
	padding:0 14px;
}
hr {
  color:#fff;
  border:0;
  border-bottom:1px solid #999;
}
blockquote {
	margin:20px 40px;
	font-style:italic;
	font-size:11pt;
	font-family: Times, Times New Roman, Georgia, serif;
	color:#666;
}
.index blockquote {
	margin-top:15px;
}
blockquote h3 {
	color:#333;
	font-style:normal;
	font-size:13pt;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
.index blockquote p {
	margin-top:0;
}
.index blockquote h3 {
	padding-bottom:0;
	margin-bottom:5px;
}
blockquote .quoted {
	color:#333;
	font-style:normal;
	text-align:right;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
/* Image format within text */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 0px;
	margin: 0 0 2px 15px;
	display: inline;
}
img.alignleft {
	padding: 0px;
	margin: 0 15px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* MENU */
#menu {
	font-size:10pt;
	height:42px;
	border-bottom:1px solid #999;
	margin:0 14px;
}
#menu table {
	float:right;
}
#menu a:link {
	color:#666;
	text-decoration:none;
}
#menu a:active, #menu a:focus {
	color:#109bc4;
	text-decoration:none;
}
#menu a:visited {
	color:#666;
	text-decoration:none;
}
#menu a:hover {
	color:#109bc4;
	text-decoration:none;
	background-color:transparent;
}
/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}
/*!!!!!!!!!!! QuickMenu Styles !!!!!!!!!!!*/
	/* QuickMenu 0 */
	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:auto;
		background-color:transparent;
		
	}
	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		
	}
  
	.qmparent {
		line-height:42px;
		height:42px;
		padding:0 15px;
	}
	
	.qmparent img{
		border-width:0px;
	}
	/*"""""""" (MAIN) Parent Items""""""""*/	
	#qm0 .qmparent	
	{	
		background-repeat:no-repeat;
		/*background-position:95% 50%;*/
		text-align:center;
	}
	
	#qm0 .qmparent:hover
	{	
		background:transparent url(/esp/esp.nsf/bg-menu-arrow-up.png) no-repeat center bottom;
		text-decoration:none;
	}
	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		text-decoration:none;
		background:transparent url(/esp/esp.nsf/bg-menu-arrow-up.png) no-repeat center bottom;
		background-image:none;
	}
	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:15px 0;
		border-width:0px 1px 1px 1px;
		border-style:solid;
		border-color:#fff;
		text-align:left;
		margin-left:15px;
		margin-top:1px;
		background:#ff9822 url(/esp/esp.nsf/bg-menu-arrow-down.png) no-repeat center top;
	}
	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a, #menu #qm0 div a, #menu #qm0 ul a
	{	
		padding:0 15px;
		margin:0;
		line-height:20px;
		height:20px;
		color:#fff;
		font-size:8pt;
		font-weight:normal;
	}
	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover, #menu #qm0 div a:hover	
	{	
		background-color:#fff;
		text-decoration:none;
		color:#109bc4;
	}
	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	, #menu #qm0 ul li:hover>a	
	{	
		background-color:#fff;
		text-decoration:none;
		color:#109bc4;
	}
	/*"""""""" (SUB) Parent Items""""""""*/	
	#qm0 div .qmparent, #qm0 ul .qmparent	
	{	
		
	}
	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#222;
		color:#FFFFFF;
	}
	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		margin:2px 5px 5px 5px;
		color:#222222;
		font-size:11px;
		font-weight:bold;
	}
	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
		margin:4px 5px 4px 5px;
		border-color:#999999;
	}
	
	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm0 .qmdividery	
	{	
		height:18px;
		margin:1px;
		width:6px;
		/*background:transparent url(/esp/esp.nsf/menu-sep.png) no-repeat top left;*/
	}
	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul	
	{	
		width:100%;
	}
	
	/*"""""""" Custom Rule""""""""*/	
	#qm0 .qmshadow	
	{	
		/*background-color:#ccc;*/
	}
	/*"""""""" Custom Rule""""""""	
	ul#qm0 li:hover > a.qmparent	
	{	
		background-image:url(qmimages/arrow_1.gif);
	}*/
	
/*************** Forms ***************/
form label {
                display: block;
                padding: 0 0 2px;
                font-weight: bold;
                }
             
form fieldset legend {
                font-weight: bold;
                margin-bottom: 10px;
                padding-top: 10px;
                }
                
form p small {
                font-size: 0.75em;
                color: #777;
				display: block;
                }
				
				
form input,
form select {
                padding: 4px 6px;
                font-size: 11px;
                background: #fff url(/esp/esp.nsf/bg-input.png) top left no-repeat;
                border: 1px solid #666;
				color: #333;
				
                }
form textarea {
                padding: 4px 6px;
                font-size: 11px;
                background-image:none;
	background-color:#fff;
                border: 1px solid #666;
				color: #333;
				
                }
            
form .small-input {
                width: 25% !important;
                }
                
form .medium-input {
                width: 50% !important;
                }
                
form .large-input {
                width: 97.5% !important;
				font-size: 16px !important;
				padding: 8px !important;
                }
                
form textarea {
                /*width: 97.5% !important;*/
                font-family: Arial, Helvetica, sans-serif;
                }
                
form select {
                padding: 4px;
                background: #fff;
                }
				
form input[type="checkbox"],
form input[type="radio"] {
				padding: 0;
                background: none;
				border: 0;
                }
				
.button,
form input,
form input,
form textarea,
form select {
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
				border-radius: 4px;
			}
			
.button {
	background-image:none;
}
form input.submitbutton {
	background-image:none;
	background-color:#109bc4;
	color:#fff;
	font-weight:bold;
}
.searchbutton {
	background-image:none;
	background-color:#109bc4;
	color:#fff;
	font-weight:bold;
	width:50px;
	margin-left:2px;
}
.bulletheaders {
	font-size: 13px;
	font-weight: bold;
	color: #C41230;
	font-style: italic;
}
.bullettext {
	font-weight: bold;
	font-size: 12px;
	margin-bottom:0;
	list-style-position: outside;
	list-style-image: url(/esp/esp.nsf/bullet_checkmark.png);
}
	

