﻿html, div, h1, h2, h3, h4, h5, h6, blockquote, ol, dl, dt, dd, td, form, fieldset, img
{
     margin: 0;
     border: 0;
}
body 
{
    font-family: Arial, Verdana, Sans-Serif;
    color:#666666;
    font-size:10px;
	margin: 0;
	padding: 0;
	text-align: center; /*this makes the whole pageto be in the middle for IE*/
	background-color:#b1b1b1;
	background-image: url(images/bg_page1.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

/******************
LAYOUT DIVS
******************/
/*The Whole Page Div*/
#whole-page 
{
	width:768px;
	margin:0 auto; /*This makes it center in firefox*/
	background-position:top center;
	background-color: transparent; 
	padding-bottom:0px;
	margin-bottom:0px;
	text-align:left;
	padding:0 2px 0 0;
}
#page-wrapper {
	width:auto;
	margin-top:0px;
}
* html .whole-page {   /*** IE5.x/win box model fix ***/
	width: 766px;
	width: 764px;
}
/* This is the page display text */
#whole-page h1 /*#page-wrapper h1*/
{
    color:#1d3a64;
    font-family: Serif;
    font-weight:bold;
    font-size:x-large;
    margin-top:10px;
}
/* Header - Images, Menu, Breadcrumb */
#header-container {
	height:75px;
	position:relative;
	background-image: url(images/bg_headerx.jpg); 
	background-repeat:repeat-x;
	background-color:#ffffff;
	margin-left:4px;
	padding:0 0 0 0;
}
#logo {position:absolute;
}
#search
{
	position:absolute;
	bottom:5px;
	right:5px;
}
#search .date
{
    position:absolute;
	bottom:40px;
	right:5px;
	vertical-align:baseline;
	color:#1d3a64;
}
#search .textbox
{
    border:solid 1px #d4d0c7;
    border-top:inset 1px #d4d0c7;
    border-left:inset 1px #d4d0c7;
    height:15px;
    width:180px;
    font-size:11px;
}
#search .button
{
    display:inline-block;
    vertical-align:top;
}	
#mainnav 
{
    background-image: url(images/menu_bg.jpg);
    background-repeat:no-repeat;
    margin: 1px 1px 0px 5px;
    padding:0 0 0 0;
    padding-bottom:0px;
    margin-bottom:0px;
}
* html #mainnav tr {height:1.4em;}
.item 
{
    padding:0 20px;
    background-position:top center;
	color:#444444; 
	font-family: Arial, Verdana, Sans-Serif;
	font-weight:bolder;
	text-align:left;
	vertical-align:middle;
	left:10px;
	height:35px;
}
* html #mainnav .item {padding:0 20px;}

#mainnav table table {border-right:none;}

.subitem ctl00_mainmenu_7 img {border-right:none;}

.selected {color:#990033;}
#mainnav .hover 
{
	color:#990033; 
	text-decoration:underline;
}
.subitem tr {height:2em;}
#mainnav .subitem tr {height:2em;}
.subitem {
	width:185px;
 	background-color:#e8eff5; 
	border-bottom:solid 1px gray;
	text-align:left;
	color:#0000cc; 
	padding-left:5px;
	padding-right:2px;
	margin-right:0px;
	
}
.top-subitem {
	border-top:solid 1px gray;
	border-right:solid 1px gray;
	border-left:solid 1px gray;
	margin-right:0;
}
#mainnav .subitem-hover {
	text-decoration:underline;
}	
.subitem-hover {
    background-color:#ffffff; 
	text-decoration:underline;
}	
.subitem-selected {
    background-color:#82b1bb;
    color:#FFFFFF; 
}	

#page-image 
{
    width:100%;
    background-repeat:no-repeat;
    /*margin-top:1px;*/
    padding-top:0px;
    }

#content-wrapper{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 760px; 
	padding-left:5px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 10px; /* Weird Mozilla Bug */
}
* html #content-wrapper {  /*** IE5.x/win box model fix ***/
	width: 760px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	width: 760px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}

#floatwrapper {
	float: left;
	width: 760px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-right: -1px;   /*** Static fix ***/
}
#centercolumn{
	float: right;
	width: 760px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-left: -1px; 
	padding-top:30px;
}

#breadcrumbs {
margin:auto;
margin-right:5px;
padding:10px 0 0 0;
text-align:right;
font-family: Arial, Verdana, Sans-Serif;
font-size:10px;
font-weight:bold;
color:#666666;
}
#breadcrumbs a {color:#999999;}
#breadcrumbs a:hover {text-decoration:none;}
/* End of Header */

/* Home Page */
#Home 
{
    width:760px;

}
#three-column-container
{
	width:100%;
	margin:auto;
	padding:0 0 0 0;
	margin-top:1px;
}
#three-column-left
{
	float:left;
	width:253px;
	background-image:url(images/green-bar.jpg) ;
	background-repeat:repeat-x;
	background-position:top;
	}

#three-column-right{
	float:right;
	width:248px;
	background-image:url(images/nblue-bar.jpg) ;
	background-repeat:repeat-x;
	background-position:top;
	padding-left: 5px;
	}
#three-column-middle{
	float:left;
	width:247px;
	background-image:url(images/blue-bar.jpg) ;
	background-repeat:repeat-x;
	background-position:top center;
	border-style:inset;
	border-left:dotted 1px #ccccff;
	border-right:dotted 1px #ccccff;
	padding-left: 5px;
	min-height:350px;
    _height:350px;
	}
#three-column-container	h2{
    color:#2491ca; 
    font-family: Arial, Verdana, Sans-Serif;
    font-weight:normal;
    font-size:large;
    text-indent:5px;
    text-align:left;
    margin-top:5px;
    }    
#three-column-container	h4{
    color:#2491ca;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight:normal;
    font-size:medium;
    margin-top:2px;
    }        
/*Common Page*/
#two-column-container
{
	width:100%;
	margin:0;
	padding:0 0 0 0;
	background-color:#ffffff;
	margin-top:1px;
}
#two-column-left
{
	float:left;
	width:517px;
	background-image:url(images/nblue-bar.jpg) ;
	background-repeat:repeat-x;
	background-position:top;
	border-right:dotted 1px #ccccff;
	background-color:#ffffff;
	padding-right: 5px;
	min-height:350px; 
	_height:350px;
	}
#two-column-right{
	float:right;
	width:227px;
	font-size:11px;
	background-image:url(images/blue-bar.jpg) ;
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ffffff;
	padding:25px 0px 0px 10px;
	padding-bottom:0px;
	}
#two-column-right .side-div 
{
	background-color:#FFFFFF;
	padding-top:10px;
}
#two-column-right a {text-decoration:none; color:#2491ca;}
#two-column-right a:hover {text-decoration:underline;}
#two-column-right .side-div h3
{
    background-color:#66cc66;	
    color:#2491ca;
    font-family:Arial, Verdana, Sans-Serif;
    }
#two-column-right .side-div-header 
{
	background-color:#FFFFFF;
}    
h5 /*#two-column-right .side-div-header*/
{
    background-color:#2491ca;/* cccccc;	*/
    color:#FFFFFF;/*2491ca;*/
    font-family:Arial, Verdana, Sans-Serif;
    padding-left:10px;
    font-size:larger;
}

.home-content-head 
{
    padding:5px 5px 5px 0px;
    margin-left:0px;
    margin-right:0px;
}
.home-content-teaser 
{
    padding:0px 5px 0px 5px;
    margin-left:5px;
    margin-right:5px;
    margin-bottom:0px;
    font-size:12px;
}
.common-wrapper 
{
    width:500px;
    margin-left:5px; 
    margin-right:5px; 
}
.page-head 
{
    margin-top:5px;
    padding:5px 5px 5px 5px;
    border-bottom:dotted 1px #ccccff;
}
p.teaser 
{    
    margin-top:10px;
    margin-bottom:0px;
    color:#2491ca;
    font-family:Arial, Verdana, Sans-Serif;
    font-size:larger;
    }
.contents 
{ 
    font-size:11px;
    color:#666666;
    margin-left:5px;
    margin:0 5px 0 5px;
    padding:0 5px 0 5px;
}
.contents a{color:blue;text-decoration:none;}
.contents a:hover{text-decoration:underline;}
.button-location 
{
    text-align:right;
    padding-top:10px;
    padding-right:10px;
    }
.button-location a 
{
    text-decoration:none;
    font-size:9px;
    color:Green;
    font-family:Arial, Verdana, Sans-Serif;
    }    
.button-location a:hover
{
    text-decoration:underline;
    color:orange;
    }        
.button-location a:selected
{
    text-decoration:none;
    
    }            
.css0 { /* Pic right justified*/
	float:right;
	border:1px solid #CCCCCC;
	padding:10px;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
	vertical-align:text-bottom;
}
.css1 { /* Pic Left justified*/
	float:left;
	border:1px solid #CCCCCC;
	padding:10px;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
	vertical-align:text-bottom;
}
b {color:#336633;}/*666666*/
#Home a:hover {text-decoration:underline;}
.field-container {
    width:450px;
    margin-left:20px;
    margin-right:10px;
	padding:0 5px 15px 0px;
	background-color:#FFFFFF;
	font-size:11px;
	text-align:left;
    }
* html fieldset {
    margin:10px 0px 20px 0px;
	padding:0px 10px 10px 20px;}
fieldset {
	padding:1em;
	border:1px solid #CCCCCC;
}
textarea
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size:10px;
	}	
.txtbox {
    Width:300px; 
    font-family: Arial, Verdana, Sans-Serif;
    font-size:10px;
    border-color:#b1b1b1;
    border-style:solid;
    border-width:1px;
}
.button {
    border:1px solid #ccccff;
    color:#2491ca;
    background-color:#ffffff;
    font-size:1em;
}
.button-contact
{
    margin-top: 10px;
    border:1px solid #ccccff;
    color:#2491ca;
    background-color:#ffffff;
    font-size:1em;
    width:150px;
}
/*Paragraph columns */
#p3-column-container{
	width:100%;
	margin:auto;
	padding:0 0 0 0;
	}
#p3-column-left{
	float:left;
	width:130px;
	height:100%;
	}
#p3-column-right{
	float:right;
	width:130px;
	height:100%;
	}
#p3-column-middle{
	float:left;
	width:130px;
	height:100%;
	margin-left:20px;
	}
#p2-column-container{
	width:100%;
	margin:auto;
	padding:0 0 0 0;
	}
#p2-column-left{
	float:left;
	width:200px;
	height:100%;
	margin-left:25px;
	}
#p2-column-right{
	float:left;
	width:200px;
	height:100%;
	margin-left:35px;
	}
h2.p-columns{
    color:#666666; 
    margin-bottom:15px;
    font-family:Arial, Verdana, Sans-Serif;
    font-weight:normal;
    font-size:large;
    text-align:left;
    margin-top:5px;
    }    
/* Paragraph tables */
table.table {
	width:480px;
	/*border:1px solid #ccccff;*/
	border-collapse:collapse;
	text-align:center;
	}
thead th {
	/*border-bottom:2px solid #D0D0BF;*/
	padding:6px;
	text-align:center;
	}

tfoot th {
	/*border-top:2px solid #D0D0BF;*/
	padding:6px;
	}

.table-row-1 td, .table-row-2 td {
	padding:2px 6px;
	/*border:1px solid #D0D0BF;*/
	font-size:12px;
    color:#666666;
	}
.table-row-1 th, .table-row-2 th, th {
	padding:2px 6px;
	/*border:1px solid #D0D0BF;*/
	}	

.table-row-1 td, .table-row-1 th {
	background-color:#cccccc; 
	}
#list-holder 
{ 
  margin-left:10px;
  margin-bottom:0; 
  font-size:11px;
  width:420px;
  /*overflow:scroll; */
  border:solid 1px #ccccff;
  padding:10px 50px 10px 20px;
  min-height:250px;
  _height:250px;
}
#list-holder .date-field {color:#2491ca;}    
#list-holder b {color:Maroon;}

#list-holder .Heading { font-weight:bold; color:#1d3a64;} 

#list-holder a {text-decoration:none; color:Green;}
#list-holder a:hover {text-decoration:underline;}
.level1
{
    color:#2491ca;
    text-transform:uppercase;
    font-family:Serif;
    font-weight:bolder;}
.level2
{
    text-indent:60px;
    font-weight:bold;
    text-transform:capitalize ;
    color:green;}
.level3
{
    text-indent:90px;
    text-transform:capitalize ;
    color:gray;}
.level4
{
    text-indent:120px;
    text-transform:capitalize ;
    color:gray;}
.level5
{
    text-transform:capitalize ;
    color:gray;}
#divhead .list-holder 
{
  margin-left:15%;
  font-size:11px;}
span .ord_text 
{
    margin-left:50px;
    font-size:11px;        
    font-family: Arial, Verdana, Sans-Serif;
    }
#bottom-page {
    width:inherit;
	clear:both;
	margin:auto;
	padding-top:10px;
	font-size:10px;
	text-align:center;
	border-top:solid 1px #ccccff;
	background-color:transparent;
}
#bottom-page a {
	margin:1px 5px;
	color:#9999cc;
	text-decoration:none;
}

#bottom-page a:hover {
	color:#6666cc;
	text-decoration:underline;
}

#footer-bg {
	/*background-position:center;
	background-image: url(images/bg_page1.gif);
	background-repeat:no-repeat;
    background-color:#b1b1b1;*/
	width: auto;
	height: 25px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#footer-close {
    padding:0px;
    margin-top:0px;
    /*background-image:url(images/bg_footer2.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-color:#b1b1b1;*/
    background-color:transparent;
    margin-left: auto;
	margin-right: auto;
	width: 774px;
	height: 25px;
	text-align: center;
	font-size: 10px;
        }
td.search {
	font-family: Arial, Verdana, Sans-Serif;
	color : #000000;
	font-size: 12px;
	font-weight: normal;
}
.side-bar {list-style-image:url(images/side-arw.gif); list-style-position:outside; vertical-align:bottom;}
.regtext {font-size:11px;}
.regtext {list-style-image:url(images/bullet-2.gif);}
.fieldframe{color:Blue;}


@media print {	
body{
		font-size:11pt;
		line-height:13pt;
		background:#FFFFFF !important;
	}	
#Home, #whole-page, #mid-page- #page-wrapper,* html #wrapper, * html #content-wrapper, * html #floatwrapper, * html #centercolumn {
		width:auto !important;
		margin:auto !important;
	}
#Home {text-align:left;}	
#Image1 {padding-bottom: 5px;}
#search{display:none;}
/*#page-image {display:none;} */
#page-wrapper {width:750px;}

#mainnav 
{
    background-image: url(images/menu_bg.jpg);
    background-repeat:no-repeat;
    margin: 1px 1px 0px 5px;
    padding:0 0 0 0;
    padding-bottom:0px;
    margin-bottom:0px;
    width: 760px;
    margin-top:10px;
}
* html #mainnav tr {height:1.4em;}
.item 
{
    padding:0 20px;
	color:#444444; 
	font-family: Arial, Verdana, Sans-Serif;
	font-weight:bolder;
	text-align:left;
/*	vertical-align:middle;*/
	left:10px;
	height:35px;
}
* html #mainnav .item {padding:0 20px;}

#mainnav table table {border-right:none;}
#breadcrumbs {position:static;}
#three-column-container
{
	width:100%;
	margin:auto;
	padding:0 0 0 0;
	margin-top:1px;
}
#three-column-left
{
	float:left;
	width:253px;
	}

#three-column-right{
	float:right;
	width:248px;
	padding-left: 5px;
	}
#three-column-middle{
	float:left;
	width:247px;
	border-style:inset;
	border-left:dotted 1px #ccccff;
	border-right:dotted 1px #ccccff;
	padding-left: 5px;
	min-height:350px;
    _height:350px;
	}
.common-wrapper 
{
    width:450px;
    margin-left:5px; /* 100px;*/
    margin-right:5px; /* 100px;*/
}	
#two-column-container
{
	width:100%;
	margin:0;
	padding:0 0 0 0;
	margin-top:1px;
}
#two-column-left
{
	float:left;
	width:517px;
	border-right:dotted 1px #ccccff;
	padding-right: 5px;
	min-height:350px; 
	_height:350px;
	}
#two-column-right{
	float:right;
	width:227px;
	font-size:11px;
	padding:25px 0px 0px 10px;
	padding-bottom:0px;
	}
#two-column-right .side-div 
{
	background-color:#FFFFFF;
	padding-top:10px;
}
}