* {
margin: 0; padding: 0;
}

ul {
list-style-type: none;
}

body {
background: #dadccd url(layout/bkgrad.gif) repeat-x;
color: #000;
text-align: center;
font-size: 76%;
font-family: 'Verdana', 'Arial', 'Deja Vu Sans', 'Bitstream Vera Sans', sans-serif;
}

#wrapper {
width: 750px;
text-align: left;
margin: 50px auto 10px auto;
background-color: #fff;
padding: 8px 8px 5px 8px;
font-size: 1em;
position: relative;
}

/*---------header------------------------*/
#header {
background: #4983b7 url(layout/headerbkgr1.png) bottom right;
font-family: 'Trebuchet MS';
height: 150px;
}

#header h1 {
display: none;
}

/*------navigation---------------------*/
#nav {
background-color: #1a2a43;
margin-bottom: 30px;
font-size: 0.8em;
}

#nav ul {
padding: 6px;
padding-left: 0;
}

#nav ul li {
display: inline;
}

#nav ul li a { 
text-decoration: none;
padding: 6px 20px;
color: #fff;
background-color: #1a2a43;
border-right: 1px solid #fff;
}

#nav ul li a:hover {
background-color: #54544e;
}

#nav li a#active {
background-color: #ef9b37;
}

/*-------columns-----------------------*/
#columnleft {
float: left;
margin: 0 0 40px 0;
}

#main {
width: 370px;
float:left;
font-size: 1.1em;
margin: -25px 21px 40px 21px;
}

#columnright {
width: 192px;
float: left;
font-size: 1.1em;
margin: 0 0 100px 5px;
}

/*------footer-----------------------------*/
#footer {
position: relative;
clear: both;
background: #66665f;
padding: 4px 20px;
}

/*-----sub navigation---------------------*/
#columnleft ul {
font-size: .9em;
border-top: 1px solid #dcdbd2;
width: 140px;
margin-bottom: 25px;
}

#columnleft ul li a {
display: block;
text-decoration: none;
border-bottom: 1px solid #dcdbd2;
width: 130px;
padding: 8px 5px;
color: #555;
}

#columnleft ul li a:hover {
background-color: #f8f7e9;
}

#columnleft li a#subnavactive {
background-color: #f8f7e9;}

/*-----text styling------------------------*/
h2 {
color: #7f97ac;
font-family: 'Trebuchet MS', 'Book antiqua', 'Bitstream Vera Serif', 'Gentium', serif;
font-size: 2em;
padding: 20px 0 2px 0;
}

h3 {
font-size: 1.1em;
padding: 4px 0;
font-weight: bold;
color: #555;
}

h4 {
font-size: .9em;
padding: 0 0 4px 0;
font-weight: bold;
color: #555;
}

p {
padding: 0 0 16px 0;
line-height: 160%;
}

#footer p {
color: #f7f7f3;
padding: 0;
font-size: .8em;
}

#main ul {
margin: 0 20px 16px 20px;
line-height: 160%;
}

ol {
margin: 0 20px 16px 23px;
line-height: 160%;
}


dt {
font-size: 1.1em;
padding: 20px 0 2px 0;
font-weight: bold;
color: #555;
border-bottom: 1px dashed #a6a599;
margin-bottom: 6px;
}

dd {
margin: 0 0 0 0;
padding: 0 0 10px 13px;
line-height: 160%;
background: url(layout/arrow.gif) no-repeat 0 .7em;
}


/*----link styling----------------------*/

#main a:link {
color: #ef9b37;
text-decoration: none;
border-bottom: 1px dotted #ef9b37;
}

#main a:visited {
color: #929384;
text-decoration: none;
border-bottom: 1px dotted #929384;
}

#main a:hover, #main a:active {
color: #ef9b37;
text-decoration: none;
border-bottom: 1px dotted #ef9b37;
background-color: #f8f7e9;
}

#main h3 a:hover, #main dt a:hover { /* remove link styling for same page anchors*/
color: #555;
background-color: #fff;
border: 0;
}

#footer a {
color: #f7f7f3;
text-decoration: none;
border-bottom: 1px dotted #f7f7f3;
}

#footer a:hover {
color: #ef9b37;
text-decoration: none;
border-bottom: 1px dotted #ef9b37;
}

/*-----img styling----------------------*/
#columnright img {
border: 1px solid #dcdbd2;
padding: 5px;
background-color: #f8f7e9;
margin: 0 0 -15px 0;
position: relative;
}


/*---Image zoom, modified from 'Magnify image' by CSSplay cssplay.co.uk-------*/

#imageholder {
position:relative; 
top:0; left:0; 
z-index:99;
}

#imageholder a.zoom, #imageholder a.zoom:visited {
display:block; 
width:20px; height:20px; 
text-decoration:none; 
top: -19px;left: 161px;
border: 1px solid #c7c6be;
position: relative;
background: url(layout/magnify3.png) no-repeat;
}

#imageholder a.zoom:hover {text-decoration:none; color:#000;}

#imageholder a .large {
display:block; 
width:0; height:0; 
border:0; padding: 0; margin: 0;
top:0; left:0;
}

#imageholder a.zoom:hover .large {
display:block; 
position: relative;
/*top:-195px; left:-565px; 
width:360px; height:270px; */
width:512px; height:384px;
top:-217px; left:-704px;
border:10px solid #dcdbd2;
z-index: 100;
}
