/* Reset */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, code, img, 
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
}

ol, ul {
	list-style: none;
}

/* End Reset */

html {
background-image:url(../img/background.jpg);
background-color: #00FFFF;
background-repeat: repeat;
background-position: center top;
background-attachment: fixed;
}


h2 {
font-size: 20px;
}

h3 {
font-size: 9px;
color: #999999;
}

h4{
font-size: 10px;
font-weight: bold;
background-color: #FF0000;
padding: 2px;
}

p {
font-size: 12px;
color: #000033;
padding-bottom: 5px;
padding-top: 5px;
}

a {
text-decoration: underline;
color: #000033;
font-size: 12px;
}

a:hover {
text-decoration: underline;
color:#0000FF;
}


#wrap {
width: 960px;
margin: auto;
}


/* Main Styles */

#header {
/* background-image: url(../img/header.jpg);  */
width: 960px;
height: 250px;
margin-top: 20px;
}

.logo{
width: 220px;
height: 250px;
float: left;	
}




/* Navigation */

.menu{
width: 630px;
height: 155px;
margin-left: 330px;
}

.work{
width: 150px;
overflow: hidden;
float: left;
margin-right: 10px;
margin-left: 110px;
}

.work img{
padding-bottom: 5px;
}

.team{
width: 150px;
overflow: hidden;
float: left;
margin-right: 10px;
}

.team img{
padding-bottom: 5px;
}


.studies{
width: 150px;
overflow: hidden;
float: left;
margin-right: 10px;
}

.studies img{
padding-bottom: 5px;
}


.info_corner{
width: 150px;
overflow: hidden;
float: left;
}

.info_corner img{
padding-bottom: 10px;
}

.mailing_list{
width: 150px;
overflow: hidden;
float: left;
}



/* Social */


.news{
width: 610px;
height: 30px;
float: right;
margin-top: 10px;
background-color: #FFFF00;
padding-left: 10px;
padding-right: 10px;
}

.news p{
color: #000000;
}


/* Twitter */


.twitter{

width: 610px;
height: 30px;
float: right;
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
background-color: #000033;

/*width: 630px;
height: 30px;
float: right;
margin-top: 10px;
background-color: #000033;*/ 
}

ul#twitter_update_list { 
font-size: 12px;
height: 20px;
overflow: hidden;
padding-top: 5px;	
padding-left: 10px;
}

ul#twitter_update_list li { 
color: #FFFF00;
}

ul#twitter_update_list a {
color: #FFFFFF;
}










#banner{
margin-top: 10px;
margin-bottom: 10px;
}




/* Contents */

#contents{
width: 960px;
height: 700px;
margin-bottom: 10px;
}

.left_column{
width: 460px;
float: left;
background-image:url(../img/main_background.png);
background-repeat:repeat-y;
margin-left: 10px;
margin-right: 20px;
}

.left_column p{
padding-left: 10px;
padding-right: 15px;
padding-bottom: 10px;
}


.right_column{
width: 460px;
float: left;
background-image:url(../img/main_background.png);
background-repeat:repeat-y;
}

.right_column p{
padding-left: 10px;
padding-right: 15px;
padding-bottom: 10px;
}

.right_column #portfolio img{
width: 445px;
height: 445px;
padding-left: 5px;
padding-bottom: 10px;
}

.right_column #portfolio_expertise img{
width: 445px;
height: 100px;
padding-left: 5px;
padding-bottom: 10px;
}


.right_column #portfolio_logos img{
width: 445px;
height: 200px;
padding-left: 5px;
padding-bottom: 10px;
}



/* Footer */

#footer{
width: 570px;
height: 25px;
margin-left: 200px;
background-color:#000033;
}

#footer ul a{
padding-right: 10px;
padding-left: 10px;
color:#FFFFFF;
font-size:10px;
text-decoration: underline;
font-weight:bold;
}



#footer ul a:hover{
color:#FFFF00;
}

#footer h3{
width: 190px;
color: #000000;
padding: 3px;
margin-top: 10px;
}

#footer h3 a{
color: #000000;
font-size:10px;
text-decoration: underline;
font-weight:bold;}






