/* General Styles */
body { font-family: verdana, arial, sans-serif; margin: 0px; }
#frame { width: 750px; margin-right: auto; margin-left: auto; margin-top: 5px; padding: 0px; text-align: left; /*background-color: red;*/ }
span.em { font-weight: bold; }
span.italic { font-style: italic; }
.bodyDiv { position: relative;  height: 100%;}
span.boldStatement { font-weight: bold; text-align: center; }

/* Top Navigation Styles */
.topDiv { width: 100%; height: 56px; position: relative; /*background-color: yellow;*/ }
.topDivider { width: 750px; background-color: #033665; height: 8px; font-size: 0px; border-top: 2px white solid; border-bottom: 2px white solid; }
.img_qtLogo { padding: 5px; border: 0px; }
.topLinkDiv { position: absolute; /*left: 285px;*/ top: 35px; right: 0px; }
.topLinkDiv a { text-decoration: none; font-weight: bold; font-size: .85em; }
.topLinkDiv a:link { color: #222222; }
.topLinkDiv a:visited { color: #222222; }
.topLinkDiv a:hover { color: #2E6EA1; }
.topLinkDiv a:active { color: #222222; }

/* Side Navigation Styles */
.sideNavDiv { float: left; background-color: #C4C4BD; position: absolute; width: 150px; height: 500px; }
.sideNavHeader { font-size: 1.2em; color: #6D6D69; display: block; text-align: center; }
.sideNavDiv a { display: block; padding: 0.25em 0.5em 0.25em 0.75em; border-left: 5px solid #E4E4DC; border-top: 2px solid #E4E4DC; 
				border-bottom: 2px solid #E4E4DC; text-decoration: none; font-size: .7em; }
.sideNavDiv a:link { background-color: #E4E4DC; color: #000000; }
.sideNavDiv a:visited { background-color: #E4E4DC; color: #000000; }
.sideNavDiv a:hover { background-color: #FFFFFF; color: #2E6EA1; }
.sideNavDiv a:active { background-color: #E4E4DC; color: #000000; }
#selectedNav { background-color: #FFFFFF; color: #2E6EA1; }

/* Main Content Styles */
.interiorTop { position: relative; top: 0px; left: 150px; width: 600px; /*background-color: green;*/ }
.interiorSectionMainPicture { float: left; border-right: solid 2px white; border-left: solid 2px white; }
.interiorTopText { background-color: #3A6389; height: 48px; color: #FFFFFF; position: absolute; left: 261px; width: 334px; 
				   border-left: 5px solid #3A6389; border-top: 5px solid #3A6389; line-height: .9em; }
span.interiorTopTitleText { font-size: 1.0em;}
span.interiorTopSubtext { font-size: .65em; }
.interiorDivider { position: absolute; top: 53px; left: 150px; width: 598px; background-color: #033665; height: 8px; font-size: 0px; 
				   border-top: 2px solid white; border-left: 2px solid white; }

.interiorMain { position: absolute; top: 75px; left: 150px; width: 580px; padding-bottom: 20px; margin: 10px; /*background-color: purple;*/ }
.interiorMain span.title { font-size: 1.0em; font-weight: bold; }
.interiorMain p { font-size: 0.8em; }
.interiorMain ul { font-size: 0.8em; }
.interiorMain ul ul.innerList { font-size: 1.0em; }
.interiorMain li { font-family: Verdana, Arial, sans-serif; font-weight: normal; /*font-size: 0.8em;*/ vertical-align: top; padding-bottom: 5px; }

.interiorMain a {color: #222222;}
.interiorMain a:link {color: #222222;}
.interiorMain a:visited {color: #222222;}
.interiorMain a:hover {color: #2E6EA1;}
.interiorMain a:active {color: #222222;}

/* Bread Crumbs */
.breadCrumbs { color: #AAAAAA; position: absolute; top: 65px; left: 150px; width: 580px; margin-left: 10px; margin-right: 10px; font-size: .7em; /*background-color: orange;*/ }
.breadCrumbs a { color: #AAAAAA; text-decoration: none; }
.breadCrumbs a:link { color: #AAAAAA; }
.breadCrumbs a:visited { color: #AAAAAA; }
.breadCrumbs a:hover { color: #2E6EA1; }
.breadCrumbs a:active { color: #AAAAAA; }

/* Footer Styles */
#footerSpacer { padding-top: 50px;  }
#legalDiv { font-size: xx-small; color: #8A96A1; display: block; background-color: #FFFFFF; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; width: 100%; text-align: center; }
#legalDiv a { color: #8A96A1; text-decoration: none; }
#legalDiv a:link { color: #8A96A1; }
#legalDiv a:visited { color: #8A96A1; }
#legalDiv a:hover { color: #8A96A1; text-decoration: underline; }
#legalDiv a:active { color: #8A96A1; }

/* sitemap.jsp */
.siteMapHeader { font-family: Verdana, Arial, sans-serif; font-size: 0.85em; text-decoration: none; font-weight: bold; }
img.siteMapIndenters { vertical-align: bottom; }
a.siteMapLink { font-family: Verdana, Arial, sans-serif; font-size: 0.7em; text-decoration: none; }
a.siteMapLink:link { color: #444488 }
a.siteMapLink:visited { color: #444488; }
a.siteMapLink:hover { color: #FFA500; }
a.siteMapLink:active { color: #FFA500; }

/* contact_survey.jsp */
.answerItem { position: absolute; left: 100px; }
.required { position: absolute; left: 90px; color: #FF0000; }
.requiredExample { color: #FF0000; }
