@charset "utf-8";
/* CSS Document */
body{
	/*background:url(../images/pattern_136.gif) repeat;*/
	background: #FFF url(../images/swirls.png) no-repeat; /*#73ADD7 url(images/gradient.gif) repeat-x;*/
	background-position:top;
	background-color: #333;/*#999;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#00757f;
	min-height:1000px;
	font-size:12px;

}

#wrap{
	width:725px;
	background-color:#FFF;
	padding:10 0px 10px 0px;
	margin-top:60px;
	border:solid #CCC 1px;
}

.header{
	width:700px; 
	height:135px; 
	padding-top:10px;
}
.nav{
	/*background-image:url(../images/nav_bg.jpg);
	background-repeat:no-repeat;
	background-position:left;*/
	width:700px;
	color:#7fb9c2;

	font-family:AvantGarde Bk BT, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	letter-spacing:3px;
		
}

.content{
	/*background-image:url(../images/bottom_boxes.jpg);*/
	background-position:top right;
	background-repeat:no-repeat;
	width:700px;
	min-height:500px;
	vertical-align:top;
/*	border:solid 1px;*/
}


.content p{
	text-align:left;
	/*margin-right:375px;
	margin-left: 25px;*/
}


.content td, th{
	vertical-align:top;
	padding:15px;
}


.pf{
	font-size:12px; 
	color:#00757f;
}

.pf a{
	color:#006666;
	font-weight:bold;
}

.pfdiv{
	width:300px; 
	text-align:left; 
	margin-right:375px;
}

.right {
	padding-right:275px;
}

hr{
	color:#00757f;
	border-width: 1px;
	border-style:solid;
	
}

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

a{
	text-decoration:none;
	color:#00757f;
	font-weight:bold;
}


a img{
	text-decoration:none;
	border:none;
}

input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.sub{
	background-image:url(../images/send.jpg);
	background-repeat:no-repeat;
	border:none;
	width:117px;
	height:48px;
	cursor:pointer;
	border:none;
	border-style:none;
}
textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

ul{
	text-align:left;
	
}


#wrapper{
	width:725px;
	margin: 0 auto;
	text-align:left;
	position:relative;
	margin-right:375px;
}

#rightPanel{
	width:325px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	text-align:center;
}
#leftPanel{
	width:325px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	text-align:center;	
}



h1{
	margin: 0px 0px 0px 0px;
	color:#65abb5;
}

h2{
	margin: 0px 0px 0px 0px;
	color:#65abb5;
}
h3{
	margin: 0px 0px 0px 0px;
	color:#00757f;
	font-size:14px;
	text-align:left;
}

.footer{
	text-align:center;
	font-size:10px;
}

.mH {
	/*color:#FFFFFF; */
	cursor:pointer;  
	font-weight:bold; 
	/*padding-top:2px; 
	padding-left:2px;	*/
}
.sm{
	font-size:9px;
	cursor:pointer;
	}


/*  FOR GALLERY/PORTFOLIO  */
.gallerycontainer{
position: relative;

/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border:none;
}

.thumbnail a img {
border:none;
}


.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: nono;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -1000px;
border: 1px solid #00757f ;
visibility: hidden;
color: #00757f;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 310px; /*position where enlarged image should offset horizontally */
top:100px;
z-index: 50;
}





.thumbnail2 img{
border:none;
}

.thumbnail2 a img {
border:none;
}


.thumbnail2:hover{
background-color: transparent;
}

.thumbnail2:hover img{
border: nono;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -1000px;
border: 1px solid #00757f ;
visibility: hidden;
color: #00757f;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: -400px; /*position where enlarged image should offset horizontally */
top:100px;
z-index: 50;
}

