/* -- Main layout styles -- */

body {
  padding: 2px 5px;
  font-family: verdana, sans-serif;
  font-size: 1.0em;
  background-color: #333;  
}

#siteBox {
	margin: 0 auto 0 auto;
	float: none;
	width: 799px;
	color: #000;

}

/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
  height: 140px;
  background: #000 url(../images/hdr.jpg) no-repeat bottom left;
}

a .desc {
  display: none;
  text-transform: lowercase;
  color: #990000;  
}

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: #990000;
}

.subTitle {
  display: block;
  font-size: 0.4em;
  text-transform: lowercase;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
}


/* -- Content layout/display styles -- */
/*
#minheight{
min-height:630px;
}
*/
#content {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  background-color: #666;
}

#contentLeft {
  float: left;
  width: 18.3%;
  margin-bottom: 1em;
  background: #777 url(../images/corner_sub_tr.gif) no-repeat top right;  
}

#contentRight {
  float: right;
  width: 79.7%;
  background: #fff url(../images/corner_sub_tl.gif) no-repeat top left;
}

#contentRightHome {
background:#FFFFFF url(../images/quote.jpg) no-repeat scroll left top;
float:right;
width:79.7%;
height: 400px;
}

#contentRight #minheight {
min-height: 366px;
}

#content p {  
  margin: 1em 1.2em;
  font-size: 0.8em;
  line-height: 1.5em;
}

#content a {  
  text-decoration: underline;
  color: #990000;
}

#content a:hover {
  color: #777777;
}

#flashcontent {
height:360px;
margin:-12px 0 -10px 5px;
}

.header, .subHeader {
  font-weight: bold;
  font-size: 1.2em;
  text-transform: lowercase;
  color: #990000;
  border-bottom: 1px solid #AAA;
  margin-bottom:5px;
}

.subHeader {
  border: 0px;
  font-size: 1.1em;
}

/* -- Content left site links (large plus icon) -- */

#content a.menuItem {
text-decoration: none;
  color: #DDD;
  display: block;  
  padding: 0 0 0 0;
  border: 1px;
}


#content a:hover.menuItem { 
  color: #990000;
  border: 1px;
}

#content a#current.menuItem {
  color: #991111;
}

.email a:hover, .email a:hover {
	color: #000 !important;
}

#testimonials {
	font-size: 0.8em;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: -0.05em;
}

/* -- Footer layout/display styles -- */

#footer {
	float: left;
	width: 100%;
	height: 3em;
	font-size: 0.6em;
	line-height: 2.6em;
	color: #0AD;
	background: #25509F url(../images/ftr.jpg) repeat-y left bottom;
	margin-bottom: 10px;
}

#footerLeft {
	float: left;
	width: 60%;
	height: 3em;
	text-align: left;
	background: url(../images/corner_bl.gif) no-repeat bottom left;
	padding-left: 15px;


}

#footerRight {
  float: right;
  width: 35%;
  height: 3em;
  text-align: right;
  background: url(../images/corner_br.gif) no-repeat bottom right;
}

#footer a {
  color: #0AD;
}

#footer a:hover {
  color: #666666;
}




/* -- Display formatting styles -- */

.testim {
  font-size: 0.9em;
  display:block;
  color: #990000;
  border-bottom: 1px solid #AAA;
  margin-top:20px;
  padding:0 0 2px 30px;
}

.cquo {
	float:right;
	}

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.white {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}


/* -- <ul> tag styles -- */

ul, ol {
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 5px;
  
}

ul {list-style-image: url(../images/li_bullet.gif);}

li {
  margin-left: 30px;
}


/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin: -6px 8px 4px 15px;
}

/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}