html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; } 

body { 
    background-color:#2B4C7F;
	background-image:url(images/bg1.jpg);
	background-repeat:repeat-x;				
	font-family: Arial, Helvetica, sans-serif;
	color: #726257;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
    padding:0;
}

h1{margin:0px;font-size:18px; font-weight:bold;color:#726257;}
h1.caption{margin:0px;font-size:14px; font-weight:bold;color:#726257;}
h2{margin:0px;font-size:16px;font-weight:bold;color:#9E005D;}
h3{margin:0px;font-size:14px;color:#9E005D;}
h4{margin:0px;font-size:13px;color:#0CABD4;}
p {line-height:18px;margin-top:3px;text-align:justify;}
.red{font-size:12px;font-weight:normal;color:#FF0000;}

/*#wrap{margin:auto;width:849px;}*/
#wrap{margin:auto;width:849px;
background-color:#FFFFFF;}
#siteby{
line-height:28px;
height:30px;
text-align:right;
background-color:#2B4C7F;}
#header{width:849px;height:500px;background-image:url(images/top.jpg);}
#nav{width:849px;
     height:46px;
	 background-image:url(media/menur_bg.gif);}
#mid{width:809px;padding:20px;background-color:#FFFFFF;}
#footer{background-image:url(images/footer-2.jpg);width:849px;height:100px;border-top: 6px solid #6A9FC7;border-bottom: 6px solid #6A9FC7;}
#footergap{ background-color:#2B4C7F;height:20px;}
#justaspace{height:50px;}




img.logo{position:relative; left:30px; top:90px;}
img.ink{position:relative; left:250px; top:-10px;}


img.floatRight { 
    float: right;
	padding:2px;
	background-color:#E1E1E1;
	border: 1px solid #636363;  
    margin: 0 0 4px 10px; 
}

img.floatLeft { 
    float: left;
	padding:2px;
	background-color:#E1E1E1;
	border: 1px solid #636363; 
    margin: 4px 10px 0 0; 
}

img.frame5{padding:4px;
	       background-color:#E1E1E1;			
	       border: 1px solid #636363;}
		
.imageframe{
padding:2px;
border: 1px solid #339900;}
	

/* Links */

a:link {
color: #448CCB;
text-decoration: none;
}

a:visited {
color: #448CCB;
text-decoration: none;
}

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

a:active {
color: #448CCB;
text-decoration: none;
}


/*Shush*/
.quiet a:link, .quiet a:visited {
color:#38B549;
text-decoration: none;
}

.quiet a:hover {   
	color: #FFFFFF;	
	text-decoration: underline;
	}

/*Thumb*/
a.thumbnail, a.thumbnail:visited, a.thumbnail:active {
float:left;	
	padding:4px;
	background-color:#E1E1E1;			
	border: 1px solid #636363;
	}

a.thumbnail:hover {
    background-color:#CCCCCC;	
	border: 1px solid #636363;
	}

.thumbText{
line-height:28px;
text-align:center;
font-weight:bold;}


a.thumb, a.thumb:visited, a.thumb:active {
	float:left;	
	padding:1px;
	background-color:#FFFFFF;			
	outline: none;	
	}

a.thumb:hover {
    background-color:#d8e8e8;	
	outline: none;
	}

#gallery {
		background-color: #FFFFFF;
		padding-left: 5px;
		width: 750px;
	}
	#gallery { list-style: none; }
	
	#gallery  img {
		border: 5px solid #0CABD4;		
		margin-top: 10px;
		margin-right: 10px;
	}
	#gallery  a:hover img {
		border: 5px solid #82E0F8;	
		margin-right: 10px;	
		color: #fff;
	}
	#gallery  a:hover { color: #F8F8F8; }


.indent20{padding-left:20px;}
.indent40{padding-left:40px;}
.indent50{padding-left:50px;}
.indent60{padding-left:60px;}


/* Menu2 */	

/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{	
	padding: 0 0 0 8px;/*was 54*/
	margin: 0 auto 0 auto;
	/*background: url(media/menur_bg.gif) repeat-x; */
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#726257;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 20px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(media/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(media/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}
	





#map { 
      width:600px;
      height: 600px;
      font-family: Arial, Helvetica, sans-serif;
	  color: #444;
	  font-size: 12px;
	  border: 1px solid #2B4C7F;
	  padding:2px;}
			
#sidebar{
width:160px;
background-color:#9E5E2DE;
border: 1px solid #2B4C7F;
padding:10px;
vertical-align:top;}

