@charset "UTF-8";

/**************************************/
/* Common.css - Common styles used    */
/* throughout the site.               */
/**************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

/***********************************************/
/* Main page divs                              */
/***********************************************/
/* mainBody and mainContainer work together to */
/* facilitate the centered design              */
/***********************************************/

#mainBody {
	position: absolute;
	height: 100%;
	margin: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
}
#mainContainer {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-size: 12pt;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-size: 11pt;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-size: 10pt;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h6{
 color: #334d55;
 font-size: 8pt;
 font-style: italic;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
legend{
 font-size: 12pt;
 color: #334d55;
 font-weight: bold;
}
fieldset{
	padding: 10px;
	margin-bottom: 20px;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #666666;
	width: 100%;
}

#navBarVert{
	float: left;
	width:150px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#navBarHoriz{
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #666666;
	display: block;
	height: 20px;
}

#content{
	padding: 20px;
	margin:0px;
	border-left: 1px solid #666666;
}
#content h2 {
	border-bottom: 1px solid #006699;
	margin-bottom: 10px;
}
#content legend {
	font-size: 11pt;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 9pt;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 8pt;
	padding: 2px 0px 2px 10px;
}

/************* #loginBox styles *************/

#loginBox {
	padding: 0px 10px 0px 0px;
	text-align: right;
	font-size: 8pt;
}
#loginBox table,
#loginBox td,
#loginBox tr,
#loginBox input {
	text-align: left;
	font-size: 8pt;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 8pt;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 8pt;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	font-size: 7pt;
	color: #cccccc;
	padding: 17px 0px 10px 0px;
	text-align: center;
	width:964px;
}
#siteInfo a:link,
#siteInfo a:visited {
	color: #CCCCCC;
}
#siteInfo a:hover,
#siteInfo a:active {
	color: #006699;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 9pt;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBarVert link styles ***********/

.curPage,
.curPage a:link,
.curPage a:visited,
.curPage a:hover,
.curPage a:active { 
	font-weight: bold;
	color: #334d55;
}
#navBarVert ul a:link, #navBarVert ul a:visited { display: block; }
#navBarVert ul { list-style: none; margin: 0; padding: 0; }

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBarVert li { border-bottom: 1px solid #EEE; }

/* fix for browsers that don't need the hack */
html>body #navBarVert li {border-bottom: none;}

#navBarVert li {
	border-top: 1px solid #cccccc;
}
/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 9pt;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	font-size: 11pt;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 9pt;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 8pt;
}
#headlines h3 {
	font-size: 10pt;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/**************************************/
/* Table Styles                       */
/**************************************/
.tableRight th,
.tableRight td {
	text-align: right;
}

.contentTable {
	border: 1px solid #7C7C7C;
	color: #333;
}
.contentTable th {
	text-align: right;
	color: #333333;
}
.rowEven, .evenRow {
	background-color: #ffffff;
}
.rowOdd, .oddRow {
	background-color: #FAFAFA;
}
.rowFirst td, .rowFirst th {
	background-color:#F6F6F6;
	border-bottom: 2px solid #A2A2A2;
	text-align: left;
}
.rowMiddle td, .rowMiddle th {
	border-bottom: 1px solid #E1E1E1;
}
.rowLast td, .rowLast th {
	background-color:#F6F6F6;
	border-top: 1px solid #A2A2A2;
}
.colFirst, .colFirst td, .colFirst th {
	background-color:#F6F6F6;
	border-right: 2px solid #A2A2A2;
}
.colMid, .colMid td, .colMid th {
	border-right: 1px solid #A2A2A2;
}	
.rowMid, .rowMid td, .rowMid th {
	border-bottom: 1px solid #A2A2A2;
}	

/**************************************/
/* Navigation Row Styles              */
/**************************************/

.navRowTable {
	background-color: #fafafc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #cccccc;
}
.navRowPageLink {
	font-weight: bold;
	color: #333366;
	padding: 1px 2px 1px 2px;
	background-color:#ffffed;
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #bfbfbf;
}


/*********** TEXT ************/

.t12 {
	font-size: 12pt;
}
.t11 {
	font-size: 11pt;
}
.t10 {
	font-size: 10pt;
}
.t9 {
	font-size: 9pt;
}
.t8 {
	font-size: 8pt;
}
.t7 {
	font-size: 7pt;
}
.h12 {
	font-size: 12pt;
	font-weight: bold;
}
.h11 {
	font-size: 11pt;
	font-weight: bold;
}
.h10 {
	font-size: 10pt;
	font-weight: bold;
}
.h9 {
	font-size: 9pt;
	font-weight: bold;
}
.h8 {
	font-size: 8pt;
	font-weight: bold;
}
.h7 {
	font-size: 7pt;
	font-weight: bold;
}
.textRed {
	color: #9D0B0E;
}

/****** PRINTING ********/
.printOnly  {
	visibility: hidden;
	display: none;
}


/****** MESSAGES AND USER FEEDBACK ******/

.warningMsg {
	background-image: url(../images/warning_symbol_yellow.gif);
	background-repeat: no-repeat;
	background-color: #ffffe2;
	color: #333300;
	padding: 15px 15px 15px 55px;
	border: 1px solid #000000;
	margin-bottom: 10px;
	display: block;
}
.warningMsgNoIcon {
	background-image: none;
	background-color: #ffffe2;
	color: #333300;
	padding: 15px 15px 0px 55px;
	border: 1px solid #000000;
	margin-bottom: 10px;
	display: block;
}
.warningMsg h1,
.warningMsg h2,
.warningMsg h3,
.warningMsg h4 {
	color: #333300;
}
.warningMsgTxt {
	font-size: 8pt;
	color: #990000;
	font-weight: bold;
}

.gentleWarningMsg {
	background-image: url(../images/excl_symbol.gif);
}
.infoMsg {
	background-image: url(../images/questionmark_symbol.gif);
}

.gentleWarningMsg, .infoMsg {
	background-repeat: no-repeat;
	background-color: #f0f2fd;
	padding: 15px 0px 0px 55px;
	border: 1px solid #000000;
	margin: 0px 0px 0px 0px;
	display: block;
	font-size: 9pt;
}
.infoMsg h1,
.infoMsg h2,
.infoMsg h3,
.infoMsg h4,
.gentleWarningMsg h1,
.gentleWarningMsg h2,
.gentleWarningMsg h3,
.gentleWarningMsg h4 {
	color: #333300;
}
#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 175px;
	height: 1px;
	z-index: 5000;
}
.rolloverHelp {
	background-image: url(../images/rolloverHelp.gif);
	background-repeat: no-repeat;
	background-color: #f0f2fd;
	padding: 5px 5px 5px 25px;
	border: 1px solid #000000;
}
/************** #trailimageid styles **************/

.statusMsg {
	background-image: url(../images/checkmark_symbol.gif);
	background-repeat: no-repeat;
	background-color:#dae5db;
	color: #003300;
	padding: 10px 5px 20px 55px;
	border: 1px solid #000000;
	margin-bottom: 10px;
}
.statusMsg h1,
.statusMsg h2,
.statusMsg h3,
.statusMsg h4 {
	color: #003300;
}
.statusMsgNoIcon {
	background-image: none;
	background-color:#dae5db;
	color: #003300;
	padding: 10px 5px 0px 55px;
	border: 1px solid #000000;
	margin-bottom: 10px;
}
.errorMsg {
	background-image: url(../images/warning_symbol.gif);
	background-repeat: no-repeat;
	background-color: #f1d8d8;
	color: #660000;
	padding: 15px 5px 15px 55px;
	border: 1px solid #000000;
	margin-bottom: 10px;
}
.errorMsgNoIcon {
	background-image: none;
	background-repeat: no-repeat;
	background-color: #f1d8d8;
	color: #660000;
	padding: 15px 5px 0px 55px;
	border: 1px solid #000000;
	margin-bottom: 10px;
}
.errorMsg h1,
.errorMsg h2,
.errorMsg h3,
.errorMsg h4 {
	color: #660000;
}
.statusMsg a:link,
.statusMsg a:visited,
.errorMsg a:link,
.errorMsg a:visited {
	color: #FFCC00;
	text-decoration: underline;
}
.statusMsg a:hover,
.statusMsg a:active,
.errorMsg a:hover,
.errorMsg a:active {
	color: #FF9900;
	text-decoration: underline;
}
.error {
	background-color: #FDFE98;
}

.noJS {
	background-color: #F5F5E9;
	margin: 0px 0px 10px 0px;
	padding: 0pt 10pt 10pt 10pt;
	border: 2px solid #9D0B0E;
	font-size: 10pt;
}

.tipBox {
	background-image: url(../images/lightbulb_tip.gif);
}
.helpBox {
	background-image: url(../images/rolloverHelp.gif);
}
.warningMsgBox, .warningMsgTiny {
	background-image: url(../images/warning_symbol_tip.gif);
	
}
.tipBox, .infoMsg, .helpBox, .warningMsgBox, .warningMsgTiny {
	background-color: #FCFCFA;
	border: 1px solid #334d55;
	font-size: 10pt;
	color: #334d55;
	padding: 5px 5px 5px 26px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

.warningMsgBox, .warningMsgTiny {
	background-color: #f9e38a;
	color: #000000;
	border: 1px solid #000000;
}

.noJSTitle {
	font-size: 10pt;
	font-weight: bold;
	color: #9D0B0E;
}
.noBorder,
.noBorder th,
.noBorder td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/************** News Box Styles **************/

.newsbox {
	background-color: #F7F7F7;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #000033;
}
.newsbox h3 {
	margin-bottom: 0px;
}
.newsbox .byline {
	margin-top: 2px;
	font-size: 8pt;
	color: #666666;
}
.newsbox .editIcon {
	margin-left: 15px;
}

/************** CUSTOMER SERVICE STYLES **************/

#customerServiceReplyBox {
	border: 1px solid #ccc;
	padding: 10px;
	font-family:'Courier New', Courier, monospace;
}


/***************** CUSTOM SKIN STYLES ****************/

#frame_top {
	height:33px;
}
#frame_mid {
}
#frame_mid_left {
}
#frame_mid_main {
	z-index: -10000;
	background-repeat: no-repeat;
	width: 950px;
	height: 583px;
}
#frame_mid_right {
}
#frame_bot {
	height: 7px;
	clear: both;
}
#mainBodyTable {
	height: 100%;
	width: 100%;
}

#menuCol {
	padding-left: 25px;
	padding-bottom: 30px;
	height: 100%;
}
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 9em;
}
ul.MenuBarActive
{
	z-index: 1000;
}
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 9em;
}
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	left: -1000em;
	top: 0;
}
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
ul.MenuBarVertical ul li
{
	width: 8.2em;
}
ul.MenuBarVertical a
{
	z-index: 10000;
	display: block;
	cursor: pointer;
	padding: 0.3em 0.75em;
	color: #333;
	text-decoration: none;
}
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	color: #FFF;
}
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	color: #FFF;
}
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

#MenuBar1 {
}
#MenuBar1 a {
	font-size: 14pt;
}
#MenuBar1 a:link, #MenuBar1 a:visited {
	color: #fff;
}
#MenuBar1 a:hover, #MenuBar1 a:active {
	color: #e8d0bd;
}

#spacerCol {
	width: 150px;
}
#contentCol {
  vertical-align:top;
	padding-top: 12px;
	padding-right: 25px;
	color: #fff;
}
