
/* -- Main layout styles -- */

body {
  margin: 1em 1em 1em 1em;
  padding: 0px; 
  font-family: verdana, sans-serif;
  font-size: 1.0em;
  background-color: #333;  
}

#siteBox {
  float: left;
  width: 100%;
  color: #FFF;
}





/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
  height: 9.5em;
  background: #B3DCFC url(images/header_bg.jpg) no-repeat bottom left;
}

#header a {
  float: right;
  width: 6em;
  padding: 5px 5px 5px 5px;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background-color: #666;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

#header a:hover, #header a.active {
  padding-top: 10px;
  background-color: #333;
}

#header a.lastMenuItem {
  background-image: url(images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}

a .desc {
  display: none;
  text-transform: lowercase;
  color: #FC0;  
}

a:hover .desc, .active .desc {
  display: block;
}




/* -- Header title and subTitle layout/display styles -- */


.title {
  float: left;
  padding: 1em 15px 0 1em;
  font-size: 1.9em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: -0.15em;
  color: #FC0;
}

.subTitle {
  display: block;
  font-size: 0.4em;
  text-transform: lowercase;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
}





/* -- Content layout/display styles -- */

#content {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  background-color: #666;
}

#contentOneColumn {
  float: left;
  width: 99%;
  background: #777 url(images/corner_sub_tl.gif) no-repeat top left;
}

#contentLeft {
  float: left;
  width: 75%;
  margin-bottom: 1em;
  background: #777 url(images/corner_sub_tr.gif) no-repeat top right;  
}

#contentRight {
  float: right;
  width: 23.3%;
  background: #777 url(images/corner_sub_tl.gif) no-repeat top left;
}

#content h1 {  
  margin: 1.2em 1.2em 1em 1.2em;
  font-size: 19.2px;
  line-height: 1.8em;
}

#content h2 {  
  margin: 1.2em 1.2em 1em 1.2em;
  font-size: 17.6px;
  line-height: 1.6em;
}

#content h3 {  
  margin: 1.2em 1.2em 1em 1.2em;
  font-size: 16px;
  line-height: 1.4em;
}

#content h4 {  
  margin: 1.2em 1.2em 1em 1.2em;
  font-size: 0.9em;
  line-height: 1.2em;
}

#content h5 {  
  margin: 1.2em 1.2em 1em 1.2em;
  font-size: 0.9em;
  line-height: 1.2em;
}

#content .quote {
	border: 10px solid #E5E5E5;
	background-color: #f7f7f7;
	padding: 15px 15px 15px 65px;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #333;
	font-style: italic;
	width: 40%;
	text-align: left;
}

#content .quote a {
  color: #AE5200;
}



#content p {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}

#content a {  
  text-decoration: none;
  color: #FC0;
  border-bottom: 1px solid #AAA;
}

#content a:hover {
  color: #DDD;
  background-color: #888;
  border-bottom: 1px solid #EEEEEE;
}

.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 0.8em;
  text-transform: lowercase;
  color: #FC0;
  border-bottom: 1px solid #AAA;    
}

.subHeader {
  border: 0px;
}

#toc {
	border: 10px solid #E5E5E5;
	background-color: #f7f7f7;
	padding: 10px 15px 10px 65px;
	color: #333;
	width: 75%;
	text-align: left;
}
#toc a {
  color: #AE5200;
}

.red  {
	color: #FF4040;
}

/* -- Content right site links (large plus icon) -- */

#content a.menuItem {
  display: block;  
  padding: 5px 0 5px 54px;
  background: url(images/icn_plus.gif) no-repeat center left;
  border: 0px;
}

#content a:hover.menuItem { 
  color: #DDD;
  background: #888 url(images/icn_plus_on.gif) no-repeat center left;
  border: 0px;
}

.ads   {
  text-align: left;
	height: 42px;
}

.ads a   {
	font-size: 14px;
	font-weight: bold;
}

.ads p   {
	font-size: 14px;
	font-weight: bold;
}

.ads img   {
  vertical-align: middle;
}

#twitter  {
  width: 90%;
}


/* -- Footer layout/display styles -- */

#footer {
  float: left;
  width: 100%;
  height: 6em;
  margin-bottom: 1em !important;
  margin-bottom: 0;
  font-size: 0.7em;
  line-height: 2.6em;
  color: #666666;
  background: #B3DCFC url(images/footer_bg.jpg) repeat-y bottom left;
}

#footerLeft {
  float: left;
  width: 50%;
  height: 6em;
  text-align: left;
  background: url(images/corner_bl.gif) no-repeat bottom left;
	line-height: 0.9em;
	padding-left: 7px;
}



#footerRight {
  float: right;
  width: 45%;
  height: 6em;
  text-align: right;
  background: url(images/corner_br.gif) no-repeat bottom right;
	line-height: 0.9em;
	padding-right: 7px;
}

#footer a, a:hover {
  color: #000000;
}




/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.rust  {
  color: #CA8E1A;
}

.white {
  color: #FFF;
}

.darkGrey  {
  color: #333333;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}

#adPad  {
  text-align: center;
	padding-top:3px;
  background-image: url(images/corner_sub_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
	color: #777777;
}

#adPad a img {  
  text-decoration: none;
	color: #777777;
	background-color: #777777;	
	border: 1px solid #333333;
	
}

#adPad a:hover {
  color: #DDD;
  background-color: #888;
}

#adPad p img {
  text-decoration: none;
  color: #333333;
	border: 1px solid #333333;
}

#content a {  
  text-decoration: none;
}



/* -- <ul> and <ol> tag styles -- */

ul{
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* --   list-style-image: url(images/li_bullet.gif); -- */

ol{
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 5px;
}


li {
  margin-left: 50px;
}






/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}


#fontControl  {
  float: right;
	background-image: url(images/corner_sub_tr.gif);
	  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
	text-align: center;
	text-decoration: none;
	color: #333333;
	background-color: #777777;
}

#fontControl a:hover {
  color: #DDD;
  background-color: #888;
}

#fontControl p a img {
  text-decoration: none;
  color: #333333;
	border: none;
}

/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}


