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

* {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px; 
}

body { 
	background-image: url(../images/groungebg.gif);
	background-repeat:repeat-x;
	background-color:#eff0eb;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666666; 
}

p {
	line-height: 18px; 
	padding: 0 0 12px 0;
}

h1 {
	font-size:20px;
	padding: 0 0 15px 0;
	font-family:Georgia;
}

h2 {
	font-size:16px;
	padding: 0 0 10px 0;
	font-family:Georgia;
}

h3 {
	font-size:14px;
	padding: 0 0 10px 0;
	font-family:Georgia;
	font-weight:bold;
}

li {
	margin: 0 0 0 20px;
	list-style-image:url(../images/blue-arrow-icon.png);
}

a {
	color:#006699;
}

.imgborder {
	padding:5px;
	border:solid 1px #CCCCCC;
}

.bold {
	font-weight:bold;
}

/* Outer div that wraps entire page. margin center the page in the browser */
#site-wrapper {
	width: 950px;
	margin: auto;
}

#header {	
	width:100%;
	height:40px;
	margin: 5px 0 0 0;
	background-image:url(../images/mainnavbg.png);
}

#header-logo {
	margin: 13px 0 10px 10px;
	float: left;
}

#header-logo a {
	color:#6699cc;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#header-nav {
	margin: 13px 0 10px 10px;
	float: right;
}

.mainnav li {
	display: inline;
	margin: 0 10px 0 0;
}

.mainnav a, visited {
	font-size:14px;
	font-weight:bold;
	color:#6699cc;
	text-decoration:none;
}
.mainnav a:hover {
	color:#666666;
	text-decoration:underline;
}

#middle {
	background-color:#fff;
	margin: 20px 0 0 0;
	float:left;
	width:100%;
	min-height:400px;
}

#middle-lcolumn {
	width: 640px;
	float:left;
	padding:10px;
}
#middle-rcolumn {
	width:250px;
	margin-left:10px;
	padding: 10px;
	border-left:1px dotted #CCCCCC;
	float:left;
}

.clearfloats {
	clear:both;
}

.small {
	font-size:11px;
}


#experience-logo {
	width:150px;
	border: 1px solid #CCCCCC;
	margin: 0 6px 6px 0;
	float:left;
}

.ia-deliverables-list li {
	margin:0 0 6px 15px;
}

#linkedin {
	margin-top:10px;
	color: #006699; 
	font-size: 10px;
}

#footer {
	width:100%;
	background-image:url(../images/groungebg-footer.gif);
	background-repeat:no-repeat;
	background-color:#9e9e9e;
	min-height:200px;
}

#footer-nav {
	padding: 150px 0 20px 0;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
}

#footer-nav a {
	color:#FFFFFF;
	text-decoration:none;
}

#footernavleft {
	width:300px;
	float:left;
	margin: 0 0 0 170px;
	text-align:left;
}
#footernavright {
	width:300px;
	float:right;
	margin: 0 170px 0 0;
	text-align:left;
}