@charset "ISO-8859-1";

/* ------ START: Global Reset ------ */
* { padding: 0; margin: 0; }

a { outline: none; }

fieldset { padding: .5em; }

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin: 0; }

img { border: 0; }

li, dd, blockquote { margin-left: 5%; }

p, h1, h2, h3, h4, h5, h6, ul, ol { margin-bottom: 1em; }
/* ------ END: Global Reset ------ */

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #ffffff;
	background: #000000 url(/images/body-repeater.gif) repeat-x top center;
}

/* ------ START: Links ------ */
a {
    outline: none;
}

A:link    { text-decoration:underline; color: #ffffff; }
A:visited { text-decoration:underline; color: #ffffff; }
A:active  { text-decoration:underline; color: #ffffff; }
A:hover   { text-decoration:underline; color: #ffffff; }
A:focus   { text-decoration:underline; color: #ffffff; }
/* ------ END: Links ------ */

#admin-toolbar {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #FFFFFF;
}

.checkbox {
	border: 0px;
}

.clear {
	clear: both;
	height: 0px;
}

.contact-block {
	background: #333333;
	padding: 10px;
	margin-bottom: 20px;
}

.contact-column {
	width: 50%;
	float: left;
}

#content {
	clear: both;
	padding: 50px 0;
}

.doc-caption {
	font-size: 1.4em;
}

/* ------ START: H Tags ------ */
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	color: #FFFFFF;
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	color: #E6E6E6;
	margin-bottom: 5px;
}

h3 {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #FFFFFF;
	border-top: 1px solid #4F4F4F;
	margin-top: 30px;
}

h4 {

}

h5 {

}

h6 {

}
/* ------ END: H Tags ------ */

/* ------ START: Header ------ */
#header {
	position: relative;
	width: 450px;
	height: 99px;
	float: left;
} 

#header h1 {
	padding: 0;
	margin: 0;
}

#header h1 a {
	display: block;
	width: 450px;
	height: 99px;
	text-indent: -99999px;
	background: url("/images/logo.gif") no-repeat;
}
/* ------ END: Header ------ */

/* ------ START: Footer ------ */
#footer {
	width: 100%;
	clear: both;
	font-size: .85em;
	color: #cccccc;
	border-top: 1px solid #4f4f4f;
	padding-top: 10px;
	margin-top: 10px;
	z-index: 100;
	
}

#footer-right {
	width: 270px;
	height: 39px;
	position: relative;
	top: -30px;
	float: right;
	text-align: right;
}

#footer-content {
	width: 960px;
	margin: 0 auto;
	min-height: 50px;
	
	
}

#footer p {
	margin-top: 1em;
	margin-bottom: 0;
}

#footer-left {
	float: left;
	width: 690px;
}

#footer-right {
	float: left;
	width: 270px;
	text-align: right;
}

#footer a, #footer a:hover {
	color: #cccccc;
	text-decoration: none;
}

#footer h1 {
	font: normal 1.4em "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
}

/* ------ END: Footer ------ */

/* ------ START: Menu ------ */
#menu {
	position: relative;
	float: left;
	padding: 58px 0 0 94px;
	width: 416px;
	height: 14px;
	margin: 0;
}

#menu a {
	display: block;
	height: 14px;
	background: url("../images/menu.gif") no-repeat;
	text-indent: -99999px;
	margin: 0;
	padding: 0;
}

#menu .menu_0_1 a { background-position: 0px 0px; width: 49px; }
#menu .menu_0_1 a:hover, #menu .menu_0_1 a.current { background-position: 0px -14px; }

#menu .menu_0_2 a { background-position: -49px 0px; width: 84px; }
#menu .menu_0_2 a:hover, #menu .menu_0_2 a.current { background-position: -49px -14px; }

#menu .menu_0_3 a { background-position: -133px 0px; width: 90px; }
#menu .menu_0_3 a:hover, #menu .menu_0_3 a.current { background-position: -133px -14px; }

#menu .menu_0_4 a { background-position: -223px 0px; width: 56px; }
#menu .menu_0_4 a:hover, #menu .menu_0_4 a.current { background-position: -223px -14px; }

#menu .menu_0_5 a { background-position: -279px 0px; width: 58px; }
#menu .menu_0_5 a:hover, #menu .menu_0_5 a.current { background-position: -279px -14px; }

#menu .menu_0_6 a { background-position: -337px 0px; width: 79px; }
#menu .menu_0_6 a:hover, #menu .menu_0_6 a.current { background-position: -337px -14px; }

* * body #menu .menu_0_6 a {
	margin-right: -3px;
}

#menu .menu_level_0 li {
    list-style: none;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}

#menu li, #menu ul, #menu-sub li, #menu-sub ul, #awards-sub li, #awards-sub ul {
	margin: 0;
	padding: 0;
}

#menu-sub {
	position: relative;
	float: left;
	width: 268px;
	height: 14px;
	margin: 0;
	padding: 10px 0 0 240px;
}

#menu-sub a {
	display: block;
	height: 14px;
	background: url("/images/menu-sub.gif") no-repeat;
	text-indent: -99999px;
	margin: 0;
	padding: 0;
}

#menu-sub li {
    list-style: none;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}

#menu-sub .menu_0_1 a { background-position: 0px 0px; width: 79px; }
#menu-sub .menu_0_1 a:hover, #menu-sub .menu_0_1 a.current { background-position: 0px -14px; }

#menu-sub .menu_0_2 a { background-position: -79px 0px; width: 57px; }
#menu-sub .menu_0_2 a:hover, #menu-sub .menu_0_2 a.current { background-position: -79px -14px; }

#menu-sub .menu_0_3 a { background-position: -136px 0px; width: 74px; }
#menu-sub .menu_0_3 a:hover, #menu-sub .menu_0_3 a.current { background-position: -136px -14px; }

#menu-sub .menu_0_4 a { background-position: -210px 0px; width: 58px; }
#menu-sub .menu_0_4 a:hover, #menu-sub .menu_0_4 a.current { background-position: -210px -14px; }

#awards-sub {
	position: relative;
	float: left;
	width: 70px;
	height: 14px;
	margin: 0;
	padding: 10px 0 0 370px;
}

#awards-sub a {
	display: block;
	height: 14px;
	background: url("/images/awards-sub.gif") no-repeat;
	text-indent: -99999px;
	margin: 0;
	padding: 0;
}

#awards-sub li {
    list-style: none;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}

#awards-sub .menu_0_1 a { background-position: 0px 0px; width: 70px; }
#awards-sub .menu_0_1 a:hover, #awards-sub .menu_0_1 a.current { background-position: 0px -15px; }

/* ------ END: Menu ------ */
/*
.slide-images {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 0;
}

.slide-images li {
	margin: 0;
	padding: 0;
}

#slideshow {
	position: relative;
	width: 938px;
	height: 398px;
	border: 1px solid #999999;
	margin: 0 auto;
	text-align: center;
}*/

.news-item {
	border-bottom: 1px solid #4F4F4F;
	margin: 20px 0;
	overflow: hidden;
	padding-bottom: 8px;
}

.news-summary-photo {
	float: left;
	margin-right: 20px;
	border: 1px solid #4F4F4F;
}

.news-item h1 {
	font-size: 1.4em;
	margin-bottom: 0;
}

.news-item h2 {
	font-style: italic;
	font-size: 1.1em;
	margin-bottom: 1em;
}

.news-image {
	float: right;
	margin-left: 20px;
	border: 1px solid #4F4F4F;
}

.news-description {
	margin-top: 1em;
}

.portfolio-description {
	position: absolute;
	top: 199px;
	left: 50%;
	margin: 0 0 0 -469px;
	padding: 0;
	width: 938px;
	height: 400px;
	overflow:auto;
	background-color: #FFF;
	opacity: .9;
	filter: alpha(opacity=90);
	color: #000000;
	z-index: 100;
}

.portfolio-description a {
	color: #000000;
}

.portfolio-description-text {
	padding: 20px;
}

.portfolio-description-close {
	margin: 0;
	padding: 0;
	text-align: right;
	float: right;
}

.portfolio-description-bar {
	background: #333333;
	padding: 10px;
}

.portfolio-prev-next {
	float: right;
	margin: -40px 10px 0 0;
}

.porfolio-prev-button {
	margin: 0 20px;
}

.press-item {
	float: left;
	margin-right: 10px;
	width: 200px;
	
}

.press-item img {
	border: 1px solid #4F4F4F;
}

.press-item p {
	margin-top: 10px;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-weight: normal;
}

.press-item .press-header {
	font-size: 1.2em;
}

.slideshow-description {
	float: left;
	margin: 0 10px 60px 12px;
	z-index: 100;
	position: relative;
	top: 40px;
}

.portfolio-summary {
	float: left;
	margin: 0 9px;
	
	padding: 0;
}

* * body .portfolio-summary {
	margin: 0 4px;
}

.portfolio-summary img {
	border: 1px solid #4F4F4F;
}

.portfolio-summary p {
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: .5em;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
}