    /* <!-- */

	/* special font */
	
@font-face
{
    font-family: 'CartoGothic';
    src: url('fonts/cartogothic/CartoGothicStd-Book.eot'); 
    src: local('CartoGothicStd-Book'), 
         url('fonts/tenderness/CartoGothicStd-Book.ttf') format('truetype'); 
    font-weight:400;
}

  h1, h2, h3 {
  		font-family:'CartoGothic', Verdana, Arial, Helvetica, san-serif;
  		}
  
	/* end of special font */

	/* General styles */
    body {
        text-align:center;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        background:#fff;
		font-size:90%;
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, san-serif;

    }
	a {
    	color:#0700ff;
	}
	a:hover {
		background:#e4d9b8;
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
		border: none;
	}

    .floatleft {
        float: left; 
        margin-right:8px;
    }
    
    .floatright {
        float: right; 
        margin-left:8px;
    }
    
    .center {display: block; margin-left: auto; margin-right: auto; text-align: center;}
	
	.hottext {
		color:red;
		font-size: 16px;
	}
	
#cklist1
{
list-style: none;
}

#cklist1 li
{
padding-left: 40px;
background-repeat: no-repeat;
background-position: 0 .5em;
margin-top: 3em;
font-size: 16px;
font-weight: bold;
font-family: Garamond, Georgia, Times, “Times New Roman”, serif;
background: url(bullet1sm.png) no-repeat 0 0; 
}

#cklist2
{
list-style: none;
}

#cklist2 li
{
padding-left: 40px;
background-repeat: no-repeat;
background-position: 0 .5em;
margin-top: 3em;
font-size: 16px;
font-weight: bold;
font-family: Garamond, Georgia, Times, “Times New Roman”, serif;
background: url(bullet1sm.png) no-repeat 0 0; 
}
#cklist3
{
list-style: none;
}

#cklist3 li
{
padding-left: 40px;
background-repeat: no-repeat;
background-position: 0 .5em;
margin-top: 3em;
font-size: 16px;
font-weight: bold;
font-family: Garamond, Georgia, Times, “Times New Roman”, serif;
background: url(bullet1sm.png) no-repeat 0 0; 
}
#cklist4
{
list-style: none;
}

#cklist4 li
{
padding-left: 40px;
background-repeat: no-repeat;
background-position: 0 .5em;
margin-top: 3em;
font-size: 16px;
font-weight: bold;
font-family: Garamond, Georgia, Times, “Times New Roman”, serif;
background: url(bullet1sm.png) no-repeat 0 0; 
}

	/* Fixed Width Styling */
	#fixed {
     margin:0 auto;
     width:960px;   /* you can use px, em or % */
     text-align:left;
     }
    /* Site Title */
    #sitetitle {
    background:#e4d9b8;
    width:960px;
    border-bottom:4px solid #000;
	border-right:4px solid #000;
	border-left:4px solid #000;
	border-top:4px solid #000;
    text-align:center;
    }
	#sitetitle h1 {
        margin:0;
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:960px;
		background-image: url(groundhoglogo.gif); 
		height:200px;  /* set to background image height */
		border-right:4px solid #000;
		border-left:4px solid #000;
	}
	
    /* Side nav */
    #sidenav {
	    width: 200px;
	    margin: 0;
	    padding: 0;
	    }
	    
    #sidenav ul {
    list-style-type: none;
    padding: 0;
    margin-left: 0;
    }
	
    #sidenav li a {
	    height: 32px;
      	voice-family: "\"}\""; 
      	voice-family: inherit;
      	height: 24px;
	    text-decoration: none;
	    list-style-type:none;
	    }	
	
    #sidenav li a:link, #sidenav li a:visited {
	    color: #000;
	    display: block;
	    background:  url(sidenav.gif);
	    padding: 8px 0 0 30px;
	    }
	
    #sidenav li a:hover {
	    color: #000;
	    background:  url(sidenav.gif) 0 -32px;
	    padding: 8px 0 0 30px;
	    }	
	
	/* centered menu */
    #centeredmenu {
       float:left;
       width:960px;
       background:#e4d9b8;
       border-bottom:4px solid #000;
	   border-right:4px solid #000;
	   border-left:4px solid #000;
       overflow:hidden;
       position:relative;
    }
    #centeredmenu ul {
       clear:left;
       float:left;
       list-style:none;
       margin:0;
       padding:0;
       position:relative;
       left:50%;
       text-align:center;
    }
    #centeredmenu ul li {
       display:block;
       float:left;
       list-style:none;
       margin:0;
       padding:0;
       position:relative;
       right:50%;
    }
    #centeredmenu ul li a {
       display:block;
       margin:0 0 0 1px;
       padding:3px 10px;
       background:#e4d9b8;
       color:#000;
       text-decoration:none;
       line-height:1.3em;
    }
    #centeredmenu ul li a:hover {
       background:#a05533;
       color:#fff;
    }
    #centeredmenu ul li a.active,
    #centeredmenu ul li a.active:hover {
       color:#fff;
       background:#000;
       font-weight:bold;
    }
    
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:960px;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:#e4d9b8;    	/* Right column background colour */
	border-right:4px solid #000;
	border-left:4px solid #000;
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-230px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:460px;         	/* Left column width + right column width */
        background:#e4d9b8;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:230px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 243px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:200px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-hand side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:200px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:960px;
		border-top:4px solid #000;
		border-right:4px solid #000;
		border-left:4px solid #000;
		border-bottom:4px solid #000;
		background:#a05533;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
  
.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}  
  
    /* --> */

