@import "reset.css";

body {
 background: #CCC url(../images/bodyBg.png) 0 0 repeat-x;
 color: #666;
}

/***********************************************************
	type
***********************************************************/
h1, h2, h2, h3, h4 {
	color:#00385b;
	margin:15px 0;
	}

h1 {
	font-size:1.6em;
	margin:10px 0 25px;
	}

h2 {
	font-size:1.0em;
	margin-bottom:5px;
	}

h3 {
	font-size:1.0em;
	margin-bottom:5px;
	}

p, li {
	font-size:0.80em;
	margin:0 0 15px 0;
	line-height:160%;
	}

li {
	margin: 0 5px;
	}

li p, td p {
	font-size:100%;
	}

#contentcol ul, ol {
	padding-left:20px;
	margin:15px 0;
	}

a {
	border-bottom:1px dotted #00385b;
	text-decoration:none;
	color:#00385b;
	}

a:hover {
	border-bottom:1px solid #00385b;
	}

a.plain, a.plain:hover {
	border:none;
	}

#contentcol ul.nolist {
	list-style-type:none;
	padding:0;
	margin:15px 0;
	}

img.logo {
	float:left;
	margin-right:10px;
	}

ul.nolist li {
	margin-bottom:30px;
	}

.align-center	{
	text-align:center;
	}

img.am {
	vertical-align:middle;
	margin-right:20px;
	}

img.ar {
	float:right;
	margin:0 0 10px 10px;
	}


#contentcol h1, #contentcol h2 {
	font-family: Sansumi, Verdana, Arial, Sans-serif;
}

/***********************************************************
	page structure
***********************************************************/
.clear {
	clear:both;
	}

hr {
	display:none;
	}

#header {
	margin:0 auto;
	width:960px;
	height:114px;
	background: transparent url(../images/headerBg.png) left bottom repeat-x;
	}

#wrap {
	margin:0 auto;
	width:880px;
	padding:0 40px 60px;
	background: transparent url(../images/contentFoot.png) left bottom no-repeat;
	}

#logo {
	position:absolute;
	margin:30px 0 0 83px;
	}

#header p {
	position:absolute;
	margin:36px 0 0 380px;
	font-size:26px;
	height:29px;
	font-family: Sansumi, Verdana, Arial, Sans-serif;
	color:#c8c8c8;
	}

#content {
	background:#FFF;
	padding:0 10px 40px;
	min-height:300px;
	}

#contentcol	{
	float:right;
	width:505px;
	padding:0 20px;
	}

#navcol {
	float:left;
	width:315px;
	}

.noshow {
	position:absolute;
	top:-10000px;
	}

/***********************************************************
	nav
***********************************************************/
#nav1 {
	list-style-type:none;
	padding:0;
	margin:15px 0 0 60px;
	}

#nav1 li {
	display:block;
	font-size:16px;
	margin-bottom:10px;
	font-family: Sansumi, Verdana, Arial, Sans-serif;
	}

#nav1 li a {
	color:#999999;
	}

#nav1 li strong a, #nav1 li a:hover  {
	font-weight:normal;
	color:#00385b;
	text-decoration:none;
	}

	#nav1 li ul {
		padding:10px 0 0;
		position:relative;
		list-style-type:disc;
		margin-left:20px;
		}

	#nav1 li ul li {
		display:block;
		font-size:12px;
		display:list-item;
		margin-bottom:3px;
		font-family: Verdana, Arial, Sans-serif;
		}

#bb {
	position:absolute;
	width:17px;
	height:19px;
	background: url(../images/menuBullet.png) no-repeat;
	margin-top:8px;
	margin-left:30px;
	}

/***********************************************************
	footer
***********************************************************/
#footer {
	background:#7f9bad;
	-webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding:10px 20px 4px 20px;
  margin:0 10px;
	}

.vcard h2, .vcard p {
	font-size:0.75em;
	color:#FFF;
	margin:0 0 5px 0;
	line-height:16px;
	}

.vcard h2 {
	font-weight:bold;
	font-size:0.85em;
	}

#footer a {
	color:#FFF;
	border-color:#FFF;
	}

#cw {
	position:absolute;
	font-size:0.7em;
	color: #FFF;
	margin:-20px 0 0;
	width: 820px;
	text-align:right;
	}

/***********************************************************
	recent projects
***********************************************************/
#projects-link {
	height:109px;
	overflow:hidden;
	}

#projects-link a {
	display:block;
	padding-top:109px;
	background:url(../images/project-thumbs.jpg) no-repeat 0 0;
}

#projects-link a:hover {
	background-position: 0 -109px;
	}

/***********************************************************
	add ons
***********************************************************/
.addon {
	margin-bottom:30px;
	border-top: 1px solid #c8c8c8;
}