/******* CRICAVA CSS STYLESHEET ******/

/******* SHARED FOUNDATION CLASSES ******/


body 
{
	background: #ffffff;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	background: url('../images/background-pattern.gif') repeat;
}

div.main
{
	margin:0; 
	padding:0;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	border: 1px solid;
	background: #ffffff;
}


div.insuranceMenu
{
	float: left;
	margin-top: 0px;
	width: 770px;
	margin-bottom: 5px;
	text-align: center;
}

div.insuranceMenu a
{
	margin-left: 3px;
	margin-right: 4px;
}

div.line1
{
	float: left;
	font-size: 1px;
	width: 770px;
	height: 3px;
	background: #787878;
}

div.line2
{
	float: left;
	font-size: 1px;
	width: 770px;
	height: 5px;
	background: #C2C2C2;
}

div.line3
{
	float: left;
	font-size: 1px;
	width: 770px;
	height: 9px;
	background: #D4D4D4;
}

div.secondaryMenu
{
	float: right;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 2px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	border: 1px solid #A3A3A3;
	margin-bottom: 5px;
}

div.secondaryMenu a, div.secondaryMenu a:link, div.secondaryMenu a:visited
{
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

div.secondaryMenu a:hover
{
	text-decoration: underline;
}

div.header
{
	float: left	
}

div.headerImage
{
	float: right;
	margin-right: 5px;
}

div.quoteBox
{
	float: left;
	margin-left: 5px;
	margin-top: 0px;
	width: 230px;
	border: 1px solid #c0c0c0;
	border-right: 0px solid;
	background: url('../images/border-box-shaded.png') 101% repeat-y #DCDCDC;
	padding-top: 5px;
	padding-bottom: 15px;
	
}

div.leftNavBar
{
	float: left;
	text-align: left;
	width: 210px;
	background: #E0E0E0;
	padding-top: 10px;
	position: relative;
	top: -45px;
	left: 10px;
	padding-bottom: 10px;
}

div.articleList
{
	width: 205px;
	margin-left: 10px;
	line-height: 16px;
	color: #333333;
	margin-bottom: 10px;
}

div.articleList a, div.articleList a:link, div.articleList a:visited
{
	line-height: 18px;
	padding-left: 20px;
	color: #333333;
	text-decoration: none;
	background: url('../images/arrow-orange-double.png') no-repeat;
}

div.articleList a:hover
{
	text-decoration: underline;
	color: #FF9C00;
}

div.adsense
{
	float: none;
	border: 1px solid;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	text-align: center;
}


div.contentArea
{
	float: left;
	width: 530px;
	text-align: justify;
	margin-left: 20px;
}
	

div.footer
{
	float: left;
	clear: both;
	width: 770px;
	background: #E1E1E1;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.states
{
		
}

div.copyright
{
	margin-top: 10px;
}


div.footer, div.footer a
{
	text-align: center;
	font-family: Tahoma, Arial, Verdana, Courier New, Courier, Helvetica;
	font-size: 11px;
	color: #333333;
	float: none;
}

div.footer a
{
	text-decoration: none;
	color: #FF9C00;
}

div.footer a:hover
{
	
	text-decoration: underline;
}



/****** TITLES, INPUTS AND HRS *******/


h1
{
	float: none;
	display: block;
	text-align: right;
	font-family: Tahoma, Arial, Verdana, Courier New, Courier, Helvetica;
	font-size: 18px;
	color: #000000;
	border-bottom: 1px solid #c0c0c0;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	background: url('../images/bullet-squares.png') no-repeat;
}

h2
{
	text-align: left;
	font-family: Tahoma, Arial, Verdana, Courier New, Courier, Helvetica;
	font-size: 13px;
	color: #ffffff;
	text-transform: capitalize;
}

div.leftNavBar h2
{
	color: #333333;
	font-size: 15px;
	padding-left: 2px;
}

p
{
	line-height: 16px;
}

input.textInput
{
 	border: 1px solid #c0c0c0; 
 	margin-bottom: 2px;
 	font-family: Verdana;
 	font-size: 11px;
 	color: #c0c0c0;
 	height: 15px;
 	padding-left: 5px;
}

textarea.textInput
{
	border: 1px solid #9D002E; 	
	font-family: Verdana;
 	font-size: 11px;
 	color: #9D002E;
 	padding-left: 5px;
 	overflow: auto;
}

input.submitButton
{
	border: 1px solid #ffffff;
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;;
	background: #C00000;
} 

hr 
{	
	height: 3px;	
	color: #3F4945;
	background-color: #3F4945;
	border: 0;
	padding: 0px;
}

img
{
	border: 0px;
}



