﻿/*** GENERAL ***/
*
{
    margin: 0;
    padding: 0;
}

body
{
    background-color: #FFFFFF;
    font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
    color:  #656565;
    font-size:62.5%;
}

p{margin-bottom: 1em;}

strong{color: #444444;}

img
{
    border: 0;
    float: none;
}

h1
{
    font-size: 1.4em;
    font-weight: normal;
    color: #2D357D;
    margin-bottom: 1em;
}

#contentTop h1
{
    font-size: 1.4em;
    font-weight: normal;
    color: #2D357D;
    margin:0;
}

h2
{
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    color: #2D357D;
}

#contentTop h2
{
    font-size: 1.4em;
    font-weight: normal;
    color: #2D357D;
    margin:0;
}

h3
{
    font-size: 1em;
    font-weight: bold;
    font-style: italic;
    color: #4e4e4e;
}

br{line-height: 0.8em;}

a:link{color: #5B6180}
a:visited{color: #5B6180}
a:hover{color: #ACAFBF}
a:active{color: #5B6180}

a:link.altLink{color: #656565}
a:visited.altLink{color: #656565}
a:hover.altLink{color: #5B6180}
a:active.altLink{color: #656565}

h3 a:link{color: #4e4e4e;}
h3 a:visited{color: #4e4e4e;}
h3 a:hover{color: #5B6180;}
h3 a:active{color: #4e4e4e;}

/*** LAYOUT ***/
#container
{
	width:760px;
	margin:0 auto;
	padding: 0;	
}

#content
{
    float: right;
    width: 590px;
    padding-bottom:10px;
    padding-top: 10px;
    padding-left: 10px;
    text-align: left;
    vertical-align: top;
    font-size: 1.1em;
}

#menu
{
    width: 140px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: left;
    vertical-align: top; 
    overflow: hidden;
}

#header_top
{
    margin-top: 10px;
    border: solid 1px #000000;
    background-color:#5B6180;
    height: 12px;
}

#header_middle
{    
    padding-top: 5px;
    padding-bottom: 5px;
    height: 60px; 
    vertical-align: middle;
    text-align: left;
    font-size: 1.1em;
}

#headerContent1{height: 60px; width: 516px; float:left;}
#headerContent2{height: 53px; width: 95px; float:left; text-align:right; border-right: solid 1px #b3b3b3; padding-right: 5px; padding-top:7px}
#headerContent3{height: 53px; width: 135px; float:left; text-align:left; padding-left: 5px; padding-top:7px}

#header_bottom
{
    border: solid 1px #000000;
    background-color:#5B6180;
    height: 12px;
    margin-bottom: 10px;
}

#banner_fp
{
    height: 100px;
}

#footerMenu
{
}

#footerMenu1 {border: solid 1px #C8C8C8;}
#footerMenu2 {border: solid 1px #C8C8C8; margin-left: 5px; margin-right: 5px;}
#footerMenu3 {border: solid 1px #C8C8C8;}

#footer
{
    clear: both;
    width: 760px;
    text-align: center;    
}

/*** DEFAULT.ASPX PAGE CONTENT ***/
#contentTop {width: 100%; border-bottom: solid 1px #b3b3b3; padding-bottom: 5px;}
#contentLeft {float: left; width: 49%;overflow: hidden;}
#contentRight {width: 49%; padding-left: 5px; border-left: solid 1px #b3b3b3;overflow: hidden;}

/*** MENU RELATED ***/
#menu a:link{display: block; width:135px; text-decoration: none; color: #656565}
#menu a:visited{display: block; width:135px; text-decoration: none; color: #656565}
#menu a:hover{display: block; width:135px; text-decoration: none; color: #515151}
#menu a:active{display: block; width:135px; text-decoration: none; color: #656565}

.menuItem
{
    background-image: url("./images/menu.gif");
    background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 2px;
	width: 140px;
	height: 16px;
	font-weight: bold;
    font-size: 1em;
    padding-left: 10px;
}

.menuItem2
{
    background-image: url("./images/menu.gif");
    background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 2px;
	width: 140px;
	height: 16px;
	font-weight: bold;
	font-size: 1em;	
	font-style: italic;
	margin-left: 10px;
	padding-left: 10px;
}

.menuHeader
{
    background-image: url("./images/menu_header.gif");
    background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 2px;
	width: 140px;
	height: 16px;
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
	color: #4c516a;
	/*color: #5B6180;*/
}

.fpSubHLeft
{
    width: 20%; 
    float: left;
    overflow: hidden;       
}

.fpSubHRight
{
   width: 49%;
   text-align: right;
   overflow: hidden;
}

.arrow
{
    float: right;
    margin: 3px;
}

.contactImg
{
    vertical-align: bottom;
}

.pdfImg
{
    vertical-align: bottom;
}

li
{
    margin-left:20px;
}

.rc_col
{
    width: 585px;    
}

.caseLeft {float: left; width: 175px; overflow: hidden;}
.caseRight {width: 410px; padding-left: 5px; overflow: hidden;}

.pageBoxDiv
{
    margin: 20px;
    padding: 10px;
    border: solid 1px #656565;
    background-color: #f8f8f8;
}

.pageBoxDiv li
{
    line-height: 1.8em;
}

.research td
{
    border: solid 1px red;
    background-color: Red;
}

.clickHere
{
   padding: 10px;
   border: solid 1px #9966FF;
   display: block;
   text-align: center;
   width: 300px;
   background-color: #E9E9E9;
}

.quoteBox
{
   padding: 10px;
   color: #000000;
   border: solid 1px #000000;
   display: block;
   width: 100%;
   background-color: #BCCDE1;
   margin-right: 10px;    
}

.srClickHere
{
    position: absolute;
    margin-left: 175px;
    margin-top: 290px;
    padding: 5px;
    border: solid 1px #000000;
    background-color: #E9E9E9;
    width: 120px;
    text-align: center;
    color: #000000;
    display: block;
    text-decoration: none;
}


.researchTable 
{
   color: #000000;
   background-color: #BCCDE1;
}

.researchTable td
{
   padding: 3px;
   color: #000000;
   border: solid 1px #000000;
   background-color: #BCCDE1;
}

