body,
	html {
		margin:0;
		padding:0;
		background:#fff;
		color:#000;
	}
	body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5C5C5C;
	min-width:910px;
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat-x;
	height:100%;
	}
	#wrap {
		margin:0 auto;
		width:910px;
		min-height:600px;
	}
	#nav {
	z-index:2;
	margin:0;
	}
	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li{
		display:inline;
		margin:0;
		padding:0;
	}
	#main {
	margin-left: 15px;
	display: inline;
	padding-right: 10px;
	border-right: dotted 1px #ccc;
	position:relative;
	top:40px;
	float:left;
	width:700px;
	height:100%;
	background-color: #fff;
	margin-top:25px;
}
	#main h2, #main h3 {
		padding:0 10px;
    }
	#maintextbox{
	position:relative;
	top:360px;
	width:50%;
    text-align:justify;
	}
	#sidebar {
	background-color:#FFF;
	position:relative;
	float:right;
	width:173px;
	margin-top:65px;
	height:500px;
	padding:5px;
	text-align:left;
	background-image: url(images/sidebarBG.jpg);
	background-repeat: repeat-x;
	}
	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
    }
	#sidebar a:link {
		color:#5C5C5C;
		text-decoration:none;
    }
	#sidebar a:visited {
		color:#5C5C5C;
		text-decoration:none;
    }
	#sidebar a:hover {
		color:#000;
		text-decoration:none;
    }
	#sidebarpics{
	margin:5px;
	}
	#footer {
	background-image:url(images/footerBG.jpg);
	background-repeat:repeat-x;
		background:#f3f3f3;
		clear:both;
		text-align:center;
		padding:5px;
		margin:0;
		font-family: Geneva, Arial, Helvetica, sans-serif;
	    font-size: 11px;
	    font-weight: normal;
	    color: #fff;
		height:39px;
	}
	#footer a:link{
	text-decoration:none;
	}
.img-shadow{
	margin-right:8px;
	margin-bottom:8px;
	}
	/* Navigation */

ul#menued{
float:right;
margin:0;
padding:10px 0 0 0;
list-style-type:none;
width:auto;
position:relative;
display:block;
height:25px;
text-transform:uppercase;
font-size:14px;
font-weight:bold;
letter-spacing: 2px;
font-family:Geneva, Arial, Helvetica, sans-serif;
}
ul#menued li{
display:block;
float:left;
margin:0;
pading:0;
}
ul#menued li a{
display:block;
float:left;
color:#ffffff;
text-decoration:none;
margin:0;
padding:10px;
height:35px;
background:transparent url(images/bgDIVIDER.gif) no-repeat top right;
}
ul#menued li a:hover{
background:transparent url(images/navbg.jpg) no-repeat top right;
color:#fff;
text-decoration:none;
}
ul#menued li a.current,ul#menued li a.current:hover{
color:#fff;
background:transparent url(images/navbg_or.jpg) no-repeat top right;
}

/* End Nav */

#clientboxes{
	width:auto;
	text-align:left;
	height:182px;
	background-color:#fff;
	border: 1px solid #c2c2c2;
	padding:5px;
	margin-bottom:8px;
}
#clientboxes img{
padding-right:8px;
}
#logo{
position:relative; 
top:68px; 
width:900px;
float:left;
}

.img-space{
padding:10px 10px 10px 0;
}
.img-space2{
padding:10px 10px 40px 0;
}
.balls{
list-style-image: url(images/0069_mooshak.png);
padding-bottom: 8px;
line-height: 18pt;
}
.greytop{
padding:0;
height:14px;
	background-image: url(images/bluetop.gif);
	background-repeat: no-repeat;
}
.greymid{
padding:10px;
background:#c5ccde;
}
.greybot{
padding:0;
height:14px;
	background-image: url(images/bluebot.gif);
	background-repeat: no-repeat;
}
h1, h2, h3, h3 {
	font-style: italic;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
blockquote {
	font-size: 18pt;
	padding: 0;
	margin: 15px 0;
	color: #333;
	font-style: italic;
}
.testimage{
padding:5px 5px;
}
.contactmain{
font-size:14px;
width:370px;
float:left;
height:130px;
padding:0 30px 0 50px;
text-align:right;
}
.smalldesc{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:right;
}
.notoppadtitle{
	font-size: 18px;
	padding-bottom:0;
}





/* CSS NAVIGATION */

 
	  
	  
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding-top:10px;
list-style-type: none;
width:600px;
z-index:1;
float:right;



}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: right;/*overall menu background color*/
text-transform:uppercase;
font-size:14px;
font-weight:bold;
letter-spacing: 2px;
font-family:Geneva, Arial, Helvetica, sans-serif;
background:transparent url(images/bgDIVIDER.gif) no-repeat top right;
width:auto;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: auto; /*Width of top level menu link items*/
padding: 10px 8px;
text-decoration: none;
color:#FFFFFF;
background:transparent url(images/bgDIVIDER.gif) no-repeat top right;
padding-bottom:25px;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0px;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
color:#FFFFFF;
background-color:#000000;
padding:0px;
width:auto;
border: 1px solid #ffffff;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
color:#FFFFFF;
text-align:left;
width:auto;
border-left: 1px solid #ffffff;
padding-left:0px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
visibility: hidden;
color:#FFFFFF;

}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{

display: block;
width: auto; /*Width of top level menu link items*/
padding:  8px;
border-left-width: 0;
text-decoration: none;
color:#FFFFFF;
float:none;
}

.suckertreemenu ul li a:hover{
color: white;
background:transparent url(images/navbg.jpg) no-repeat top right;
height:100%;
}
.suckertreemenu ul li ul li a:hover{
color: white;
height:auto;
background:transparent url(images/navbg.jpg);
background-repeat:repeat-x;
}



/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{

}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{

}