@charset "utf-8";
/* CSS Document */

/*--------------------RESET-----------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: none;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*--------------------END RESET-----------------------*/

body{
text-align:center;
font:normal 12pt georgia, serif;
background-color:#CCFFFF;
color:#003300;
}

#wrapper{
position:relative;
width:960px;
margin:10px auto;
text-align:left;
background:#FFF url(images/dasiyBG.png) no-repeat top left;
}

#col1{
position:absolute;
top:230px;
left:0;
width:260px;
}

#col1 li img{
margin:2px;
padding:2px;
border:solid 1px #000;
}

.clear{
clear:left;
}

#col2{
	float:left;
	width:260px;
	margin-right:20px;
	margin-bottom:20px;
	padding-top:100px;
}

#col2 li{
margin:5px 0;
}

#col2 img{
margin:20px 2px 2px 2px;
padding:2px;
border:solid 1px #000;
background-color:#FFF;
}

#col3{
position:relative;
width:680px;
margin:0 0 0 280px;
padding-top:100px;
}

#boxOut{
border:solid 1px #003300;
-moz-border-radius:10px;
-webkit-border-radius:10px;
background-color:#EEEDBF;
-moz-box-shadow: 2px 2px 3px #666;
}

#boxOut h2{
font-weight:bold;
font-size:12pt;
}
#boxOut h3{
font-weight:bold;
font-size:1-pt;
}

#boxOut li{
margin:10px;
font-size:10pt;
}

#menu{
margin:5px;

}

#menu li{
border:solid 1px #003300;
background-color:#8C8C2F;
margin:10px 0;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-opera-border-radius:10px;
-moz-box-shadow: 2px 2px 3px #666;
}

#menu li a{
margin:3px;
padding:3px;
text-decoration:none;
line-height:130%;
font-weight:bold;
color:#FFFFC6;
}

h1{
position:absolute;
top:5px;
left:0;
width:540px;
font-size:80pt;
color:#FFFF66;
/*color:#003300;*/
line-height:90%;
text-shadow: 2px 2px 3px #666;
}

h2{
font-size:24pt;
font-weight:bold;
}

p{
margin:20px 5px;
line-height:150%;
}

p.intro{
line-height:130%;
}

/*Footer*/

#footer{
position:relative;
width:960px;
margin:0 auto;
border-top:solid 8px #CCCC66;
text-align:left;
background-color:#EEEDBF;
color:#000;
font:normal 8pt verdana, arial, helvetica, sans-serif;
}

#publications{
position:relative;
padding:12px 0 10px 10px;
width:250px;
/*background-color:#0F0;*/
}

#services{
position:absolute;
top:10px;
left:280px;
width:260px;
/*background-color:#00F;*/
}

#addressBlock{
position:absolute;
bottom:10px;
right:10px;
width:260px;
color:#000;
/*background-color:#FF0;*/
}

#addressBlock a{
color:#000;
text-decoration:none;
}

#addressBlock a:hover{
color:#F60;
text-decoration:underline;
}

.siteList li{
margin:5px 0;
}

.siteList a{
color:#000;
text-decoration:none;
}

.siteList a:hover{
color:#F60;
text-decoration:none;
}
