/* CSS Document */

html {
margin: 0;
padding: 0;
}

body {
margin: 0;
padding: 0;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 100.01%;
background: #FFFFFF;
/*background-image: url(../images/layout/body_bg.jpg);*/
background-repeat: repeat-x;
/*fonts!*/
letter-spacing: 1px;
}

#leftbox {
background-image: url(../images/layout/body_bg.jpg);
background-position: 0 -250px ;
min-height: 400px;
background-repeat: no-repeat;
}

h1, h2 {
color: #231A69;
font-size: 170%;
font-weight:normal;
}

h2 {
color: #953734;
font-size: 110%;
font-weight:normal;
}

h3 {
color: #231A69;
font-size: 100%;
font-weight:bold;
}

h4 {
color: #953734;
font-size: 90%;
font-weight:normal;
}

p {
font-size: 80%;
color: #231A69;
}

#middlebox ul {
list-style: disc;
font-size: 80%;
color: #231A69;
padding-left: 20px;
}

#middlebox ul ul{
font-size: 100%;
margin-top: 10px;
}

#middlebox li {
margin-bottom: 10px;
}


.nobrli {
margin: 0;
padding-left: 0;
}

hr{
color: #CCCCCC;
}

.quote {
font-weight: bold;
}

.headerlink {
font-size: 80%;
}

.p_headerlink {
color: #231A69;
}

.headerlink a, .p_headerlink a{
color: #999999;
font-weight:bold;
}

.headerlink a:hover, .p_headerlink a:hover{
color: #953734;
font-weight:bold;
}

.headerlink a:visited, .p_headerlink a:visited{
color: #999999;
font-weight:bold;
}

a:hover {
color: #953734;
}

a:link{
/*font-size: 80%;*/
color: #999999;
font-weight:bold;
}

.redtext {
color: #953734;
}

#footer p{
font-size: 65%;
}

#footer {
clear: both;
border-top: 1px dashed #8E9CAB;
margin-bottom: 15px;
padding-left: 220px;
padding-top: 10px;
padding-bottom: 10px;
}


/*******************************************************************************
         Layout Boxes
*******************************************************************************/

.listingsbox {
margin-bottom: 40px;
margin-right: 40px;
padding-right: 80px;
clear: right;

}

.listingsimage {
width: 250px;
float: right;
margin-left: 40px;
margin-bottom: 40px;
height: 100%;
text-align:center;
}

.listingsimage_clients {
width: 300px;
float: right;
margin-left: 10px;
margin-bottom: 40px;
height: 100%;
text-align:left;
}

.listingstext {
padding: 20px;
float: left;
}


.captionbox {
width: 200px;
text-align: center;
border: 1px solid;
padding: 30px;
float: right;
margin-left: 6px;
}

.company {
margin-right: 30px;
}


.company_img {
float:left;
margin-right: 30px;
}

.company_text {
	/*margin-left: 110px;*/

}

.clearit {
clear:both;
}

.clearitline {
clear:both;
border-top:dashed 1px #999999;
margin-top: 40px;
margin-bottom: 10px;
}

.leftimage {
float:left;
margin-right: 8px;
margin-bottom: 4px;
}

.rightimage {
float:right;
margin-left: 8px;
}

.thumbimage {
float:left;
margin-right: 8px;
margin-bottom: 8px;
}

.leftdiv {
width: 50%;
float: left;
text-align: center;
}

.rightdiv {
width: 50%;
float: right;
text-align: center;
}

.news_front {
margin-top: 25px;
margin-bottom: 10px;
padding-top: 8px;
}

.form_share {
/*margin-top: 25px;*/
/*margin-bottom: 10px;*/
padding: 8px;
}

.form_share_result {
margin: 65px 0;
padding: 20px;
border: double #990000;
}

.big_red {
font-size: 250%;
color:#FF0000;
}

.error_text {
color: #FF0000;
font-weight: bold;
}

/***************
QUOTES
****************/

.quoteContent {
width:210px;
background-image: url(../images/layout/quotes_bg.jpg);
background-repeat:repeat-y;
padding: 5px 45px 5px 45px;
}

.quoteText {
font-size: 80%;
color: #FFF;
margin-bottom: 5px;

}

.quoteSource {
font-size: 70%;
color: #231A69;
text-align:right;
}

#quote_epr {
margin: 0 0 40px -12px;
}

#quote_eps {
margin: 40px 0 40px -12px;
}


/***********************************************************************************************
 Faux Buttons
***********************************************************************************************/

.faux_button {
padding: 5px 10px;
margin: 0;
margin-right: 10px;
text-decoration: none; 
color: #FFFFFF;
border: 1px dotted #FFFFFF;
cursor: pointer;
/*color: #265161;*/
color: #FFFFFF;
background-color: #98AFBF;
font-weight:bold;
}

a.faux_button:link, a.faux_button:visited, a.faux_button:active {
/*color: #265161;*/
color: #FFFFFF;
}

a.faux_button:hover, faux_button:hover {
color: #FFFFFF;
background-color: #265161;
}


/***********************************************************************************************
 Tables
***********************************************************************************************/

.product_table td {
border-left: 1px dashed #231A69;
border-right: 1px dashed #231A69;
border-bottom: 1px dashed #231A69;
padding: 20px 40px;
}

.product_table th {
border: 1px dashed #231A69;
background-color: #98AFBF;
color: #FFFFFF;
font-size: 80%;
}

.product_table th.active {
border: 1px dashed #231A69;
border-bottom: none;
background-color: #FFF;
color: #231A69;
}

.product_table th a {
text-decoration: none;
color: #FFFFFF;
}
.product_table th a:hover {
text-decoration: underline;
}

.product_table td ul li {
list-style-position:inside;
}
