@charset "UTF-8";
/* CSS Document */
html {
	font: 13px/1.077 Arial, Helvetica, sans-serif;
	background:#ececec;
	
}

body {
	color:#494949;
	background:#ececec url(../images/global/body-bkg.jpg) repeat-x 0 0;
	
}

a:link,
a:visited,
a:link:hover,
a:visited:hover,
a:link:active,
a:visited:active  {
	color:#ff9a27;
	font-weight:bold;
	
}

h1 span {display:none;}
h2 {font-size:17px;font-weight:bold;}
h3 {font-size:13px;font-weight:bold;}

img.right{float:right;margin-left:10px;}
img.left{float:left;margin-right:10px;}
img.leftAlone {float:left;margin-right:100%;}
img.center {float:none;margin-left:auto;margin-right:auto;display:block;}

hr {display: none; }

em {font-style:italic;}

strong {font-weight:bold;}

em strong,
strong em{font-style:italic;font-weight:bold;}

ul li {list-style:disc; margin-left:13px;}

#custom-doc {
	background:#fff;
	margin:0 auto;text-align:left;
	width:896px;
	border-left: 4px solid #15438f;
	border-right: 4px solid #15438f;
	border-bottom: 4px solid #15438f;
	margin-bottom:13px;
}

#hd {height:178px;}

#logo { 
	background:transparent url(../images/global/logo-bkg.gif) repeat-x 0 0;
	height:117px;
	text-align:center;
	}


#logo h1 {display:block; height:111px;width:202px;margin:0 auto;}
#logo h1 img{margin-top:5px;}
	
/*---							Top Navigation							---*/
#main-nav {
	background:#36865e url(../images/global/nav-bkg.gif) repeat-x 0 0;
	border-top:1px solid #2e8b5f;
	height:55px;
	font-size:20px;
	color: #fff;
}

#main-nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#main-nav ul li {
	float:left;
	list-style-type:none;
	margin:0;
	width:149px;
}

#main-nav li a{
	display: block;
	background:#277651 url(../images/global/nav-btn-bkg.gif) repeat-x 0 0;
	padding:30px 6px 0;
	border-right:1px solid #2e8b5d;
	color: #fff;
	text-decoration: none;
	height:25px;
	font-weight:normal;
	
}

#main-nav li a:hover,
#main-nav li.current a,
#main-nav li.section a{
	background-image:none;
	background-color:#277651;
}
.main-nav-hr {
	background:transparent url(../images/global/nav-hr.gif) repeat-x 0 0;
	display:block;
	clear:both;
	height:5px;
}
/*---																	---*/

 #bd {padding-bottom:0;}

.txt {
	margin:13px 0 0;
	padding:0 12px;
	line-height: 1.5;
}

.clear {
	height:0; 
	line-height:0;
	font-size: 0; 
	clear:both;
}

#content-main {padding:11px 0 11px 11px;}

/*---							Top Navigation							---*/
#home #content-main,
#content-main #yui-main {padding:0;}

#content-main #yui-main,
#content-main #yui-main .yui-b {
	width:543px;
	height:389px;
	float:left;
}

.tagLineContainer {
	background:#7c7c7c;
	width:353px;
	height:389px;
	float:left;
}

#tagLine {
	height:128px; 
	background:#ff9a27;
	font-size:21px;
	font-weight:bold;
	color:#7c7c7c;
}

.tagLineTxt{padding: 15px 9px 0;}
.tagLineTxt span {color:#fff; font-size:24px;}


.content-main-hr {
	background:transparent url(/mysite/images/home/content-main-hr.gif) repeat-x 0 0;
	height:4px;
}

.introTxt {
	color:#fff;
	font-size:1.308em;
	margin: 10px 0;
	padding: 0 9px;
	height:230px; 
	overflow:hidden;
}
.introTxt p { padding-right:12px;}

#home .yui-g {background:#ececec url(../images/global/blue-dot.gif) repeat-y 448px 0; }
#home .yui-g .yui-u {width:447px; background:transparent url(/mysite/images/home/snapshot-bkg.gif) no-repeat 100% 100%;padding-bottom:30px;}
#home .yui-g div.first {width:448px; border:none; background: none;}
#home .yui-g h1 {
	background:#15438f;
	color: #fff;
	font-size:23px;
	padding-left:5px;
	padding-top:21px;
	font-weight:normal;
}

#sidebar{float:right;width:341px;padding-right:11px; margin-bottom:11px;}
#sidebar .txt {margin:8px 0;padding:0 9px;}

#callout-box{color:#494949;border:2px solid #636363;background:#eeeeef;margin-top:11px;}
#callout-box .txt p {margin-bottom:8px;}
#callout-box .txt span {color:#919191;}

#header-container{height:63px;background:#ff9a27;color:#fff;position:relative;}
#header-container h2{position:absolute;bottom:0;left:12px;margin-bottom:2px;font-size:24px;font-weight:normal;}

.BacktoTop span,
#print-and-email a span{display:none;}
#print-and-email a.print-icon{display:block;width:105px;height:17px;background-image:url(/mysite/images/showcase/print-icon.gif);position:relative;left:41px;float:left;}
#print-and-email a.email-icon{display:block;width:113px;height:17px;background-image:url(/mysite/images/showcase/email-icon.gif);position:relative;left:78px;float:left;}
#sidebar #print-and-email .txt{margin-top:11px;}

.BacktoTop{margin:11px;}
.BacktoTop a{display:block;width:91px;height:20px;background-image:url(/mysite/images/back-to-top.gif);}

#ft {
	background:#fff;
	border-top:4px solid #87afd3;;
	font-size:11px;
	text-align:center;
	padding:13px 0;
	font-weight:bold;
}