@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
}
body{
	color:black;
	font-size: small;
	font-family: verdana, arial, helvetica, Sans-Serif;
	background: #E4DDCB url(images/body_bg.jpg);
	text-align: center;
}
hr{
	display:none;
}
.clear{
	clear: both;
	display: block;
	margin: -1px 0 0;
	font-size: 1px !important;
	line-height: 0 !important;
	height: 1px;
}

p{
	margin-bottom: 1em;
}
ul,ol{
	margin: 0 1em 1em;
}
li{
	margin-bottom: 0.3em;
}
a:link {
	text-decoration: underline;
	color:#39c;
}

a:active {
	color:#39f;
	text-decoration:none;
}

a:visited {
/*	color:#c33;*/
	background-color:inherit;
	text-decoration:none;
}

a:hover {
	color:#39f;
	text-decoration:underline;
}

img#logo {

}

h1, h2 {
	padding:.3em;
	border:0px;
	margin:0px 0px 0.5em 0px;
}
div#main h2 {
	font-size: 150%;
	color: #333;
	margin: 0 0 0.5em;
	padding: 0px 0.3em 5px 35px;
	vertical-align: text-bottom;
	background: url(images/idx_h2_bg.gif) 0 100% no-repeat;
}
h2 a{
	color: #39f;
	text-decoration: none;
}
h2 a:hover{
	color: #39c;
	text-decoration: none;
}
h3 {
	font-family:verdana, arial, helvetica, Sans-Serif;
	color:#963 ;
	margin: 0.3em 0 0.8em ;
	background: #F7F3E8;
	border: 1px solid #E4DDCB;
	padding: 0.2em 0.5em;
	border-radius:5px;
	-moz-border-radius:5px;
}
h4 {
	font-family:verdana, arial, helvetica, Sans-Serif;
	border-left:   6px solid #E4DDCB;

	color:inherit;
	background-color:#FFFFFF;
	padding: 0.3em 0.3em 0.3em 0.5em;
	margin:0px 0px 0.8em 0px;
}
h5, h6 {
	font-family:verdana, arial, helvetica, Sans-Serif;
	color:inherit;
	background-color:#DDEEFF;
 	padding:.3em;
 	border:0px;
 	margin:0px 0px .5em 0px;
}

dt {
	font-weight:bold;
	margin-top:1em;
	margin-left:1em;
}

pre {
	padding:.5em;
	margin: 0.3em 1em 0.5em 1em;
	white-space:pre;
	color: black;
	background: #ffc;
	border: 1px solid #E4DDCB;

	white-space:-moz-pre-wrap; /* Moz */
	white-space:-pre-wrap; /* Opera */
}

img {
	border:none;
	vertical-align:middle;
}



em { font-style:italic; }

strong { font-weight:bold; }

div#header {
/*	height: 103px;
	padding: 0 0 0 165px;*/
	margin:0;
	background: url(images/header_bg.gif) 0 0 repeat-x;
	text-align: left;
}
div#header img#logo{
	position: absolute;
	top: 0;
	left: 0;
}
div#header h1 {
	font-size: 24px;
	font-weight:bold;
	background-color:transparent;
	padding: 12px 0px 8px 0px;
	border: 0px;
	margin: 0px 15px 5px 15px;
}
div#header h1 a{
	color: #663;
}
div#header em{
	color:#c33;
	font-style: normal;
}
div#header #pageURI{
	display: none;
}
div#header p{
	color: #663;
	margin: 8px 15px 8px 15px;
}
div#content{
	margin: 0 auto;
	width: 790px;
}
div#main {
	padding: 15px;
	margin:0;
/*	width: 75%;*/
	width: 790px;
	height: 590px;
	float: left;
	border: 5px solid #ECE9D8;
	background: #fff url(images/idx_main.jpg) 10px 10px no-repeat;
	text-align: left;
	position: relative;
}

div#main h1{
	margin: -8px -8px 20px;
	padding: 20px 15px;
	border-left: 5px solid #c33;
	background: url(images/h1_bg.gif)  repeat-x;
}
div#main h1 span{
	font-size: x-small;
	font-weight: normal;
	margin: 0.5em 0 0;
	display: block;
}
#DevelopSandBox,
#MarketingSandBox,
#DesignSandBox,
#AccessibilitySandBox{
	width: 230px;
	padding: 15px;
	background: #fff;
	border: 3px solid #cc9;
	position: absolute;
}
* html #DevelopSandBox,
* html #MarketingSandBox,
* html #DesignSandBox,
* html #AccessibilitySandBox{/* IE6 under */
	width: 270px;
}

#DevelopSandBox{
	top: 15px;
	left: 40px;
}
#MarketingSandBox{
	top: 35px;
	right: 30px;
}
#DesignSandBox{
	top: 380px;
	left: 80px;
}
#AccessibilitySandBox{
	top: 380px;
	right: 10px;
}
#aroundme{
	top: 300px;
	right: 40px;
}
div#main #DevelopSandBox h2{
	background-image: url(images/idx_h2_bg_red.gif);
}
div#main #MarketingSandBox h2{
	background-image: url(images/idx_h2_bg_blue.gif);
}
div#main #DesignSandBox h2{
	background-image: url(images/idx_h2_bg_mauve.gif);
}
div#main #AccessibilitySandBox h2{
	background-image: url(images/idx_h2_bg_pink.gif);
}
#main div p a{ /* dragableElement p a */
	color: #000;
}

div#footer {
	font-size:70%;
	padding: 0px;
	margin:16px 0px 0px 0px;
}
div#footer a{
	color: #663;
}
div#footer p{
	text-align: center;
}






/* -------------------------------- */
/* -- for Under IE6 -- */

* html body {
	font-size: x-small;
	text-align: center;
}
* html body *{
	text-align: left;
}
* html div#content{
	width: 830px;
	height: 630px;
}
* html div#main {
	width: 830px;
	height: 630px;
}
* html div#main h2{
	height: 40px;
}


/* -------------------------------- */

.tooltip,.tooltip *{display:block} /*added by javascript*/ 

.tooltip{ width: 200px; color:#000;
    font:lighter 11px/1.3 Arial,sans-serif;
    text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(bt.gif) no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(bt.gif) no-repeat bottom}

#content .tooltip b.bottom{
	display: none;
}
