body {
	background: white;
    font: 12px Verdana,Arial,Helvetica,sans-serif;
}

a {
    text-decoration: underline;
}
a:hover {
    color: #b2b2b2;
}

#container {
	width: 814px;
	margin: 0 auto;
    padding-bottom: 20px;
}
#content {
	margin-top: 10px;
}
html>body #content {
	overflow: hidden;
}
* html #content {
	height: 1%;
}

#main-col {
	width: 58%;
	float: right;
}
#main-col p {
	margin: 5px 0 10px;
}
a + h2 {
    margin-top: 25px;
}
* html h2 {
    margin-top: expression((this.previousSibling && this.previousSibling.nodeName == "A") ? "25px" : "0");
}
#main-col ul {
    margin-left: 40px;
    list-style: disc;
}
#main-col li {
    list-style: disc;
}
#header {
	height: 200px;
	position: relative;
}
#logo {
	position: absolute;
	top: 25px;
	left: 340px;
}
#pdf {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    /*
    background: url(/img/pdf.gif) no-repeat;
    */
    top: 100px;
    /*
    overflow: hidden;
    line-height: 1000px;
    */
}

#flash-titles {
    width: 700px;
    margin: 0 auto 10px;
    padding-left: 25px;
}

/* {{{ main menu */
#flash-menu {
    position: absolute;
    top: 105px;
    left: -10px;
    width: 320px;
    overflow: hidden;
}
#main-menu {
}
#main-menu li {
	width: 80px;
	height: 40px;
	float: left;
	position: relative;
}
#main-menu a, #main-menu b {
	display: block;
	height: 42px;
	width: 80px;
	float: left;
	background: url(/img/spot1.gif) no-repeat center 23px;
    text-align: center;
}
#main-menu b {
	background-image: url(/img/spot2.gif);
}

#main-menu li img,
#main-menu li i span {
	position: absolute;
	width: 0px;
	height: 0px;
	left: 42px;
	top: 31px;
	display: block;
	cursor: pointer;
	overflow: hidden;
}

/*
#main-menu li img {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50%;
	margin-left: -8px;
	top: 23px;
	display: none;
	cursor: pointer;
}
*/

#main-menu li i span {
	 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/spot2.png', sizingMethod='scale');
}
/* }}} main menu */

#copy {
	background: url(/img/bul2.gif) no-repeat left 3px;
	padding-left: 20px;
	margin: 20px 0 20px -20px;
	left: 42%;
	position: relative;
	width: 50%;
    font-size: 10px;
}

/* {{{ portfolio */
#portfolio {
    margin-top: 10px;
}
#portfolio ul, #portfolio li {
    margin: 0;
    list-style: none;
}
#portfolio dt {
	clear: left;
	width: 200px;
	text-align: right;
	font-weight: bold;
	position: relative;
	margin-left: -247px;
	float: left;
	display: inline;
}
#portfolio dd {
	margin-bottom: 8px;
}
html>body #portfolio dd {
	overflow: hidden;
}
* html #portfolio dd {
	height: 1%;
}
#portfolio ul {
}
#portfolio li {
	float: left;
	margin-right: 8px;
}
.date {
    color: #ffcd2b;
    font-size: 14px;
}
/* }}} portfolio */

/* {{{ form */
#feedback-form fieldset {
    margin-top: 30px;
    padding: 15px;
    font-size: 90%;
    display: block;
    background: #f6f6f6;
    width: 313px;
    border: none;
}

#feedback-form button,
#feedback-form input,
#feedback-form textarea {
    font: 100% Verdana,Arial,Helvetica,sans-serif;
    padding: 3px 5px;
    margin-bottom: 10px;
}
#feedback-form textarea {
    border: 1px solid #e7e7e7;
}
#feedback-form input[type="text"] {
    border: 1px solid #e7e7e7;
}
* html #feedback-form input {
    border: expression(this.type == "text" ? "1px solid #e7e7e7" : "");
}

#feedback-form button:focus,
#feedback-form input:focus,
#feedback-form textarea:focus {
    border-color: #999;
    background: white;
}

#feedback-form label {
    display: block;
    font-size: 10px;
}

#feedback-form textarea {
    width: 300px;
}

#feedback-form input {
    width: 20em;
}

#mail {
    display: none;
}
#feedback-form button {
    display: block;
}
#feedback-form .focused {
    border-color: #971a1d;
    background: white;
}
/* }}} form */

#wait-box {
    width: 200px;
    padding: 10px;
    height: 50px;
    line-height: 50px;
    border: 5px solid #dedede;
    background: white;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -110px;
    text-align: center;
}

* html #feedback-form {
    position: relative;
}
* html #wait-box {
    position: absolute;
    top: 150px;
    left: 50px;
    margin-top: 0;
    margin-left: 0;
}

/* {{{ portfolio navigation */
#main-col ul.nav {
    list-style: none;
    margin: 0;
}
#main-col ul.nav li {
    list-style: none;
    display: inline;
}
html>body .nav { overflow: hidden; }
* html .nav { height: 1%; }
.nav {
    border-top: 1px solid #bfbfbf;
    padding: 10px 0;
    margin: 10px 0;
}
.nav a {
    display: block;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    float: left;
    background-image: url(/img/btn_nav.png);
    overflow: hidden;
    line-height: 1000px;
    margin-right: 10px;
}
.prev {
    background-position: 0px 0px;
}
.up {
    background-position: 0px -17px;
}
.next {
    background-position: 0px -34px;
}
/* }}} portfolio navigation */

#main-col ul.nostyle {
    margin: 0;
    padding: 0;
    list-style: none;
}
#main-col ul.nostyle li {
    list-style: none;
}

.pdfs li {
    margin-bottom: 5px;
}
.pdfs a {
    text-decoration: none;
    color: #b2b2b2;
}
.pdfs a span {
    color: black;
    text-decoration: underline;
    font-size: 150%;
}
