/* CSS Document */
body, div {
 margin:0;
 padding:0;
 color:#666666;
}
img {
 border:none;
}
body {
 font-family:Arial, Helvetica, sans-serif;
 font-size:0.75em;
 background-image:url(/Icons/background_img.jpg);
 background-repeat:no-repeat;
 background-color:#FFFFFF;
 height:0.1%;
}
.spacer {
 clear:both;
}
.reddot {
 color:#FF0000;
}
#container {
 width:760px;
}
/* START Header and top nav */
#header {
 background-color:#009EE0;
 padding:10px 0 2px 15px;
 color:#FFFFFF;
 font-weight:bold;
}
#header a:link, #header a:visited {
 color:#FFFFFF;
 text-decoration:none;
}
#header a:hover {
 color:#000000;
}
#header ul {
 margin:10px 0 0 0;
 padding:0;
 list-style:none;
}
#header li {
 display:inline;
 
}
#header .currentNavItem a:link, #header .currentNavItem a:visited {
 color:#000000;
}
/* FINISH Header and top nav */
/* START main body section */
#bodyContent {

}
#leftSubNav {
 float:left;
 width:148px;
}
#subNav {
 margin:10px 10px 20px 15px;
 font-weight:bold;
}
#subNav h1 {
 font-size:130%;
 color:#009EE0;
 margin:0;
 padding:0;
}
#subNav a:link, #subNav a:visited {
 color:#000000;
 text-decoration:none;
}
#subNav a:hover {
 color:#009EE0;
}
#subNav ul ul a:link, #subNav ul ul a:visited, #subNav .currentNavItem ul a:link, #subNav .currentNavItem ul a:visited {
 color:#9F9F9F;
 text-decoration:none;
}
#subNav ul ul a:hover {
 color:#009EE0;
}
#subNav .currentNavItem a:link, #subNav .currentNavItem a:visited {
 color:#009EE0;
}
#subNav ul {
 margin:0;
 padding:0;
 list-style:none;
 color:#000000;
}
#subNav ul li {
 margin-top:5px;
}
#subNav ul ul {
 margin-left:7px;
}
#subNav ul ul li {
 margin-top:5px;
}
#subNav li {
 margin:3px 0 3px 0;
 padding:0;
}
#leftMenuLogos {
 width:120px;
 margin-top:20px;
}
#leftMenuLogos img {
 margin-top:10px
}
#content-textOnly {
 float:left;
 width:612px;
}
#textContent {
 padding:10px;
}
#textContent p {
 margin:0 0 5px 0;
 padding:0;
}
#textContent h1, #textContent h2 {
 color:#009EE0;
 margin:0;
 padding:0;
}
#textContent h1 {
 font-size:130%;
}
#textContent h2 {
 font-size:110%;
}
#content-leftText {
 float:left;
 width:231px;
}
#content-rightImage {
 float:left;
 width:381px;
}
/* FINISH main body section */
/* START footer */
#footer {
 clear:both;
 margin-left:15px;
}
#footer-imgs {
 float:left;
 margin-right:10px;
}
#footer-imgs img {
 margin-right:10px;
}
#no-footer-imgs {
 float:left;
 width:148px;
}
#footer ul {
 float:left;
 margin:50px 0 0 0;
 padding:0;
 list-style:none;
}
#footer li {
 display:inline;
}
#footer a:link, #footer a:visited {
 color:#666666;
 text-decoration:none;
}
#footer a:hover {
 text-decoration:underline;
}
/* FINISH footer */

/* START Form */
#inputForm {
 width:500px;
}
#inputForm .row {
 clear:both;
 padding:5px 0 5px 0;
} 
#inputForm .label {
 float:left;
 width:150px;
}
#inputForm .field {
 float:left;
 width:350px;
}
#inputForm .textField_standard {
 width:200px;
}
#inputForm .textField_small {
 width:40px;
}
#inputForm .textField_med {
 width:88px;
}
#inputForm .textArea_standard {
 width:200px;
 height:100px;
}
/* FINISH Form */
