/**
-------------------------------
General HTML Body Styling
-------------------------------
*/
body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  /*background-color:#FFFFF0;*/
  /*background-color:#E7E3E3;*/
  /*background-color: #f1ede3;*/
  background-color: #E3E3E3;
}		

a, a:link, a:visited {
  text-decoration: none; 
  color: #A261A2;
}

a:hover, a:active {
  text-decoration: none; 
  color: #999999;
}

p { line-height:1.35em; }

/*hr { 
  border-top: 1px solid #CCCCCC; 
  width : 100%; 
}*/



/**
----------------------
Basic DIV Elements 
----------------------
*/
#container {
  width: 700px;
  \width: 700px;
  w\idth: 700px;
  min-height: 350px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background-color:#FFFFFF;
/*  border: 1px solid #666666;*/
  border:0;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  text-align:left;
  /*background-color: #E7E3E3;*/
}

#topNav {
  text-align: center;
  background-color:#FFFFFF;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #A261A2;
  min-height: 20px;
  text-transform: lowercase;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
/*  padding-top: 3px;*/
/*  padding-bottom: 3px;*/
/*  border-right: 1px solid #666666;*/
/*  border-left: 1px solid #666666;*/
}



/*#topNav a:link, a:visited {text-decoration: none; color: #000000;}
#topNav a:hover, a:active {text-decoration: none; color: #FFFFFF;}*/

/*#topNav ul
{
  margin: 0;
  padding: 0;
}*/

/*#topNav ul li
{
  display: inline;
  list-style-type: none;
  padding-left: 15px;
  padding-right: 15px;
}*/

#bottomNav {
	text-align:center;
	text-transform:lowercase;
}

#rightColumn {
  float:right;
  width:150px;
  margin:0;
  margin-top:20px;
  padding:1em;
  /*min-height:600px;*/
  border-left:1px dotted #CCCCCC;
}	  
  
#leftColumn {
  float: left;
  padding-left: 10px;
  padding-bottom: 10px;
  min-height: 350px;
}	  

#content {
  padding: 1em; 	
  /*margin-right: 175px; */  /*Use when there is a right column */
  margin-right:20px; /*Use where there is no right column*/
  margin-left:20px;
  /*background-color:#FFFFFF;*/
  /*background-color: #E7E3E3;*/
  min-height: 350px; 
}

#header {
  width: 700px;
  margin: 0 auto;
  margin-top: 25px;
  background-image: url(/images/mb_header.jpg);
  background-repeat: no-repeat;
  text-align: left;
  height:135px;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
}

/*#pathway {
  width: 450px;
  margin-bottom: 10px; 
  letter-spacing   : .15em; 
  font-size: .8em;
  color: #666666; 
} */
	
#footer {
  font-weight: normal;
  clear: both;
  text-align: center;
  margin: 0px auto;
  margin-top: 0px;
/*  width: 736px;*/
/*  height: 55px;*/
  min-height: 40px;
  line-height:1.50em;
  color:#999999;
  padding-bottom: 10px;
}

	
#pagetitle { 
/*	font: 185%/1em Arial, Helvetica, sans-serif; */
	font-size:32px;
	font-weight:bold; 
	padding-top:10px;
	padding-bottom:20px;
	color:#999999;
}

#content h2 {
	margin:1em 0 .5em 0;
	font:125%/1em Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#copyright {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	margin-top:10px;
	margin-bottom:20px;
}


/*
--------------------
Nav bar elements
--------------------
*/
a#navHome {
	width:20px;
    background-image:url(../images/home.gif);
	margin-right:15px;
}

a#navHome:hover {
    background-image:url(../images/home_over.gif);
}

a#navServices {
	width:35px;
	background-image:url(../images/services.gif);
	margin-right:15px;
}

a#navServices:hover {
	background-image:url(../images/services_over.gif);
}

a#navClients {
	width:25px;
	background-image:url(../images/clients.gif);
}

a#navClients:hover {
	background-image:url(../images/clients_over.gif);
}



a .alt { display: none; }
a.navitem {
	font-family:Georgia, "Times New Roman", Times, serif;
	height:22px;
	background-repeat:no-repeat;
	float:left;
	background-position:center;
	padding:5px 10px 5px 10px;
}
a.gift { 
	color:black;
}



/**
-------------------
Class Definitions  
-------------------
*/
.sectiontitle { 
	font-size:18px;
	font-weight:normal; 
	/*padding-top:10px;
	padding-bottom:20px;*/
	color:#666666;
}

.columnHeading {
	border-bottom:1px dotted #cccccc;
	font-weight:bold;
	padding-left:2px;
	margin-bottom:10px;
/*	background-color: #CC7E55; */
}

.thumbnail {
	float:left;
	width:60px;
	border:1px solid #CCCCCC;
	margin:0 15px 0 15px;
	text-align:center;
	padding:5px;
}

.galleryLabel {
	font-weight:bold;
	font-size:1.35em;
}

.navSeparator {
	color:#999999;
}

.gift {
	text-align:center; 
	margin-top:30px; 
	font-weight:bold; 
	font-family:'Times New Roman', Times, serif; 
	font-size:14px; 
	margin-top:20px; 
	line-height:13px; 
	font-style:italic;
	color:#000000;
}

.hr {width: 680px;}

/*
.floatLeft {
	float:left;
	background-color:#99CCFF;
	width:80px;
	padding:10px;
	text-align:center;

/*
float:left;
width: 100px;
margin: 0 20px 10px 10px;
background-color: #fff;
padding: 10px;
border-top: 1px solid #999;
border-right: 3px solid #555;
border-bottom: 3px solid #555;
border-left: 1px solid #999;
text-align:center;

}
*/

img.floatLeft {
	float:left;
	margin:5px 20px 5px 5px;
}
img.floatRight {
	float:right;
	margin:5px 5px 5px 20px;
}

img.thumb {
	float:left;
	margin:5px 20px 5px 5px;
	width:150px;
	height:150px;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 3px solid #555;
	border-bottom: 3px solid #555;
	border-left: 1px solid #999;
}


img.navLinks {
  border: 0;
  margin-top: 5px;
}






 .cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(overbtn.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 211px;
height: 44px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 11px;
width: 211px;
height: 44px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav img
{
width: 211px;
height: 44px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 35px;
top: 15px;
margin: 0px;
padding: 0px;
cursor: pointer;
}
