/*--css for nido home page--*/

html {
height: 100%;
width: 100%;
margin: 0 0 0 0;
font-family: 'Trebuchet MS', sans-serif;
}
body {
background-color: #cff;
margin: 0 0 0 0;
}
h1 {
position: absolute;
color: #8dd4da;
background: transparent;
margin-top: -29px;
margin-left: -5px;
font-size: 230px;
letter-spacing: -20px;
font-weight: 600;
z-index: 10;
}
h2 {
position: absolute;
color: #d7ef65;
background: transparent;
font-size: 150px;
margin-top: 190px;
margin-left: 540px;
letter-spacing: -5px;
font-weight: normal;
}
h3 {
color: #296a70;
background: transparent;
font-size: 28px;
letter-spacing: -2px;
font-weight: normal;
}
h4 {
color: #cff;
background-color: #509ea5;
font-size: 24px;
letter-spacing: -1px;
font-weight: normal;
font-variant: small-caps;
margin-top: 5px;
margin-bottom: 5px;
padding: 2px;
}
h5 {
color: #509ea5;
background: transparent;
font-size: 18px;
letter-spacing: -1px;
font-weight: normal;
font-variant: small-caps;
margin-top: 1px;
margin-bottom: 3px;
}
p {
font-size: 12px;
color: #296a70;
background: transparent;
text-align: justify;
font-weight: normal;
}
.spacer {
clear: both;
}
.line {
background-color: #509ea5;
width: 100%;
height: 1px;
margin-top: 4px;
margin-bottom: 4px;
}
.stripey {
clear: both;
background: #fff url(../images/stripey.gif) repeat-x;
width: 95%;
height: 5px;
margin: 4px auto;
}

/*--outer div--*/
#outer {
margin: 0 auto;
width: 800px;
}

/*--header--*/
#header {
margin: 0 0 0 0;
padding: 0 0 0 0;
width: 800px;
height: 339px;
background: #fff url(../images/topbak.jpg) no-repeat;
}
#header p {
position: absolute;
color: #cff;
background: transparent;
font-size: 30px;
margin-top: 205px;
margin-left: 120px;
letter-spacing: normal;
font-weight: normal;
}
.definition {
position: absolute;
margin-top: 310px;
margin-left: 20px;
margin-right: 330px;
font-size: 10px;
color: #296a70;
font-style: italic;
}

/*--top nav--*/
#mainmenu {
position: absolute;
width: 500px;
margin-top: 239px;
margin-left: -20px;
height: 40px;
}
.topnav li {
display: inline;
}
.topnav li a, .topnav li a:visited {
float: left;
font-size: 13px;
text-align: center;
color: #fff;
padding: 4px 6px;
margin-top: 0;
margin-left: 1px;
margin-bottom: 0;
margin-right: 1px;
text-decoration: none;
background-color: #8dd4da;
}
.topnav li a:hover {
color: #d7ef65;
text-decoration: none;
background-color: #509ea5;
}

/*--sidebar 1 -for index page--*/
#sidebar {
font-size: 12px;
float: left;
width: 250px;
padding: 10px;
background-color: #e9f6a6;
margin-bottom: 10px;
margin-right: 10px;
}
#sidebar p {
color: #296a70;
margin: 0;
padding: 0;
text-align: left;
line-height: 13px;
}
#sidebar a, #sidebar a:visited {
color: #296a70;
text-decoration: none;
}
#sidebar a:hover {
color: #296a70;
text-decoration: underline;
}

/*--sidebar 2--for other pages--*/
#sidebar2 {
font-size: 12px;
float: left;
width: 220px;
padding: 10px;
background-color: #e9f6a6;
margin-right: 10px;
}
#sidebar2 p {
color: #296a70;
margin: 0;
padding: 0;
text-align: left;
line-height: 13px;
}
#sidebar2 a, #sidebar2 a:visited {
color: #509ea5;
text-decoration: none;
}
#sidebar2 a:hover {
color: #509ea5;
text-decoration: underline;
}

/*--main content--*/
#container {
width: 780px;
height: 100%;
margin: 0 0 0 0;
background-color: #fff;
padding: 10px;
}
#container a, #container a:visited {
color: #002430;
text-decoration: none;
font-weight: bold;
}
#container a:hover {
color: #002430;
text-decoration: underline;
font-weight: bold;
}

/*--container for sitemap--*/
#containermap {
width: 780px;
height: 100%;
margin: 0 0 0 0;
background-color: #fff;
padding: 10px;
}
#containermap a, #containermap a:visited {
color: #002430;
text-decoration: none;
font-weight: bold;
}
#containermap a:hover {
color: #333;
text-decoration: underline;
font-weight: bold;
}
#containermap p {
font-size: 14px;
font-weight: bold;
}
#containermap ul {
list-style-type: disc;
}


/*--text styles--*/
.bigtext {
font-size: 22px;
font-weight: bold;
font-family: 'Times New Roman', serif;
color: #296a70;
}
.important {
font-weight: bold;
color: #002430;
}
.signature {
color: #296a70;
font-size: 14px;
font-weight: bold;
font-style: italic;
margin-top: 2px;
}

/*--image and text boxes--*/
.left {
float: left;
width: 200px;
padding: 5px;
margin: 10px;
border: 1px solid #002430;
}
.left img {
margin: 2px auto;
border: 1px solid #002430;
}
.left p {
margin: 2px;
font-size: 10px;
color: #002430;
font-style: italic;
line-height: 11px;
}
.right {
float: right;
width: 200px;
padding: 5px;
margin: 10px;
border: 1px solid #002430;
}
.right img {
margin: 2px auto;
border: 1px solid #002430;
}
.right p {
margin: 2px;
font-size: 10px;
color: #002430;
font-style: italic;
line-height: 11px;
}
.limage {
float: left;
margin-right: 10px;
border: none;
}
.rimage {
float: right;
margin-left: 10px;
border: none;
}
.limage00 {
float: left;
margin-right: 10px;
border: none;
}
.rimage00 {
float: right;
margin-left: 10px;
border: none;
}
/*--quote floats--*/
.qr {
float: right;
width: 200px;
padding: 5px;
margin: 0 0 0 5px;
border: #296a70 solid 1px;
background: #fafdeb url(../images/qs.gif) no-repeat 5px 5px;
}
.qr p {
width: 190px;
padding: 5px;
color: #296a70;
margin: 0px;
font-weight: bold;
font-size: 14px;
text-align: center;
text-transform: lowercase;
background: transparent url(../images/qe.gif) no-repeat 180px 95%;
}
.ql {
float: left;
width: 200px;
padding: 5px;
margin: 0 5px 0 0;
border: #296a70 solid 1px;
background: #fafdeb url(../images/qs.gif) no-repeat 5px 5px;
}
.ql p {
width: 190px;
padding: 5px;
color: #296a70;
margin: 0px;
font-weight: bold;
font-size: 14px;
text-align: center;
text-transform: lowercase;
background: transparent url(../images/qe.gif) no-repeat 180px 95%;
}

/*--sponser area--*/
#bottom {
width: 100%;
margin-top: 10px;
}
#bottom img {
border: 1px solid #296a70;
margin-left: 10px;
margin-right: 10px;
}
#bottom p {
text-align: center;
font-size: 12px;
color: #509ea5;
margin-top: 0;
margin-bottom: 18px;
}
#bottom a, #bottom a:visited {
text-decoration: none;
color: #296a70;
}
#bottom a:hover {
text-decoration: underline;
color: #296a70;
}

/*--footer--*/
#footer {
width: 800px;
margin: 0 0 0 0;
padding-top: 12px;
padding-bottom: 12px;
background-color: #509ea5;
border-top: 5px solid #d7ef65;
}
#footer p {
font-size: 11px;
color: #fff;
background: transparent;
text-align: center;
}
#footer a, #footer a:visited {
color: #cff;
background: transparent;
text-decoration: none;
}
#footer a:hover {
color: #cff;
background: transparent;
text-decoration: underline;
}