/* hidden div */

.link_to_nav {
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
z-index: 5;
}

/*title*/

.title {
position: absolute;
left: 0px;
top: 0px;
width: 1000px;
height: 133px;
background-image:url(qa_topbg3.gif);
background-repeat: no-repeat;
z-index: 10;
background-color:#91AEDA;
}

.background_nav {
position: absolute;
top: 133px;
left: 0px;
width: 1000px;
height: 56px;
background-color:#91AEDA;
z-index: 0;
}

/* horizontal navigation */

.hor_nav {
position: absolute;
margin-left: 0px;
padding-left: 0px;
top: 133px;
width: 1000px;
z-index: 5;
height: 56px;
left: 25%;
background-color:#91AEDA;
}

.hor_nav ul {
margin: 0;
padding: 0;
}

.hor_nav ul li {
padding: 0;
margin: 0;
display: inline;
list-style-type: none;
}

.hor_nav li a {
font-family:Arial, Helvetica, sans-serif;
font-size: .9em;
font-weight: bold;
color: #ffffff;
text-decoration: none;
padding: 20px 25px 20px 20px;
border-right: 2px #ffffff solid;
float: left;
}

.hor_nav li a:hover {
color: #ffffff;
background-color:#bd2e13;
}

.padding_left_hor {
padding-left: 18px;
}

/* left navigation */

.rule_above {
border-top: 2px solid #FFFFFF;
}

.left_links {
position: absolute;
top: 133px;
left: 0px;
width: 25%;
height: 4000px;
font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
color:#FFFFFF;
background-color:#91AEDA;
z-index: 20;
}

.left_links a {
font-weight: bold;
color:#FFFFFF;
text-decoration: none;
text-align: left;
padding: 20px 53px 20px 45px;
border-bottom: 2px solid #FFFFFF;
display: block;
}

.border-right {
border-right: 2px solid #FFFFFF;
}

.left_links a:hover {
background-color:#bd2e13;
}

.bold {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
margin-left: 45px;
}

.padding_left_title {
padding-left: 45px;
}

.left_links ul {
text-indent: 0;
padding-left: 0;
margin-left: 0;
border-bottom: 0px;
list-style-type: none;
}

.left_links li {
background-image: url(white_arrow.jpg);
background-repeat: no-repeat;
background-position: 1.5em .38em;
border-bottom: 0px;
}

.left_links li a {
font-weight: normal;
color:#FFFFFF;
text-decoration: none;
padding-top: 3px;
padding-bottom: 3px;
border-bottom: 0px;
}

.left_links li a:hover {
text-decoration: underline;
background-color: #91AEDA;
background-image: url(white_arrow.jpg);
background-repeat: no-repeat;
background-position: 1.5em .38em;
}

/*content*/

.content {
position: absolute;
margin-left: 5px;
top: 200px;
left: 26%;
width: 70%;
height: 1000px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.115em;
color:#000000;
line-height: 1.5em;
z-index: 10;
}

.title_bold {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
color: #000000;
}

h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
color: #000000;
padding-left: 25px;
}

ul.arrow {
list-style-type: none;
text-indent: 0;
padding-left: 0;
margin-left: 0;
}

li.arrow {
padding-left: 25px;
background-image:url(black_arrow.gif);
background-repeat: no-repeat;
background-position: .25em .35em;
}

ul.one {
	list-style-type: none;
	text-indent: 0;
	padding-left: 0;
	margin-left: 0;
}

li.one {
	padding-left: 25px;
	background: url(one.jpg);
	background-repeat: no-repeat;
	background-position: 0 0.325em;
}

ul.two {
	list-style-type: none;
	text-indent: 0;
	padding-left: 0;
	margin-left: 0;
}

li.two {
	padding-left: 25px;
	background: url(two.jpg);
	background-repeat: no-repeat;
	background-position: 0 0.325em;
}

ul.three {
	list-style-type: none;
	text-indent: 0;
	padding-left: 0;
	margin-left: 0;
}

li.three {
	padding-left: 25px;
	background: url(three.jpg);
	background-repeat: no-repeat;
	background-position: 0 0.325em;
}

ul.reminder {
list-style-type: none;
text-indent: 0;
padding-left: 0;
margin-left: 0;
}

li.reminder {
padding-left: 25px;
background-image:url(reminder.gif);
background-repeat: no-repeat;
background-position: .2em .2em;
}

.content a {
text-decoration: none;
}

.content a:hover {
text-decoration: underline;
}

.content a:visited {
color:#663366;
}

.padding-left {
padding-left: 25px;
}

.normal {
font-weight: normal;
}

.padding-left_bold {
padding-left: 25px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
color: #000000;
line-height: .05px;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1em;
color: #000000;
padding-left: 25px;
line-height: .05px;
}

.red_links {
color: #BD2E13;
}

.italic {
font-style: italic;
}

.padding-quote {
padding-left: 19px;
}


abbr, acronym {
border-bottom: 1px dotted #91AEDA;
font-style: normal;
}