
/***************************************************************************/
/* Standard setup for 3-column & 2-column layouts                          */
/* Baseline specifications Color Overrides vector in css.js                */
/***************************************************************************/

/***************************************************************************/
/* Structure Body & Containers                                             */
/***************************************************************************/
body {
	background-image:   url(../graphics/background.jpg); /* color sensitive */
	background-repeat:  repeat-x;
    background-color:   #06112D;                         /* color sensitive */
    border:             none;
	font-family:        arial, helvetica, verdana, sans-serif;
	font-size:          small;
	margin:             0px;
/*	text-align:         center; */
} 
#wrapper {
	background:           url(../graphics/CT01-WrapperB.jpg)  scroll; /* color sensitive */
	background-position:  50% 0;
	background-repeat:    no-repeat;
	color:                #050068;                                    /*  color sensitive */
	margin:               auto;
	overflow:             auto;
}
#wrapperL {
	background:           url(../graphics/CT01-WrapperL.jpg) no-repeat scroll; /* color sensitive */
	background-position:  50% 0;
	color:                #050068;                                    /*  color sensitive */
	margin:               auto;
	overflow:             auto;
}
#wrapperN {
	background:           url(../graphics/CT01-WrapperN.jpg) no-repeat scroll; /* color sensitive */
	background-position:  50% 0;
	color:              #050068;                                    /*  color sensitive */
	margin:               auto;
	overflow:             auto;
}


#containerTOPB,#containerTOPL,#containerTOPN {
	background-repeat:   repeat-y;
	background-position: center;
	margin:              0px auto;
    position:            relative;
	text-align:          center;
	width:               955px;
}
#containerTOPB {
	background-image: url(../graphics/containerBGhomeB.gif); /* color sensitive */
}
#containerTOPL {
	background-image: url(../graphics/containerBGhomeL.gif); /* color sensitive */
}
#containerTOPN {
	background-image: url(../graphics/containerBGhomeN.gif);  /* color sensitive ? Future Use*/
}

/***************************************************************************/
/* Structure - TopNav area                                                 */
/***************************************************************************/

#TopNav {
	background-image: url(../graphics/CT01-header.jpg); background-repeat:no-repeat;/* color sensitive */
	border: none;
	display: inline;  /* IE-6 Hack */    
	float: left;
	height: 119px;
	margin-left: 19px;	
/* 	padding: 0; IE-6 Hack */ 
    position:relative;
	width: 481px;
}

#TopNav img {margin: -10px; border: none;background-repeat:no-repeat; }

/***************************************************************************/
/* Structure - Left Sidebar                                                */
/***************************************************************************/

#SideBarL {
	float: left;
	height: auto;
	text-align: left;
	width: 249px;
}
.SideBarLcontent { 
	background-image: url(../graphics/TabLeftTriangle.gif); /* color sensitive */
	background-position: top left;
	background-repeat: no-repeat;
	padding: 1px;
	width: 249px;
}
 #SideBarLPrime {
	float: left;
	height: auto;
	text-align: left;
	width: 25px;
}
.SideBarLcontentPrime { 
	height: auto;
	padding: 1px;
	width: 25px;
}

#SideBarL a{
	color: #1A4EB6;
	font-weight: bold;
}

#SideBarL a:link {
	border-bottom: 1px dotted #1A4EB6;  /* color sensitive */
	color: #1A4EB6;
	font-weight: bold;
}
#SideBarL a:visited {
	border-bottom: 1px none #1A4EB6;  /* color sensitive */
	color: #1A4EB6;
	font-weight: bold;
}
#SideBarL a:hover {
	background-color: transparent;       /* color sensitive */
	color: 1A4EB6;
	font-weight: bold;
}
#SideBarLcontent .img a a:link {
	border-bottom: 1px dotted #1A4EB6;  /* ??? Test color sensitive */
	color: #1A4EB6;
	font-weight: bold;
}
#SideBarLcontent .img a a:visited {
	border-bottom: 1px double #1A4EB6;  /* ??? Test color sensitive */
	color: #1A4EB6;
	font-weight: bold;
}
#SideBarLcontent .img a a:hover {              /* ??? Test Image Hove BG supression color sensitive */
	border-bottom: 1px double #1A4EB6;  /* color sensitive */
	background-color: #000000;          /* color sensitive */
}

/***************************************/
/*Left Sidebar Search                  */
/***************************************/

#Google-search-box {
	margin: 8px 0px 8px 25px;
}

#GoogleResults
{
height:1200px;
overflow-x:hidden;
overflow-y:hidden;
}
/***************************************/
/*Left Sidebar Search     Form         */
/***************************************/
#SearchForm {

	margin-left: 22px;

}
/***************************************/
/*Left Sidebar Case Worth Form         */
/***************************************/
#CaseWorthForm {
    height: auto;
	margin-left: 30px;
	width: 210px;
}
/***************************************/
/*Left Sidebar Contact Form            */
/***************************************/
#contactLI li {color:#050068;}  /* color sensitive */

#ContactForm {
    height: auto;
	margin-left: 30px;
	width: 350px;
}



/***************************************************************************/
/* Structure - Main Body                                                   */
/***************************************************************************/
#ContentCol1 {       /* Structure - Google Results Only                   */                                                        
	width: 925px;
} 
#ContentCol2 { 
	width: 706px;
} 
#ContentC2SideBarR {
	width: 457px;
}
#ContentCol1,#ContentCol2, #ContentC2SideBarR {
	float: left;
	height: auto;
}
#ContentCol1 a,#ContentCol2 a, #ContentC2SideBarR a{
	border-bottom: 1px dotted #1A4EB6;  /* color sensitive */
	color: #1A4EB6;
	font-weight: bold;
}
#ContentCol1 a:link,#ContentCol2 a:link, #ContentC2SideBarR a:link {
	border-bottom: 1px dotted #1A4EB6;  /* color sensitive */
	color: #1A4EB6;
	font-weight: bold;
}

#ContentCol1 a:hover,#ContentCol2 a:hover, #ContentC2SideBarR a:hover {
	background-color: #700000;          /* color sensitive */
	color: white;
	font-weight: bold;
}
 
#content1C,#content2C,#content3C {
	height: auto;
	margin-top: 0;
	text-align: left;
}
#content1C{
	width: 900px;
}
#content2C{
	width: 675px;
}
#content3C {
	width: 457px;
}
#content2C .img a a:hover {
	border-bottom: none;
}
#content3C .img a {
	border-bottom: none;
}

/***************************************************************************/
/* Structure - Right Sidebar                                                               */
/***************************************************************************/
#SideBarR { 
	height: auto;
	float: left;
	overflow: hidden;
	text-align: left;
	width: 249px;
}
#SideBarR a:link {
	border-bottom: 1px dotted #1A4EB6;  /* color sensitive */
	color: #1A4EB6;
	font-weight: bold;
}
#SideBarR a:hover {
	background-color: #700000;          /* color sensitive */
	color: white;
	font-weight: bold;
}

/***************************************/
/*Right Sidebar Content                */
/***************************************/

.SideBarRcontent {
    background-image: url(../graphics/TabRightTriangle.gif);     /* color sensitive  */
	background-repeat: no-repeat;
	padding: 1px 0px 0px 0px;
    width: 249px;
}
.SideBarRcontent li {
	list-style-type: none;
	margin-left: 5px;
	margin-right: 30px;
}

.SideBarRcontent p{
	margin-right: 30px;
}

.SideBarRcontent a{
	color:#003367;                      /* color sensitive */
	font-weight: bold;
}

.SideBarRcontent hr{
	list-style-type: square;
	margin-left:	2px;
	margin-right: 19px;
}  
/*****************************************/
/*Right Sidebar Social Networking ?TBD   */
/*****************************************/

/***************************************/
/*Right Sidebar                        */
/***************************************/
.Affiliates {                              /* ? now extends beyond affiliates page - RENAME */
	margin-bottom: 12px;
	margin-right: 25px;
}
.Affiliates li {
	
}
.Affiliates a {
	border-bottom: none;
    font-size: 11px;
}

.Affiliates a:hover {
	border-bottom: #000033 solid thin;     /* color sensitive */
}

/***************************************************************************/
/*-- General                                                               */
/***************************************************************************/
 
h1,h2,h3,h4 {
	color: #050068;	               /*color sensitive */
	font-family: "Times New Roman", Times, serif;
	margin: 10px;
 }

h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}

#form-style {
	        color:#003366;          /* color sensitive */
            font-size: 12px;
	        font-weight: bold;
}

a {
	color: #050068;                 /*color sensitive */
}
a:link {
	color: #050068;                 /*color sensitive */
} 
a:visited {
	color: #050068;                 /*color sensitive */
}


.clear {
	clear: left;
}
.ImageAltReplacement {
	display: none;
}
p { 
	font-size: 12px;
	line-height: 20px;
	margin: 10px;
}
p.italic {font-style:italic;}
p.sidebar {font-size: 12px;}

ul {}
li {}
a:active {}
a:hover {}
.info h2 {
    display: none;
}
table {
	margin: 10px;
}
.TD-Boxes {
	float:left;
	_margin-left: 10px; /*IE-6 Hack */
}
dt {margin-left: 10px;}  /* ? */

#generic-cap {
    color: #ffffff;                 /* color sensitive */
	font-family: "Geneva", Sans-serif;
	font-size: 14px;
    font-style:normal;
    font-weight:bold
	margin: 0px;
}
 
.dropcap {
color: #050068;
float:left;
font-family: "Times New Roman", Times, serif;
font-size:50px;
line-height:25px;
padding-bottom:5px;
padding-top:5px;
} 

 
 
/***************************************************************************/
/* Telephone Number - Upper Banner                                         */ 
/***************************************************************************/
#HotlinePhone {
	background-image: url(../graphics/CT01-HotlinePhone.jpg); /* color sensitive */
	float: left;
	height: 119px;
	position: relative;	
	width: 206px;
}

/***************************************************************************/
/* Footer                                                                  */
/***************************************************************************/
 
#footer {
	color: white;
	height: auto;
	margin: 0px auto;
	text-align: center;
	width: 955px;
}

#footer a:link {
	color:white;
	text-align: center; 
}

.copyright { FONT: 12px "Times New Roman",Georgia,Serif;}
#footer a:hover   {color:gray;}
#footer a:visited {color:white;}


/***************************************************************************/
/* CONTACT AND QUOTES FORM                                                 */
/***************************************************************************/
{font-family:"Times New Roman",Georgia,Serif;}

.shadeform	{
		    background-image: url("../graphics/shadeform.gif");
		    BORDER: #000000 1px solid; 
            FONT: 13px "Times New Roman",Georgia,Serif;
		    text-align: left;
		    WIDTH: 200PX;
}
.shadeformhidden	{
		    BORDER: #000000 0px solid; 
            FONT: 13px "Times New Roman",Georgia,Serif;
		    text-align: left;
		    WIDTH: 0PX;height: 0PX;
}
.shadeformC	{ 
		    background-image: url("../graphics/shadeform.gif");
 		    BORDER: #000000 1px solid; 
            FONT: 13px "Times New Roman",Georgia,Serif;
		    text-align: left;
		    WIDTH: 400PX;
}

.dropdown 	{ 
		    background-color: #ffffff;
            COLOR: #333333;
		    FONT: 11px "Times New Roman",Georgia,Serif; 
		    WIDTH: 200PX;
}


.textarea	{ 
		    background-image: url("../graphics/shadeform.gif");
		    BORDER: #000000 1px solid; 
            FONT: 13px "Times New Roman",Georgia,Serif;
		    text-align: left;
		    WIDTH: 200PX;
}

.textareaC	{ 
		    background-image: url("../graphics/shadeform.gif");
		    BORDER: #000000 1px solid; 
            FONT: 13px "Times New Roman",Georgia,Serif;
		    text-align: left;
		    WIDTH: 400PX;
}


.quoteform	{ 
		    BORDER: #000000 1px solid; }
		    background-image: url("../graphics/shadeform.gif");
            FONT: 13px "Times New Roman",Georgia,Serif;
		    text-align: left;

.quotechoice 	{ color: #3366CC; font: 11px "Times New Roman",Georgia,Serif; font-weight: normal; }

.dropquotes	{ FONT: 12px "Times New Roman",Georgia,Serif; }

/* FAQ POPUP, SLIDESHOW & CONTACT & QUOTES FORM BUTTONS */

.button 		{
			    background-color: #C9D4DA;
	        	background-image: url("../graphics/button.gif");
        		border: #000000 1px solid;
			    color: #000000;
			    cursor:pointer;
	       		font: bold 12px "Times New Roman",Georgia,Serif;
        		padding: 2px 7px 2px 7px;
			    text-align: center;
			}

.buttonon 		{
			    background-color: #F7D0A1;
	        	background-image: url("../graphics/buttonon.gif");
        		border: #996600 1px solid;
			    color: #996600;
			    cursor:pointer;
	       		font: bold 12px "Times New Roman",Georgia,Serif;
        		padding: 2px 7px 2px 7px;
			    text-align: center;
			}


