/*-----------------------------------------------------------------------------
Anicetti Main Style Sheet

version:   1.0
author:    Mikel M. Sitterly, Jr.
email:     info@razorwiredesign.com
website:   http://www.razorwiredesign.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
	text-align: center;
	font: 70.5%/1.6 verdana, geneva, arial, sans-serif;
	text-align: left;
	background: #0d3c91;
	margin: 0px;
	padding: 0px;
}


/* =Headings
-----------------------------------------------------------------------------*/
p{
	margin: 0px 0px 20px 15px;
}
h1{
	font: 128.5%/1.6 verdana, geneva, arial, sans-serif;
	font-weight: bold;
	color: #003399;
	margin: 10px 0px 0px 15px;
}

h2{
	font: 128.5%/1.6 verdana, geneva, arial, sans-serif;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px 0px 15px;
}

h3{
	font: 100% verdana, geneva, arial, sans-serif;
	font-weight: bold;
	color: #003399;
	margin: 0px 0px 0px 15px;
}

em{
	font-weight: bold;
	font-style: normal;
}


/* =Links
-----------------------------------------------------------------------------*/

/*a.srollover {
	position: relative;
	margin: -25px 0px 0px 0px;
	display: block;
	width: 130px;
	height: 25px;
	background-image: url(images/quote_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 10;
} */

a.srollover {
    display: block;
    width: 130px;
    height: 25px;
    background: url("images/quote_btn.gif") 0 0 no-repeat;
    text-decoration: none;
}


a:hover.srollover {
    background-position: -130px 0;
} 

div.quotetxtlnk{
	font-size: 80%;
	line-height: 24px;
	width: 100%;
	height: 24x;
	position: relative;
	margin: 25px auto 0px auto;
	text-align: center;
	text-transform: uppercase;
	color: #0000ff;
	text-decoration: none;
}

.quotetxtlnk a:link{
	width: 100%
	height: 24px;
	color: #0000ff;
	text-decoration: none;
}

.quotetxtlnk a:visited{
	width: 100%
	height: 24px;
	color: #0000ff;
	text-decoration: none;
}

.quotetxtlnk a:hover{
	width: 100%
	height: 24px;
	color: #0000ff;
	text-decoration: underline;
}

.quotetxtlnk a:focus{
	width: 100%
	height: 24px;
	color: #0000ff;
	text-decoration: none;
}

.quotetxtlnk a:active{
	width: 100%
	height: 24px;
	color: #0000ff;
	text-decoration: none;
}

/* external links
================================== */

a[href^="https:"] {
  background: url(images/externalLink.gif) no-repeat right top;
  padding-right: 10px;
}

a[href^="http:"] {
  background: url(images/externalLink.gif) no-repeat right top;
  padding-right: 10px;
}

a[href^="http://www.anicetti.com"], a[href^="http://anicetti.com"]  {
  background-image: none;
  padding-right: 0;
}

a[href^="mailto:"] {
  background: url(images/email.png) no-repeat right top;
  padding-right: 15px;
}


/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/
#mainnav{
	text-align: center;
	position: relative;
	width: 724px;
	height: 23px;
	background: #0d3c91;
	margin: 0px auto 0px auto;
	border: 1px solid #ffffff;
	z-index: 5;
	white-space: nowrap;	
}

ul#navigation{
	margin: 0px auto 0px -45px;
	padding-left: 45px;
	list-style-type: none;
	background: transparent;
	float: left;
	width: 99%;
	white-space: nowrap;
}

ul#navigation li{
	display: inline;
	margin: 0px auto 0px auto;
	white-space: nowrap;
}

ul#navigation a{
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 11px;
	line-height: 23px;
	font-weight: bold;
	display: block;
	float: left;
	margin: 0px auto 0px auto;
	padding: 0px 16px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	background: transparent;
	white-space: nowrap;
}

ul#navigation a:hover{
	background: #5d8cbc;
}

body#home a#homenav,
body#life a#lifenav,
body#health a#healthnav,
body#long a#longnav,
body#aflac a#aflacnav,
body#disability a#disabilitynav,
body#contact a#contactnav{
	color: #ffffff;
	background: #5d8cbc;
}

/* =Sub Nav
-----------------------------------------------------------------------------*/

.quotebtn{
	position: relative;
	background-image: url(images/quote_btn.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: -5px 0px 27px 15px;
	width: 130px;
	height: 25px;
	z-index: 10;
}

.quotebtn span{
	position: absolute;
	margin: -5px 0px 27px 15px;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.btmnav{
	color: #ffffff;
	text-align: center;
	margin: 15px 0px 0px 0px;
	font-size: 70.5%/1.6;
}

a.btmnav:link {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: underline;
}

a.btmnav:visited {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: underline;
}

a.btmnav:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #99ccff;
	text-decoration: underline;
}

a.btmnav:focus {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: underline;
}

a.btmnav:active {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: underline;
}

body#home a#homelow,
body#life a#lifelow,
body#health a#healthlow,
body#long a#longlow,
body#aflac a#aflaclow,
body#disability a#disabilitylow,
body#contact a#contactlow{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #99ccff;
	text-decoration: underline;
}

body#home a#homelow:hover,
body#life a#lifelow:hover,
body#health a#healthlow:hover,
body#long a#longlow:hover,
body#aflac a#aflaclow:hover,
body#disability a#disabilitylow:hover,
body#contact a#contactlow:hover{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #99ccff;
	text-decoration: underline;
}

/* =Main Content
-----------------------------------------------------------------------------*/
#main_wrapper{
	background: #ffffff;
	width: 728px;
	margin: 30px auto 0px auto;
	border: 1px solid #000000;
}

#backcontainer{
	position: relative;
	background-image: url(images/line_bar.gif);
	width: 724px;
	height: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	z-index: 1;
}

#masthead{
	background-image: url(images/masthead_bg.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 722px;
	height: 149px;
	border: 1px solid #000000;
	margin: 2px 2px 0px 2px;
	z-index: 3;
}

#logo{
	position: absolute;
	width: 126px;
	height: 141px;
	margin: 0px 0px 0px 25px;
	background: transparent;
	z-index: 3;
}

#overlay{
	position: absolute;
	width: 335px;
	height: 210px;
	background: transparent;
	margin: -31px 0px 0px 477px;
	z-index: 3;
}

#photobox{
	position: absolute;
	width: 179px;
	height: 179px;
	background: url(images/anicetti_photo.jpg);
	margin: 13px 52px 13px 490px;
	z-index: 3;
}

#photocopybox{
	position: absolute;
	width: 179px;
	height: 179px;
	margin: 212px 52px 13px 495px;
	z-index: 3;
}


/* =Secondary Content
-----------------------------------------------------------------------------*/

#copybox{
	width: 445px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #ffffff;

}

/* =Footer
-----------------------------------------------------------------------------*/

#footer{
	margin: 20px 0px 0px 0px;
	font-family:  verdana, arial, helvetica, sans-serif;
	color: #99ccff;
	font-size: 9px;
	text-align: center;
	letter-spacing: 0px;
}

a.footlink:link {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #99ccff;
	text-decoration: underline;
}

a.footlink:visited {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #99ccff;
	text-decoration: underline;
}

a.footlink:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: underline;
}

a.footlink:focus {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #99ccff;
	text-decoration: underline;
}

a.footlink:active {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #99ccff;
	text-decoration: underline;
}


/* =Forms
-----------------------------------------------------------------------------*/

.clear {
	clear: both;
}

form {
	margin: 0px 0px 0px 0px;
	font-size: 11px;

}


/* fieldset styling */
fieldset {
	margin: 0px 0px 0px 0px;/*  space out the fieldsets a little*/
	padding: 0px;
}

/* legend styling */
legend {
	font-size: 16px;
	font-weight: bold;
}

form p {
	position: relative;
	width: 95%;
}

/* style for  labels */
label {
	float: left;
	width: 8em;
	margin: 0px 5px 0px 0px;
	font-weight: bold;
}


/* style for required labels */
label .required {
	font-size: 9px;
	color:#ff0000;
}

/* style error messages */
label .feedback {
	position: absolute;
	margin-left: 11em;
	left: 200px;
	right: 0;
	font-weight: bold;
	color:#760000;
	padding-left: 18px;
	background: url(images/error.png) no-repeat left top;
}

/* Explicitly set the width for IE6- */
* html .feedback{
	width: 8em;
}

input {
	width: 200px;
}

radiolblg{
	float: left;
}

input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


/* style form elements on focus */
input:focus, textarea:focus {
	background: #ffc;
}


textarea {
	width: 300px;
	height: 100px;
}

/* Date of Birth form styling */

#monthOfBirthLabel, #yearOfBirthLabel {
	text-indent: -1000em;
	width: 0;
}

#dateOfBirth {
	width: 3em;
	margin-right: 0.5em;
	margin-left: 0.5em;
}

#monthOfBirth {
	width: auto;
	margin-right: 0.5em;
}

#yearOfBirth {
	width: 4em;
}



/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
