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


body {
	margin:0;
	padding:0;
	background: #faf6ec url(images/bk.gif) repeat;
	text-align: center;
	width: 100%;
}

#wrapper { 
	margin: 30px auto;
	width: 960px;   /* you can use px, e<li>or % */
	text-align: left; 
	border-top: 3px solid black;
}

#header{ background: white url(images/banner.jpg) top left no-repeat;
	height: 120px; border-bottom: 2px solid black; 

}
#header h1,
#header p {
	margin-left:2%;
	padding-right:2%;
	display: none;
}

#about-incite { 
	background-color: black;
	height: 36px;
}

#about-incite p {
	margin: 0;
	padding-top: 7px;
	color: white;
	font: 90% Verdana, Arial, Helvetica, sans-serif; 
	text-transform: uppercase;
	letter-spacing: 0.1em;
    text-align: center;
}

#about-incite a, a:visited, a:active {
	color: white; text-decoration: none; 
}
#about-incite a:hover {
	color: #cccccc; text-decoration: underline;
}

#footer {
	clear:both;
	float:left;
	width:100%;
	background-color: black;
	margin-bottom: 30px;
}
#footer p {
	font: 90% Verdana, Arial, Helvetica, sans-serif; 
	color: white; 
    text-align: center;
	padding-top: 6px;
}
#footer a, a:visited, a:active {
	color: white; text-decoration: none; 
}
#footer a:hover {
	color: #cccccc; text-decoration: underline;
}

/* Start of Column stucture CSS */
#container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	background: #488093 url(images/redtile.gif) top right repeat-y; /* column 2 background colour */
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:30%;
	background: #cccccc url(images/greytile.gif) 288px top repeat-y; /* column 1 background colour */
}
#col1 {
	float:left;
	width:66%;
	position:relative;
	left:33%;
	overflow:hidden;
	font: 100% Verdana, Arial, Helvetica, sans-serif; 
	color: black;
	padding: 20px 0 20px 0px;
}
#col1-exp {
	float:left;
	width:66%;
	position:relative;
	left:33%;
	overflow:hidden;
	font: 100% Verdana, Arial, Helvetica, sans-serif; 
	color: black;
	padding: 20px 0 20px 0px;
	background: url(images/experience-images.jpg) 30px 170px no-repeat; 
}
#col2 {
	float:left;
	width:25%;
	position:relative;
	left:36%;
	overflow:hidden;
	font: 100% Verdana, Arial, Helvetica, sans-serif; 
	color: white;
}

/* In column styles */
#col1 h2, h3, h4 { padding: 0 10px; }
#col1 h5 {padding: 0 30px; }
#col1-exp #experience dt, dd { margin: 0 0 20px 240px; }
#col1-exp h2, h3 {padding: 0 10px; }
#col1-exp p {font-size: 14px; margin-top: 0px; padding: 0 30px; line-height: 20px; } 
#col1 p {font-size: 14px; margin-top: 0px; padding: 0 30px; line-height: 20px;
}
#col1 li {font-size: 14px; margin: 0px 20px; padding: 0 30px 0 10px; line-height: 20px;
}
#col1-exp dt {font-size: 14px; font-weight: bold; margin-top: 0px; padding: 0 30px; line-height: 20px;
}
#col1-exp dd { font-size: 14px; padding: 0 30px; line-height: 20px;
}
#col1 table { margin: 0 0 0 10px; }
#col1 td { font-size: 12px; margin-top: 0px; padding: 0 30px; line-height: 20px; vertical-align: top;
}
#col1 a, a:visited, a:active {
	color: black; text-decoration: none; 
}
#col1 a:hover {
	color: #488093; text-decoration: underline;
}

#col2 h3 { padding: 20px 0 0 10px; font-family: Arial, Helvetica, sans-serif;
}
#col2 p, li { font-size: 12px ; margin-top: 0px; padding: 0 10px; line-height: 16px;
}
#col2 a, a:visited, a:active {
	color: #cccccc; text-decoration: none; 
}
#col2 a:hover {
	color: black; text-decoration: underline;
}
img.profilepic { float: right; margin-left: 10pt; }
img.contact {float: right; margin-right: 50px; 
}
img { border: none; }
