/*****************************************************
 * Common Elements
 *****************************************************/
body{
	margin:0;
	background:url(/resources/images/bg-body.gif) #223e57 repeat-x 0 0;
	}
	
img{
	border:0;
	}

form{
	display:inline;
	}

.hidden{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	}

.hide {
	display: none;
}
p{
	margin:0;
	padding:0;
	}

ul{
	margin:0;
	padding:0;
	list-style:none;
	}

.error {
	color: #e82335;
	font-weight: bold;
	}

a {
	color:#474747;
	}	

/*****************************************************
 * Main Container
 *****************************************************/

#main{
	width:979px;
	margin:18px auto 0;
	}


/*****************************************************
 * Header & Menu Elements
 *****************************************************/

#header{
	width:979px;
	height:64px;
	float:left;
	position:relative;
	}

#header h1 a{
	width:271px;
	height:51px;
	background:url(/resources/images/logo.gif) no-repeat 0 0;
	position:absolute;
	left:41px;
	top:0;
	overflow:hidden;
	text-indent:-9999px;
	}

.yui-skin-sam #tabs.yuimenubar {
	border: none;
	background: none;
	font-size: 100%;
	height: 44px;
}
					
#menu{
	float:left;
	position:absolute;
	top: 20px;
	right:10px;
	}

#menu li{
	float:left;
	}

#menu li a {
	padding:14px 17px;
	margin:0;
	float:left;
	overflow:hidden;
	background-color: #0a1824;
	color:#ffffff;
	font-size: 100%;
	line-height: 16px;
	text-decoration:none;
	vertical-align: baseline;
	background-image: none;
}

#menu li a.active { color:#ff5a00; }

#menu li.yuimenubaritem-selected a,
#menu li.yuimenubaritem-selected a.active {
	color: #000000;
	background: #ffffff url(/resources/images/tab-over.gif) no-repeat 0 0;
}

#menu li.yuimenubaritem div.yuimenu {
	padding: 0 1px 1px 1px;
	background-color: #cdcdcd;
}
#menu li.yuimenubaritem div.yuimenu div.yuimenu {
	padding: 1px;
	margin: 0;
}
#menu li.yuimenubaritem div.yuimenu div.yuimenu.yui-overlay-hidden {
	padding: 0;
}

#menu li.yuimenubaritem div.yuimenu .bd {
	background-color:#ffffff;
	border:none;
	padding: 5px 0;
}
#menu li.yuimenubaritem div.yuimenu .yuimenuitem {
	float: none;
	height: 24px;
}
#menu li.yuimenubaritem div.yuimenu#services .yuimenuitem {
	width: 180px;
}
#menu li.yuimenubaritem div.yuimenu#data .yuimenuitem {
	width: 160px;
}
#menu li.yuimenubaritem div.yuimenu#about .yuimenuitem {
	width: 132px;
}
#menu li.yuimenubaritem div.yuimenu .yuimenuitem .yuimenuitemlabel {
	background-image: none;
	background-color: #ffffff;
	color: #000000;
	font-size: 93%;
	text-decoration: none;
	white-space: nowrap;
	margin: 0 15px 0 0;
	padding: 4px 8px 4px 17px;
	float: none;
	display: block;
}
#menu li.yuimenubaritem div.yuimenu .yuimenuitem-selected {
	background-color: #dbe7f1;
}
#menu li.yuimenubaritem div.yuimenu .yuimenuitem-selected .yuimenuitemlabel-selected {
	cursor: pointer;
	background-color: #dbe7f1;
}
#menu .yuimenuitem-hassubmenu {
	background-image:url(/resources/images/menuitem_submenuindicator.png);
	background-position:right center;
	background-repeat:no-repeat;
}
.yui-menu-shadow{position:absolute;visibility:hidden;z-index:-1;}
.yui-menu-shadow-visible{top:1px; right:-3px; left:-3px; bottom:-3px; visibility:visible;}
.yuimenu.show-scrollbars,.yuimenubar.show-scrollbars{overflow:visible;}

.yuimenu.hide-scrollbars .yui-menu-shadow,.yuimenubar.hide-scrollbars .yui-menu-shadow{overflow:hidden;}
.yuimenu.show-scrollbars .yui-menu-shadow,.yuimenubar.show-scrollbars .yui-menu-shadow{overflow:auto;}
.yui-skin-sam .yui-menu-shadow-visible{background-color:#333333;opacity:.10;*filter:alpha(opacity=10);}

h1.pagetitle {
	font-size:197%;
	color: #004685;
	font-weight: normal;
	margin:0;
	padding:0;
	clear: both;
	}
	
h3 {
	color: #004685;
}

/*****************************************************
 * Content Area
 *****************************************************/

#content{
	float:left;
	width:979px;
	}
	
#content .top-box{
	float:left;
	width:979px;
	background:url(/resources/images/main-img.jpg) no-repeat 0 0;
	}
	
#content .top-box .inner{
	float:left;
	width:899px;
	background:url(/resources/images/bg-inner.gif) no-repeat 0 100%;
	padding:277px 40px 30px;
	}

#content .top-box .inner h1{
	float:left;
	width:100%;
	height:25px;
	margin:0;
	padding:0 0 36px;
	background:url(/resources/images/h1-clear-network.gif) no-repeat 0 0;
	}

#content .top-box .inner .box{
	float:left;
	width:278px;
	padding-right:30px;
	}

#content .top-box .inner .last{padding-right:0 !important;}

#content .top-box .inner .box h2{
	float:left;
	width:100%;
	height:34px;
	margin:0;
	padding:0 0 7px;
	}

#content .top-box .inner .box h2.one{background:url(/resources/images/bg-h2-one.gif) no-repeat 0 0; cursor: pointer;}
#content .top-box .inner .box h2.two{background:url(/resources/images/bg-h2-two.gif) no-repeat 0 0; cursor: pointer;}
#content .top-box .inner .box h2.three{background:url(/resources/images/bg-h2-three.gif) no-repeat 0 0; cursor: pointer;}

#content .top-box .inner .box p{
	font-size: 85%;
	line-height: 15px;
	color:#474747;
	}

#content .top-box .inner .box .bottom{
	float:left;
	width:278px;
	background:url(/resources/images/hr.gif) no-repeat 0 0;
	margin-top:12px;
	padding-top:10px;
	}
	
#content .top-box .inner .box .bottom a{
	font-size: 85%;
	color:#004685;
	text-decoration:none;
	}

#content .top-box .inner .box .bottom a:hover, #content .top-box .inner .box .bottom a:active {
	text-decoration:underline;
	}

#content .bottom-box{
	float:left;
	width:979px;
	margin-top:20px;
	background:url(/resources/images/bg-top-inner.gif) no-repeat 0 0;
	}

#content .bottom-box .inner{
	float:left;
	width:905px;
	background:url(/resources/images/bg-inner.gif) no-repeat 0 100%;
	position:relative;
	padding:30px 31px 25px 43px;
	}

#content .bottom-box .inner .label{
	position:absolute;
	top:16px;
	left:-34px;
	display:block;
	width:69px;
	height:68px;
	background:url(/resources/images/label.gif) no-repeat 0 0;
	overflow:hidden;
	text-indent:-9999px;
	}

#content .bottom-box .inner .left{
	float:left;
	width:213px;
	padding-right:23px;
	}

#content .bottom-box .inner .center{
	float:left;
	width:423px;
	}

#content .bottom-box .inner .right{
	float:right;
	width:211px;
	}

#content .bottom-box .inner h3{
	display:block;
	width:100%;
	height:17px;
	overflow:hidden;
	text-indent:-9999px;
	padding:0 0 10px;
	margin:0;
	}

#content .bottom-box .inner h3.one{background:url(/resources/images/h3-one.gif) no-repeat 0 0; cursor: pointer;}
#content .bottom-box .inner h3.two{background:url(/resources/images/h3-two.gif) no-repeat 0 0; cursor: pointer;}
#content .bottom-box .inner h3.three{background:url(/resources/images/h3-three.gif) no-repeat 0 0; cursor: pointer;}

#content .bottom-box .inner .left p{
	font-size: 85%;
	line-height: 16px;
	color:#474747;
	}

#content .bottom-box .inner .left a.hidden{
	width:142px;
	height:24px;
	background:url(/resources/images/info.gif) no-repeat 0 0;
	margin-top:17px;
	}
	
#content .bottom-box .inner .center ul{
	float:left;
	width:100%;
	padding-top:3px;
	}
	
#content .bottom-box .inner .center ul li{
	float:left;
	width:100%;
	}
	
#content .bottom-box .inner .center ul li a{
	float:left;
	padding:5px 8px;
	width:407px;
	font-size: 77%;
	line-height: 14px;
	color:#474747;
	text-decoration:none;
	}

#content .bottom-box .inner .center ul li a.colored{background:#ebebeb;}

#content .bottom-box .inner .center ul li a span{float:left; cursor:pointer;}
#content .bottom-box .inner .center ul li a span.date{
	color:#004685;
	width:55px;
	}

#content .bottom-box .inner .center ul li a:hover{background:#dbe7f1;}

#content .bottom-box .inner .right a.right-ad-box{display:block; margin-top:4px;}	
#content .bottom-box .inner .right a.right-ad-box img{display:block;}

#content .left-box.news span.title {
	float: left;
	font-size: 93%;
	font-weight: bold;
}	
#content .left-box.news span.date {
	float: left;
	font-size: 93%;
	font-weight: bold;
	color:#004685;
	width: 90px;
}
#content .left-box.news p {
	clear: both;
}

/*****************************************************
 * Subpage Elements
 *****************************************************/

#content .top-box2{
	float:left;
	width:979px;
	background:url(/resources/images/bg-top-box2.gif) no-repeat 0 0;
	}

#content .top-box2 .inner{
	float:left;
	width:937px;
	background:url(/resources/images/bg-top-box2-inner.gif) no-repeat 0 100%;
	padding:25px 0 10px 42px;
	}
#content .top-box2.noright .inner{
	float:left;
	width:937px;
	background:url(/resources/images/bg-top-box3-inner.gif) no-repeat 0 100%;
	padding:25px 0 10px 42px;
	}

#content .top-box2 .inner .top{
	float:left;
	width:937px;
	padding-bottom:20px;
	}

#content .top-box2 .inner .top ul{
	float:left;
	width:60%;
	padding-bottom:30px;
	}

#content .top-box2 .inner .top ul li{
	float:left;
	font-size: 85%;
	color:#474747;
	}

#content .top-box2 .inner .top ul li a{
	color:#474747;
	text-decoration:underline;
	margin:0 12px 0 10px;
	}
#content .top-box2 .inner .top #account {
	width: 34%;
	float: right;
	text-align: right;
	padding-right: 40px;
	font-size: 85%;
	color:#333333;
	font-weight: bold;
	}
#content .top-box2 .inner .top #account a{
	color:#474747;
	font-weight: normal;
	margin: 0 8px;
	}
#content .top-box2 .inner .top #account b{
	margin-right: 12px;
	}
		
#content .top-box2 .inner .top ul li a.first{margin-left:0;}
#content .top-box2 .inner .top ul li a:hover{text-decoration:none;}

#content .top-box2 .inner .main-box{
	float:left;
	width:937px;
	overflow:hidden;
	}

#content .top-box2 .inner .main-box .left-box{
	float:left;
	width:610px;
	padding-bottom:30px;
	}

#content .top-box2 .inner .main-box .left-box p{
	font-size: 85%;
	line-height: 18px;
	color:#474747;
	padding-bottom:15px;
	}

#content .top-box2 .inner .main-box .left-box p.highlight {
	font-size: 100%;
	line-height: 22px;
	font-weight: bold;
}

#content .top-box2 .inner .main-box .right-box{
	float:right;
	width:296px;
	padding-bottom:9999px;
	margin:4px 0 -9999px;
	background:url(/resources/images/bg-right-inner.gif) repeat-y 0 0;
	}	
#content .top-box2 .inner .main-box .right-box ul.subpages{
	float:left;
	width:100%;
	border-top:1px solid #dbdbdb;
	}

#content .top-box2 .inner .main-box .right-box ul.subpages li{
	float:left;
	width:100%;
	border-bottom:1px solid #dbdbdb;
	}

#content .top-box2 .inner .main-box .right-box ul.subpages li a{
	float:left;
	padding:10px 0 10px 28px;
	width:268px;
	text-decoration:none;
	font:12px "Lucida Sans", Arial, sans-serif;
	color:#474747;
	}

#content .top-box2 .inner .main-box .right-box ul.subpages li a.active{
	background:#fff;
	color:#ff5a00;
	font-weight:bold;
	}

#content .top-box2 .inner .main-box .right-box ul.subpages li a:hover{ background:url(/resources/images/bg-right-li-hover.gif) repeat-y 0 0; }
#content .top-box2 .inner .main-box .right-box ul.subpages li a:hover.active{ background:#fff; }

#content .top-box2 .inner .main-box .left-box p.partners a{
	padding: 0 14px;
	}




#content .top-box2 .inner .main-box .right-box ul.subpages li.multi a.active{
	display: block;
	float:left;
	padding:10px 0 6px 28px;
	width:268px;
	text-decoration:none;
	font:12px "Lucida Sans", Arial, sans-serif;
	color:#ff5a00;
	}
#content .top-box2 .inner .main-box .right-box ul.subpages li.multi a.subsec{
	display: block;
	float:left;
	background:#fff;
	padding:0 0 6px 36px;
	width:268px;
	text-decoration:none;
	font:11px "Lucida Sans", Arial, sans-serif;
	color:#474747;
	}
#content .top-box2 .inner .main-box .right-box ul.subpages li.multi a.subact{
	color:#ff5a00;
	}	
#content .top-box2 .inner .main-box .right-box ul.subpages li.multi a.subsec:hover{background:#fff; color:#ff5a00;}

/*****************************************************
 * Footer Elements
 *****************************************************/

#footer{
	float:left;
	width:927px;
	padding:15px 19px 0 33px;
	position:relative;
	margin-bottom:30px;
	}
	
#footer ul{display:block;}	

#footer ul.left{float:left; width:50%;}
#footer ul.right{float:right;}

#footer ul li{
	float:left;
	padding:0 8px 15px 10px;
	background:url(/resources/images/hr2.gif) no-repeat 0 2px;
	font:11px "Lucida Sans", Arial, sans-serif;
	color:#fff;
	}
	
#footer ul li.first{background:none;}

#footer ul li a{
	text-decoration:none;
	color:#fff;
	}
	
#footer ul li a:hover{text-decoration:underline;}

/*****************************************************
 * YUI Objects
 *****************************************************/
.wait {
	font-weight: bold;
	font-size: 93%;
	}

.wait img {
	vertical-align: middle;
	padding: 3px 15px 3px 0;
	}

#confirm .hd, #delete .hd {
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	}

#confirm .bd, #delete .bd {
	text-align: left;
	font-size: 12px;
	}

#upload .bd {
	text-align: left;
	font-size: 12px;
	}
#upload .bd #pBody {
	height: 1em; 
	width: 280px; 
	border:1px solid #000;
	}
#upload .bd #pBar {
	background: #416ed7; 
	height: 98%; 
	width:0%; 
	float:left;
	}
#upload .bd .pContent {
	margin-top: 10px;
	}
#upload .bd #pPct {
	margin-right: 5px;
	}	
#container {
	font-size:12px;
	}
/* Clear calendar's float */
#container .bd:after {
	content:".";
	display:block;
	clear:left;
	height:0;
	visibility:hidden;
	}

/* Have calendar squeeze upto bd bounding box */
#container .bd {
	padding:0;
	}

/* Remove calendar's border and set padding in ems instead of px, so we can specify an width in ems for the container */
#cal {
	border:none;
	padding:1em
	}

.yui-skin-sam .yui-button button, .yui-skin-sam .yui-button a {
	font-size: 85%;
	height: 19px;
	line-height: 19px;
	padding: 0 8px 0 8px;
	}
#yui-history-iframe {
    position:absolute;
    top:0; 
    left:0;
    width:1px; 
    height:1px; /* avoid scrollbars */
    visibility:hidden;
	}

/*****************************************************
 * Common Table and Form Elements
 *****************************************************/
.sec {
	font-size: 93%;
	padding: 0 0 10px 0;
	clear: both;
}
#serverTable {
	margin-left: 1px;
	font-size: 85%;
}
#pageErr {
	min-height: 16px;
}
#dt-pag-nav span {
	padding: 0 3px;
}

/*****************************************************
 * Form and Button Elements
 *****************************************************/
input {
	margin: 1px 0 2px 0;
	padding: 2px 2px 1px 2px;
	line-height: 14px;
	font-size: 93%;
	height: 15px;
	border:  1px solid #a5acb2;
	background-color: #ffffff;
	color: #555555;
}

textarea {
	border:  1px solid #a5acb2;
	color: #555555;
}
.text textarea {
	width: 416px;
	height: 150px;
}
.text textarea.lg {
	width: 556px;
}

select {
	margin: 0;
	padding: 1px 0 0 0;
	line-height: 15px;
	font-size: 93%;
	height: 19px;
	border:  1px solid #a5acb2;
	background-color: #ffffff;
	color: #555555;
}

input.check {
	border: 0;
	width: 15px;
	margin: 2px 2px 1px 1px;
	vertical-align: text-bottom;
}

input.error {
	border:  1px solid #a90000;
	background-color: #feefd9;
	color:#ff5a00;
}

.error {
	color:#ff5a00;
	font-weight: bold;
}
.error ul.errors {
	margin: 0;
	list-style-type: disc;
}

.error ul.errors li {
	margin: 1px 0 1px 20px;
}
.ast {
	color:#ff5a00;
	font-weight: bold;
	padding-left: 3px;
}
.item {
	clear: both;
	padding: 2px;
	height: 24px;
}
.item label {
	display: block;
	float: left;
	padding: 4px 10px 0 0;
	width: 120px;
	text-align: right;
	font-size: 93%;
}
.text {
	clear: both;
	padding: 5px 0 0 20px;
	font-size: 93%;
}
.buttons {
	clear: both;
	width: 300px;
	text-align: center;
	padding: 12px 0;
}
.buttons.wide {
	width: 500px;
}
.buttons.xwide {
	width: 600px;
}
.item input {
	width: 150px;
	float: left;
}
.item span.ro {
	display: block;
	width: 150px;
	float: left;
	padding: 2px 2px 1px 1px;
	margin-top: 1px;
}
.item input.sm {
	width: 90px;	
}
.item input.lg {
	width: 300px;	
}
.item input.xlg {
	width: 440px;	
}
.item select {
	width: 156px;
	float: left;
}
input#search {
	margin-left: 5px;
	width: 180px;
}
.search1 {
	float: left;
}
#pageErr.float {
	float: left;
	}
.search2 #submitButton {
	margin-left: 8px;
}
.search3 {
	margin-left: 50px;
}


.captcha label {
	margin-top: 12px;
	display: block;
	float: left;
	padding: 4px 10px 0 0;
	width: 120px;
	text-align: right;
	font-size: 93%;
}
.captcha input {
	margin-top: 12px;
	width: 70px;
	float: left;
}
.captcha div#captchaImage {
	margin: 10px 0 0 10px;
	width: 82px;
	height: 24px;
	float: left;
}
.captcha div#captchaImage img {
	border: 1px solid #143864;
}
.captcha div.resetImage {
	margin: 13px 0 0 4px;
	float: left;
}
.captcha div.resetImage a {
	font-size: 10px;
}



/*****************************************************
 * Collapsible Right Menu Elements
 *****************************************************/

.right-box ul#menuBox {
	float:left;
	margin: 20px 20px 0 28px;
	width: 240px;
	font:12px "Lucida Sans", Arial, sans-serif;
}

.right-box ul#menuBox li {
	margin: 10px 0 10px 0;
	padding: 0 0 2px 0;
}

.menuOpen .menuTitle {
	background-color: #eaf2f9;
	color: #474747;
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	padding: 4px 10px 3px 4px;
}
.menuOpen .menuTitle a {
	background: url(/resources/images/arrow-down.gif) no-repeat 0 1px;
	padding: 1px 6px;
	text-decoration: none;
	width: 15px;
	height: 15px;
	line-height: 15px;
}

.menuClose .menuTitle {
	background-color: #eaf2f9;
	color: #474747;
	border: 1px solid #dbdbdb;
	padding: 4px 10px 3px 4px;
}
.menuClose .menuTitle a {
	background: url(/resources/images/arrow-right.gif) no-repeat 0 1px;
	padding: 1px 6px;
	text-decoration: none;
	width: 15px;
	height: 15px;
	line-height: 15px;
}

.menuOpen .menuBody {
	padding: 4px 4px;
	background-color: #ffffff;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	color: #474747;
}

.menuClose .menuBody {
	display: none;
}

.menuListHidden {
	height: 2px;
	font-size: 2px;
	line-height: 2px;
	margin: 0;
}

.menuBody div {
	width: 232px;
	padding: 2px 0;
	margin: 0;
}

.menuBody div label {
	display: block;
	float: left;
	font-weight: bold;
	width: 80px;
	padding-right: 4px;
	text-align: right;
}
.menuBody div span {
	padding: 0;
	margin: 0;
}

.menuBody input#search {
	width: 120px;
}
.menuBody div.buttons {
	clear: both;
	width: 162px;
	text-align: center;
	padding: 6px 0 4px 0;
}

/*****************************************************
 * Contact Form Elements
 *****************************************************/
#formContact .item, #formSupport .item {
	clear: none;
	float: left;
}
#formSupport #secType {
	clear: both;
}
#formSupport .space {
	margin-top: 12px;
}
#formSupport .full {
	width: 550px;
}
#formSupport .clear {
	clear: both;
}
#formContact #state {
	width: 45px;
}
#formContact #lblZip {
	width: 50px;
}
#formContact #zip {
	width: 45px;
}
#formContact .contact b, #formSupport .contact b {
	margin-top: 10px;
	float: left;
	width: 180px;
}
#formContact .contact div, #formSupport .contact div {
	margin-top: 7px;
	float: left;
	width: 90px;
}
#formContact .interest b, #formSupport .interest b {
	margin-top: 10px;
	float: left;
	width: 600px;
}
#formContact .interest div {
	float: left;
	width: 180px;
	margin: 5px 0 10px 0;
}


/*****************************************************
 * Support Form Elements
 *****************************************************/

div.notes {
	clear: both;
	padding: 5px 0 0 20px;
}
div.notes .note {
	float: left;
	width: 476px;
}
div.notes .note.xwide {
	width: 556px;
}
div.notes .options {
	float: left;
	width: 80px;
	margin-left: 10px;
}
div.notes .options .error {
	margin: 0 0 1px 2px;
}

div.notes textarea {
	width: 476px;
	height: 150px;
}
div.notes textarea.xwide {
	width: 556px;
}
div.check {
	height: 28px;
	line-height: 28px;
	vertical-align: text-bottom;
}

div.notes .note div.detailsTitle {
	margin: 5px 0;
	font-weight: bold;
}
div.notes .note div.detailsInfo {
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
#content .top-box2 .inner .main-box .left-box div.notes .note div.detailsInfo,
#content .main-box .left-box.news {
	font-size: 12px; 
	line-height:18px;
}
#content .top-box2 .inner .main-box .left-box div.notes .note div.detailsInfo p,
#content .top-box2 .inner .main-box .left-box.news p {
	font-size: 93%; 
	line-height:18px;
	padding:0 0 6px 0;
}
#content div.notes .note div.detailsInfo ul,
#content .top-box2 .inner .main-box .left-box.news ul {
	list-style-type: disc;
}
#content div.notes .note div.detailsInfo ol,
#content .top-box2 .inner .main-box .left-box.news ol {
	list-style-type: decimal;
}
#content div.notes .note div.detailsInfo ol,
#content div.notes .note div.detailsInfo ul,
#content .top-box2 .inner .main-box .left-box.news ol,
#content .top-box2 .inner .main-box .left-box.news ul {
	margin-top: 0; 
	margin-bottom: 0; 
	padding-top:0; 
	padding-bottom:0;
	list-style-position: inside;
	padding-left: 0;
	margin-left: 8px;
}
#content div.notes .note div.detailsInfo li,
#content .top-box2 .inner .main-box .left-box.news li {
	font-size: 12px; 
	line-height:17px;
}

div.notes .options div.editButton span.yui-button {
	margin-bottom: 10px;
}
div.notes .options div.buttonPad {
	margin-top: 20px;
}

/*****************************************************
 * Page Navigation
 *****************************************************/
.nav {
	float: left;
}
.nav .link-left {
	float: left;
	text-align: left;
	width: 305px;
} 
.nav .link-left a {
	padding-left: 10px;
	background: url(/resources/images/dark-arrow-left.gif) no-repeat 0 2px;
}
.nav .link-right {
	float: right;
	text-align: right;
	width: 305px;
}
.nav .link-right a {
	padding-right: 10px;
	background: url(/resources/images/dark-arrow-right.gif) no-repeat right 2px;
}
.nav a {
	color:#004685;
	text-decoration: none;
	font-weight: normal;
} 

.main-box ul.main-list {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 10px;
}

.main-box ul.main-list li {
	margin: 5px 0 5px 10px;
	color:#474747;
	font-size:85%;
	line-height:16px;
}

.main-box ul.main-list li b {
	color: #333333;
}



/*****************************************************
 * Overview Pages
 *****************************************************/
#content .top-box2 .inner .box{
	width:100%;
	margin-top: 5px;
	padding-top: 20px;
	background: url(/resources/images/hr.gif) repeat-x 0 0;
	clear: left;
}
#content .top-box2 .inner .box.first{
	background:none;
}

#content .top-box2 .inner .box .left{
	float: left;
	width: 60%;
	padding-right: 55px;
}

#content .top-box2 .inner .box .right{
	float: left;
	width: 22%;
	margin-top: 20px;
}


#content .top-box2 .inner .box h2{
	float:left;
	width:100%;
	height:34px;
	margin:0;
	padding:0 0 7px;
	}

#content .top-box2 .inner .box h2.one{background:url(/resources/images/bg-h2-data.gif) no-repeat 0 0;}
#content .top-box2 .inner .box h2.two{background:url(/resources/images/bg-h2-network.gif) no-repeat 0 0;}
#content .top-box2 .inner .box h2.three{background:url(/resources/images/bg-h2-dev.gif) no-repeat 0 0;}
	
	
#content .top-box2 .inner .box .right b {
	color: #666666;
}
#content .top-box2 .inner .box a{
	color:#004685;
	text-decoration:none;
}

#content .top-box2 .inner .box a:hover, #content .top-box2 .inner .box a:active {
	text-decoration:underline;
	}

#content .top-box2 .inner .box .right a{
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	}	
	
#content .top-box2 .inner .main-box .right-box .comment{
	font-size:93%;
	font-weight: normal;
	padding: 20px 30px 0 30px;
	clear: both;
}
#content .top-box2 .inner .main-box .right-box .topline{
	border-top: 1px solid #d8d8d8;
}
#content .top-box2 .inner .main-box .right-box .address{
	font-size:93%;
	font-weight: normal;
	padding: 20px 30px 0 30px;
	clear: both;
}
#content .top-box2 .inner .main-box .right-box .address b{
	color: #004685;
	font-weight: bold;
	padding-bottom: 4px;
}

#content .top-box2 .inner .main-box .right-box a.supportLink{
	color: #004685;
	font-weight: bold;
}
#content .top-box2 .inner .main-box .left-box .links.pad {
	margin: 12px 0 0 18px;
}

#content .top-box2 .inner .main-box .left-box .links li a{
	padding-left: 18px;
	line-height: 18px;
	background: url(/resources/images/arrow-right.gif) no-repeat 0 1px; 
}
#content .top-box2 .inner .main-box .left-box .links li a.back{
	background: url(/resources/images/arrow-left.gif) no-repeat 0 1px; 
}

/* Table Changes */
.yui-skin-sam a.yui-pg-first:link, 
.yui-skin-sam a.yui-pg-first:visited, 
.yui-skin-sam a.yui-pg-first:active, 
.yui-skin-sam a.yui-pg-first:hover, 
.yui-skin-sam a.yui-pg-previous:link, 
.yui-skin-sam a.yui-pg-previous:visited, 
.yui-skin-sam a.yui-pg-previous:active, 
.yui-skin-sam a.yui-pg-previous:hover, 
.yui-skin-sam a.yui-pg-next:link, 
.yui-skin-sam a.yui-pg-next:visited, 
.yui-skin-sam a.yui-pg-next:active, 
.yui-skin-sam a.yui-pg-next:hover, 
.yui-skin-sam a.yui-pg-last:link, 
.yui-skin-sam a.yui-pg-last:visited, 
.yui-skin-sam a.yui-pg-last:active, 
.yui-skin-sam a.yui-pg-last:hover, 
.yui-skin-sam a.yui-pg-page:link, 
.yui-skin-sam a.yui-pg-page:visited, 
.yui-skin-sam a.yui-pg-page:active, 
.yui-skin-sam a.yui-pg-page:hover {
	color:#474747;
}

.yui-skin-sam .yui-panel .hd,
.yui-skin-sam .yui-panel .bd,
.yui-skin-sam .yui-panel .ft {
	background: none;
	background-color: #ffffff;
	border: none;
}
.yui-skin-sam .yui-panel .ft {
	background-color: #ffffff;
	padding: 10px;
}
span#mapPopup {
	color:#474747;
	text-decoration: underline;
	cursor: pointer;
}

#loc .bd {
	height: 322px;
	padding: 25px 15px 5px 15px;
}
#loc .ft {
	height: 30px;
	padding: 5px 10px;
}
#loc #dirButtonBox .yui-button {
	float: left;
}

#loc #mapContainer {
	width: 325px;
	height: 320px;
	float: left;
	border: 1px solid #a5acb2;
}
#loc #mapContainer.full {
	width: 668px;
}
#loc #dirContainer {
	width: 325px;
	height: 310px;
	margin: 0 0 0 5px;
	padding: 5px;
	float: left;
	border: 1px solid #a5acb2;
	overflow: auto;
}
#loc #dirButtonBox {
	width: 100px;
	margin: 1px 0 0 10px;
	float: left;
}

#loc div label {
	display: block;
	float: left;
	width: 108px;
	margin-top: 5px;
}
#loc div #dirFrom {
	width: 450px;
	float: left;
	margin-top: 2px;
}
