/* CSS Document */
/* OTAQ custom style settings */
/* Created 2007-03-07 djw  */
/* DO NOT CHANGE any of the styles below. If you add any rules to this file, PLEASE leave comments such as these to explain how the style is being used - include your initials and the date rule was added  */

/* Adds 15 px additional padding onto bottom */
.spreadout { 
padding-bottom:15px;
}

/* Use with <li> that you don't want a bullet NOTE: Dreamweaver will still display bullet, but browser will not. */
.newli {
	background-image: none;
	list-style-image: none;
	list-style-type: none;
}
/* Use for a <div> that you want styled as an alphabetic listing with room on the right for a multibox */
#alphaindex {
	border: 2px solid #999999;
	margin-right: 210px;
}
#alphaindex ul {
	padding: 0px;
	list-style-type: none;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	list-style-image: none;
}
#alphaindex ul li {
	background-position: left;
	list-style-image: none;
	list-style-type: none;
}
#alphaindex h3 {
	margin: 5px;
	padding: 5px;
}

/* Use for a <div> that you want to style as a sitemap.  Similar to above, but the normal bullet is replaced by a blue arrow pointing to the description */
#sitemap {
	border: 2px solid #999999;
	margin-right: 210px;
}
#sitemap li {
	list-style-image: url(../gif/bluearrow.gif);
}
#sitemap a:hover {
	background-color: #e1ebf4;
}
#sitemap h5 {
	margin: 5px;
	padding: 5px;
}

/* Use for a horizontal naviational listing  */
#nav ul {
	list-style-type: none;
	text-align: center;
	border: 2px solid #999999;
	margin-top: 10px;
	margin-right: 210px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#nav ul li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

/* Use this style to create a simple list with a zero top and bottom margin and padding and a 25 pixel left margin */
#listing p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}

/* These two classes are to be used for styling the right and left column of a table.  They both set a specific width and handle the alignment.  They are being used in the url-fr.htm pages and the press.htm pages. */
.leftcol {
	text-align: left;
	width: 12em;
	vertical-align: text-top;
	font-weight: bold;
}
.rightcol {
	text-align: center;
	width: 12em;
	vertical-align: top;
}

/* This styles the current year in the press.htm pages.  */
.currentyear {
	color: #FFFFFF;
	background-color: #999999;
}
/* This style class eliminates the bullet from a non-ordered list, place in <ul> tag   */
.nobullets li{
list-style:none;
list-style-image:none;
}.highlight {
	background-color: #FFFF00;
}
.highlight-help {
	color: #FFFFFF;
	background-color: #FF0000;
}

/* 2007-09-05 Add this to the ul tag to create a list that has 15px of additional space between the items*/
#content #list-spreadout li {
	padding-bottom: 15px;
}

#otaq-right-menu {
	font-size: .8em;
	padding: 5px;
	float: right;
	width: 150px;
	border: 2px solid #CCCCCC;
	margin: 5px;
}
#otaq-right-menu p{
	padding: 0px;
}
#otaq-right-menu ul{
	margin: 0px;
	padding: 0px;
}
#otaq-right-menu li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
}
