/* Matweb Screen Styles v4 for Print */

body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
}

/* Globally remove margin and padding and set normal font size for page */
* {
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 1em;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	background: none;
}

/* General Link styles */
a:link {
	text-decoration: none;
	color: #0066FF;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: underline;
}
.hidden {
	display: none;
}
/* Main Layout */
div#wrapper {
	width: 100%;
	margin: 2% 3%;
	background: none;
}
div#pageheader {}
div#pageheader a {
	display: none;
}
div#pageheader h1 {
	font-size: 18px;
	color: #FF6600;
	padding-bottom: 2px;
	margin-bottom: 8px;
	border-bottom: 1px solid #cccccc;
}
div#pageheader img#headerPic {
	display: none;
}
div#toppane {
	display: none;

}
div#paneContent {
	display: none;
}
div#title {}
div#main {
	background: none;
	border: none;
}
div#main p {}
div#sideBar {
	display: none;
}

div#content {}
div#content div.twoColumns {
	float: none;
}
div#content div.threeColumns {
	float: none;
}
div#content div.projectThumb {
	float: left;
	position: relative;	
	width: 94px;
	height: 70px;
	border: 1px solid #cccccc;
}
div#content div.firstProjectThumb {
	float: left;
	position: relative;	
	width: 94px;
	height: 70px;
	margin: 1px 0px 8px 0px;
	border: 1px solid #cccccc;
}
div#content div.projectThumbs img {
	float: left;
	position: relative;
	margin: 1px 0px 8px 6px !important;
	border: 1px solid #cccccc;
}
div#content div.projectThumbs img.firstThumb {
}
div#content object {
	background-color: #000000;
}


div#columnTwo {
	margin: 10px 0px 0px 0px;
}
div.twoColTwo {
	margin: 10px 0px 0px 0px;
}
div#content h2 {
	clear: left;
	margin: 0.5em 0em 0.3em 0em;
	padding-top: 0.3em;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #FF6600;
}
div#content h2:first-child {
	padding-top: 0em;
	margin-top: 0em;
}
div#content h3 {
	clear: left;
	color: #0066FF;
	font-size: 1em;
	line-height: 1.4em;
}
div#content h4 {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0.2em 0em 0.2em 0em;
	color: #333333;
}
div#content ul {
	margin-left: 1px;
	list-style-type: square;
	list-style-position: inside;
	font-size: 0.9em;
	line-height: 1.3em;
}
div#content ul li {
	margin: 0.2em 0em 0.4em 0em;
	color: #000000;
}
div#content p {
	color: #000000;
	margin: 0.4em 0;
}
div#content dl {
	margin-top: 0.2em;
}
div#content dt {
	clear: both;
	margin-left: 9em;
	margin-right: 0.5em;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.3em;
	color: #FF6600;
}
div#content dd {
	margin: 0em 1em 0.6em 8em;
	line-height: 1.3em;
}
div#content dd p {
	margin: 0.4em 0;
}

/* Footer */
div#footer {
	background: none;
	border: none;
}

div#footer p {
	padding: 0.8em 1em 0.5em 0em;
	line-height: 1.2em;
	text-align: left;
	font-size: 85%;
	color: #333333;
}
div#footer span.copyright {
	/*font-size: 85%;
	color: #333333;*/
}

/* Type styles */ 
.smallCaps {
	font-size: 90%;
}
div#content p.demoInfo {
	color: #666666;
	clear: left;
}
div#content p.demoURL {
	clear: left;
}
acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}


/* Page Specific */
body.cv div#content h3 {
	border-top: 1px solid #eeeeee;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-right: 10px;
}
body.cv div#content .indent {
	margin-left: 8em;
}

body.clients div#content img.clientLogo {
	float: none;
	width: 82px;
	margin: 2px 8px 8px 0px;
	border: 1px solid #666666;
	vertical-align: middle;
}
body.clients div#content img.clientLock {
	float: right;
	width: 20px;
}
body.clients div#content img.clientInfo {
	float: right;
	width: 20px;
	margin-left: 4px;
}
body.clients div#content h3 {
	line-height: 2em;
	border-top: 1px dotted #cccccc;
}
body.clients div#content h3 a:visited {
	color: #0066FF;
}
body.clients div#content h3.protected {
	min-height: 20px;
	padding-left: 22px;
	background-image: url(../images/home/ic_lock.gif);
	background-repeat: no-repeat;
	background-position: left 0.2em;
}
body.clients div#content h3.externalLink {
	min-height: 20px;
	padding-left: 22px;
	background-image: url(../images/home/ic_external1.gif);
	background-repeat: no-repeat;
	background-position: left 0.2em;
}
/* Hide links on CV page */
body.cv div#content a:link {
	color: #000000;
}
body.cv div#content a:visited {
	color: #000000;
}
