/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:0 0 1em;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}

dl dd {
	/*giving color's LIs generated numbers*/
	margin-left:1em;
}

th,td {
	/*borders and padding to make the table readable
	border:1px solid #000;*/	
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

/* Glen McNiel's Layout Customizations */
html {}
body {
	background: #A1625E url(images/page_bg.png);
	color: #454545;
	font-family: Calibri,arial,helvetica,clean,sans-serif;
}
h1,h2 {
	font-family: Georgia,"Times Roman","Times New Roman",serif;
}
h2 {
	font-weight: normal;
	font-size: 138.5%;
	line-height: 1.2em;
	margin:0 0 .5em 0;
	color: #333333;
}
h3 {
	font-family: Calibri,"Helvetica Neue",Helvetica,Arial,sans-serif,clean;
	margin: 1em 0;
}
blockquote {
	clear: right;
}
cite {
	float: right;
	margin-right: 30px;
	margin-bottom: 2em;
}
dl {
	line-height: 1.5em;
	margin: .5em .5em 2em 1em;
}
dt {
	margin-bottom: .5em;
	font-weight: bold;
}
dd {
	margin-bottom: 1em;
}
p {
	line-height: 1.6em;
}
a:link, a:visited {	
	text-decoration: none;
}
a:hover, a:active {
	color: #B9827D;
}
#custom-doc {
	background: #EFEFEF;
	margin:30px auto;
	text-align:left;
	width:55.85em; /* !IE */
	*width:54.5em; /* IE */
	min-width:726px;
}
#hd {
	background: #000000 url(images/hdhand.jpg) no-repeat -3px 0;
	height: 126px;
	margin: 10px;
	overflow: hidden;
}
#hd h1 {
	color: #FFFFFF;
	margin: 20px 0px 0px 330px;
	font-size: 38px;
	font-weight: normal;
	font-family: "Helvetica Neue",Helvetica,arial,clean,sans-serif;
	line-height: .9em;
	height: 81px;
}
.hdh1em {
	color: #A1625E;
}
#bd {
	/*min-height: 500px; */
	margin: 10px 10px;
}
#sidebar hr {
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
	border-right: none;
	margin: 0 0 1em 0;
	width: 170px;
}
#nav {
	background: #FFFFFF;
	margin: 29px 12px 29px 1px;
}
#nav li {
	border-bottom: 1px solid #D0D0D0;
	line-height: 1.7em;
	text-transform: uppercase;
	font-size: 93%;
	list-style: disc inside url(images/bullet.gif);
	padding: 1px 0 1px 5px;
	font-family: Calibri,arial,helvetica,clean,sans-serif;
}
#nav li a:hover {
}
#maintophm {}
#maintophd {}
#maintophd h1 {
	font-family: Georgia,"Times Roman","Times New Roman",serif;
	font-size: 167%;
	color: #75433F;
	line-height: 1.4em;
	margin-top: 27px;
	margin-bottom: 4px;
}
#mainimgbar {
	font-size: 93%;
}
#mainimgbar img {
	background: #666666;
	margin-bottom: 1.5em;
}
#maintext {
}
#ft {
	background: transparent url(images/ftbotline.gif) no-repeat bottom center;
	height: 41px;
	margin: 30px 0 5px 0;
	text-align: center;
}
/* Home Page box*/
#hmboxtop,#hmboxbot {
	height: 7px;
	overflow: hidden;
	width: 520px;
	margin: 0;
}
#hmboxtop {
	background: transparent url(images/bdboxtop.gif) no-repeat top left;
}
#hmboxmid {
	padding: 10px 15px;
	width: 493px;
	background: transparent url(images/bdboxmid.gif) repeat-y top left;
	overflow: hidden;
}
#hmboxmid h1 {
	font-weight: normal;
	font-family: Helvetica,arial,clean,sans-serif;
	font-size: 138.5%;
	color: #75433F;
	margin-bottom: .5em;
	margin-top: 0;
}
#hmboxmid p {
	margin: 1em 1em 1em 0;
	font-size: 93%;
	line-height: 1.6em;
}
#hmboxbot {
	background: transparent url(images/bdboxbot.gif) no-repeat top left;
}
/* QA page */
#qapdf {
	float: left;
	margin: 1.5em 0;
}
/* Classes */
hr.linemaintop,hr.linemainbot {
	width: 510px;
	height: 21px;
	border: none;
	margin: 1em 0;
}
hr.linemaintop {
	background: transparent url(images/bdhrline.gif) no-repeat top center;
}
hr.linemainbot {
	background: transparent url(images/bdhrlinebot.gif) no-repeat top center;
}
.yui-u {
	margin: 1em 0 1em;
}
.right {
	margin-left: 1em;
}
.left {
	float: left;
}

#vertical_divider	{
	width:1px;
	height:323px;
	background-color:#cecece;
	position:absolute;
	top:30px;
	right:1px;
}
