@charset "utf-8";
/* CSS Document */


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }




/**********************
	LAYOUT
 **********************/

body 
{
	margin: 15px 0 0 15px;
	color: #000;
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	
	background-color: #f7f7f7;
	background-image: url('img/bg_gradient.gif');
	background-repeat: repeat-x;
}

a 
{
	text-decoration:none;
}

a:hover
{
	text-decoration:none;
}

h1
{
	font-size: 16px;
	margin-top: 104px;
	margin-left: 12px;
}

h1 a 
{
	color: #FFFFFF;
}
     
p
{
	margin: 0;
	padding: 0;
}



/* HEADER */

#page
{
	width: 765px;
}

#header
{
	width: 100%;
	height: 130px;
	margin-bottom: 80px;
}

#header .col
{
	float:left;
}

#header .title
{
	margin-bottom: 6px;
}

#header .copy
{
	margin-bottom: 4px;
}

.col
{
	width: 240px;
	height: 130px;
	margin: 0 15px 0 0;
}

.col.logo
{
	background: #000000;
	color: #FFFFFF;
	/*padding: 100px 0 12px 12px;*/
}

.images img
{
  position: absolute;
}

.plus
{
	position: relative;
	top: 3px;
	left: 225px;
	width: 12px;
	height: 12px;
}

.col_img
{
	width: 495px;
	height: 290px;
	margin: 0 15px 0 0;
}

.marker
{
	border-top: 1px solid #000000;
	/*float:left;*/
	height: 1px;
	margin-right: 216px;
	margin-bottom: 8px;
	/*width: 24px;*/
}

.content
{
	margin: 0;
	padding: 0;
}

.title
{
	font-size: 14px;
	line-height: 16px;

	margin-left: 10px;
	margin-bottom: 2px;
}

.title a
{
	color: #000000;
}

.title a:hover
{
	color: #ff00ff;
}

.copy
{
	margin-left: 12px;
	line-height: 13px;
}

.copy a
{
	color: #FF00FF;
}

.copy a:hover
{
	color: #FFFFFF;
	background: #FF00FF;
}

.copy p
{
	padding-bottom: 10px;
}

.project
{
	height: 180px;
	margin-bottom: 30px;
	float: left;
}

.project .marker
{
	margin-top: 12px;
}

.project .title
{
	margin-bottom: 0px;
}


#footer
{
  margin-top: 40px;
}

#footer .col
{
	float:left;
}

.newyear
{
	height: 15px;
}

.yearspacer
{
	height: 30px;
}

.clearer
{
	clear: both;
}

.cl
{
	clear: both;
}
