@charset "UTF-8";
/* CSS Document */

/* taken from http://www.webmasterworld.com/css/3329010.htm, written by Eric Meyer*/
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: inherit;*/
/*font-style: inherit;*/
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
/*background-image: transparent;*/ /* edit! has been removed again */
} 

body{
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
}
div.wrapper{
	margin: auto;
	width: 1000px;
}
div#twit_wrap{
	zfloat: left;
	padding: 0;
	margin: auto;
	zwidth: 1000px;
}
div#twitter{
	background-image: url(../images/twitterbirdbg.jpg);
	background-position: left;
	background-repeat: repeat-y;	
	height: 60px;
	background-color: #acd4f0;
}
div#twitter img{
	margin: 12px 10px 0 5px;
	float: left;
}
div#tweet{
	zwidth:100px;
}
.twitFeed{
	padding: 10px;
	font: 12px Georgia;
	color: #3f7d9d;
	margin-top:-10px;
	margin-left:20px;
}
.twitFeed p{
	margin-top: 11px;
}
div#header{
	position: relative;
	border-bottom: #655b59 thin solid;
	height: 184px;
}
#logo{
	clear: both;
	float: left;
	padding: 30px 20px 20px 20px;
}
div#header div{
	float: left;
	height: 184px;
	width: 696px;
	zbackground-image:url(../images/illustration.jpg);
}
div#header div ul{
	position: absolute;
	top: 0px;
	left: 282px;
	z-index: 1;
	list-style: none;
}
div#header div ul li{
	z-index: 20;
	zbackground: #fff;
	height: 15px;
	display: block;
	padding: 10px 0 10px 0;
	margin: 20px 0 20px 0;
}
div#footer{
	clear: left;
	margin: auto;
	width: 1000px;
	padding: 10px 0 0 0;
	height: 50px;
	background: #c3c3c3;
	text-align: right;
}
div#footer p{
	padding: 0px 10px 0 0;
	font-weight: bold;
}
div#footer a{
	font-weight: bold;
	margin: 10px 10px 0 0;
	text-decoration: none;
	color: #5f6cc8;
}
.dot{
	background: #fff;
	float: left;
	clear: left;
	padding: 12px;
	
}
.hide{
	position: absolute;
	text-indent: -10000px;
}
.gray{
	color: #737373;
}
.line{
	text-decoration: underline;
}
.title{
	font-style: italic;
}
ul#img_list li p{
	float: left;
	display: table-cell;
	vertical-align: middle;
	background: #fff;
	width: 200px;
	zheight: 30px;
	z-index: 100;
	white-space: nowrap;
	font: 12px Georgia, "Times New Roman", Times, serif;
	zmargin: 0px 0px 0 20px;
	padding: 10px 0 9px 0;
}
/*.pic1{
	background-image:url(../images/illustration.jpg);
}
.pic2{
	background-image:url(../images/illustration2.jpg);
}
.pic3{
	background-image:url(../images/illustration3.jpg);
}*/
#current a{
	color: #bf1e2e !important;
}