/******* CRICAVA CSS STYLESHEET ******/

/******* SHARED FOUNDATION CLASSES ******/


body 
{
	background: #ffffff;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	text-align: center;
}

div.main
{
	
	width: 778px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}


div.insuranceMenu
{
	float: none;
	padding: 0px;
	width: 778px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	background: #D12000;
}

div.insuranceMenu img
{
	margin-left: 2px;
	margin-right: 2px;
}


div.header
{
	float: none;
	margin-bottom: 10px;
}


div.headerImage
{
	float: right;
	margin-right: 5px;
}

div.logo
{
	float: left;
	text-align: left;
	margin-left: 5px;
	margin-bottom: 15px;
	margin-top: 0px;
}

div.quoteBox
{
	float: right;
	margin-right: 30px;
	width: 250px;
	height: 210px;
	border: 1px solid #c0c0c0;
	background: url('../images/border-box-shaded.png') 101% repeat-y #DCDCDC;
	padding-top: 5px;
	
}

div.leftNavBar
{
	float: left;
	text-align: left;
	width: 220px;
	background: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	top: 10px;
	left: 20px;
	border: 1px solid;
	margin-bottom: 20px;
}

div.greyLine
{
	float: left;
	width: 100%;
	border-top: 4px solid #838383;
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
	font-size: 1px;
}

div.articleList
{
	width: 180px;
	line-height: 16px;
	color: #333333;
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

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: #4E81B0;
}

div.adsense
{
	text-align: center;
	margin-top: 50px;
}

div.contentArea
{
	float: right;
	width: 510px;
	text-align: justify;
	padding-right: 10px;
	margin-top: 20px;
	
}

div.redLine
{
	float: left;
	border-bottom: 4px solid #D62800;
	margin: 0px;
	padding: 0px;
	width: 778px;
	position: relative;
	top: 8px;
}

div.secondaryMenu
{
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #D62800;
	border-top: 4px solid #838383;
	width: 778px;
}

div.secondaryMenu a, div.secondaryMenu a:link, div.secondaryMenu a:visited
{
	color: #c00000;
	text-decoration: none;
	
}

div.secondaryMenu a:hover
{
	text-decoration: underline;
}

div.footer
{
	float: left;
	width: 100%;
	margin-top: 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;
}

div.footer a
{
	text-decoration: none;
	color: #c00000;
}

div.footer a:hover
{
	text-decoration: underline;
}



/****** TITLES, INPUTS AND HRS *******/


h1
{
	text-align: left;
	font-family: Tahoma, Arial, Verdana, Courier New, Courier, Helvetica;
	font-size: 18px;
	color: #D62800;
	border-bottom: 4px solid #D62800;
	text-transform: capitalize;
	background: url('../images/bullet-arrow-triple.png') no-repeat;
	padding: 0px;
	margin: 0px;
	padding-left: 40px;
}

h2
{
	text-align: left;
	font-family: Tahoma, Arial, Verdana, Courier New, Courier, Helvetica;
	font-size: 13px;
	color: #ffffff;
	text-transform: capitalize;
}

div.leftNavBar h2
{
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	border-bottom: 4px solid #D62800;
}

p
{
	line-height: 16px;
}

input.textInput
{
 	border: 1px solid #9D002E; 
 	margin-bottom: 2px;
 	font-family: Verdana;
 	font-size: 11px;
 	color: #9D002E;
 	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;
}





