@import url("lightbox.css");
/* global */
html{height: 100%;}

body
{
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 0.7em;
}

p
{
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.5em;
	font-size: 1.2em;
	color: #000000;
}

h1
{
	font-family: arial, sans-serif;
	letter-spacing: .1em;
	color: #FFF;
}

h2
{
	margin: 0px;
	font-size: 150%;
	color: #003300;
	text-transform: capitalize;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

img{
	border: 0px;
	text-decoration: none;
}

a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 0px 20px;
	border-left: 8px solid;
	background-color: #0000CC;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: none;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* main container */
#main
{ width: 780px;
  margin-left: auto; 
  margin-right: auto;
}

/* links above the logo / footer */
#links
{
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	height: 20px;
	font-size: 94%;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 21px;
	padding-bottom: 0px;
	padding-left: 19px;
}
#footer
{
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	height: 35px;
	font-size: 94%;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 21px;
	padding-bottom: 0px;
	padding-left: 19px;
}

#links{text-align: right;}

#footer{text-align: center;}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: underline;}

/* logo */
#logo
{ margin-left: auto; 
  margin-right: auto;
  width: 760px;
  height: 100px;
  text-align: left;
}

#logo h1
{
	margin: 0px;
	font-size: 150%;
	letter-spacing: .2em;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 19px;
}

/* navigation menu */
#menu
{ height: 42px;
  width: 760px;
  margin-left: auto; 
  margin-right: auto;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
} 

#menu li a 
{
	display: block;
	float: left;
	height: 29px;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 1px;
	padding-left: 12px;
	color: #666666;
	font-weight: bold;
	letter-spacing: 0.1em;
} 

/* main content */
#content
{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: auto;
	padding: 0px;
	overflow: hidden;
} 

/* column 1 - contains sidebar items */
#column1
{
	width: 207px;
	float: right;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.sidebaritem
{
	text-align: left;
	width: 188px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.sbihead
{
	height: 14px;
	width: 188px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 19px;
}

.sbihead h1
{ padding: 0px; 
  margin: 0px; 
  font-weight: bold;
  font-size: 112%;
}

.sbicontent{
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 19px;
}

.sbicontent p
{
	line-height: 1.2em;
	padding: 0px 0px 8px 0px;
}

.sbilinks{padding: 0px;}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;
  width: 188px;
  border: 0px;
} 

/* column 2 - page content */
#column2
{
	text-align: justify;
	width: 522px;
	float: left;
	background-image: url(../media/cbg.jpg);
	background-repeat: repeat-x;
	padding-top: 12px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 19px;
}

#column2 h1
{
	padding: 6px 0px 4px 0px;
	margin: 0px 0px 12px 0px;
	font-size: 110%;
	text-transform: uppercase;
	font-weight: normal;
}

.sidebaritem a, #column2 a, .sidebaritem a:hover, #column2 a:hover
{
	padding: 0px 0px 2px 0px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #009900;
}

.sidebaritem a:hover, #column2 a:hover{
	color: #00C;
}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{
	float: right;
	text-align: left;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input, textarea
{ width: 259px; 
  font-family: verdana, arial, sans-serif;
  border: 1px solid;
  font-size: 100%;
  margin: 2px;
}

.submit
{
	font-family: verdana, arial, sans-serif;
	border: 1px solid;
	width: 90px;
	height: 22px;
	cursor: pointer;
	font-size: 100%;
	font-weight: bold;
	color: #FFF;
	background-image: url(../media/sbi_header.png);
	float: left;
}
#map {
	height: 300px;
	width: 490px;
	margin-right: 10px;
	margin-left: -3000px;
}
.sidebaritem .sbicontent h2 {
	font-size: 1.2em;
	color: #FFF;
}
#main #content #column2 #content2 img {
	padding: 5px;
	text-align: center;
	display: inline;
}
.hid {
	position: fixed;
	color: #333;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	visibility: hidden;
	text-indent: -30000px;
	float: left;
}
#divbox{
	width: 480px;
	border: 1px solid #363636;
	float: none;
	background-color: #666;
	margin-top: 7px;
	line-height: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 15px;
}
#divbox a :img {
	text-decoration: none;
}
#divbox a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#divbox a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.latest_img {
	text-decoration: none;
}
. latest_img a:{
	
	text-decoration: none;
}
#main #content #column1 .sidebaritem .sbicontent a .latest_img {
	text-decoration: none;
}
.bl {
	color: #009999;
	line-height: 1.8em;
	font-size: 1.2em;
}
#divboxdgr{
	width: 500px;
	border: 1px solid #363636;
	float: none;
	background-color: #CCCCCC;
	margin-top: 7px;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 5px 5px 23px #474347;
-moz-box-shadow: 5px 5px 23px #474347;
box-shadow: 5px 5px 23px #474347;
}
#divboxdgr a :img {
	text-decoration: none;
}
#divboxdgr a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#divboxdgr a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sidebaritem a img
{
	padding: 0px 0px 2px 0px;
	text-decoration: none;
}
#main #content #column1 .sidebaritem .sbicontent p a .latest_img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#titleh{
	font-family  :Tahoma, Geneva, sans-serif;
	margin-bottom:20px;
	color        :#000;
	font-size    :1.9em;
	text-transform: capitalize;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-bottom: 12px;
    }
.footerhid {
	font-size: 9px;
	color: #0C0C0C;
	left: -3000px;
	visibility: hidden;
	width: 800px;
}
.pad {
	letter-spacing: 0.3em;
	font-weight: bold;
	color: #00FFFF;
}
#main #content #column1 img {
	margin: 3px;
	padding: 2px;
	background-color: #666666;
	border: thin solid #999999;
}
#main #footer a {
	color: #666666;
}
.footer p1 {
	color: #00FFFF;
}
#main #content #column2 .bl a:hover {
	color: #CCCC00;
}
#main #content #column2 .bl a {
	color: #0099FF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #00FFFF;
}
.smallbox {
	font-size: 1em;
	color: #00CCFF;
	width: 95%;
}
