.bg {
	background-image: url(../html_images/body-bg.gif);
	background-repeat: repeat-x;
	background-color: #012C59;
	margin-top: 0px;
    }
.bg-in-body {
	background-image: url(../html_images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: -165px 0px;
    }
.bg-in-side {
	/*background-image: url(../html_images/in-side.jpg);
	background-repeat: no-repeat;*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7E7E7;
	background-image: url(../html_images/in-side.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0px;
    }
.head {
	font-family:Times New Roman;
	font-style:italic;
	font-weight:bold;
	font-size:15px;
	color:#002D59;
	text-align:right;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
    }
.search{
	height: 26px;
	margin-top: 0px;
	float: right;
}
.smSearch{
	height: 25px;
	margin-top: 5px;
}
.mainSearch{
	margin-top: 10px;
	float: right;
	width: 100%;
	white-space: nowrap;
	height: auto;
}
.searchBox{
	font-size: 14px;
	width: 100px;
}
.smSearchBox{
	font-size: 10px;
	width: 80px;
}
.searchButton{
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	width: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}
.searchButton:hover{
	background-image: url(../images/search_over.png);
	cursor: pointer;
	cursor: hand;
}
.smSearchButton{
	background-image: url(../images/smSearch.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	height: 16px;
	width: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 4px;
}
.smSearchButton:hover{
	background-image: url(../images/smSearch_over.png);
	cursor: pointer;
	cursor: hand;
}
.bold{
	font-weight:bold;	
}
.italic{
	font-style:italic;
}
.underline{
	text-decoration:underline;
}
.nav
    {
	font-family:Tahoma, Geneva, sans-serif;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 25px;
	font-size: .8em;
    }
.nav a, .nav a:visited
        {
	color: #5D6411;
	text-decoration: none;
	font-weight:bold;
        }
.nav a:hover
        { 
        color: #002D59;
        text-decoration: none;
        }
.navon
    {
    font-family:Times New Roman;
    font-weight:bold;
    font-size:16px;
    color:#002D59;
    margin:2px 0px 2px 10px;
    text-decoration:none;
    }
.title1 {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
    }
.mainContent {
	color: #012C59;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 120%;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
    }
.mainContent a, .mainContent a:active {
	color: #012C59;
	text-decoration: none;
	font-weight: bold;
}
.mainContent a:visited {
	text-decoration: none;
	color: #012C59;
}
.mainContent a:hover {
	text-decoration: none;
	color: #B4BE81;
}
.mainContent h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #00498B;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(../images/little_swoosh.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.mainContent img {
	padding:3px;
	margin:5px;
	border: 1px solid #CCC;
}
.loading{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.docList{
	list-style-type: none;
	line-height: 20px;
}
.subPageLinks{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e7e7;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 5px;
	height:auto;
}
.subPageLinks a, .subPageLinks a:link, .subPageLinks a:visited{
	background-image: url(../html_images/greendot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 10px;
	padding-left: 15px;
	font-size: 11px;
	font-weight:bold;
	width: auto;
}
.quotation{
	font-style: italic;
	padding: 10px;
	margin-right: 15px;
	margin-left: 15px;
	border: 1px solid #012C59;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
}
.footer
    {
	color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align: center;
	background-color: #002D59;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 12.5px;
    }
        .footer a:link 
            {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
            }
        .footer a:visited 
            {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
            }
        .footer a:hover 
            {
	color: #E0E5AF;
	text-decoration: none;
            }
.printReady{
	float: right;
	margin-top: 10px;
}
li
    {
    margin:5px 0px 0px 0px;
    padding:0px;
    font-size:12px;
    font-family:verdana;
    font-weight:bold;
    }

.alt li
    {
    margin:5px 0px 0px 0px;
    padding:0px;
    font-size:12px;
    font-family:verdana;
    font-weight:normal;
    }
h4 {
	color: #00498B;
	font-size: 13px;
}
h4 a, h4 a:link, h4 a:visited {
	color: #00498B;
	text-decoration: none;
	font-weight: bold;
}
h4 a:hover {
	text-decoration: none;
	color: #B4BE81;
}
@media print {
	#printSection {
		display:block;
		}
}
.mainContent h2 {
	font-size: 18px;
}
/* jobs table */
.jobsTbl{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.jobsTbl .title{
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height: 25px;
	background-color: #A9CE2F;
}
.jobsTbl .header{
	font-size:.8em;
	font-weight:bold;
	color:#000;
	text-align:center;
	line-height: 20px;
}
.jobsTbl .opening{
	font-size:.8em;
	color:#000;
	text-align: left;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
}
.jobsTbl .leftColumn{
	font-size:.8em;
	color:#000;
	text-align: right;
	line-height: 20px;
}
.jobsTbl .rightColumn{
	font-size:.8em;
	color:#000;
	text-align: left;
	line-height: 20px;
}
/* end jobs table */
.breadcrumbs{
	color:#54637b; 
	font-family:Tahoma, Geneva, sans-serif; 
	font-size:9px;
}