html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {

   /*	padding: 0; */  
   	margin: 0;
  	padding: 0;
  	border: 0;
  	border-collapse: separate;
  	border-spacing: 0;
	
}

html, body { height: 100%;}

body {min-width: 817px;}

input, select {
  margin: 0;
  padding: 0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
   	background: #C3C4C4 url(images/exteriortile.jpg) center top repeat-x;
	color: #CCCCCC;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

ul {
	list-style: disc;
}

#container {
	width: 817px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	 height: auto;  
/*	z-index: 1;  */
}

#borders {
	background-image: url(images/blue_bg_tile.png);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
	display: table;
	height: auto;
	 min-height: 860px;  
	margin: auto;
	text-align: center;
	width: 817px;
	border-right: solid 5px #969696;
	border-bottom: solid 5px #969696;
	border-left: solid 5px #969696;
	/* z-index: 1; */
}

#mainContent { 
	/*  -  already here background-image: url(images/blue_bg_tile.png);
	background-repeat: repeat-y;
	background-position: center;*/
	
	margin: 0 auto;
	text-align: center;
	padding: 0;
	width: 805px;
	height: auto;	
	position: relative;
	 /* z-index: 1; */
}

#header {
	background: url(images/header_bar.png) no-repeat center;
	background-position: center top;
	z-index: 40;
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 85px;
}
	
a  {
   	text-decoration: none;
   	color: #FFFFFF;
}

a ins  {
   	text-decoration: none;
}

#content a  {
   	text-decoration: none;
   	color: #283142;
}

#contentgrow  {
	font: 12px/16px Verdana, sans-serif;
	visibility: visible;  
	  position: relative;  
	margin-top: 190px;  
	width: 100%;  
    min-height: 600px;  
	height: auto;  
	overflow: visible;  
	 /* float: right; */   
	padding: 0;
	 /* z-index: 12; */  
	text-align: left;
	color: #323155;
	
	/* - already here top: 190px; */
	
}

#contentgrow h1, p  { 
  	margin: 0 40px 0 40px;
}

#contentgrow *:first-child  {
   margin-top: 0px;
}

#content_wrapper {
	width: 100%;
	float:  right;
	
}  

#content {  /* - already here grows down with content*/ 

	font: 12px/16px Verdana, sans-serif;
	background: url(images/content_tile.png) repeat-y center;
	min-height: 470px;  /* - already here to keep the depth of the white translucent box and the left menu the same minimum height*/
	
	width: 570px;
	float: right;
	position: relative;
	display: block;
}

/*  - already here the following two styles are for a sub-box of content the full width of the white box, no fill*/

#content_box {
	width: 500px;
	position: relative;
	margin: auto;
	padding-left: 60px;
	display: block;
	clear: both;
}

.content_box {
	width: 500px;
	position: relative;
	margin: auto;
	padding-left: 60px;
	display: block;
	clear: both;
}

#content_box p,.content_box p {
	margin-left: -1.5em;
}

#mainContent #content_grow #content_wrapper #content #content_box a:link, 
#mainContent #content_grow #content_wrapper #content #content_list_box a:link { color: #283142; }
#mainContent #content_grow #content_wrapper #content #content_box a:visited, 
#mainContent #content_grow #content_wrapper #content #content_list_box a:visited { color: #283142; }
#mainContent #content_grow #content_wrapper #content #content_box a:hover, 
#mainContent #content_grow #content_wrapper #content #content_list_box a:hover { color: #F5D07D; }
#mainContent #content_grow #content_wrapper #content #content_box a:active, #mainContent #content_wrapper #content_grow #content #content_list_box a:active { color: #283142; }

#mainContent #content_grow #content_wrapper #content .content_box a:link, 
#mainContent #content_grow #content_wrapper #content .content_list_box a:link { color: #283142; }
#mainContent #content_grow #content_wrapper #content .content_box a:visited, 
#mainContent #content_grow #content_wrapper #content .content_list_box a:visited { color: #283142; }
#mainContent #content_grow #content_wrapper #content .content_box a:hover, 
#mainContent #content_grow #content_wrapper #content .content_list_box a:hover { color: #F5D07D; }
#mainContent #content_grow #content_wrapper #content .content_box a:active, #mainContent #content_wrapper #content_grow #content .content_list_box a:active { color: #283142; }


#content_top {
	background-image: url(images/content_top.png);
	background-repeat: no-repeat;
	background-position: center;
	 height: 36px; 
	width: 570px;
	float: right;
}

#content h1 {
	padding-top: 0;
}

#content h1 {
	margin-top:0px;
	margin-bottom: 8px;
	padding:0 8px 0 8px;
	line-height:120%;
}

#content_bottom {
	background-image: url(images/content_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 570px;
	height: 56px;
	float: right;
}

#column_list_box {  /* - already here intended to be used when two bulleted lists are side by side*/

	width: 200px;
	float: left;
	min-height: 200px;
	color: #000;
}

#content_list_box {  /* - already here containing box around two side by side column lists*/

	width: 440px;
	padding: 0 20px 0 20px;
	margin: auto;
}

#content_list_linked {  /* - already here containing box around two side by side column lists*/

	width: 440px;
	padding: 0 20px 0 20px;
	margin: auto;
}

.content_list_box {  /* - already here class for a second list box on the same page*/

	width: 440px;
	padding: 0 20px 0 20px;
	margin: auto;
	position: relative;
	display: block;
}

#content_list_box_white {  /* - already here one list box full width of #content, with solid white bg*/

	width: 420px;
	left: 10px;
	padding: 10px 20px 10px 30px;
	margin: 10px auto 10px auto;
	color: #666;
	background-color: #FFF;
	border: solid 2px #666;
}

.content_list_box_clear {  /* - already here class style for list boxes full width of #content, no bg color*/

	width: 420px;
	left: 10px;
	padding: 10px 20px 10px 30px;
	margin: 10px auto 10px auto;
	color: #666;
}

#content_list_box p, #content_list_box_white p, .content_list_box_white p .content_list_box p, #content_list p, .content_list p{
	margin-left: -1.5em;
}

#column_box {  /* - already here might be used to contain two side by side lists */

	width: 470px;
	display: block;
	position: relative;
	margin: 0 20px 0 20px;
}

.content_list {
	list-style: disc;
}

.application_link: { 
	width: 100%; 
	clear: both; 
	display: block; 
	margin-top: 10px; 
	margin-left: 35px; 
}

form {
	margin: 0;
	text-align: center;
}

form #yourname, #youremail {
	float: right;
}

#badge {
	background-image: url(images/badge.png);
	background-repeat: no-repeat;
	background-position: left top;
	visibility: visible;
	position: absolute;
	left: 20px;
	top: 2px;
	height: 152px;
	width: 143px;
	margin-bottom: 40px;
}

.page #header h1 {
	margin: 0;  /*  - already here zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	
	padding: 10px 0;  /* - already here using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}

#content_list {
	margin: 0 45px 0 45px;
	padding: 0;
	width: 450px;
}

.content_list ul {
	font-color: #FFF;
	list-style-type: disc;
	margin: 0;
}

#offices {
    font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

#securityguardindustryinsurancemission {
	font: italic bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	visibility: visible;  
	position: absolute;
	left: 515px;
	top: 6px;  
	border: solid 1px #FFF;
	/* z-index: 100; */
	width: 271px;
}

#securityguardindustryinsurancemission div {
	border: solid 4px #EBB98B;
	padding: 5px;

}

#subhead  {
	font: italic bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
	top: -125px;
	left: 361px;
	padding: 25px;
	width: 350px;
	color: #CCCCCC;
	list-style: disc;
	 /* z-index: 3; */
}

/* - already here #subhead ul {
	margin-top: 0;
}

#subhead ul li {
	list-style: disc;
}*/

#subhead p  {
   	font: 14px/14px Verdana, Arial, Helvetica, sans-serif;
   	margin: 0px;
   	text-align: left;
   
}

#guard  {
	background: url(images/blue_bg_tile.jpg) repeat-y center;
	position: absolute;
	width: 820px;
	height: 100%;
}

#menu {

	margin-top: -15px;
	z-index: 1000;
}


#frequentlyaskedbutton a:hover,
#industryresourcesbutton a:hover,
#generalliabilitybutton a:hover,
#insuranceagentbutton a:hover,
#umbrellaliabilitybutton a:hover,
#aboutciabutton a:hover,
#employmentpracticesbutton a:hover,
#workerscompensationbutton a:hover,
#contactinformationbutton a:hover,
#insuranceapplicationsbutton a:hover,
#homebutton a:hover  {
   background-position: -239px 0%;
}

#industryresourcesbutton a,
#frequentlyaskedbutton a,
#employmentpracticesbutton a,
#aboutciabutton a,
#workerscompensationbutton a,
#insuranceapplicationsbutton a,
#homebutton a,
#contactinformationbutton a,
#umbrellaliabilitybutton a,
#generalliabilitybutton a,
#insuranceagentbutton a  {
   background: url(images/generalliabilitybutton.png) no-repeat 0% 0px;
   display: block;
   width: 239px;
   height: 43px;
   text-decoration: none;
   color: #FFFFFF;
}

#employmentpracticesbutton,
#industryresourcesbutton,
#frequentlyaskedbutton,
#generalliabilitybutton,
#insuranceagentbutton,
#homebutton,
#contactinformationbutton,
#umbrellaliabilitybutton,
#workerscompensationbutton,
#aboutciabutton,
#insuranceapplicationsbutton  {
	font: italic bold 13px/14px Verdana, Arial, Helvetica, sans-serif;
	visibility: visible;
	position: absolute;
	left: -1px;
	width: 239px;
	height: 43px;
	text-align: right;
}

#contentgrow #formrrect  {
   	background: url(images/formrrect.png) no-repeat;
   	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
   	visibility: visible;
   	position: relative;
   	/* z-index: 4; */
   	padding: 20px 15px 5px 20px;
	margin-left: 40px;
   	width: 480px;
   	height: 137px;
}

#contentgrow #formrrect #offer  {
   	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	float: left;
	margin-top: 10px;
   	/* z-index: 5; */
   	width: 190px;
}

#offer *:first-child  {
   padding-top: 0px;
}

#contentgrow #formrrect #offer p  {
   font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
   margin: 0px;
   color: #CCCCCC;
   padding-top: 6px;
   text-align: left;
}

#contentgrow #formrrect #yournameform  {
   	color: #CCCCCC;
   	visibility: visible;
	padding: 6px 5px 5px 5px;
	margin: auto 8px auto 0;
   	width: 260px;
   	float: left;
	border: solid 2px #999999;
	background-color: #4D5472;
}

form input #submit {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: 0;
	padding-top: 0;
	width: 100%;
	float: none;
	display: block;
}

#yournameform fieldset div label  {
   margin-right: 10px;
   display: block;
   text-align: right;
   float: left;
}

#yournameform fieldset  {
   border: none;
}

#yournameform fieldset div  {
   clear: both;
}

#contentgrow #formrrect #yournameform p  {
   margin: 0;
   color: #CCCCCC;
}

#yournameform fieldset legend,
#yournameform fieldset div  {
   font: 12px/24px Verdana, Arial, Helvetica, sans-serif;
   color: #CBCBCB;
}

#yournameform fieldset *:last-child  {
   padding-bottom: 0;
}

#insurancespecialistsforthesecurityguardindustry  {
   background: url(images/id0insurancespecialistsfort.png) no-repeat;
   visibility: visible;
   position: absolute;
   left: 158px;
   top: 57px;
   /* z-index: 6; */
   width: 335px;
   height: 17px;
}

#homebutton  {
	height: 68px;
	z-index: 14;
	top: 206px;
}

#page_image img {

	position: absolute;
	top: -110px;
	left: 67px;  
	z-index:  0;
}

#insuranceagentbutton a ins  {
   text-decoration: none;
   position: relative;
   top: 15px;
   width: 168px;
   height: 21px;
   margin-right: 35px;
}

#insuranceapplicationsbutton a ins  {
   text-decoration: none;
   position: relative;
   top: 15px;
   width: 168px;
   height: 21px;
   margin-right: 35px;
}

#workerscompensationbutton a ins  {
   text-decoration: none;
   position: relative;
   top: 15px;
   width: 171px;
   height: 21px;
   margin-right: 35px;
}

#employmentpracticesbutton a ins  {
   text-decoration: none;
   position: relative;
   top: 15px;
   width: 163px;
   height: 20px;
   margin-right: 35px;
}

#contactinformationbutton a ins  {
   text-decoration: none;
   position: relative;
   top: 15px;
   width: 144px;
   height: 18px;
   margin-right: 35px;
}

#insuranceagentbutton a {
   height: 72px;
   background-image: url(images/insuranceapplicationsbutton.png);
}

#umbrellaliabilitybutton a ins  {
   text-decoration: none;
   position: relative;
   top: 15px;
   width: 123px;
   height: 21px;
   margin-right: 35px;
}

#industryresourcesbutton a ins  {
   text-decoration: none;
   position: relative;
   top: 15px;
   width: 139px;
   height: 21px;
   margin-right: 35px;
}

#generalliabilitybutton a ins  {
   text-decoration: none;
   position: relative;
   top: 15px;
   width: 115px;
   height: 21px;
   margin-right: 35px;
}

#frequentlyaskedbutton a ins {
   text-decoration: none;
   position: relative;
   top: 15px;
   width: 125px;
   height: 21px;
   margin-right: 35px;
}

#aboutciabutton a ins {
   text-decoration: none;
   position: relative;
   top: 15px;
   width: 82px;
   height: 17px;
   margin-right: 35px;
}

#homebutton a ins {
   text-decoration: none;
   position: relative;
   top: 40px;
   width: 40px;
   height: 17px;
   margin-right: 35px;
}

#insuranceagentbutton {
	height: 72px;  
	/* z-index: 5; */  
	top: 474px;  
}

#insuranceapplicationsbutton {
	height: 45px;
	/* z-index: 5; */  
	top: 431px;
}

#workerscompensationbutton {
	z-index: 12;
	top: 130px;
}

#employmentpracticesbutton {
	z-index: 11;
	top: 173px;
}

#frequentlyaskedbutton {
	z-index: 7;
	top: 345px;
}

#aboutciabutton {
	z-index: 9;
	top: 259px;
}

#contactinformationbutton {
	z-index: 8;
	top: 302px;
}

#costanzainsuranceagency {
   background: url(images/costanzainsuranceagency.png) no-repeat;
   visibility: visible;
   position: absolute;
   left: 158px;
   top: 14px;
   z-index: 6;
   width: 336px;
   height: 42px;
}

#umbrellaliabilitybutton  {
	z-index: 10;
	top: 216px;
}

#industryresourcesbutton  {
	z-index: 6;
	top: 388px;
}

#generalliabilitybutton  {
	z-index: 13;
	top: 87px;
}

#footermenu  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: -0.5px;
	margin: 0 auto 0 auto;
	padding-top: 20px;
	height: 15px;
	list-style: none;
	text-align: center;
	color: #CBCBCB;
	
	/*  - already here position: relative; */
	
	display: block;
	/* z-index: 5; */
	width: 100%;
}

#footermenu a:hover  {
   color: #F5D07D;
}


/* - already here
#footermenu a:visited  {
   color: #CBCBCB;
}
*/

#footermenu ul li a  {
   border: 0px none #000000;
   padding-left: 0px;
   padding-right: 0px;
   text-decoration: none;
   color: #CBCBCB;
   height: 100%;
}

#footermenu li  {
   height: 100%;
   display: inline;
   margin: 0px;
}

#homebutton a  {
   height: 68px;
   background-image: url(images/homebutton.png);
}


#homebutton  {
	height: 68px;
	z-index: 14;
	top: 19px;
}
/*
#page_image  {
	position: absolute;


	margin-left:
	left: 65;
	top: 79px;
	left: 43px;
	height: 245px;
	width: 312px;
}
*/
#copyright  {
	font-size: 12px;
	visibility: visible;
	position: relative;
	top: 0;
	margin: 20px auto 0 auto;
	/* z-index: 5; */
	width: 100%;
}

#copyright p  {
   font: 12px Verdana, Arial, Helvetica, sans-serif;
   margin: 0px;
   text-align: center;
   color: #CBCBCB;
}

#footer  {
    clear:  both;
	background-image: url(images/footer_bar.png);
	background-repeat: no-repeat;
	background-position: center bottom;
  	/* z-index: 1; */
	
  	/*  - already here position: relative; */
	
	width: 100%;
    height: 110px; 
}

fieldset *  {
   padding-top: 0;
   padding-bottom: 0;
   margin-left: 0;
   margin-right: 0;
}

div#offices{

   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:  100%;
   color: #CCCCCC;  
   text-align:  center;
}

.red-text {
 	color:#990000;
	text-shadow: none;
 }