* { padding:0; margin:0; }

h3, h4, h5, h6, blockquote, form, label, ol, dl, fieldset, address { margin-bottom: 1em; }

html { 
	background: #000;
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

body {
	font: 62.5%/1.7em "Lucida Grande", "Trebuchet MS", arial, sans-serif;
	color: #ddd;
	background: url(images/headbg.jpg) 40% 0 no-repeat;
}

p { 
	font-size: 1.3em;
	line-height: 1.7em;
	width: 390px;
	margin-bottom: 1em;
}

img { border: none; }

h1 { 
	text-indent: -9999px;
}
h1 a {
	display: block;
	width: 120px;
	height: 174px;
	background: url(images/cg.gif) no-repeat;
	position: relative;
	top: 0;
	left: 600px;
}

h2 {
	font-size: 2.4em;
	font-weight: bold;
	margin-bottom: 26px;
	clear: left;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 16px;
	clear: left;
}

acronym { cursor: help; }

ul {
	font-size: 1.3em;
	margin: 0 0 1em 2em;
	width: 360px;
	list-style-type: circle;
}

li {
	line-height: 1.6em;
	margin-bottom: 7px;
}
li em {
	color: #29562C;
	text-transform: uppercase;
}

/* links */
a { 
	color: #A351B2; 
	text-decoration: none; 
	border: none; 
	outline: none; 
} 
p a:hover { background: #A351B2; color: #fff; }

/* construct */
#banwrap {
	width: 100%;
	height: 120px;
}
#banner {
	width: 720px;
	margin: 0 auto;
	height: 120px;
}

#container {
	width: 720px;
	min-height: 460px;
	margin: 0 auto;
}

#navcontainer {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	height: 110px;
	_margin-top: -56px;
}

#content {
	padding-bottom: 30px;
}

#footer {
	clear: both;
	color: #29562C;
}
#footer p { font-size: 1.1em;	}

.new {
	width: 340px;
	padding: 10px 20px;
	border: 2px dotted #eee;
	margin-bottom: 20px;
	background: #111;
}
.new p {
	width: 340px;
	margin-bottom: 0;
}

/* nav */
#navcontainer ul {
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	width: 100%;
}

#navcontainer li {
	display: inline;
	text-align: center;
	letter-spacing: 1px;
}

#navcontainer li a {
	height: 24px;
	display: block;
	float: left;
	margin: 0 8px 0 0;
	font-weight: bold;
	padding: 30px 10px 0 10px;
	color: #000;
	background: #e7e7e7 url(images/navgrad.gif) bottom repeat-x;
	text-decoration: none;
	text-transform: uppercase;
}

#navcontainer li a em {
  font-style: normal;
  text-decoration: underline;
}

#navcontainer li a:hover {
	color: #fff;
	background: #23a82f url(images/navgrada.gif) bottom repeat-x;
}

#navcontainer li a#current {
	color: #fff;
	background: #23a82f;
	cursor: default;
}

/* images */
.floatright {
	float: right;
	clear: right;
	border: 3px solid #e7e7e7;
	margin: 2px 0 10px 20px;
	background: #fff;
}
a .floatright:hover { border: 3px solid #A351B2; }

.right {
	float: right;
	clear: right;
	margin: 2px 0 20px 20px;
}

/* projects */
#choose { 
	width: 270px;
	float: right;
	text-align: right;
	visibility: hidden;
}

#choose a img {
	border: 2px solid #ddd;
	margin: 0 0 8px 8px;
	vertical-align: middle;
}
#choose a img:hover {
	border: 2px solid #A351B2;
}
#choose a img:active {
	border: 2px solid #000;
}

.proj {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 30px;
}
.proj h2 { margin-bottom: 8px; }
.proj h2 a { color: #fff; }
.proj h2 a:hover { color: #A351B2; }
.proj p {
	margin-bottom: 4px; }

/* formmail */
fieldset {
	display: block;
	text-align: left;
	width: 40%;
	margin-left: 86px;
	/* invisible to IE 5 mac \*/
	margin: 0 auto 0 auto;
	/* end */
	padding: 0 12px 1em 1em;
	border: 2px solid #222;
	font-size: 1.2em;
}

legend {
	font-weight: bold;
	color: #fff;
	padding: 0 0.5em 0 0.5em; 
}

label.name { padding-top: 1em; }

label {
	display: block;
	margin: 0.7em 0 0 3px;
	color: #23A82F;
}

select { margin-left: 1.2em; _margin-left: 1.4em; }
#submit { width: 100%; _width: 8em; background: #ccc; color: #000; }
input { color: #333; height: 1.3em; }

fieldset div.outline { padding: 3px; background: #666; }

input, textarea, select {
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background: #fff url(images/fieldbg.gif) repeat-x top;
	width: 100%;
}

#submit { color: #23A82F; border: 3px double #ccc; background: #fff; height: 2em; cursor: pointer; }

#middle {
	font: 14px;
	text-align: center;
	width:500px; 
	/* Hide from IE-Mac \*/ height:320px; margin:-90px 0 0 -250px; position:absolute; top:50%; left:50%; 
	/* End hide */
}

.question {
	width: 260px;
	w\idth: 240px; 
}

address { 
	margin: 0 0 10px 30px; 
	letter-spacing: 1px;
	font-style: normal; 
	font-size: 1.3em;
}

.clear { clear: both; }
.hide { display: none; }

#access { margin-left: 30px; }
#access ul { list-style-type: none; }
