﻿/*  Stylesheet for ITinsure.com
--------------------------------------------------------
File Name: ITinsure.css
Media: Screen
-------------------------------------------------------- */ 



/*  ---------------------------------------------------------------------------
    PAGE BODY CONTAINER
    --------------------------------------------------------------------------- */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {	
	font-family: Arial,sans-serif;	
	margin: 0px;
	padding: 0px;
	margin-bottom:50px;
	
}

#wrapper {
	width: 700px;	
	margin:10px auto;
	text-align:left;
/*	border: solid 5px gray; */

}

/*  ---------------------------------------------------------------------------
    PAGE Header
    --------------------------------------------------------------------------- */
 

#header {
	width: 700px;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;	
/*	border: solid 1px #98A4B6; */
}

#header .links 
{
	text-align:right;
	font-size: 10px;
	width: 25%;
	float:right;
	vertical-align:bottom;
	/*border: solid 1px #98A4B6;*/	
	padding: 12px 2px 0px 0px;
	}
#header	a:link{
	text-decoration: none;
	color: #354154;	
}	
#header	a:hover{
	text-decoration: none;
	color: #62d1f6;
}

/*  ---------------------------------------------------------------------------
    PAGE Navigation
    --------------------------------------------------------------------------- */



/*  Outer navigation container on master page*/
#leftcol {
	margin-top: 0px;
	margin-left: 0px; 
	float: left;
	width: 170px;	
/*	border: solid 1px #98A4B6; */
  }
  
/* teal colored rule */  
  hr 
  {
	color: #62d1f6;
	height: 2px;
  }
  
  /* #354154 banner background color*/
  
  #contactInfo{
	font-family:verdana, Arial,sans-serif;
	font-size:9px;
	line-height:2;
	color:#354154;
	padding-left:11px;
	padding-top:10px; 
	border-width:0px;
	font-weight:normal
}


/*  ---------------------------------------------------------------------------
    PAGE Content Containers
    --------------------------------------------------------------------------- */

#content {
	margin-left: 180px;
	margin-top: 0px;	
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #354154;
	padding: 0px;	
	/*border:1px solid #98A4B6;*/  
		
}

.headerBanner {
	width: 98%;	
	background-color: #354154;
	color: #3bc6f4;
	font-weight:bold;	
	font-family: Arial,sans-serif;
	font-size: 15px;
	padding: 6px;			
}


#content .container {
	width: 99%;
	border: solid 1px #98A4B6;	
	
}
.containerRight {
	width: 48%;
	float:right;
/*	margin-right: 5px; */
	padding: 4px; 
	
/*	background-color:Fuchsia;  */ 	
} 

.containerLeft {
	width: 48%;
	float:left;
	padding: 5px; 
	
/*	background-color: Green;  */
} 

#flashcontent  {		
		width: 700px;
		height: 100px;
/*		border: solid 1px #000000;	*/			
}

/*  ---------------------------------------------------------------------------
    The clearfix tags below fix the issues with the Mozilla firefox browsers.  
    It basically clears the Floats that are present in the content containers
    --------------------------------------------------------------------------- */



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*  ---------------------------------------------------------------------------
    PAGE Content HTML styles
    --------------------------------------------------------------------------- */

#content p{
	margin: 15px;	
}

#content ol{	
	margin-left: 50px;
}

#content ul{	
	margin-left: 20px;
}



#content ul li{	
	margin-left: 15px;
	list-style-type:square;	
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	color: #354154;
/*	color: #002144; */
}

#content h2 {	
	font: normal 600 14px Arial, Helvetica, sans-serif;	
	color: #857464;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;

}

#content h3 {	
	font: bold normal 14px Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #002144; 
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	
}

span.subTitle, p.subTitle{
	font-weight: bold;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


/*  ---------------------------------------------------------------------------
    Image formatting
    --------------------------------------------------------------------------- */

.leftimage{
	float: left;
	margin: 0 10px 20px 0;
/*	border: 1px solid #000000; */
}

.rightimage{
	float: right;
/*	margin: 0 0 20px 15px;
	border: 1px solid #000000; */
	
	
}
img.iconPDF{
padding-right:5px
}

/*  ---------------------------------------------------------------------------
    Navigation formatting
    --------------------------------------------------------------------------- */

.submenu{

font-size:11px;
margin-left: 10px;
padding-top: 2px;
padding-left: 5px;
color: #333333;
}

.hide{
display: none;
}

.show{
display: block;
}





