/* 
  Reset first. Modified version of Eric Meyer and Paul Chaplin reset 
  from http://meyerweb.com/eric/tools/css/reset/ 
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
header, nav, section, article, aside, footer
{border: 0; margin: 0; outline: 0; padding: 0; background: transparent; vertical-align: baseline;}

body {background: #fff; color: #000; font: .75em/1.5em Arial, Helvetica, "Liberation Sans", "Bitstream Vera Sans", sans-serif;}
html>body {font-size: 12px;}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	/*font-family: Arial, sans-serif;
	font-size: 10pt;*/
	font-weight: normal;
	color: #000000;
}

/* tables */
table {
	background-repeat: no-repeat;
	border-width: 0;
}
table.bordered {
	border-color: #999999; /* Medium Gray */
	border-style: solid;
	border-width: 2px;
}
th	{
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	/*font-size: 10pt;*/
	font-weight: bold;
	color: #000000;
}
td {
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	/*font-size: 10pt;*/
	font-weight: normal;
	color: #000000;
}
td.maincell {
	margin: 0px;
	padding: 0px 10px;
	text-align: left;
	vertical-align: top;
}
td.sidebar-right {
	background-color: #eaf1f4;
	margin: 0px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

/* Headers */
h1, h2, h3	{
	font-family: Optima Medium, Lucida Sans, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #660000; /* Burgundy */
	padding: 0px;
}
h1 {
	font-size: 15pt;
	margin: 0px 0px 15px 0px;
}
h2 {
	font-size: 13pt;
	margin: 0px 0px 13px 0px;
}
h3 {
	font-size: 11pt;
	margin: 0px 0px 11px 0px;
}
h4 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
h1.special {
	font-family: Comic Sans MS, cursive;    /* Used for headlines such as Hot Topics */
	font-size: 15pt;
	font-style: italic;
	margin: 0px 0px 11px 0px;
	padding-top: -5px;
}
h2.special {
	font-family: Comic Sans MS, cursive;    /* Used for headlines such as Hot Topics */
	font-size: 14pt;
	font-style: italic;
	margin: 0px 0px 10px 0px;
	padding-top: -5px;
}
h3.special {
	font-family: Comic Sans MS, cursive;    /* Used for headlines such as Hot Topics */
	font-size: 12pt;
	font-style: italic;
	margin: 0px 0px 8px 0px;
	padding-top: -5px;
}
h4.special {
	font-style: italic;
}
h1.am2012, h2.am2012, h3.am2012, h4.am2012 {
	color:#8E58A4;
}
a.am2012, link.am2012, vlink.am2012, alink.am2012, A:hover.am2012, A:visited.am2012 {
	color:#8E58A4;
}

/* General Text */
p {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.footer {
	font-size: 9pt;
	text-align: center;
	margin: 0px 0px 9px 0px;
}
.indent-20	{
	margin-left: 20px;
}

/* Lists */
ol	{
	list-style-type: decimal;
	list-style-position: outside;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
ol.nested1 {
	list-style-type: upper-alpha;
	margin-bottom: 0px;
}
ol.nested2 {
	list-style-type: lower-roman;
	margin-bottom: 0px;
	margin-left: 25px;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
ul.nested1 {
	list-style-type: disc;
	margin-bottom: 0px;
}
ul.nested2 {
	list-style-type: circle;
	margin-bottom: 0px;
}
li	{
	margin: 0px;
}

dl {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}
dt {
	margin: 0px;
	padding: 0px;
}
dd {
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

/* Links */
a, link, vlink {
	color: #700000;  /* Burgundy */   /* applies to bottom courtesy links */
	text-decoration: underline;
}
alink {
	color: #666666;  /* Dark Gray */   /* applies to bottom courtesy links */
	text-decoration: underline;
}
a.courtesy-top, link.courtesy-top, vlink.courtesy-top, alink.courtesy-top, A:hover.courtesy-top {
	color: #FFFFFF;  /* White */
	text-decoration: none;
}
a.menu, link.menu, vlink.menu, alink.menu {
	color: #700000;  /* Burgundy */
	text-decoration: none;
}
a.promotional, link.promotional, vlink.promotional, alink.promotional {
	color: #700000;  /* Burgundy */
	font-weight: bold;
	text-decoration: none;
}
A:hover.promotional {
	text-decoration: underline;
}


/****** VA ADDING STYLES BELOW HERE! ***********/
img 
{
	border:none;
}

#mainBody 
{
	margin:auto;
	width: 950px;
}

#SqaFooter 
{
	position:relative;
	/**top: 20px;*/
	bottom: 10px;
	*padding-bottom: 20px;
	text-align: center;
	clear:both;
}

#headerImg 
{
	width: 100%;
	height: 80px;
}

#loginControl 
{
	height: 68px;
	float: right;
	position: relative;
	bottom: 80px;
	*bottom: 85px;
	color: #7A2427;
	text-align: right;
	font-weight: bold;
	margin-right: 15px;
	font-size: 11px;
}

.loginLink
{
	color: #7A2427;
}

.loginLink:hover
{
	color: #7A2427;
}

.VAPVLogin
{
	width: 140px;
	border: solid 1px #999;
	font-family:"Franklin Gothic Book","Eras Light ITC","Eras Medium ITC",Arial Narrow,Arial,Universal,sans-serif;
	font-size: 12px;
	margin-bottom: 2px;
}

#username,#password
{
	font-family:"Franklin Gothic Book","Eras Light ITC","Eras Medium ITC",Arial Narrow,Arial,Universal,sans-serif;
	font-size: 12px;
	margin-bottom: 2px;
}

#mainContent
{
	position:relative;
	bottom: 38px;
	*bottom: 47px;
	width: 100%;
	clear:both;
}

#sqaPvMain
{
	position: relative;
	left: 10px;
}

#courtesyNav
{
	width: 948px;
	text-align: right;
	background-color: #7A2427;
	height: 25px;
	color: #FFF;
	font-size: 9pt;
}

#courtesyNav a
{
	text-decoration: none;
}

#courtesyNavLinks
{
	padding-right: 10px;
	padding-top: 5px;
}

#courtesyNavLinks p
{
	color: #FFF;
	display: inline;
}

#courtesyNavLinks a
{
	color: #FFF;
	font-size: 9pt;
}

#centerLeftMain 
{
	float:left;
	width: 100%;
}

.body {width:97%;}

#rightSidebar 
{
	float:right;
	width: 180px;
	height: inherit;
	text-align:left;
}

#leftColAds 
{
	clear: both;
	background-color: #FFF;
	margin-top: 20px;
	text-align: center;
	_margin-top: 0px;
	_padding-top: 20px;
}

.rightColAds 
{
	padding-bottom: 10px;
}

#interiorDiv 
{
	clear:both;
	width:100%;
}

.fullInterior
{
	float: left;
	margin-left: 10px;
	width: 770px;
}

#leftSlaveMenu 
{
	float:left;
	width: 170px;
}

#rightMainContent 
{
	float:left;
	width: 590px;
	padding-left: 10px;
}

/*navigation menu */
.leftSideMenu div.nav {
	background-color: #D1D9DC;
}

.leftSideMenu div.nav div 
{
	border-top: solid 2px #C1CCD2;
}

.leftSideMenu div.nav div div {
	background-color: #F4E8D0;
	border-top: 0;
	border-bottom: solid 1px #E8C29D;
	margin-left: 0px;
}

.leftSideMenu a, .leftSideMenu a.selected
{
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #7A2426;
	padding-left: 5px;
	font-weight: bold;
	font-family: Arial Narrow, Arial, Sans-Serif;
	text-decoration: none;
}

.leftSideMenu div.nav div div a, .leftSideMenu div.nav div div a.selected
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.leftSideMenu div.nav div div div a, .leftSideMenu div.nav div div div a.selected
{
	padding-left: 20px;
}

.leftSideMenu div.nav div a.selected {
	background-color: #e1c09e;
	text-decoration: none;
}

.leftSideMenu div.nav div div a.selected {
	background-color: #e1c09e;
}

.leftSideMenu a.selected:hover {
	text-decoration: underline;
}

.leftSideMenu div.nav div div a.selected {
	padding-bottom: 0px;
}

/* Q&A Database Styles */
table.qASearchResults {border-collapse: collapse;}
table.qASearchResults th, table.qASearchResults td {text-align: left; border: solid 1px #CCC; padding: 3px; vertical-align: top; }
table.qaSubmitForm td {text-align: left; border-collapse: collapse; vertical-align: top;}
div.qaSubmitBottom {margin-top: 15px;}
span.greenMessage {color: Green;}

/* Bibliography Database Styles */
table.biblioSearchResults {border-collapse: collapse;}
table.biblioSearchResults th, table.biblioSearchResults td {text-align: left; border: solid 1px #CCC; padding: 3px; vertical-align: top; }
table.biblioSubmitForm td {text-align: left; border-collapse: collapse; vertical-align: top;}
div.biblioSubmitBottom {margin-top: 15px;}

