@charset "iso-8859-1";


/*
 ----------- Misc. Global Styles - common to all web pages -----------
*/

/* ********************************************************************************
 	HTML styles
   ******************************************************************************** */
body{
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 100.1%; /* font sizing approach recommended by Dave 
                          Silvester on the css-discuss list. "the 
                          .1 is important." */
    min-width: 750px;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;  /* specifically define this for Opera's sake,
        and also for better consistency across 
        all platforms  */
}

p{
	margin: 0 0 1em 0;
}

/*
 Time to try and get all the heading elements to the same size 
 regardless of browser. (IE seems to put them a bit bigger
 than Mozilla, typically.)
*/
h1{
	font-size: 170%;
}

h2{
	font-size: 165%;
}

h3{
	font-size: 150%;
}

h4{
	font-size: 136%;
}

h5{
	font-size: 120%;
}

h6{
	font-size: 110%;
}

a, a:visited, a:link{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, Sans-Serif, Geneva;
	color: #00287A;
}

a:hover{
	text-decoration: underline;
}

table, tr, td, th{
	padding: 0;
	margin: 0;
}

blockquote{
	border-left: solid 3px #CCCCCC;
	padding-left: .5em;
}



A.NavLinksB { font-family : Verdana, Arial, Helvetica, Sans-Serif, Geneva; font-size: 10px; color: #00287a; ; font-weight: bold}
A.NavLinksB:hover {
 font-family : Verdana, Arial, Helvetica, Sans-Serif, Geneva;
 font-size: 10px;
 color: #00287A;
 font-weight: bold;
 text-decoration: underline;
}
A.NavLinksB:visited,A.NavLinksB:active { font-family : Verdana, Arial, Helvetica, Sans-Serif, Geneva; font-size: 10px; color: #00287a; ; font-weight: bold}

/*********************************************************************************
	Computer Services custom tags for wireless page
*********************************************************************************/
p.cmpSrv802txt{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #000000;
	text-indent: 0cm;
}

p.cmpSrvWrn{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #CC0000;
	text-indent: 0cm;
	text-align: center;
	font-weight: bold;
}

ul.cmpSrv802txt{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #000000;
	font-weight:bold;
	text-indent: 0cm;
}

ul.802txt,ol.802txt, li{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #000000;
	text-indent: 0cm;
}



p.cmpSrv802title{
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #003366;
	font-weight:bold;
	text-indent: 0cm;
}



/* ********************************************************************************
	Global page structure ID styles
   ******************************************************************************** */
#Masthead{
    width: 100%;
    background: #00337F url(images/BrandingBar.jpg) no-repeat;
}

#Masthead{
    position: relative;
}


#ContentColumn{
    font-size: 75%;
    width: auto;
}
html>body #Footer{
	padding-bottom: 1.01em; /* this is to fix a bug in mozilla that results
          in a 1px line of white below the footer when
          the document gets very long. extremely long
          documents may generate the bug again. if
          you experience that, increasing this value
          may help. i think this is related to moz's
          off-by-one troubles as the bug does not
          occur in any other browser */
}

#Footer{
	position: relative;
	text-align: center;
	font-size: 85%;
}

#Footer .Inside{
	font-size: 90%;
}

.IEWidthFix{
	border: solid 0px #000;
	width: 750px;
	font-size: 1%;
	height: 1px;
}

#IEWidthFixTwoCol{
	border: solid 0px #000;
	width: 750px;
	font-size: 1%;
	height: 1px;
}

#IEWidthFixOneCol{
	border: solid 0px #000;
	width: 750px;
	font-size: 1%;
	height: 1px;
}


/* ********************************************************************************
	Branding Bar
   ******************************************************************************** */
#BrandingBar{
    height: 57px;
    color: #FFFFFF;
    font-size: 75%;
}

/* Fix the branding bar height in IE \*/
* html #BrandingBar{
    height: 56px;
}
/* Fix the branding bar height in IE */

#BrandingBar a img{
	float: left;
	border-width: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#BrandingBar ul{
	text-align: right;
	list-style-type: none;
	line-height: 1.25em;
	margin: 0;
	margin-right: .75em;
	margin-top: -.25em;
	padding: 0;
	padding-bottom: 3px;
}

/* Fix the position of the links in IE/Win \*/
* html #BrandingBar ul{
	margin-top: .75em;
}
/* Fix the position of the links in IE/Win */

#BrandingBar ul li{
	margin: 0;
	padding: 0;
	display: inline;
}

#BrandingBar a{
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	padding: .25em;
}

#BrandingBar a:hover{
	background-color: #CBB731;
}

#BrandingBar .Search{
	float: right;
	margin-right: .75em;
	font-size: 90%;
	border-top: solid 1px #FFFFFF;
}

#BrandingBar input{
	font-size: 85%;
	border-width: 0;
}

#BrandingBar .text{
	border: solid 1px #000000;
}

#BrandingBar .button{
	margin: 0;
	padding: 0;
	margin-bottom: -4px;
	padding-left: 2px;
}

/* ********************************************************************************
	Global Navigation Bar
   ******************************************************************************** */
.GlobalNavBar{
	background-color: #E5E9F2;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	font-size: 70%;
	padding: .25em;
}

.GlobalNavBar ul{
	text-align: center;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}

div>.GlobalNavBar ul{
	padding: .25em;
	margin-left: -.25em;
}

.GlobalNavBar ul li{
	margin: 0;
	padding: 0;
	display: inline;
}

.GlobalNavBar a{
	color: #132A6E;
	text-decoration: none;
	display: inline;
	margin: 0;
	padding: .25em .35em;
}

.GlobalNavBar a:hover{
	background-color: #CBB731;
}


/* ********************************************************************************
     Page Header
   ******************************************************************************** */
#PageHeader td table{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: solid 3px #DFE2E7;
}

#PageHeader td{
	margin: 0;
	padding: 0;
}

#PageHeader td table tr{
	margin: 0;
	padding: 0;
}

#PageHeader td table tr td{
	margin: 0;
	padding: 0;
	height: 65px;
}

#PageHeader td table tr td img{
	margin: 0;
	margin-left: 5px;
	padding: 0;
}

#PageHeader td table tr td div{
	margin-bottom: -1em;
}

/* This is necessary for IE to render the text on top of the bottom border. */
#PageHeader td table tr td div h1{
	position: relative;
}


/* ********************************************************************************
	Left Column
   ******************************************************************************** */
#LeftColumn{
	background-color: #EAE8D3;
	font-size: 85%;
}


/* ********************************************************************************
	Right Column
   ******************************************************************************** */
#RightColumn{
    background-color: #EAE8D3;
    font-size: 80%;
    width: 15em;
}



/* ********************************************************************************
	Footer Navigation
   ******************************************************************************** */
#FooterNav{
	font-size: 95%;
	margin: 0;
	padding: .25em 0;
	background-color: #DFE2E7;
	border-top: solid 2px #000000;
	border-bottom: solid 1px #000000;
}

#FooterNav ul{
	text-align: center;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}

div>#FooterNav ul{
	padding: .25em;
	margin-left: -.25em;
}

#FooterNav ul li{
	margin: 0;
	padding: 0;
	display: inline;
}

#FooterNav a{
	margin: 0;
	padding: .25em .35em;
}


/* ********************************************************************************
	Left Content Column - for a two content-column layout
   ******************************************************************************** */
#LeftContentColumn{
    float: left;
    width: 49%;
}



/* ********************************************************************************
	Right Content Column -- for a two content-column layout
   ******************************************************************************** */
#RightContentColumn{
    float: right;
    width: 49%;
}
