@charset "UTF-8";
/* CSS Document */
#menu{
	width:750px;
	float:left;
}
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000039;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixRtHdr #container {
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #97473E;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	background-color: #CCCCFF;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
h2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #330099;
	padding-bottom: 3px;
}
h1 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #330099;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #zoomifycontent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 755px;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	color: #000039;
	font-weight: bold;
}
#servicespictop{
	height: 450px;
	width: 200px;
	float: left;
	margin-right: 20px;
	border: 10px solid #8179BF;
	margin-bottom: 20px;
}
#mainpicleft{
	height: 707px;
	width: 180px;
	float: left;
	margin-right: 20px;
	border: 10px solid #8179BF;
	margin-bottom: 50px;
}
#zoomifysliceleft{
	height: 620px;
	width: 75px;
	float: left;
	margin-right: 20px;
	border: 4px solid #8179BF;
	margin-bottom: 50px;
}
#testimonialblock{
	margin-left: 4px;
	margin-right: 4px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 1px;
	text-align: justify;
	border: 2px dotted #FFFFFF;
	font-weight: 300;
}
#menu a, #menu h2{
font:bold 11px/16px arial,helvetica,sans-serif;
text-decoration: none;
display:block;
white-space:wrap;
margin:0;
padding:3px 5px 3px 7px;
}
.zoompagetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#menu h2{
color:#fff;
background:#58584c no-repeat 100% 100%;
text-transform:lowercase;
z-index:500;
}

#menu a{
background:#bfbeaa;
text-transform:lowercase;
text-decoration: none;
border-width:1px;
border-style:solid;
border-color:#bfbdab #bfbdab #a7a591 #bfbdab;
z-index:500;
}

#menu a, #menu a:visited{
color:#424236;
text-transform:lowercase;
text-decoration: none;
z-index:500;
}

#menu a:hover{
color:#424236;
background:#a7a690;
text-decoration: none;
z-index:500;
}

#menu a:active{
color:#CC6600;
background:#bfbeaa;
text-decoration: none;
z-index:500;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:107px;
z-index:500;
}

#menu li{
	position:relative;
	z-index:500;
}
li {
}
.bullets {
	text-indent: 25px;
}

#menu ul ul{
position:absolute;
top:auto;
display:none;
z-index:500;
}

#menu ul ul ul{
top:0;
left:100%;
z-index:500;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

#suckerfishnav {
	background:#CFD0CA repeat-x;
	font-size:11px;
	font-family:verdana,sans-serif;
	font-weight:normal;
	width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
	float:left;
	list-style:none;
	line-height:20px;
	padding:0;
	border:1px solid #aaa;
	margin:0;
	width:100%;
    }
#suckerfishnav a {
	display:block;
	color:#000066;
	text-decoration:none;
	padding:0px 20px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
	position:absolute;
	left:-999em;
	height:auto;
	width:150px;
	font-weight:normal;
	margin:0;
	line-height:1;
	border:0;
	border-top:1px solid #666666;
	background-color: #FFFFFF;
    }
#suckerfishnav li li {
	width:150px;
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	font-weight:normal;
	font-family:verdana,sans-serif;
	background-color: #FFFFFF;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:80px;
    font-size:11px;
    color:#000066;
    }
#suckerfishnav li ul ul {
    margin:-20px 0 0 100px;
    }
#suckerfishnav li li:hover {
    background:#000066;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#ffffff;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#444444;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#000066;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#fffeff;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#ffffff;
    }

div#menu h2:hover{
background:#424236 no-repeat -999px -9999px;
z-index:500;
}

div#menu li:hover{
cursor:pointer;
z-index:500;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:bold;
color:#000;
background:#bfbeaa no-repeat 100% 100%;
text-decoration: none;
z-index:500;
}

#menu a.x:hover{
color:#424236;
background:#bfbeaa;
text-decoration: none;
z-index:500;
}

#menu a.x:active{
color:#060;
background:#bfbeaa;
text-decoration: none;
z-index:500;
}

a:link {color: #424236;}
a:visited {color: #424236;}
a:hover {color: #CC6600;}
a:active {color: #424236;}

.style1 {font-family: Arial, Helvetica, sans-serif; font-size: 10px;}
.style3 {font-size: 12px; }
.style4 {font-family: Arial, Helvetica, sans-serif}
.style5 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
.style6 {font-size: 18px; font-weight: bold;}
.testimonials {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-left: 15px;
	margin-right: 15px;
}
