/* EnSoft Website CSS */

/* -- Global Styles ----------------------------------------------------- */

img {
	border:0;
	margin:0;
}

html {
	height: 100%;
		margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(images/GrayDivision.png);
	background-repeat: repeat-y;
}

/* -- Header Styles ----------------------------------------------------- */

#Header {
	width: 754px;
	position:absolute;
	top:0;
	left:0;
	
	font: 13px 'Lucida Grande', 'Lucida Sans', Tahoma, Geneva, Verdana, Arial, sans-serif;
}

/* -- TopBar ------ */

#TopBarLogo {
	position:absolute;
	top:9px;
	left:6px;
}
#TopBarLogo {
	width:123;
	height:38;
}
#TopBarLogo a:hover { 
	background-color: transparent;
}

#TopBarLinks {
	position:absolute;
	/*top:6px; left:539px; height:43px width:199px;*/
	top: 6px;
	right: 6px;
	height: 43px;
	width:300px;
	color:white;
	font: bold 9.5px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	text-align:right;
}

#TopBarLinks a:link {
        color: #ffffff;
        text-decoration: none
        }
#TopBarLinks a:visited {
        color: #ffffff;
        text-decoration: none
        }
#TopBarLinks a:hover {
        color: #ffffff;
        background-color: transparent;
        /*background-color: #263F73;*/
        text-decoration: none
        }
#TopBarLinks a:active {
        color: #ffffff;
        text-decoration: none
        }

/* -- Language Chooser ---- */

#LanguageChooser {
	position:absolute;
	/*top:6px; left:539px; height:43px width:199px;*/
	top: 59px;
	right: 4px;
	height: 22px;
	color: black;
	font: 11px 'Lucida Grande', 'Lucida Sans', Tahoma, Geneva, Verdana, Arial, sans-serif;
	text-align:right;
}

a.disabledLink:link, a.disabledLink:visited, a.disabledLink:active {
	color:#bbbbbb;
	text-decoration: underline
}
a.disabledLink:hover {
	color:#bbbbbb;
	background-color: #ffffff;
	/*background-color: #D1EDBE;*/
	text-decoration:underline
}

#HomePageLanguageChooser {
	position:absolute;
	/*top:6px; left:539px; height:43px width:199px;*/
	top: 259px;
	right: 24px;
	height: 22px;
	color: white;
	font: 11px 'Lucida Grande', 'Lucida Sans', Tahoma, Geneva, Verdana, Arial, sans-serif;
	text-align:right;
}

#HomePageLanguageChooser a:link {
        color: #ffffff;
        text-decoration: none
        }
#HomePageLanguageChooser a:visited {
        color: #ffffff;
        text-decoration: none
        }
#HomePageLanguageChooser a:hover {
        color: #ffffff;
        background-color: transparent;
        /*background-color: #263F73;*/
        text-decoration: none
        }
#HomePageLanguageChooser a:active {
        color: #ffffff;
        text-decoration: none
        }
		
/* -- SectionNav ---- */

#SectionNav {
	border-top: 2px solid #52803B;
	border-bottom: 2px solid #52803B;
	height: 22px;
	margin: 0px;
	padding: 0px;
	background-color: white;
}

#SectionNav ul{
	margin: 0;
	padding: 0px;
}

#SectionNav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#SectionNav a:link, #SectionNav a:visited, #SectionNav a:active, #SectionNav a.selected {
	margin: 0 15px 0 0;
	padding: 0px 10px 2px 10px;
	color: #52803B;
	font-weight: bold;
	text-decoration: none;
}

#SectionNav a:hover {
	margin: 0 15px 0 0;
	padding: 0px 10px 2px 10px;
	color: #52803B;
	font-weight: bold;
	background-color:#D1EDBE;
	text-decoration: none;
}

/* -- PageNav ---- */

#PageNav {
	border-bottom: 10px solid white;
}

#PageNav ul {
	border-top: 1px solid white;
	background-color:#003399;
	height: 21px;
	margin: 0 0 0 0;
	padding: 0px;
}

#PageNav ul {
	border-top: 1px solid #85b471;
	background-color:#003399;
	height: 21px;
	margin: 0 0 0 0;
	padding: 0px;
}

#PageNav li, #PageNav li:hover {
	margin: 0 0 0 0 ;
	padding: 0 0 0 0 ;
	display: inline;
	list-style: none;
}

#PageNav a:link, #PageNav a:visited, #PageNav a:active {
	/*border-left: 1px solid white;*/
	background-color: transparent;
	margin: 0 0 0 0;
	padding: 0px 7px 1px 7px;
	color:white;
	font-weight: bold;
	text-decoration: none;
	position:relative;
	bottom: -1px;
}
#PageNav a:hover, #PageNav a.selected {
	/*background-color:#3b3b3b;*/
	background-color: transparent;
	margin: 0px 0 0 0;
	padding: 0px 7px 1px 7px;
	color:white;
	font-weight: bold;
	text-decoration: none;
	position:relative;
	bottom: -1px;
	/*border-top: 2 solid #CEDBE4;*/
	border-bottom: 3 solid #CEDBE4;
	/*border: 1 solid #7CC55C;*/
}

/* -- HeaderEnd ---- */

#HeaderEnd {
	position: absolute;
	top: 258px;
	left: 1000;
	width: 754px;
	/*border-bottom: 1px solid #FFFF00;*/
	height:10px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: white;
}

/* -- Content Styles ---------------------------------------------------- */

#ContentHeader {
	position: absolute;
	left:19px;
	top: 279px;
	height:45px;
	width:321px;
	color:#999999;
	font: 20px Georgia, "Times New Roman", Times, serif;
}

#ContentHeader h1{
	color:#999999;
	font: 20px Georgia, "Times New Roman", Times, serif;
}

#Content h3{
	/*font: bold 12px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;*/
}

#Content {
	width: 376px;
	position:absolute;
	top:334px;
	left:19px;
	
	font: 12px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	line-height: 141%;
}

#Content table, #Content td, #Content tr {
font: 12px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
border: 1 solid #DDDDDD;
line-height: 141%;
}

#noborder table, #noborder td, #noborder tr {
border: 0 solid transparent;
}

#Content h1 {
	/* Matches #ContentHeader */
	color:#999999;
	font: 20px Georgia, "Times New Roman", Times, serif; 
}

#Content h2 {font-size: 14px;}
#Content h3 {font-size: 12px; line-height: 141%;margin:0}
#Content h4 {font-size: 10px;}

#Content p {
	text-align: left;
	margin-top:0;
}

#Content td {
	vertical-align: top
}

/*a:link, a:visited, a:active {
	color: #263F73;
	text-decoration: none
}
a:hover {
	color: #263F73;
	background-color: #c8d7e3;
	text-decoration: none
}*/

a:link, a:visited, a:active {
	color:#2A4B7D;
	text-decoration: underline
}
a:hover {
	color:#2A4B7D;
	background-color: #CEDBE4;
	/*background-color: #D1EDBE;*/
	text-decoration:underline
}


/* -- Side Styles ------------------------------------------------------- */

#Side {
	position:absolute;
	width: 192px;
	top: 280px;
	left: 550px;
	
	font: 12px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	line-height: 141%;
}

#Side table, #Side tr, #Side td {
	font: 12px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	line-height: 141%;
}

/* -- Content Boxes ---- */

#ContentBoxTitle {
	width: 192px;
	/*height: 20px;*/
	font-weight: bold;
	color: #65A04C;
	padding: 3px 3px 3px 3px;
	margin:0;
	/*background-image:url(../images/box/Top.png);
	background-repeat:no-repeat;*/
}

#ContentBoxBody {
	width: 192px;
	color: black;
	padding: 3px 3px 3px 3px;
	margin:0;
	/*background-image:url(../images/box/Middle.png);
	background-repeat:repeat-y;*/
}

#ContentBoxBody ul {
	margin-top:0;
	margin-bottom:0;
}

#ContentBox p{
	text-align: left
}

#ContentBoxEnd {
	margin: 0 0 20px 0;
	padding: 0;
	width: 192px;
	height: 15px;
	border-bottom: 1px solid #e3e3e3;
	
	/*background-image:url(../images/box/Bottom.png);
	background-repeat:repeat-y;*/
}




/* -- Footer Styles ----------------------------------------------------- */

#Footnotes {
	margin-top: 22px;
	/*position:absolute;
	left:19px;
	bottom: 7px;
	width:376px;*/
	
	font: 11px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
}

#Footnotes ol {
	font-size: 11px;
}

#Footnotes hr {
	height: 1px;
	border-width: 1px 0 0 0;
	border-style:solid;
	border-color:#52803B;
}

/* -- Copyright Styles -------------------------------------------------- */

#Copyright {

	font: bold 11px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	text-align:center;
	margin-bottom:22;
	
}

/* -- Misc Styles ------------------------------------------------------- */

#nohover  a:hover { 
	background-color: transparent;
}

