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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 600px;
	background: white;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border:3px solid #777;
	border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* margin-top:20px; */
	} 
	
#leftpanel {
	position:absolute;
	width:80px;
	height:inherit;
	background-color:#73747b;
	float:left;
	clear:right;
	}
	
#leftpanel #big_Q {
	z-index:10;
	position:absolute;
	left:90px;
	top:-44px;
	}

#vertical_bar {
	z-index:5;
	position:absolute;
	left:80px;
	top:0;
	}

#mqd_banner {
	z-index:15;
	position:absolute;
	left:0;
	top:269px;
	}

#rightpanel {
	position:relative;
	margin:0;
	width:700px;
	height:inherit;
	background-color:#fff;
/*	background-color:#eeeeef;
	background-color:#f3f3ef; */
	float:right;
	clear:left;
	}

#rightpanelContent {
	position:relative;
	height:inherit;
	padding-top:0;
	padding-left:70px;
	}
	
#rightpanelContent #portfolioSample {
	position:absolute;
	right:36px;
	bottom:15px;
	}

.example {
	-moz-box-shadow: 0 0 6px #888;
	-webkit-box-shadow: 0 0 6px#888;
	box-shadow: 0 0 6px #888;
	}


h1 { 
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size:26px; 
	color:#000;
	}
h2 { 
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size:21px; 
	color:#666;
	margin-top:-5px;
	}
h3 { 
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size:17px; 
	color:#000;
	}
h4 { 
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size:14px; 
	color:#000;
	}

p.tabs {
	font-family: helvetica,arial,sans-serif; 
	font-size:11px; 
	padding-left:400px;
	margin-top:6px;
	}

p.caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
/*	color:#333; */
	padding-bottom:8px;
	}

p.tagline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top:2px;
	text-align:right;
	color:#666;
	}

a: {outline:0;}
a:link, a:visited{text-decoration:none; color:#990000;}
a:hover {text-decoration:underline; color:#339;}
a:active {text-decoration:underline; color:#66C;} 

