/* global */
html{}

body
{ font-family: verdana, "bitstream vera sans", arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .70em;
}

img { behavior: url(iepngfix.htc); border:0px; }

/* main container */
#main
{ width: 761px; height:100%;
  margin-left: auto; 
  margin-right: auto;
}

p
{ margin: 0px;
  padding: 5px 0px 5px 0px;
  line-height: 20px;
  text-transform: justify;
}

h1
{ margin: 0px 0px 0px 0px;
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 110%; 
  font-weight: bold;
  text-transform: capitalize;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 105%;
  text-decoration: underline;
  font-weight: normal;
}

h3
{ margin: 0px 0px 10px 0px;
  padding: 0px 0px 4px 0px;
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 100%;
  text-align: left;
  font-weight: bold;
}

/* Default image properties and picture opacity */

.pictures { padding-bottom: 5px; }
.pictures img {
	float:left;
  	margin:5px 0px 0px 30px;
    padding: 0px 0px 0px 0px;
    opacity:.70; filter:alpha(opacity=70); -moz-opacity:.70;
    border: 1px solid #8D9299;
}
.pictures a:hover img {
    opacity: 1.0; filter:alpha(opacity=100);-moz-opacity:1;
    border: 1px solid #E2E9EB;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

/* 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: 10px 0px 10px 0px; 
  padding: 5px 20px 5px 20px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;  
  border-bottom: 1px solid;
  text-transform: justify;
  font-weight: normal;
}

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

ul li
{ list-style-type: square;
  margin: 0px 0px 5px 25px; 
  padding: 0px;
}

/* links above the logo */
#links
{ 
  padding: 6px 0px 3px 0px;
  width: 761px;
  text-align: center;
  height: 16px;
}

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

/* logo */
#logo { 
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
#logo img { 
  padding: 0;
  margin: 0 auto;
  width: 761px;
  height: 90px;
}

#logo h1
{ padding: 33px 0px 0px 10px;
  margin: 0 auto;
  font-family: tahoma, arial, sans-serif;
  font-size: 240%;
  font-weight: bold;
  letter-spacing: .2em;
}

/* main content */
#content
{ width: 761px;
  height: 100%;
  padding: 0px;
  text-align: justify;
  overflow: hidden;  
} 

/* column 1 - contains menu, news, add links and other info */
#column1
{ width: 160px /*243px*/;
  float: left;
  padding: 15px 0px 15px 10px;
}

#column1 h1{
	margin:0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom:1px solid #C6D2D7;
}

#menu, #addlinks
{ position: relative;
  width: 153px /*216px*/;
  float: left;
  margin: 0px 0px 10px 0px;
  padding: 8px 0px 10px 0px;
  height: ;
}

#menu ul, #addlinks ul
{ margin: 0px auto; 
  padding: 0px; 
  list-style: none; 
  text-align: left; 
  width: 153px /*216px*/;
} 

#menu li, #addlinks li 
{ margin: 0px; 
  list-style: none; 
  float: left; 
} 

#menu li a, #addlinks li a 
{ float: left; 
  height: 14px;
  text-decoration: none; 
  padding: 3px 10px 4px 12px;
  width: 130px;
  border-bottom: 1px solid;
} 

#menu h1, #addlinks, .sidebaritem h1{ padding: 0px 0px 5px 12px;}

.sidebaritem
{ position: relative;
  text-align: left;
  margin: 0px 0px 10px 0px;
  padding: 8px 14px 0px 12px;
  width: 128px;
  float: left;

}

.sidebaritem[id]{height: auto;}

/* column 2 - page content */
#column2
{ text-align: justify;
  padding: 8px 22px 15px 0px;
  width: 555px;
  float: right;
}

#column2 h1
{ padding: 0px 0px 6px 0px; 
  margin: 14px 0px 12px 0px; 
  border-bottom: 1px solid;
}

.sidebaritem a, #column2 a, .sidebaritem a:hover, #column2 a:hover
{ padding: 0px;
  text-decoration: none;
}


/* page tools*/
#pagetools
{ float: right;
  position: relative;
}
#pagetools img {
	opacity:.50; filter:alpha(opacity=50); -moz-opacity:.50;
}
#pagetools a:hover img {
	opacity: 1.0; filter:alpha(opacity=100);-moz-opacity:1;
}
/* footer */
#footer
{ float: left;
  margin:0px auto;
  padding: 9px 0px 10px 0px;
  width: 761px;
  text-align: center;
  height: 65px;
}

#footer h1
{ 
  margin:0px 0px 5px 0px;
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 120%; 
  font-weight: bold;
  text-transform: capitalize;
}

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

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

input,select,textarea {
 	background-color:#FFFDED;
 	border-color:#f0f0f0;
 	margin: 5px 0px 0px 0px;
 	padding:1px;
   	border-bottom: 	1px #8D9299 solid;
   	border-top:		1px #8D9299 solid;
   	border-left:	1px #8D9299 solid;
   	border-right:	1px #8D9299 solid;
}

input:hover,select:hover,textarea:hover {
 	margin: 5px 0px 0px 0px;
 	padding:1px;
   	border-bottom: 	1px #8D9299 solid;
   	border-top:		1px #8D9299 solid;
   	border-left:	1px #8D9299 solid;
   	border-right:	1px #8D9299 solid;
	background-color:#ECF1F2;
	cursor:pointer; cursor:hand;
}

/* Form Rows */
div.row {
  clear: both;
  padding-top: 10px;
  text-align:left;
}

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
}

div.row span.formw {
  float: right;
  width: 400px;
  text-align: left;
} 
