/*

*/
body
	{
		background-image: url(../images/weave.jpg);
		background-repeat: repeat-y;
		background-attachment: fixed;
		margin-left: 220px;
	}
div.logo
	{
	 	float: left;
		margin-top: -105px;
		margin-left: -217px;
	 	position: absolute;
	}
div.nav
	{
		width: 200px;
		height: 100%;
		position: absolute;
		margin-top: 75px;
		margin-left: -215px;
	}
div.buttons
	{
	 	float: left;
		margin-top: 10px;
		margin-left: 25px;
	 	position: absolute;
	}
div.navtext
	{
	 	float: left;
		margin-top: 0px;
		margin-left: 35px;
	 	position: absolute;
	}
div.center
	{
	 	margin-left: 25%;
		margin-top: 5%;
		position: absolute;
	}
		
div.footer
	{
		margin-top: 200px;
	}
hr.nav
	{
	 color: #000000 ;
	}

/* This section does all the preloading and actions for the buttons 
   Refer to http://www.webreference.com/programming/css_gallery/ for
   questions regarding this source. */	
/*
#menu {
    position:relative; 
    width:770px; 
    height:396px; 
    margin:20px auto 0 auto; 
    border:1px solid #aaa; 
    }
*/

/* Removing the list bullets and indentation */
#menu ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }

/* Remove the images and text from sight */
#menu a.button span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#fff;
    }

/* Adding the button images */
#menu a.button, #menu a.menu:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    /* border:1px solid #000; */ 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#menu a.auto {
    background:url(../images/Auto_UP.gif); 
    height:25px; 
    width:155px;
    }
#menu a.motorcycle {
    background:url(../images/Motorcycle_UP.gif); 
    height:25px; 
    width:155px;
    }
#menu a.home {
    background:url(../images/Home_Insurance_UP.gif); 
    height:25px; 
    width:155px;
    }
#menu a.mobilehome {
    background:url(../images/Mobile_Home_UP.gif); 
    height:25px; 
    width:155px;
    }
#menu a.business {
    background:url(../images/Business_UP.gif); 
    height:25px; 
    width:155px;
    }
#menu a.bonds {
    background:url(../images/Bonds_UP.gif); 
    height:25px; 
    width:155px;
    }
#menu a.farm {
    background:url(../images/Farm_UP.gif); 
    height:25px; 
    width:155px;
    }
#menu a.health {
    background:url(../images/Health_UP.gif); 
    height:25px; 
    width:155px;
    }
#menu a.disability {
    background:url(../images/Disability_UP.gif); 
    height:25px; 
    width:155px;
    }
#menu a.life {
    background:url(../images/Life_UP.gif); 
    height:25px; 
    width:155px;
    }
#menu a.quotes {
    background:url(../images/Get_Quote_UP.gif); 
    height:25px; 
    width:155px;
    }
#menu a.homeowner {
    background:url(../images/Home_Owner_UP.gif); 
    height:25px; 
    width:155px;
    }
#menu a.grouphealth {
    background:url(../images/Group_Health_UP.gif); 
    height:25px; 
    width:155px;
    }
#menu a.termlife {
    background:url(../images/Term_Life_UP.gif); 
    height:25px; 
    width:155px;
    }
#menu a.longterm {
    background:url(../images/Long_Term_UP.gif); 
    height:25px; 
    width:155px;
    }
	
/* change the :hover and :active actions for each button */
#menu a.auto:hover {
	background:url(../images/Auto_ACTIVE.gif);
    }
#menu a.auto:active {
	background:url(../images/Auto_DOWN.gif);
    }
#menu a.motorcycle:hover {
	background:url(../images/Motorcycle_ACTIVE.gif);
    }
#menu a.motorcycle:active {
	background:url(../images/Motorcycle_DOWN.gif);
    }
#menu a.home:hover {
	background:url(../images/Home_Insurance_ACTIVE.gif);
    }
#menu a.home:active {
	background:url(../images/Home_Insurance_DOWN.gif);
    }
#menu a.mobilehome:hover {
	background:url(../images/Mobile_Home_ACTIVE.gif);
    }
#menu a.mobilehome:active {
	background:url(../images/Mobile_Home_DOWN.gif);
    }
#menu a.business:hover {
	background:url(../images/Business_ACTIVE.gif);
    }
#menu a.business:active {
	background:url(../images/Business_DOWN.gif);
    }
#menu a.bonds:hover {
	background:url(../images/Bonds_ACTIVE.gif);
    }
#menu a.bonds:active {
	background:url(../images/Bonds_DOWN.gif);
    }
#menu a.farm:hover {
	background:url(../images/Farm_ACTIVE.gif);
    }
#menu a.farm:active {
	background:url(../images/Farm_DOWN.gif);
    }
#menu a.health:hover {
	background:url(../images/Health_ACTIVE.gif);
    }
#menu a.health:active {
	background:url(../images/Health_DOWN.gif);
    }
#menu a.disability:hover {
	background:url(../images/Disability_ACTIVE.gif);
    }
#menu a.disability:active {
	background:url(../images/Disability_DOWN.gif);
    }
#menu a.life:hover {
	background:url(../images/Life_ACTIVE.gif);
    }
#menu a.life:active {
	background:url(../images/Life_DOWN.gif);
    }
#menu a.quotes:hover {
	background:url(../images/Get_Quote_ACTIVE.gif);
    }
#menu a.quotes:active {
	background:url(../images/Get_Quote_DOWN.gif);
    }
#menu a.homeowner:hover {
	background:url(../images/Home_Owner_ACTIVE.gif);
    }
#menu a.homeowner:active {
	background:url(../images/Home_Owner_DOWN.gif);
    }
#menu a.grouphealth:hover {
	background:url(../images/Group_Health_ACTIVE.gif);
    }
#menu a.grouphealth:active {
	background:url(../images/Group_Health_DOWN.gif);
    }
#menu a.termlife:hover {
	background:url(../images/Term_Life_ACTIVE.gif);
    }
#menu a.termlife:active {
	background:url(../images/Term_Life_DOWN.gif);
    }
#menu a.longterm:hover {
	background:url(../images/Long_Term_ACTIVE.gif);
    }
#menu a.longterm:active {
	background:url(../images/Long_Term_DOWN.gif);
    }
