* {
margin: 0;
padding: 0;
}

html,body
{
height: 100%;
}

body {
background: #2c2c2c center top no-repeat;
color: #FFF;

background-image: url(images/silverbg.jpg);
}

/*layout*/
#header {
width: 1024px;
margin: 0 auto;
height: 88px;
}

#header_wrap {
height: 88px;
min-width: 1024px;
width: 100%;
background: transparent url(images/header_bg3.png) center top repeat;
}

#showcase_clip { /*so showcase doesn't force a horizontal scrollbar*/
width: 100%;
min-width: 1024px;
overflow: hidden;
position: relative;
display:none;
}

#showcase {
width: 1024px;
height: 500px;
overflow: visible;
margin: 0 auto;
position: relative;
}

#content {
width: 884px;
margin: 0 auto;
}

#content #primary {
width: 525px;
float: left;
}

#content #secondary {
width: 270px;
float: right;
}

#footer_wrap {
width: 100%;
min-width: 1024px;
background: transparent url(images/footer_bg.png) center top repeat-x;

height:445px;
}

#footer {
width: 884px;
clear: both;
color: #999;
margin: 0 auto;

}

#footer_wrap a {
color: #999;
}

#footer_wrap div.column:hover a, #footer_wrap div.column a:hover {
color: #23C8FF;
}

#footer_wrap li {
list-style: none;
}

#clients {
padding: 20px 0 30px 0;
clear: both;
width: 884px;
margin: 0 auto;
}

#clients h3 {
margin-bottom: 10px;
}

#footer_wrap div.column {
width: 197px;
padding: 0 16px 0 16px;
float: left;
min-height: 115px;
}

#footer_wrap div.first {
padding-left: 0;
border-left: none;
}

div.legal {
clear: both;
padding: 80px 0 20px;
text-align: center;
color: #555;
background: transparent url(../i/copyrightGraphic.gif) center 40px no-repeat;
width: 884px;
}

#footer_wrap div.last {
padding-right: 0;
}

ul#keywords_list li {
display: inline;
}

hr.clear {
clear: both;
visibility: hidden;
}

/*styling*/
img, div, h1, h2, input, li, a { /*fix pngs in older versions of IE*/
behavior: url(./i/iepngfix.htc); 
} 

a img {
border: none;
}

#header {
position: relative;
z-index: 50;
}

#header ul, #header dl {
list-style: none;
}

#projects {
position: relative;
left: -1024px;
}

#projects div.project {
width: 884px;
height: 500px;
position: absolute;
top: 30px;
}

#project_1 {left: 70px;}
#project_2 {left: 1094px;}
#project_3 {left: 2118px;}
#project_4 {left: 3142px;}
#project_5 {left: 4166px;}
#project_6 {left: 5190px;}
#project_7 {left: 6214px;}
#project_8 {left: 7238px;}
#project_9 {left: 8262px;}
#project_10 {left: 9286px;}
#project_11 {left: 10310px;}
#project_12 {left: 11334px;}
#project_13 {left: 12358px;}
#project_14 {left: 13382px;}
#project_15 {left: 14406px;}

#projects img.showcase_main, #projects a.showcase_link {
width: 663px;
height: 420px;
position: absolute;
top: 0;
left: 0;
}

img.smalllogo {
width: 256px;
height: 24px;
position: absolute;
top: 23px;
left: 380px;
display:none;
}

#logo_wrap
{
width: 256px;
height: 24px;
margin:auto;
}

#logo_showcase
{
width: 885px;
height: 500px;
overflow: visible;
margin: 0 auto;
position: relative;
}

img.largelogo {
width: 885px;
height: 420px;
position: absolute;
top: 30px;
left: 0;
}

#projects a.showcase_link {
height: 465px;
width:885px;
background: transparent url(images/projectshadow.png) left bottom no-repeat;
}

#projects .showcase_secondary{
width: 222px;
height: 420px;
position: absolute;
right: 0px;
}

#projects a.showcase_secondary {
top: 0;
height: 223px;
}

#projects a.showcase_third {
top: 223px;
height: 228px;
background: transparent url(images/shadow3.png) center bottom no-repeat;
}

#previous_project_btn, #next_project_btn {
position: absolute;
top: 170px;
}

#previous_project_btn {
left: 0;
}

#next_project_btn {
right: 0;
}

/*form rules*/
label {
width: 100%;
display: block;
clear: both;
margin: 10px 0;
font-size: 11px;
}

input, textarea, select {
width: 260px;
clear: left;
display: block;
border: none;
font-family: Arial, Helvetica, sans-serif;
color: #999;
padding: 5px;
font-size: 11px;
}

#cf_submit {
background: transparent url(../i/sendButton.png) left top no-repeat;
text-indent: -5000px;
height: 35px;
width: 124px;
cursor: pointer;
}

/*TYPE*/
body {
font-family: 'Century Gothic', arial, sans-serif; 
} 

p, li {
font-size: 12px;
line-height: 18px;
}

p {
margin-bottom: .5em;
}

a {
color: #057c9f;
text-decoration: none;
font-weight:normal;
}

a:hover {
text-decoration: underline;
}

h2 {
font-size: 24px;
margin-bottom: 30px;
}

h2 span.byline {
display: block;
font-size: 12px;
}

#footer_wrap h3 {
color: #FFFC00;
font-size: 17px;
}

h4 {
font-size: 22px;
margin: 0 0 10px 0;
font-weight:normal;
font-style:italic;
}

h4 .date{
font-size: 10px;
font-weight: bold;
padding-left: 10px;
}

h5 {
font-size: 16px;
/*color: #73D3E2;*/
color: #23C8FF;
font-style: italic;
margin: 15px 0 7px 0;
font-weight:normal;
}

div.errors {
color: #FFF;
background: #E22;
padding: .5em;
border: 1px solid #710;
}

/*dropdown*/
#project_list {
width: 190px;
list-style: none;
position: absolute;
z-index: 50;
}

#project_list li {
text-transform: none;
float: none;
font-size: 11px;
font-weight: normal;
background: transparent url(../i/85percent_black.png) center top repeat;
padding-left: 0;
padding-right: 0;
}

#project_list li.first {
background: none;
}

#project_list a {
color: #48aed3;
display: block;
line-height: 25px;
width: 150px;
padding-left: 20px;
padding-right: 20px;
}

#project_list a:hover {
color: #48aed3;
text-decoration: none;
}

div.project_info, div.pi_background, div.pi_hitzone {
width: 662px;
height: 420px;
color: #FFF;
z-index: 40;
position: absolute;
top: 0px;
left: 0px;
background: transparent url(../i/pi_bg.gif) top left repeat;
}

div.project_info {
padding: 50px 50px;
width: 562px;
height: 310px;
overflow: hidden;
color: #CCC;
}

.project_info h3 {
color: #FFF;
margin-bottom: 10px;
font-size:30px;
font-weight:normal;
}

.project_info p {
margin-bottom: 10px;
}

.project_info strong {
color: #FFF;
font-weight: bold;
}

.project_info a {
color: #48aed3;
font-weight: normal;
}

div.pi_background {
z-index: 30;
background: #000;
}

#lightbox-infoContainer {
display: none;
}

.icon
{
display:none;
}

#icon_wrap
{
width:115px;
margin:0 auto 0 auto;
overflow:hidden;
padding-top:22px;
}

.icon_aboutus
{
float:left;
}

.icon_contactus
{
float:left;
}

.icon_home
{
float:left;
}
/*
.icon_last
{
margin-left:400px;
}*/

/*Contact Info*/

#contacts a.showcase_link {
height: 465px;
width:885px;
background: transparent url(images/projectshadow.png) left bottom no-repeat;
}

#contacts img.showcase_main, #contacts a.showcase_link {
width: 663px;
height: 420px;
position: absolute;
top: 0;
left: 0;
}

#contact_showcase
{
width: 885px;
height: 425px;
overflow: visible;
margin: 30px auto 45px auto;
position: relative;
display:none;
}

.contact_info{
width: 755px;
height: 325px;
color: #FFF;
z-index: 40;
position: absolute;
top: 0px;
left: 0px;
background: #000 url(images/bluehighlight.jpg) top left no-repeat;
padding: 50px 65px;
}

.contact_info h3 {
color: #FFF;
margin-bottom: 10px;
font-size:30px;
font-weight:normal;
}

.contact_info h3 {
color: #FFF;
margin-bottom: 10px;
font-size:35px;
font-weight:normal;
}

.contact_info p {
margin-bottom: 10px;
}

.contact_info strong {
color: #FFF;
font-weight: bold;
}

.contact_info a {
color: #FFFC00;
font-weight: bold;
}


/*About Info */

#aboutus_showcase
{
width: 885px;
height: 425px;
overflow: visible;
margin: 30px auto 45px auto;
position: relative;
display:none;
}

.aboutus_info{
width: 755px;
height: 325px;
color: #FFF;
z-index: 40;
position: absolute;
top: 0px;
left: 0px;
background: #000 url(images/redhighlight.jpg) top left no-repeat;
padding: 50px 65px;
}

.aboutus_info h3 {
color: #FFF;
margin-bottom: 10px;
font-size:35px;
font-weight:normal;
}

.aboutus_info h3 {
color: #FFF;
margin-bottom: 10px;
font-size:35px;
font-weight:normal;
}

.aboutus_info p {
margin-bottom: 10px;
}

.aboutus_info strong {
color: #FFF;
font-weight: bold;
}

.aboutus_info a {
color: #FFFC00;
font-weight: bold;
}

ul {
	list-style: none;
	margin-left:0px;
	padding-left:0px;
}

li
{
padding-left: 35px;
background-image: url(images/arrow_bullet.png);
background-repeat: no-repeat;
background-position: 0 0;
margin-bottom:5px;
}