
html {
	margin: 0;
	padding: 0;
	}

body {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	background: #470D3A;
	text-align:center;
	background-image: url(../Images/bgSlice.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#container 
 {
	width: 781px;  
    text-align:left;
    margin:auto;
    /*background-color:#fff;*/
	/*border:solid thin red;*/
}

#pHead {
	float:left;
	width: 164px;	
}
	#pHead h1{display:none;}
	#pHead h2{display:none;}
	
#Banner1
{
    background-image: url(../Images/banner.gif);
    background-position:top left;
    background-repeat:no-repeat;
    float:left;
    width: 162px;
    height: 136px;
	background-color:#fff;
    
}
#Banner2 
{
    background-image: url(../Images/bannerPic.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    float:left;
    width: 617px;
    height: 136px;
	background-color:#fff;
}
.clearit {float: none;}

#NavBar {
	width: 779px;
	float: left;
	background-color: #fff;	
	height: 45px;
	padding-top: 3px;
	margin: 0px;
	
	
}

    #NavBar ul
    {
        margin-left:-38px;
        list-style-type: none;
        margin-top: -1px;
   
    }

    #NavBar li
    {
        display: inline;
	    font-size: 14px;
	    color: #fff;
	    text-decoration: none;
	    background-position: left top;
	    text-align: center;
	    vertical-align: text-top;
	    line-height: 26px;
	    float: left;
	    height: 26px;	    
	    background-repeat: repeat-x;            
    } 
    
     .home
    {
        background-image: url(../images/firsttab.gif);
        background-repeat:no-repeat;
	    background-position: left top;
    	width: 121px;    
    }  
    
     .about
    {
	    width: 109px;    
	    background-image: url(../images/bgNav.gif);
	    border-left:#fff dashed 1px;
    }  
    
     .faq
    {
	    width: 249px;
        background-image: url(../images/bgNav.gif);
        border-left:#fff dashed 1px;
    }  
     .cost
    {
	    width: 152px;    
	    background-image: url(../images/bgNav.gif);
	    border-left:#fff dashed 1px;
    }  
    
     .contact     
    {
	    width: 128px;    
	    background-image: url(../images/bgNav.gif);
	    border-left:#fff dashed 1px;
    }                      
/*
    #NavBar a.style1, #NavBar a:link.style1, #NavBar a:active.style1, #NavBar a:visited.style1, #NavBar a:hover.style1
    {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        background-image: url(../images/firsttab.gif);
	    background-position: left top;
        text-align: center;
        vertical-align: text-top;
        line-height: 26px;
        float: left;
        width: 122px;
        height: 26px;
        padding-right: 1px;	
        border-right:#fff dashed 1px;	
    }
*/

#NavBar a, #NavBar a:link, #NavBar a:active, #NavBar a:visited, #NavBar a:hover
{
	color: #fff;
	text-decoration: none;
}


#Content
{
 	float:left;
	width: 764px;
	min-height: 200px;
	background-color:#fff;
	padding-left: 10px;
	padding-right:5px;
  
}


#Content2
{
 	float:left;
	width: 769px;
	min-height: 200px;
	background-color:#fff;
	padding-left: 10px;

} 

h3 { color: #336799; font-size:medium;}
h4 { color: #336799; font-size:small; font-weight:bold;}

#BottomDiv {
	background-image:url(../Images/bottomBorder.gif);
	background-repeat:no-repeat;
	float:left;
	width: 781px;
	height: 10px;
	margin-left:-1px;
	

}
	

	/*copyright div */
	#Copyright { float: left; color: #fff;}

    #Copyright a, #Copyright a:link, #Copyright a:active,  #Copyright a:visited, #Copyright a:hover {
		color: #fff;
		text-decoration:none;
		font-size:100%;
		font-weight:normal;
	}

	
	/*Design and Hosting*/
	#Design {
		text-align:right;
		float: right;
		width:350px;
		color: #fff;
		
	}
	
	#Design a, #Design a:link, #Design a:active,  #Design a:hover, #Design:visited {
	color: #ff9900;
	text-decoration:none;
	font-weight:normal;
	
	
	}

a, a:link, a:active, a:visited { color: #470D3A; font-weight: bold; text-decoration:none;}
a:hover
{
    color: #999;
    text-decoration: underline;
}
/*CMS styles*/
.pagetitle { color: #470D3A; font-size:145%; font-weight:bold;}
.subheading{ color: #470D3A; font-size:130%; font-weight:bold;}
.general {color: #333;}
.footertext{color: #333; font-size:85%;}

.footerlinks{color: #470D3A; font-size:90%;}
.footerlinks a,a:link, a:active, a:visited {color:#470D3A; text-decoration:none; font-size:90%;}
.footerlinks a:hover {color:#470D3A; text-decoration:none; font-size:90%;}

td {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
}


/*IE Fix*/
#IEProof #Content { width: 779px;}
#IEProof #Content2 { width: 779px;}
#IEProof #NavBar ul {margin-left: 10px;} 