body {
	background: #fff;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0 auto;
}
a {
	color: #808059;
	font-weight:bold;
	text-decoration: none;
}
#text {
	width:440px;
}
h1 {
	font-size: 24px;
        font-family: Helvetica;
	font-weight:bold;
	color:#839fc0;
	font-variant:small-caps;
	padding: 5px;
	margin:3px;
	}
h2 {
	font-variant:small-caps;
        font-family: helvetica;
	padding: 5px;
	margin:3px;
	font-size: 21px;
	font-weight:bold;
	color:#839fc0;
	position: relative;
}
h3	{
	font-variant:small-caps;
	padding: 5px;
	position: relative;
	margin:3px;
	font-size: 17px;
	font-weight:bold;
	color:#6094DB;
}
img a {
        border: 0;
}
#wrapper {
	margin:0px auto;
	width: 960px;
}
#container {
	width:960px;
	margin:0;
	background:#fff;
	padding:0;
	float:left;
}
#header {
	float:left;
	position:relative;
	margin:0;
	clear: both;
	height: 362px;
	width:960px;
	background: url(pix/new-header.jpg) no-repeat;
}
i {
	display: none;
}
a#logo {
	position: absolute;
	display: block;
	width: 692px;
	height: 152px;
	top: 210px;
	left: 0;
}
#nav ul{
	float:left;
	padding: 0;
	clear: both;
	margin-top:-9px;
	padding-top:12px;
	background:#fff;
}
#nav ul li{
	list-style:none;
	position: relative;
	font-size: 12px;
	height: 24px;
	font-family: Arial, sans-serif;
	float: left;
	margin: 0 1px;
}
#nav ul li a{
	background:#6094db;
	display: block;
	float: left;
	text-decoration: none;
	line-height: 24px;
	color:#fff;
	padding:2px 6px;
	font-weight: normal;
}
#nav ul li a:hover{
	background:white;
	color:#6094db;
	padding:2px 6px;
	font-weight: normal;
}
#nav ul li ul {
    display: none;
    position: absolute;
    top: 37px;
    left: 0px;
    padding: 0;
}
#nav ul li:hover ul  {
    display: block;	
    width: 100px;
}
#nav ul ul li {
	margin:0;
}
#nav ul li ul li a {
	position: relative;
	padding: 2px 6px;
	width: 100px;
        font-weight: bold;
        background: #d6e1f4;
        color: #6094DB;
	border-top: 1px solid #6094db;
        z-index: 1000;
}
#nav ul li ul li a:hover {
	position: relative;
        background: #d6e1f4;
        font-weight: bold;
	color: #000;
	padding: 2px 6px;
}
#nav ul li ul li ul {
        display: block;
}
#content {
	width:940px;
	padding: 10px;
	float:left;
	clear: both;
	margin:0;
	min-height: 250px;
}
#footerText {
	width: 940px;
	padding: 0 10px;
	float: left;
	clear:both;
	color:#000;
}
#footerText .social {
	float:left;
	clear:none;
}
#footerText .paypal {
	width:180px;
	float: left;
	clear:both;
	color:black;	
	font-size: 9px;
	font-weight:bold;
}
#footerText .copy	{
	float:left;
	clear:none;
}
#footerText .snipsa	{
	font-weight:bold;
    color:orange; 
    font-size: 27px; 
    border-top: 2px solid #6094DB; 
    border-bottom: 2px solid #6094DB; 
    float:left;
}
#footerText .snipsalogo	{
	float:left;
	clear:none;
	margin:-57px 0 0 10px;
}
#footerText .address {
	color:orange; 
	font-size: 13px; 
	float:left; 
	margin: 3px 0 0 10px;
	clear:both;
}
#footerText a{
	color: #fff;
}
#footer {
	color:#6094DB;
	font-size:10px;
	width:660px;
	padding-top:10px;
	text-align:center;
	margin: 0 auto;
	clear:both;
	}
#footer a{
	color:#6094DB;
}
#edit a:link {
	color: #f3f3f3;
	font-size: 11px;
}
#edit a:visited {
	color: #f3f3f3;
	font-size: 11px;
}
#edit a:hover {color: #000;}
.floatleft {
    float:left;	
}
.floatright {
    float:right;	
}

