/* CSS Document */

/* Global Elements */

body{
	margin:0px;
	margin-bottom:50px;
	background-color:#F5F5F5;
	color:#6C6C6C;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	}
	
h1{
	font-size:40px;
	font-weight:bold;
	margin-bottom:0px;
}

h2{
	font-size:24px;
	font-weight:bold;
	margin-bottom:0px;
}

h3{
	font-size:20px;
	font-weight:normal;
	margin:0px;
}

.textbold, .textbold a {
	font-weight: bold;
}

#ubercontainer{
	width:966px;
	
	}

#pagecontainer{
	position:relative;
	top:70px;
	left:50px;
}

#atmologo { 
	position:absolute;
	float:left;	
	height:1800px;
	z-index:50;
	
	
}

#contentcontainer{
	position:relative;
	left:180px;
	}

#navcontainer{
	font-weight:bold;
	color:#6C6C6C;
	font-size: 14px;
	margin-bottom:60px;
}

#contact_wrapper{
	background-image:url(../images/contact_bg.gif);
	background-repeat:no-repeat;
	border: 2px solid #cecece;
	padding-bottom:20px;
	background:#fff;
	position:absolute;
	top:-30px;
	left:400px;
	width:390px;
	
	visibility:hidden;
	z-index:100;

	
	/*display:inline;*/
}

#contact_text{
	padding-top:20px;
	margin-left:40px;
	margin-right:30px;
	font-size:14px;
	font-weight:bold;
	width:340px;
	z-index:101;
}

.contactinfo{
	font-size:12px;
	font-weight:bold;
}

.black{
	color: #000000;
}

.red{
	color:#C40000;
}		

a:link{
	color:#6C6C6C;
	text-decoration:none;
}

a:visited{
	color:#6C6C6C;
	text-decoration:none;
}

a:hover{
	color:#000000;
}

a.nav:link{
	color:#6C6C6C;
	text-decoration:none;
}

a.nav:visited{
	color:#6C6C6C;
	text-decoration:none;
}

a.nav:hover{
	color:#000000;
}

/* "The Work" page elements */

#headline{
	font-size:44px;
	font-weight:bold;
	color:#000000;
	
	margin-bottom:100px;
	}

.work_client{
	margin-bottom:20px;
	margin-top:0px;
}

.work_art{
	position:relative;
	float:left;
	margin-right:20px;
	}

.work_label{
  padding-top: 50px;
}

.work_headline{
	font-size:28px;
	font-weight:bold;
	padding:0px;;
}

.work_subhead{
	font-size:16px;
	font-weight:bold;
}	
	
a.work_headline:link{
	color:#6C6C6C;
	text-decoration:none;
}

a.work_headline:visited{
	color:#6C6C6C;
	text-decoration:none;
}

a.work_headline:hover{
	color:#000000;
}

/* "About Us" page elements */

p.about{
	font-size:24px;
	line-height:32px;
	width:570px;
}

/* "Project" page elements */

p.proj{
	font-size:12px;
	line-height:18px;
	width:600px;
	margin-top:5px;
}

.jump{
	font-size:14px;
	font-weight:bold;
}

.thumbnail_container{
	width:750px;
	height:170px;
	position:relative;
	margin-left:50px;
	/*float:none;*/
	/*border:1px dotted blue;*/
}
.thumbnail{
	position:relative;
	float:left;
	width:220px;
	margin-right:19px;
}

.thumbnail_right{
	position:relative;
	float:left;
	width:220px;
	/*margin-right:19px;*/
}

a.jump:link{
	color:#6C6C6C;
	text-decoration:none;
}

a.jump:visited{
	color:#6C6C6C;
	text-decoration:none;
}

a.jump:hover{
	color:#000000;
	text-decoration:none;
}

.launch{
	font-size:12px;
	font-weight:bold;
}

a.launch:link{
	color:#6C6C6C;
	text-decoration:none;
}

a.launch:visited{
	color:#6C6C6C;
	text-decoration:none;
}

a.launch:hover{
	color:#000000;
	text-decoration:none;
}

/* Press section */


#press_menu { 
	position: relative; 
	float:left;
	/*top: 100px; 
	left: 50px;*/ 
	width: 150px;
	font-size:11px;
	margin-right:20px;
	height:100%;
	/*border:1px dashed blue;*/
}

#main_press { 
	
	position:relative;
	float:left;
	left: 10px;
	top:103px;
	width: 500px;
	/*border:1px dotted green;*/
}

.press_title {
	font-family: helvetica,verdana,arial,sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
	color: #6C6C6C;
	text-decoration: none;
}

.press_subtitle {
	font-family: helvetica,verdana,arial,sans-serif;
	font-size: 16px;
	font-weight: BOLD;
	line-height: 22px;
	color: #6C6C6C;
	text-decoration: none;
}

a.red_link {
	color: #C70000;
	text-decoration: none;
}

#releasetitle {
	margin-top: 0px;
}
#releasesubtitle {
	margin-top: 0px;
}
#releasedate {
	margin-top: 15px;
}
#releasebyline {
	margin-top: 0px;
}
#releasecopy {
	margin-top: 18px;
}
#contactinfo {
	margin-top: 25px;
	margin-bottom: 25px;
}
#otherreleases {
	margin-left: 499px;
	width: 133px;
}