html{
background-color:#000000; /*color of background should match top of gradient on background image*/
}

body{
background-image:url(../images/as_bg_black.jpg);  /*image of gradient for background*/
background-repeat:repeat-x;
background-position:0px 100px;
background-color:#000000;  /*color of background should match top of gradient on background image*/
}

#leftnav{
background-color:#767676; /*color of semi-transparent background of left nav*/
}

#bd{
background-color:#FFFFFF;  /*color of content area background*/
}

#logo{
background-color:#404040;  /*color of background behind logo should the image not fill the allocated space*/
}

#hd{
background-color:#000000;  /*color of background should match top of gradient on background image*/
}

#ft{
background-color:#000000;  /*color of background should match bottom of gradient on background image*/
color:#ffffff;
}

#ft_overlap{
background-color:#404040;  /*color of portion of footer that changes due to overlay of leftnav*/
}

h1{
color:#000000;
}

a
{
color:#000000;
}

a:link
{
color:#000000;
}

a:visited
{
color:#000000;
}

a:hover
{
color:#000000;
}

.homeblock_lg{  /*color of text in tagline*/
color:#000000;
}

ul#simple-menu li a{  /*menu link color*/
color:#000000;
}

ul#simple-menu li a:hover{  /*menu hover link color*/
color:#ffffff;
}

ul#simple-menu li a.current{  /*menu selected link color*/
color:#000000;
}

ul#simple-menu li a.current:hover{  /*menu selected hover link color*/
color:#000000;
}

ul#simple-menu li a{   /*tab background color*/
background:#818181;
border-top:#4b4b4b;
}

ul#simple-menu li a.current{   /*selected tab background color*/
background:#ffffff;
border-top:#4b4b4b;
}

ul#simple-menu li a.current:hover{   /*selected tab hover color*/
background:#ffffff;
}

#content_pic{  /*border of pics*/
border:solid 10px #bbbbbb;
}

#agencypic{  /*border of pics*/
border:solid 10px #bbbbbb;
}

#quote{  /*quote box colors*/
color:#000000;
background-color:#FFFFFF;
border-color:#000000;
}

#quote a{   /*quote box link colors*/
color:##000000;
}

#quote h1{   /*quote box headline color*/
color:#000000;
}

#info{		/*info box colors*/
background-color:#FFFFFF;
border-color:#000000;
}

#services{		/*policy holder services box colors*/
background-color:#FFFFFF;
border-color:#000000;
}

.homeblock_lg{		/*tagline box colors*/
background-color:#FFFFFF;
border-color:#000000;
background-image:url(../images/as_block_grey_lg.jpg);
}

.homeblock_sm{		/*highlight box colors*/
background-color:#FFFFFF;
border-color:#000000;
background-image:url(../images/as_block_grey_sm.jpg);
}

#copy{		/*copyright colors*/
color:#FFFFFF;
}

#seslink{   /*ses link color*/
color:#FFFFFF;
}
