/* -- Main layout styles -- */

body {
	padding: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	background-color: #768B76;
	margin: 2em;
}

#siteBox {
	float: left;
	width: 900px;
	color: #FFF;
}

#header a {
  float: right;
  width: 8em;
  padding: 5px 10px 5px 10px;
  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_site/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}

a .desc {
	display: none;
	text-transform: lowercase;
	color: #FFFFFF;
}

a:hover .desc, .active .desc {
  display: block;
}




/* -- Header title and subTitle layout/display styles -- */


.title {
  float: left;
  padding: 1em 30px 0 2em;
  font-size: 1.4em;
  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%;
	background-color: #EEEEEE;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}

#contentLeft {
	float: left;
	width: 200px;
	margin-bottom: 1em;
	background-color: #F3F3F3;
	background-image: url(images_site/corner_sub_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#contentRight {
	float: right;
	width: 681px;
	background-color: #F3F3F3;
	background-image: url(images_site/corner_sub_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#content p {
	font-size: 0.8em;
	line-height: 1.6em;
	color: #333333;
	margin-right: 1.2em;
	margin-left: 1.2em;
}

#content a {
	text-decoration: none;
	color: #333333;
	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.9em;
	color: #333333;
	border-bottom: 1px solid #AAA;
}

.subHeader {
  border: 0px;
}





/* -- Content left site links (large plus icon) -- */

#content a.menuItem {
	display: block;
	padding: 5px 0 5px 54px;
	border: 0px;
}

#content a:hover.menuItem {
	color: #DDD;
	background: #888;
	border: 0px;
}





/* -- Footer layout/display styles -- */

#footer {
	float: left;
	width: 100%;
	height: 2.5em;
	font-size: 0.7em;
	line-height: 2.6em;
	color: #FFFFFF;
	background-color: #003300;
	background-repeat: repeat-y;
	background-position: left top;
}

#footerLeft {
	float: left;
	width: 60%;
	height: 2.5em;
	text-align: left;
	background: url(images_site/corner_bl.gif) no-repeat bottom left;
}

#footerRight {
	float: right;
	width: 25%;
	height: 2.5em;
	text-align: right;
	background: url(images_site/corner_br.gif) no-repeat bottom right;
}

#footer a {
  color: #0AD;
}

#footer a:hover {
  color: #666666;
}




/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.white {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}






/* -- <ul> tag styles -- */

ul{
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333333;
	line-height: 1.6em;
}

li {
	margin-left: 30px;
}






/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}






/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}
