/* -----------------------------------------**/
/* Styles C&H
/* -----------------------------------------**/
body
{
	margin: 0;
	padding: 0;
	font:  1.0em verdana, hevetica;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	color: #000;
	background-color: #DDFEFF; /*#FFCC77;*/ /*#F7D794;*/ /*#E6A173;*/
}
/* ---------------------------------------- */ 
#header {
	background-color : white;
	width: 752px;
	height:100px;
	vertical-align:top;
	/*border-bottom : solid 1px #80737C;*/
	padding-bottom:0px;
	
}
/* ---------------------------------------- */ 
#MenuBar
{
	background-color : #7484ad;
	width: 752px;
	/*height:20px;*/
	padding:0 0 0 0;
	margin:0 0 0 0;
	/*border-top:solid 1px white;*/

}
/* ---------------------------------------- */ 
#headerSeparator {
	width: 752px;
	height:2px;
	vertical-align:top;
	background-color:Blue;
	border-bottom : solid 1px #FDB712;
	/*background-image: url(.\\images\\HeaderSeparator.gif);
	background-repeat: repeat;	*/
}
/* ---------------------------------------- */ 
#container /*  encompasses entire page */
{
	margin: 2px auto; /*1em auto;*/
	width: 752px;
	text-align: left;
	background-color: white;	/*#6567F8;*/
	border: 1px solid navy;
}
/* ---------------------------------------- */ 
.InnerContent
{
	background-color: #FDEDD8;
	padding: 15px 8px 15px 8px;
	width:621px;
	
	
}
/* ---------------------------------------- */ 
.info 
{ 
	clear:both;
	padding : -10px 0 0 0;
	background-color: white; 
	border:  solid 0px white;
	width:750px;	
}
#info h2 
{
	font-family: verdana, hevetica;
	font-size:1.2em; 
	margin:0; 
	color:black; 
	text-align:left; 
	margin-bottom:10px;
}
#info h3 
{
	font-family: verdana, hevetica;
	font-size:1.1em; 
	font-weight:normal; 
	margin:0; 
	color:#565; 
	text-align:left; 
	margin-bottom:10px;
}
/* ---------------------------------------- */ 
#footer
{
	padding: 12px 0px 0px 0px;
	clear: both;
	height: 30px;
	width: 752px;
	background-color:#7BBCBC;
	/*background-image:url(.\\images\\FooterGradient.gif);
	background-repeat: repeat;	*/
	border-top : solid 1px #80737C;
	/*border:solid 1px black;*/
	text-align:center;
}
/* -----------------------------------------**/ 
/* the standard font
/* -----------------------------------------**/
/* menu start
/********************************************/
/* ------------------------------- */
#navcontainer 
{
	/*width: 100px;*/
}
/* ------------------------------- */
#navcontainer ul {
	margin-left: 0;
	padding-left: 5px;
	list-style-type: none;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.0em;/*10pt;*/
	font-weight: 400;
	font-style: normal;
	font-variant: small-caps;
	color:white;

}
/* ------------------------------- */
#navcontainer a {
	display: block;
	padding: 2px;
	width: 160px;
	background-color: transparent;
	border-bottom: 1px solid #EAD2D2;
	font-family:  Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 400;
	color:white;
	
}
/* ------------------------------- */
#navcontainer a:link, #navlist a:visited {
	text-decoration: none;
	font-weight:  bold;
	color:#006699; /* actual font color */
}
/* ------------------------------- */
#navcontainer a:hover {
	/*background-image:url(Gradient7.jpg);
	background-repeat: repeat;*/
	background-color:#EAD2D2;
	border:solid 1px #327297;
	color: #327297;
}
/* ------------------------------- */
/*ul.Check
{
	list-style-position: outside;
	list-style-type: none;
}

li.RedCheck
{
	color: #0066B2;
	background-image: url(.\\images\\chkmark8.gif);
	background-repeat: no-repeat;
	background-position: -1 .4em;
	padding-left: 1.6em;
}
li.BlueCheck
{
	color: #0066B2;
	background-image: url(.\\images\\chkmark3.gif);
	background-repeat: no-repeat;
	background-position: -1 .4em;
	padding-left: 1.6em;
}
*/

/* ------------------------------- */
.BorderedImage1 {
	padding :  10px 10px 10px 10px;
}
.BorderedImage2 {
	padding :  0px 10px 0px 5px;
}
/* ------------------------------- */
.WhiteSpace
{
	width: 5px;
	background-color: transparent;
	height: 10px;
	float: left;
}
/* ------------------------------- */
/* Font stuff
/* ------------------------------- */
.PageTxt
{
	font-size: .80em;
	color: black;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-family: verdana, hevetica;
	font-variant: normal;
	text-decoration: none;
}
.PageTxt a:active
{
	font-weight: normal;
	font-size: 1.0em;
	color: Navy;
	font-family: verdana, hevetica;
	text-decoration: none;
}
.PageTxt a:link
{
	font-weight: normal;
	font-size: 1.0em;
	color: Navy;
	font-family: verdana, hevetica;
	text-decoration: none;
}
.PageTxt a:visited
{
	font-weight: normal;
	font-size: 1.0em;
	color: navy;
	font-family: verdana, hevetica;
	text-decoration: none;
}
.PageTxt a:hover /* Put after visited or doesnt work for visited */
{
	font-size: 1.0em;
	background-color:powderblue;
	/*border: solid 1px orange;*/
	color:  blue;
	text-decoration: underline;
	padding: 0 1px 0 1px;
}
/* ---------------------------------------- */ 
.WhiteText 
{	font-size: 0.9em;
	color: white;
	font-weight: normal;
	font-style: normal;
	font-family: verdana, hevetica;
	font-variant: normal;
	text-decoration: none;
}
.WhiteText a:active
{
	color: white;
	text-decoration: underline;
}
.WhiteText a:link
{
	color: white;
	text-decoration: underline;
}
.WhiteText a:visited
{
	color: white;
	text-decoration: underline;
}
.WhiteText a:hover /* Put after visited or doesnt work for visited */
{
	font-size: 1.0em;
	color:  cyan;
	text-decoration: underline;
}
/* ---------------------------------------- */ 
.CopyRightText
{
	font-size: 0.80em;
	color: black;
	font-weight:  normal;
	font-style: normal;
	font-family: verdana, hevetica;
	font-variant: normal;
	text-decoration: none;
}
.CopyRightText:link
{
	color: black;
	font-size: 0.80em;
	text-decoration: none; /*float: right;*/
}
.CopyRightText:active
{
	font-size: 0.80em;
	color: black;
	text-decoration: none; /*float: right;*/
}
.CopyRightText:visited
{
	font-size: 0.80em;
	color: black;
	text-decoration: none; /*float: right;*/
}
.CopyRightText:hover
{
	font-size: 0.80em;
	text-decoration: underline;
	color: yellow /*float: right;*/;
}
/* ---------------------------------------- */ 
/* ---------------------------------------- */ 
/* ---------------------------------------- */ 
/* ---------------------------------------- */ 
/* ---------------------------------------- */ 
/* -----------------------------------------**/
/* End font stuff							*/
/* -----------------------------------------**/
/*--------------------------------------*/
.SideBarTable
{
	width: 255px;
	background-color : #FDEDD8;
	border: solid 1px gainsboro;
	
}
/*--------------------------------------*/
.ContactEditCtls 
{
	background-color:#C0CFFF;
	width: 300px;
	/*float:right;*/
}
/*--------------------------------------*/
.SideTableStyle
{
	padding : 0 0 0 0;	
}
/*--------------------------------------*/
.MenuCol 
{
	width:225px;
	vertical-align:top;
	padding :0 0 0 0;	
	background-color:#FDEDD8;
	/*background-image: url(.\\images\\MenuCol.gif);
	background-repeat: repeat;	*/
	border-right: solid 1px #FFCC77;
}
/*--------------------------------------*/
.LabelCol 
{	
	width:180px;
	text-align:right;
}
/*--------------------------------------*/
.ParagraphBlock 
{
	text-align:justify;
	padding: 0 15px 0 15px;
}
/*--------------------------------------*/
.ContentBlock 
{
	vertical-align:top;
	padding :0 0 0 0;
	background-image: url(.\\ContentCol.gif);
	background-repeat: repeat;	
	width:520px;
	vertical-align:top;
	
}
/*--------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/* ------------------------------------------*/
/* Image styles								 */
/* ------------------------------------------*/

/* ------------------------------------------*/
/* Line styles */
/* ------------------------------------------*/
.SeparatorLineStyle
{	
	width:100%;
	height:5px;
	color: #387676;
	background-color: #387676;
	border-top:	  solid 2px #EAD2D2;
	/*border-bottom: solid 1px #EAD2D2;*/
	/*border-left:solid 1px #E6ECFF;
	border-right:solid 1px #737680;*/
	
}
/* -------------------------------------------- */
.Gradient5{
	background-image:url(.\\images\\PlainGradient.gif);	
	background-repeat: repeat;
	border : solid 1px black;
	padding : 0 0 0 8px;
	/*margin-left:15px;*/
}
/* -------------------------------------------- */
.Gradient7
{
	/*background-image:url(.\\images\\Gradients\\Gradient7.jpg);	background-repeat: repeat;*/
	background-color : #B0E0E6;
	border-bottom: solid 2px #387676;
	border-top : solid 2px #387676;
}
/* ---------------------------------------- */
/* List types								*/
/* ---------------------------------------- */
ul.Check
{
	list-style-position: outside;
	list-style-type: none;
}

li.RedCheck
{
	color: #0066B2;
	background-image: url(.\\images\\chkmark8.gif);
	background-repeat: no-repeat;
	background-position: -1 .4em;
	padding-left: 1.6em;
}
li.BlueCheck
{
	color: #0066B2;
	background-image: url(.\\images\\chkmark3.gif);
	background-repeat: no-repeat;
	background-position: -1 .4em;
	padding-left: 1.6em;
}
li.GreenCheck
{
	color: #0066B2;
	background-image: url(.\\images\\chkmark4.gif);
	background-repeat: no-repeat;
	background-position: -1 .4em;
	padding-left: 1.6em;
}


li.RedPin
{
	color: #0066B2;
	background-image: url(.\\images\\pushpin7sml.gif);
	background-repeat: no-repeat;
	background-position: -1 .4em;
	padding-left: 1.6em;
}
li.YellowPin
{
	color: #0066B2;
	background-image: url(.\\images\\pushpin8.gif);
	background-repeat: no-repeat;
	background-position: -1 .4em;
	padding-left: 1.6em;
}
	
li.BluePin
{
	color: #0066B2;
	background-image: url(.\\images\\pushpin1.gif);
	background-repeat: no-repeat;
	background-position: -1 .4em;
	padding-left: 1.6em;
}
li.ArrowLink
{
	/*color: #0066B2;*/
	background-image: url(.\\images\\RtArrowTinyBlue.gif);
	background-repeat: no-repeat;
	background-position: -1 .4em;
	padding-left: 1.6em;
}
li.Hazard
{
	/*color: #0066B2;*/
	background-image: url(.\\images\\haz.gif);
	background-repeat: no-repeat;
	background-position: -1 .4em;
	padding-left: 1.6em;
}
li.CritError
{
	/*color: #0066B2;*/
	background-image: url(.\\images\\CriticalError.bmp);
	background-repeat: no-repeat;
	background-position: -1 .4em;
	padding-left: 1.6em;
}
li.CheckBox
{
	/*color: #0066B2;*/
	background-image: url(.\\images\\checkbox.bmp);
	background-repeat: no-repeat;
	background-position: -1 .4em;
	padding-left: 1.6em;
}

li.RedFlag
{
	/*color: #0066B2;*/
	background-image: url(.\\images\\RedFlag.png);
	background-repeat: no-repeat;
	background-position: -1 .4em;
	padding-left: 1.6em;
}

li.GreenFlag
{
	/*color: #0066B2;*/
	background-image: url(.\\images\\GreenFlag.png);
	background-repeat: no-repeat;
	background-position: -1 .4em;
	padding-left: 1.6em;
}

li.BlueFlag
{
	/*color: #0066B2;*/
	background-image: url(.\\images\\BlueFlag.png);
	background-repeat: no-repeat;
	background-position: -1 .4em;
	padding-left: 1.6em;
}

li.YellowDiamond
{
	/*color: #0066B2;*/
	background-image: url(.\\images\\diamond9.gif);
	background-repeat: no-repeat;
	background-position: -1 .4em;
	padding-left: 1.6em;
}
li.BlackDiamond
{
	/*color: #0066B2;*/
	background-image: url(.\\images\\diamond2.gif);
	background-repeat: no-repeat;
	background-position: -1 .4em;
	padding-left: 1.6em;
}
li.BlueDiamond
{
	/*color: #0066B2;*/
	background-image: url(.\\images\\diamond3.gif);
	background-repeat: no-repeat;
	background-position: -1 .4em;
	padding-left: 1.6em;
}
li.RedDiamond
{
	/*color: #0066B2;*/
	background-image: url(.\\images\\diamond5.gif);
	background-repeat: no-repeat;
	background-position: -1 .4em;
	padding-left: 1.6em;
}


/* ---------------------------------------- */
/* End List types							*/
/* ---------------------------------------- */
/* Title Blocks start
/* ---------------------------------------- */
.HeadBlk1 
{
	font-size: 1.0em;
	background-color:  #FDEDD8;
	/*background-image: url(.\\images\\HeadBar1.jpg);*/
	/*background-repeat: no-repeat;*/
	padding: 4px 4px 4px 4px;
	text-align:left;
	color:black;
	vertical-align:middle;
	font-weight:  bold;
	width:500px;
		  
	
	border-bottom: solid 2px #387676;	
	
}
/* ---------------------------------------- */
.TitleBlk1 
{
	font-size: 1.0em;
	background-color:  #568484;
	/*background-image: url(.\\images\\TitleBar1.jpg); 
	background-repeat: no-repeat;*/
	padding: 4px 0px 6px 4px;
	text-align:left;
	color:white;
	font-weight:bold;
	/*border: outset 2px white;*/
	border-top : solid 1px #B0E0E6;
	border-bottom : solid 1px #B0E0E6;
	
}
/* ---------------------------------------- */
.TitleBlk2 
{
	font-size: 1.0em;
	/*background-color:  #80C9FF;*/
	background-image: url(.\\images\\UnitTopGradient.gif); 
	background-repeat: repeat;
	padding: 4px 8px 6px 4px;
	text-align:left;
	color:black;
	border: outset 2px white;
	
}
/* ---------------------------------------- */
/* end title blocks							*/
/* ---------------------------------------- */
/* Styles for listing pages
/* ---------------------------------------- */
.ContentTopGradient{
	background-image:url(.\\images\\UnitTopGradient.gif);
	color:#132868;
	text-align:left;
	font-size: 1.1em;
	font-family: verdana, hevetica;
	font-weight:normal;
	padding : 10px 0px 10px 15px;
	margin-bottom:4px;
	/*border-bottom: solid 2px black;*/
	border-top:solid 1px #538CC6;
}
/*--------------------------------------*/
.ListingLeftCol
{
	font-size: .80em;
	color: black;
	background-color:#7484AD;
	border-right: solid 1px black;
	border-bottom:solid 1px #CCCCCC;
	width:100px;
	
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-family: verdana, hevetica;
	font-variant: normal;
	text-decoration: none;
	padding:  8px 5px 5px 5px;
}
.ListingLeftCol a:active
{
	font-weight: normal;
	font-size: 1.0em;
	color: Navy;
	font-family: verdana, hevetica;
	text-decoration: underline;
}
.ListingLeftCol a:link
{
	font-weight: normal;
	font-size: 1.0em;
	color: Navy;
	font-family: verdana, hevetica;
	text-decoration: underline;
}
.ListingLeftCol a:visited
{
	font-weight: normal;
	font-size: 1.0em;
	color: navy;
	font-family: verdana, hevetica;
	text-decoration: underline;
}
.ListingLeftCol a:hover /* Put after visited or doesnt work for visited */
{
	font-size: 1.0em;
	color:  White;
	text-decoration: underline;
}
/* ---------------------------------------- */ 
.ListingRightCol
{
	font-size: .80em;
	color: black;
	background-color:#2087AC;
	/*border-right: solid 1px black;*/
	border-bottom:solid 1px #CCCCCC;
	/*width:150px;*/
	
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-family: verdana, hevetica;
	font-variant: normal;
	text-decoration: none;
	padding:  8px 5px 5px 5px;
}
.ListingRightCol a:active
{
	font-weight: normal;
	font-size: 1.0em;
	color: Navy;
	font-family: verdana, hevetica;
	text-decoration: underline;
}
.ListingRightCol a:link
{
	font-weight: normal;
	font-size: 1.0em;
	color: Navy;
	font-family: verdana, hevetica;
	text-decoration: underline;
}
.ListingRightCol a:visited
{
	font-weight: normal;
	font-size: 1.0em;
	color: navy;
	font-family: verdana, hevetica;
	text-decoration: underline;
}
.ListingRightCol a:hover /* Put after visited or doesnt work for visited */
{
	font-size: 1.0em;
	color:  White;
	text-decoration: underline;
}
/* ---------------------------------------- */ 
.ImageWithRightBorder{
	padding :  0px 10px 0px 0px;
}
/* ------------------------------------------- */
.ImageWithLeftBorder{
	padding :  0px 2px 0px 10px;
}
/* ------------------------------------------- */
.TableCellLeft 
{
	padding-left:0;	
}
/* ------------------------------------------- */
.TableCellRight
{
	padding-left:150px;	
}
/* ------------------------------------------- */
.TableCellMiddle
{
	padding-left:150px;	
}
/* ------------------------------------------- */
.ImageViewer{
	 border:solid 0px #7D91B6;	 
}
/* ------------------------------------------- */
.DetailBlock
{
	padding: 0px 10px 0px 10px;
}
/* ------------------------------------------- */

