/* 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;
}
body {
	line-height: 1;
}
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: 0;
}

/* 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;
}






/* end css-reset */
















body {
	font-size: 100%;
	font-family: Arial, sans-serif;
	text-align: center;
	background-color: white;
	}

#centerer {text-align: left; width: 960px; position: relative;	margin: 2em auto;
}

p, ul, li {
	color: #333366;
	font-size: 0.8em;
	line-height: 1.5em;
	font-weight: normal;
}

.content p, .content ul {
	margin: 1em 0 1em 25px;
}

.content ul
{
list-style-type:none;
padding:0px;
}

.content li
{
background-image:url(images/checkmark.gif);
background-repeat:no-repeat;
background-position:5px 7px; 
padding-left:14px; 
font-size: 1em;
}
	
h1#branding {margin-left: 0; margin-bottom: 1em; margin-right: 0; margin-top: 0.5em;}

ul#menu {margin-left: -3.9em; position: absolute; top: 0px; right: 0px;}

#menu li {
float: left;
margin-left: 4.1em;
font-size: 1em;
display: inline;
}

/* stuff with these comments after is for explorer 6 and earlier */

a {
	color: steelblue;
}

div#about, div#news {
	padding: 3em 3em 3em 22em;
	margin: .5em 0 0 0;
	border: 1px solid #24709c;
	position:relative;
}



div#work img {
	text-align: right;
	margin: -2em 25px 25px 25px;
	width: 320px;
	height: 240px;
	float: right;
	z-index: 99;
}





div.bg-middle {background: url('images/background_middle.jpg'); width: 960px;}

div.bg-top {background: url('images/background_top.jpg') no-repeat;}

div.bg-bottom {background: url('images/background_bottom.jpg') no-repeat bottom; display: inline-block; width: 960px;}

div#work div div div div {float: none; clear: both;}

div#work h2/* */ {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -0.06em;
	font-size: 1.3em;
	background-color: #24709c;
	color: white;
	margin: 25px 0 0 0;
	padding: .2em 2em .2em 25px;
	width: 25em;
}

#news img, #about img {position: absolute; margin-left: -300px;}



hr  {display: block; float: none; clear: both; visibility: hidden; height: 0; margin-bottom: 1em;}


