
/* structure **************************************** */

body {
	background: #565759 url(/imgs/mainBg.jpg) top repeat-x;;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #242424;
	margin: 0;
	padding: 0;
}



/* ----------container -------------- */
#container {
background: url(/imgs/innerBg.jpg) top center no-repeat;
xwidth: 932px;
padding:0;
margin: 0;
margin-left: auto;
margin-right: auto;

}

#inner {
	width: 875px;
}

.logo {
	float:left;
	width: 277px;
}


.header {
	xheight:10px;
	xbackground: red;
	
}


.midLower {
	font-size: 12px;
	text-align: left;
}





#whiteArea {
	clear: both;
	text-align:left;
	line-height: 18px;
	background: #fff url(/imgs/innerTopCap.jpg) top no-repeat;
	
	width: 875px;
	padding-bottom: 20px;
	xmargin-top: 1px;
	
	height:auto;
	min-height:500px;

}

/* IE fix */

* html #whiteArea {
height: 500px;
}


#prArea {
	background: #fff url(/imgs/pr-bg.jpg) top no-repeat; width: 685px; padding-bottom: 20px; margin-left: 10px;
}



#leftCol {
	float:left; xbackground: red; width: 190px; padding: 20px 0;
}

.textArea {
	float:left;
	xbackground: blue;
	width: 500px;
}

.textAreaWide {
	float:left;
	xbackground: blue;
	width: 685px;
}

.textPad {
	padding: 5px 20px 0 20px;
}

.padR {
	margin-right: 10px
}

.ctaBox {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 11px;
	color:#666;
	float:left;
	xbackground: green;
	width: 165px;
	padding: 40px 10px;
}





.footer {
	color: #111;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	padding: 20px 0;
	border-top: 10px solid #788da0;
	width: 875px;
}


/* global link styles **************************************** */

A:LINK {
	color: #f53602; /* default blue */
	text-decoration : none;
	}
	
A:VISITED {
	color : #b8310c;
	text-decoration : none;
	}
	
A:HOVER {
	color: #000;
	text-decoration : underline;
	xbackground: #eaeaea;
	}
	
A:ACTIVE {
	xtext-decoration : underline;
	color : red;
	}

.topLinks {
	float:right; color:#fff; font-family: arial; font-size: 10px; width: 255px; text-align: center; margin-right: 20px;
}
.topLinks A:link {color : #fff;}
.topLinks A:visited {color : #ccc; text-decoration: none;}
.topLinks A:hover {color : #fff; text-decoration: none;}


.navBread {
	color: #999;
	font-size: 10px;
	margin: 15px 0 0 0px;
}

.navBread A:link {color : #788da0; font-size: 10px;}
.navBread A:visited {color : #596e81; text-decoration: none; font-size: 10px;}
.navBread A:hover {color : #000; text-decoration: none; font-size: 10px;}


.midLower A:link {color : #ff5d29;}
.midLower A:visited {color : #f53602; text-decoration: none;}
.midLower A:hover {color : #fff; text-decoration: none;}

.midLower .docList A:link {color : #ff5d29;}
.midLower .docList A:visited {color : #f53602; text-decoration: none;}
.midLower .docList A:hover {color : #fff; text-decoration: none;}


.ctaBox A:link {color : #f53602;}
.ctaBox A:visited {color : #b8310c; text-decoration: none;}
.ctaBox A:hover {color : #000; text-decoration: none;}

.footer A:link {color : #8abbd5; font-size: 11px; padding: 1px 10px 0 10px}
.footer A:visited {color : #8abbd5; text-decoration: none; font-size: 11px; padding: 1px 10px 0 10px}
.footer A:hover {color : #fff; text-decoration: none; font-size: 11px; padding: 1px 10px 0 10px}


.docList A:link {color : #788da0;}
.docList A:visited {color : #596e81; text-decoration: none;}
.docList A:hover {color : #fff; text-decoration: none;}


.ctaBox .docList A:link {color : #f53602;}
.ctaBox .docList A:visited {color : #b8310c; text-decoration: none;}
.ctaBox .docList A:hover {color : #000; text-decoration: none;}


a img{ border:0px}


/* ---------- LIST STYLES -------------- */

ul {margin:0; padding:0}


.docList ul {xmargin: 10px 0 5px 0; }
.docList li {list-style-position:outside; list-style-type:none; padding-bottom:0.3em; padding-left:1.2em; margin-bottom: 4px; color: #333; font-weight: bold;}
.docList li {background:url(/imgs/doc.gif) no-repeat 0 .25em;}

.bulletList ul, .bulletList2 ul {xmargin: 0 0 0 20px; }
.bulletList li, .bulletList2 li {list-style-position:outside; list-style-type:none; padding-bottom:0.3em; padding-left:1.2em; margin-bottom: 4px; color: #333; font-weight: bold;}
.bulletList li, .bulletList2 li {background:url(/imgs/bullet.gif) no-repeat 0 .45em;}

.bulletList2 li { font-weight: normal; }


.arrowList {  }
	.arrowList ul {margin-bottom: 2px; margin-left: 5px;}
	.arrowList li {list-style-position:outside; list-style-type:none; padding-bottom:0.3em; padding-left:1em; margin-top: 5px}
	.arrowList li {background:url('/imgs/arrow_sm.gif') no-repeat 0 .4em}


.padT {
	margin-top: 10px;
}

.padB {
	margin-bottom: 25px;
}

.numList li {
	padding-bottom: 5px;
}


/* ---------- CONTENT STYLES -------------- */


.htmlCode {
	color: #000;
	border: 1px solid #ccc;
	background-color:#eaeaea;
	padding: 10px 10px;
	font-family: 'Times New Roman',Times,serif;
	font-size: 12px;
	width: 620px;
}

.command {
	font-family: 'Times New Roman',Times,serif;
	font-size: 12px;
}

.file {
	font-family: 'Times New Roman',Times,serif;
	font-size: 12px;
}

pre {
	xbackground-color:#eaeaea;
	size: 10px;

}

.tabL {
	margin-left: 15px;
}
	
h1 {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size:28px;
	color:#000;
	line-height: 28px;
	xmargin: 0 -30px 0 -80px;
	xbackground: whitesmoke;
	xpadding: 5px 0 5px 30px;
}

h2 {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size:18px;
	color:#000;
	xpadding: 5px 0px 1px 0;
	margin: 20px 0px 10px 0;
	font-weight: normal;
	
}

.big {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size:28px;
	color:#000;
	xpadding: 5px 0px 1px 0;
	margin: 20px 0px 10px 0;
	font-weight: normal;
	
}

.orangeHead {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size:18px;
	color:#d96100;
	color: #f53602;
	xpadding-top: 15px;
	margin: 0px 0 20px 0;
	
}


h3 {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size:14px;
	color:#999;
}


.serif {
	font-family: Georgia,'Times New Roman',Times,serif;
}


.largeB {
	color: #000;
	font-size: 24px;
	line-height: 26px;

}


.largeG {
	color: #a2a2a2;
	font-size: 24px;
	line-height: 26px;

}


.largeG B {
	color: #fff;

}


.largeW {
	color: #fff;
	font-size: 24px;
	line-height: 26px;

}

.mediumB {
	color: #000;
	font-size: 14px;

}

.mediumW {
	color: #fff;
	font-size: 14px;

}

.mediumG {
	color: #a2a2a2;
	font-size: 14px;

}

.smallB {
	color: #000;
	font-size: 12px;
	xline-height: 18px;
}

.smallR {
	color: #b2958c;
	font-size: 12px;
	xline-height: 18px;
}

.smallG {
	color: #a2a2a2;
	font-size: 12px;
}

.ctaBox .smallG {
	color: #666;
	font-size: 11px;
	line-height: 14px;
}


.smallW {
	color: #fff;
	font-size: 12px;

}


.x-small {
	color: #000;
	font-size: 11px;

}


.x-smallG {
	color: #a2a2a2;
	font-size: 11px;

}


.xx-smallB {
	color: #000;
	font-size: 10px;

}


.xx-smallW {
	color: #fff;
	font-size: 10px;

}

.white {
	color: #fff;
}

.gray {
	color: #484848;
}

.blue {
	color: #3e96ee;
}

.caption {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	color: #666;
	font-size: 10px;
	line-height: 11px;
	margin-top:5px;

}



.floatR {
	float:right; margin: 10px 0 10px 10px;
}

.floatL {
	float:left; margin: 10px 15px 10px 0;
}




.credit {
	color: #a2a2a2;
	font-size: 10px;
	line-height: 20px;
}










/* BUT **************************************** */

.but1 a {
	font-family: 'X', Arial, Helvetica, Verdana, Sans-serif, 'X';
	font-size: 12px;
	font-weight: bold;
	color:#fff;
	height:21px;
	float:left;
	top:0px;
	left: 0px;
	display:block;
	padding: 4px 25px 0 25px;
	text-align: center;
	background: #f53602;
	border: 1px solid #666
	
	}
	
.but1 a:visited {
	color: #fff;
	}
	
.but1 a:hover {
	font-family: 'X', Arial, Helvetica, Verdana, Sans-serif, 'X';
	font-size: 12px;
	font-weight: bold;
	color:#fff;
	height:21px;
	float:left;
	top:0px;
	left: 0px;
	display:block;
	padding: 4px 25px 0 25px;
	text-align: center;
	background: #000;
	border: 1px solid #666
}



/* TABS **************************************** */

.navBox {
	xheight: 22px;
	xpadding: 50px 0px 0px 0px;
	border-bottom: 2px solid #788da0;
	margin-bottom: 5px;
}


.tab1 a {
	font-family: 'X', Arial, Helvetica, Verdana, Sans-serif, 'X';
	font-size: 11px;
	font-weight: bold;
	color:#282828;
	xfloat:left;
	top:0px;
	left: 0px;
	display:block;
	padding: 4px 10px;
	xtext-align: center;
	border-top: 1px dotted #fff;
	background: #cfd7df;
	
	}
	
.tab1 a:visited {
	color: #282828;
	}
	
.tab1 a:hover {
	font-family: 'X', Arial, Helvetica, Verdana, Sans-serif, 'X';
	font-size: 11px;
	font-weight: bold;
	color:#282828;
	xfloat:left;
	top:0px;
	left: 0px;
	display:block;
	padding: 4px 10px;
	xtext-align: center;
	background: #fff;
	border-top: 1px dotted #999;
	text-decoration: none;
}
	
.tab1On a{
	font-family: 'X', Arial, Helvetica, Verdana, Sans-serif, 'X';
	font-size: 11px;
	font-weight: bold;
	color:#282828;
	xfloat:left;
	top:0px;
	left: 0px;
	display:block;
	padding: 4px 10px;
	xtext-align: center;
	background: #fff;
	border-top: 1px dotted #999;
	text-decoration: none;
}














/* LEFT NAV **************************************** */


	
.NavTop {
	/* xbackground: #000 url(/imgs/curve-TL-Black.gif) no-repeat; */
	background: #fff;
	xheight: 20px;
	xmargin-top: 20px;
}

.NavBoxSub {
	/* xbackground:#fff url(/imgs/leftNavbg2.gif) top repeat-x; */
}

.NavBoxSub .SubTitle {
	font: 12px Arial, sans-serif;
	color: #fff;
	display:block;
	padding: 2px 5px 2px 5px;
	background: gray;
	border-top: 5px solid #000;
	}

.NavBot {
	xbackground:#3b3b3a url(/imgs/dropNav_botL.png) no-repeat;
	xborder-bottom: 4px solid #3b3b3a;
	background: #3b3b3a;
}
	

	
.Sub a:visited {
	color: #135a8f;
	}
	
.Sub2 a:visited {
	color: #666;
	}
	
.Sub a:hover, .SubOn a:hover, .Sub2 a:hover, .Sub2On a:hover, .Sub3 a:hover, .Sub3On a:hover {
	background-color: #d0dee9;
	color: #003963;
	xborder-bottom: 1px solid #333;
	}
	
	
.Sub a, .SubOn a {
	top:0px;
	left: 0px;
	display:block;
	font-family:arial,helvetica,sans-serif;
	font-size:0.9em;
	color:#003963;
	padding:2px 4px 4px 10px;
	border-top: 1px dotted #999;
	border-bottom: 1px solid #fff;
	xborder-left: 1px solid #999;
	text-decoration:none;
	font-weight: bold;
	
	}


.Sub a {
	xbackground-color: #ccc;
	}

.SubOn {
	background-color: #d0dee9;
	}
	
	

	
.Sub2 a, .Sub2On a {
	font: xx-small Verdana, Arial, sans-serif;
	color: #666;
	line-height: 16px;
	top:0px;
	left: 0px;
	display:block;
	padding: 1px 4px 2px 10px;
	border-bottom: 1px solid whitesmoke;
	text-decoration: none;
	}


.Sub2 a {
	xbackground-color: #e8e8e8;
	}

.Sub2On, .Sub2On a {
	background-color: #d0dee9;
	color: #003963;
	}
	
	

	
.Sub3 a, .Sub3On a {
	font: xx-small Verdana, Arial, sans-serif;
	color: #666;
	line-height: 16px;
	top:0px;
	left: 0px;
	display:block;
	padding: 1px 4px 2px 10px;
	border-bottom: 1px solid whitesmoke;
	text-decoration: none;
	}


.Sub3 a {
	background-color: #ccc;
	}

.Sub3On, .Sub3On a {
	background-color: #d0dee9;
	color: #003963;
	}

tr.Hdr { 
	/* dark blue bg with white fg */
	background-color: #788da0;
        color: #ffffff;
	}

td.Hdr { 
	/* dark blue bg with white fg */
	background-color: #788da0;
        color: #ffffff;
	}

tr.Data { 
	/* light blue bg */
	background-color: #d0dee9;
	}

td.Data { 
	/* light blue bg */
	background-color: #d0dee9;
	}

.error-message,
#error-message { 
  color: #ff0000; /* red */
}

/*
 * Buttons
 */
button,
.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #287ace;
        white-space: nowrap;
}

button#small,
.button#small { 
	font-size:10px;
	padding:3px 12px;
}

button:hover,
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
}

button:active,
.button:active {
	position:relative;
	top:1px;
}

a.button { 
  	color:#ffffff;
	text-decoration:none;
}

#menu-button { 
  width: 200px;
}

/* This imageless css button was generated by CSSButtonGenerator.com */
