﻿/* --- Common Selectors --- */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	/* font-family: Arial, "Bitstream Vera Sans", sans-serif; */
	color: #171717;
	font-size: 76%;
}
h1, h2, h3, h4, h5, h6 {
	/* font-family: Georgia, "Bitstream Vera Serif", serif; */
	font-family: Georgia, "Times New Roman", Times, serif;                                                    
}
h1 {
	font-size: 2.0em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.4em;
	margin-bottom: 3px;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
	font-style: italic;
}
a {
	color: #00a8ec;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
}
a img, img {
	border: 0;
}
hr {
	display: block;
	clear: both;
	color: #919ba4;
	border: none;
	border-top: 1px dotted #919ba4;
	width: 100%;
	height: 0px;
	margin: 15px 0;
	padding: 0;
}
.lowercase {
	text-transform: lowercase;
}

/* --- Content Wrapper --- */

#idwrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

/* --- Background & Header Elements --- */

body.bgrd {
	background: #a5bbd3 url(Images/bg3.png) 0 0 repeat-x;
}
#idheader {
    clear: both;
	padding: 0;
	margin: 0;
	width: 980px;
}
#idheaderimage {
    padding: 0;
	margin: 0;
	width: 980px;
	height: 100px;
}

/* --- Top Navigation Elements --- */

#idnav {
    clear: both;
	width: 980px;
	height: 30px;
}
ul#idtopnav {
	float: right;
	list-style-type: none;
	margin: 0 10px 0 0;
}
ul#idtopnav li {
	float: left;
	width: auto;
	font-size: 75%; 
	padding: 0;
	margin: 0;
}
ul#idtopnav li.taboff a {
	color: #000;
	display: block;
	background: url(images/downtab.jpg) 0 0 no-repeat;
	width: 120px;
	height: 30px;
	line-height: 28px;
	text-align: center;
}
ul#idtopnav li.taboff a:hover {
	color: #fff;
	display: block;
	background: url(images/hovertab.jpg) 0 0 no-repeat;
	width: 120px;
	height: 30px;
	line-height: 28px;
	text-align: center;
}
ul#idtopnav li.tabon a {
	color: #000;
	display: block;
	background: url(images/uptab.jpg) 0 0 no-repeat;
	width: 120px;
	height: 30px;
	line-height: 28px;
	text-align: center;
}
ul#idtopnav li.firsttaboff a {
	color: #000;
	display: block;
	background: url(images/homedowntab.jpg) 0 0 no-repeat;
	width: 120px;
	height: 30px;
	line-height: 28px;
	text-align: center;
}
ul#idtopnav li.firsttaboff a:hover {
	color: #fff;
	display: block;
	background: url(images/hovertab.jpg) 0 0 no-repeat;
	width: 120px;
	height: 30px;
	line-height: 28px;
	text-align: center;
}
ul#idtopnav li.firsttabon a {
	color: #000;
	display: block;
	background: url(images/uptab.jpg) 0 0 no-repeat;
	width: 120px;
	height: 30px;
	line-height: 28px;
	text-align: center;
}
ul#idtopnav li.login a {
	color: #000;
	display: block;
	background: url(images/logdowntab.jpg) 0 0 no-repeat;
	width: 120px;
	height: 30px;
	line-height: 28px;
	text-align: center;
}

/* --- Sub - navigation Elements --- */

#idsub {
    clear: both;
	width: 980px;
	height: 32px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
ul#idsubnav {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 10px
}
ul#idsubnav li {
	float: left;
	width: auto;
	font-size: 75%; 
	padding: 0 18px;
	margin: 0;
	border-right: 1px #ccc solid;
}
ul#idsubnav li.a {
    padding: 10px;
	color: #000;
	display: block;
	width: 120px;
	height: 30px;
	line-height: 28px;
	text-align: center;
}

/* ---  Page Title --- */

#idtitle {
    clear: both;
	width: 980px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#idtitle h2 {
	padding: 24px 0 6px 24px;
	font-size: 160%;
	color: #ff6600;
}

/* --- Bread Crumbs --- */

#idbreadcrumbs {
    width: 980px;
}
#idbreadcrumbs .sitemappath {
    border-top: 1px #ccc solid;
    width: 980px;
    background-color: #eee;
}
#idbreadcrumbs .pathseperator {
    display: inline;
    background: url(images/cookiepipe.gif) 0 2px no-repeat;
    height: 9px;
}
.rootnodestyle {
    margin: 0;
    padding: 8px 12px 8px 12px;
}
.nodestyle {
    margin: 0;
    padding: 8px 12px 8px 12px;
    line-height: 2.5em;
}
.currentnodestyle {
    margin: 0;
    padding: 8px 12px 8px 12px;
}

/* --- Content Elements --- */

#idprimarycontent {
	width: 980px;
    background-color: #fff;
	height: 1%;
    font-size: 85%;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
}
#idprimarycontent img {
    margin: 0;
    padding: 0;
}
#idprimarycontent p {
    margin: 0;
    padding: 12px 0 0 0;
}
#idprimarycontent li p {
    margin: 0;
    padding: 0;
}
#idprimarycontent ul {
    padding: 12px 0 0 0;
    list-style: none;
}
#idprimarycontent ol {
    padding: 12px 0 0 0;
}
#idprimarycontent ol li {
    margin: 0 5px 0 36px;
}
#idprimarycontent ul li {
    line-height: 1.5em;
    background: url(Images/listbullet.gif) no-repeat 0 7px;
    padding: 0 25px 0 12px;
    margin: 0 5px 0 24px;
}
#idprimarycontent strong {
    font-weight: bold;
    font-size: 105%;
}
#idsecondarycontent {
    float: right;
    width: 680px;
    font-size: 12px;
    line-height: 1.4em;
    padding: 20px 10px 10px 10px;
    overflow: hidden;
    background-color: Green;
}
#idsecondarycontent img {
    max-width: 98%;
}
#idsecondarycontent ul {
    list-style: none;
}
#idsecondarycontent ul li {
    line-height: 1.5em;
    background: url(Images/listbullet.gif) no-repeat 0 7px;
    padding: 0 0 0 12px;
    margin: 0 0 0 24px;
}
.contenttext {
    margin: 0;
    padding: 12px 24px 24px 24px; 
    line-height: 1.4em; 
    font-size: 12px; 
}
.contenttext hr {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px #ccc solid;
}

/* --- News Area --- */

#idnewsviewer {
	padding: 0;
	margin: 0;
	background: url(images/newsboxbg.gif) #fff 0 0 no-repeat;
	width: 300px;
	height: 330px;
}
#idnewsviewer.newsgrid {   
    border-collapse:collapse;
	padding: 0;
	margin: 0;
}
#idnewsheader {
	background: url(images/newsheader.jpg) #fff 0 0 no-repeat;
	padding: 0;
	margin: 0;
	width: 300px;
	height: 42px;
}
table#idnewsitem {
	border-collapse:collapse;
	padding: 0;
	margin: 0;
}
table#idnewsitem td div {
	padding: 2px 14px 4px 6px;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0033CC;
	overflow: hidden;
	height: 42px;
}
table#idnewsitem td a {
	background: url(images/newsrow.jpg) #fff 0 0 no-repeat;
	display:block;
	width: 300px;
	height: 48px;
	text-decoration:none;
}
table#idnewsitem td a:hover {
	background: url(images/newsrowhover.jpg) #eee 0 0 no-repeat;
	display:block;
	width: 300px;
	height: 48px;
	text-decoration:none;
}
#idnewsfooter {
	padding: 0;
	margin: 0;
	width: 300px;
	height: 48px;
}
#idnewsfooter .readmore {
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	text-indent: 6px;
	line-height: 1.8em;
	font-size: 10px;
	color: #0033CC;
}
#idnewsfooter a {
	background: url(images/newsrow.jpg) #fff 0 0 no-repeat;
	margin: 0;
	display:block;
	width: 300px;
	height: 48px;
	text-decoration:none;
	cursor: pointer;
}
#idnewsfooter a:hover {
    background: url(images/newsrowhover.jpg) #eee 0 0 no-repeat;
    display: block;
    width: 300px;
    height: 48px;
    text-decoration: none;
    cursor: pointer;
}
#idnewslist {
    margin: 0;
    padding: 12px 24px 4px 24px; 
    line-height: 1.4em;  
}
#idnewslist .newsheader {
    margin : 0;
    padding: 0;
    font-size: 120%;
    font-weight: bold;
}
#idnewsitem {
    margin: 0;
    padding: 12px 24px 12px 24px; 
    line-height: 1.4em;  
}

#idnewsitem p {
 font-size: 12px; 
}

#idnewsitem .itemheader {
    width: 510px;
    float: left;
	font-size: 1.4em;
	margin-bottom: 3px;
	font-weight: bold;
}
.newstext
{
    font-size: 12px;
}
.datetext {
	font-size: 96%;
	color: #919ba4;
}

/* -- Related Links -- */

#relateditems {
    float: right;
    width: 420px;
    height: auto;
    margin: 0 20px 0 0;
    padding: 0;
    clear: right;
}

#relateditems .linkshead {
    margin: 0;
    width: 200px;
    background: #edf2fb url(images/relatedbgtop.gif) no-repeat 0 0;
}

#relateditems .linksbody {
    margin: 0;
    width: 200px;
    background: #edf2fb url(images/relatedbgbtm.gif) 0px bottom no-repeat; 
}
#relateditems .documents {
    margin: 0 20px 0 0;
    width: 200px;
    float: left;
}
#relateditems .links {
    margin: 0;
    width: 200px;
    float: right;
}
#relateditems h4 {
    font-size: .95em;
    border-bottom: 1px #ccc dotted;
    width: 197px;
    text-indent: 4px;
    padding: 5px 0 1px 2px;
}
#relateditems .panel {
    margin: 0;
    padding: 6px 0 8px 24px;
    background: url(images/menubullet.gif) 9px 5px no-repeat;
}

/* --- Home Page Bottom Pad --- */

#bottompad {
    margin: 0;
    padding: 0;
    width: 980px;
    height: 300px;
    border-bottom: 1px solid #ccc;
}
#bottompad .left {
    width: 780px;
    float: left;
}
#bottompad .right {
    width: 200px;
    float: right;
}
#bottompad .question {
    width: 190px;
    height: 300px;
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    background: url(images/bottomleftbg.jpg) 0 0 repeat-y;
}
#bottompad .answer {
    width: 590px;
    height: 300px;
    float: right;
}
#bottompad .menu {
    width: 200px;
    height: 300px;
    display: block;
    background: url(images/bottomrightbg.jpg) 0 0 repeat-y;
}
#bottompad .menu h4 {
    padding-left: 22px;
    padding-top: 12px;
    font-weight: bold;
    font-size: 13px;
}
#bottompad .menu ul {
    margin-left: 2px;
    padding-top: 12px;
    list-style-position: outside;
}
#bottompad .menu ul li {
    font-weight: bold;
    font-size: 10px;
    list-style-position: outside;
    vertical-align: middle;
}
#Q1, #Q2, #Q3, #Q4, #Q5, #Q6
{
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
    display: block;
    height: 42px;
    width: 190px;
}
#Q1 p, #Q2 p, #Q3 p, #Q4 p , #Q5 p, #Q6 p
{
    padding: 10px 0 6px 18px;
}
#myLabel {
    margin: 0;
    padding: 0;
}
#myLabel img {
    display: block;
    float: left;
    padding-right: 8px;
    padding-left: 12px;
    padding-bottom: 2px;
    padding-top: 14px;
}
#myLabel p {
    margin: 0;
    font-size: 12px;
    color: #0077c0;
    line-height: 1.4em;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
    padding-top: 10px;
}

/* --- Footer Elements --- */

#idfooter {
	clear: both;
	background: #919ba4 url(images/footerbg.jpg) 0 -20px no-repeat;
	width: 960px;
	margin: 0 10px;
	color: #ffffff;
	padding: 30px 0 20px 0;
}
#idfooter a {
	color: #bfecfe;
}
#idfooter-inner {
	background: #919ba4 url(images/footerdiv.png) 0 0 repeat-y;
	width: 960px;
	height: 164px;
	line-height: 1.5;
}
#idfooter-about,
#idfooter-search {
	width: 240px;
	float: left;
	padding: 0 20px;
}
#idfooter-docs,
#idfooter-menu { 
	width: 150px;
	float: left;
	padding: 0 20px;
}
#idfooter-inner h2 {
	font-size: 1.4em;
	margin-bottom: 3px;
	font-weight: normal;
}
#idfooter-inner ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#idfooter-inner ul li {
	margin-left: 0;
}
#idfooter-docs li a,
#idfooter-menu li a {
	padding-left: 14px;
}
#idfooter-about p 
{
    padding: 4px 0 10px 10px;
    line-height: 1.25em;
    font-size: .9em;   
}
#idfooter-about .copyright
{
    padding: 14px 0 8px 10px;
    line-height: 11px;
    font-size: 9px;   
}
#idfooter-search p 
{
    padding: 10px;
    line-height: 1.3em;
    font-size: .9em;   
}

/* --- Search Form --- */

#idsearch {
	padding: 0;
	margin: 0;
	width: 240px;
}
#idsearch input {
	display: block;
	float: left;
	width: auto;
	color: #687c93;
}
#idsearch .searchinput 
{
    display: block;
    float: left;
	margin: 4px 5px 0 0;
	padding: 0;
	height: 15px;
	width: 160px;
	font-size: 10px;
}
#idsearch .searchsubmit 
{
    display: block;
    float: left;
	margin: 4px 0 0 8px;
	width: 54px;
}
#idsearchlist {
    margin: 0;
    padding: 12px 24px 42px 24px; 
    line-height: 1.4em;  
}
#idsearchlist .searchstring {
    margin : 0;
    padding: 0 0 20px 0;
}
#idsearchlist .searchterm {
    color: #687c93;
}

#idsearchlist .searchheader {
    margin : 0;
    padding: 0;
    font-size: 120%;
    font-weight: bold;
}
#idsearchlist .searchlink {
    margin : 0;
    padding: 8px 0 0 0;
    font-size: 96%;
}

/* --- CMS Rows --- */

.divrow1 {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}
.divrow2 {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}
.divrow3 {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}
.divrow4 {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

/* --- Anchor Elements --- */

a:link, a:visited {
    color: #0077c0;
    text-decoration: none;
}
a:hover, a:active {
    color: #93b0ce;
    text-decoration: none;
}

/* --- Hacks --- */

.bulletlist li {
    text-indent: 40px;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
table {
    border-collapse: collapse;
}

/* Hide from IE5/Mac \*/

#html p {
    height: 1%;
    margin-left: 0;
}

/* End hide from IE5/Mac */

/* Hide from IE5/Mac \*/

#footer {
    height: 1%;
}

/* End hide from IE5/Mac */

/* Hide from IE5/Mac \*/

* html #idfooter {
    height: 1%;
}
/* End hide from IE5/Mac */