/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
background: #191919 url(../images/background.jpg) repeat-x scroll center top;
font-size: 14px;
font-family: Georgia,"New Century Schoolbook","Nimbus Roman No9 L", "Times New Roman", serif;
color:#e0e0e0;
padding:0;
margin:0;
overflow-x:hidden
}
a {text-decoration: none; color: #e0e0e0;}
a:visited {color #e0e0e0;}
a:hover {color: #20bbd2;}
a:active { color:#000000;}

h1 {
font-size: 11px;
padding:5px 15px;
margin:0 }

h2 {
color: #eee;
font-size:24px;
font-weight: normal;
padding: 5px 10px;
margin:0;}

/* ----------container to center the layout-------------- */
#container {
width: 1280px;
margin-bottom: 10px;
margin: 0 auto;
background: transparent;
}

/* ----------banner for logo-------------- */
#banner {
background:transparent url(../images/header.png) no-repeat scroll center top;
height:80px;
margin:0px auto;
width:1442px;
}

#newwork{
filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
position: absolute;
z-index:99;
margin-top:20px;
margin-left: 200px;
background: url(../images/newwork.png) no-repeat;
display:block;
height:120px;
width:120px;
}
#newwork a {
text-decoration: none;
}

#newwork a span{
display:block;
height:120px;
width:120px;
visibility: hidden;
}


/* ----------top nav-------------- */
#navcontainer{
padding-left:60px;
}
#navlist li
{
margin-left: 30px;
font-size: 50px;
display: inline;
list-style-type: none;
padding-right: 50px;
}
 
/* -----------------content--------------------- */
#content {
padding: 0px;
margin: 0 200px;
}
div#content { 
min-height:550px;
height:expression(this.scrollHeight > 600 ? "auto":"550px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}
#intro {
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/quote_box.png) ;
	float:left;
	width:500px;
	height: 332px;
	font-size: 28px;
	margin-top: 60px;
	margin-left: 40px;
	

}

#intro ul li {
	display:inline;
	margin: 0px 15px 0px 0px; 
	list-style:none;
}

#intro ul li img {
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
}

#intro .headline {
	font-size: 28px;
	padding-left:0px;
}

#intro .sub {
	font-size: 17px;
	padding-left:0px;
	padding-bottom: 10px;
}


#slider {
    width: 750px;
    margin: 40px 180px;
    position: absolute;
}

.scroll {
    height: 300px;
    width: 730px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
   }

.scrollContainer div.panel {
    padding: 20px;
    width: 750px;
}


ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    font-size: 18px;
    
}

ul.navigation a {
    padding: 10px 20px;    
    color: #d2a220;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #191919;
    filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
}

ul.navigation a.selected {
    background-color: #191919;
   	
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 180px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

#shade {
    background:  url(../images/shade.png) no-repeat 0 0;
    height: 50px;
}
/* --------------left navi------------- */
#left {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
}

#big-text {
	margin-left: 30px;
	padding-top: 60px;
	font-size: 100px;

}
#right {
	float: right;
	width: 100px;
	margin: 0;
	padding: 0;
}
#links ul {
		margin-left: 30px;
		margin-top: 70px;
        list-style-type: none;
        width: 300px;
} 

#links li {
        border: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
}

#links li a { 
        color: #e0e0e0;
        display: block;
        font: 180% georgia;
        padding: 5px;
        text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 300px;
}

#links li a:hover {
        background: #20bbd2;
        

}
#links .active{
        background: #20bbd2;
        filter:alpha(opacity=80);
		-moz-opacity:0.80;
		-khtml-opacity: 0.80;
		opacity: 0.80;        
}

#links a em { 
        color: #0e0e0e;
        display: block;
        font: normal 85% georgia;
        line-height: 125%; 
}
#links a em a:hover { 
        
}

#links a span {
        color: #e0e0e0;
        font: normal 65% georgia;
        line-height: 150%;
}

/* -----------info--------------------------- */

h4 {
display:block;
font-weight:bold;
margin:1em 0;
}

#information {
width: 750px;
height:270px;

}
.right-info {
float: right;
background:#191919;
width:200px;
padding: 0px 20px 20px 20px;
margin-bottom: 20px;
margin-left:20px;

}
.right-info p {
padding: 0;

}
.right-info a {
text-decoration: underline;

}

.left-info p {
line-height: 27px;
padding: 0;
margin-right: 100px;

}
.left-info{
position: fixed;
width:150px;
padding: 20px 20px 0px 20px;
height:270px;

}

#left-info ul li {
	list-style-type: disc;
	padding-bottom: 10px;
	padding-left: 10px;
}

#left-contact-info ul li {
	list-style-type: disc;
	padding-bottom: 10px;
	padding-left: 10px;
}
#left-contact-info p{
	line-height: 20px;
	font-size: 13px;
}


/* -----------contact slide--------------------------- */
#toppanel {
	position: absolute;
	width: 300px;
	left: 1000px;
	z-index: 25;
	text-align: center;
}
#panel {
	width: 300px;
	position: relative;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	background: #191919;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
	height: 100%;
	width: 320px;
	position: absolute;
	z-index: -1;
}

.seeking {
	padding-left:24px;
	font-size: 20px;
}

#contact {
	margin-left: 100px;
	margin-right: auto;
	width: 600px;
	position: relative;
	top: 60px;
	text-align: left;
	color: #e0e0e0;
	font-family: Georgia;
	font-size: 12px;
	padding-bottom: 30px;
}

.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 1px;
	width: 173px;
	height: 54px;
	background: url(images/test/panel_button.png);
	z-index: 20;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	cursor: pointer;
}

.panel_button img {
	position: relative;
	top: 10px;
	border: none;
}

.panel_button a {
	text-decoration: none;
	color: #ffffff;
	font-size: 20px;
	position: relative;
	top: 5px;
	left: 10px;
}

.panel_button a:hover {
	color: #999999;
}

div#contact-form {
	width: 300px;
	height: 200px;
	position: absolute;
	top: 10px;
	background: transparent;
	text-align: left;
	padding-left: 10px;
	margin-left: 10px;
}

div#contact-form p {
	color: #20BBD2;
	font-size: 18px;
	line-height: 20px;
}

div#contact-form input#email {
	position: relative;
	right: -6px;
}

div#contact-forminput#contact_btn {
	border: 1px #899690 solid;
	cursor: pointer;
	position: relative;
	top: 30px;
	left: 86px;
}

.right-contact-info{
float: right;
background:#191919 none repeat scroll 0 0;
width:200px;
padding: 0px 20px 20px 20px;
margin-bottom: 20px;
margin-left:20px;

}
.right-contact-info p {
padding: 0;
}
.right-contact-info a {
text-decoration: underline;
}
.left-contact-info p {
padding: 0;
margin-right: 100px;

}
.left-contact-info{
width:350px;
padding: 20px 20px 0px 20px;
height:300px;

}

#form label {
display:block;
font-weight:normal;
font-size:16px;
color: #fff;
}

#form input, textarea {
border: none;
margin:10px 0 10px 9px;
padding:5px;
width:230px;
font-size:100%;
}

#form .button {
  display:block;
  float:left;
  margin: 0.7em 0.5em 0.7em 9px;
  padding:3px 7px 3px 5px;   /* Links */
  color:#fff;
  font-family: Georgia;
  font-size:100%;
  line-height:130%;
  width:90px;
  text-decoration:none;
  background-color:#20BBD2;
  cursor:pointer;
}
#form .button:hover{
  color: #20BBD2;
  background-color:#fff;
}

.round {
-moz-border-radius-bottomleft:2px;
-moz-border-radius-bottomright:2px;
-moz-border-radius-topleft:2px;
-moz-border-radius-topright:2px;
-webkit-border-radius: 2px;
}

/* -----------footer--------------------------- */
#footer {

clear: both;
margin: 0;
padding: 0;
text-align: right; }
