/* CSS Document */

/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Helvetica, 'Trebuchet MS', sans-serif;
		font-weight: normal;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}
/*end of INITIAL section */
* html #container {
	height: 100%;
}
html {
	height:100%;
}
body {
	background:#CCCCCC;
	height:100%;
}
#container {
	background-color:white;
	min-height:100%;
	height:100%; /*for IE6 & 5.5*/
	height: auto !important;
	width:900px;
	margin:0px auto 0px auto;
}
#main {
	/*display:block;*/
	font-family:Helvetica, 'Trebuchet MS', sans-serif;
	font-size:.9em;
	color:#666666;
	background-image:url(img/muckySplotch.jpg);
	background-repeat:no-repeat;
	width:700px;
	margin:0px auto 0px auto;
	padding:150px 80px 0px 100px;
}
#main a {
	text-decoration:none;
	color:#3894c3; /*teal*/
}
#main a:hover {
	text-decoration:underline;
}
#main h1 {
	display:inline;
	font-size:.9em;
}
#main h2 {
	font-size:1em;
}
#sideBar {
	float:right;
	width:200px;
	margin-right:-30px;
	margin-left:30px;
	font-size:.8em;
	background-color:#cccccc;
	color:white;
	padding:8px;
	border-bottom:3px solid #3894c3; /*teal*/
}
.underline {
	text-decoration:underline;
}
#footer {
	clear:both;
	background:#cccccc; /*grey*/
	height:20px;
	max-height:25px;
	border-top:3px solid #3894c3; /*teal*/
	border-bottom:25px solid #3894c3; /*teal*/
	width:900px;
	margin:-48px auto 0px auto;
	}
#footerMenu {
	list-style:none;
	float:right;
	margin-top:0px;
}
#footerMenu li {
	float:left;
	margin:0px 5px 0px 13px;
}
#footerMenu a {
	display:block;
	text-decoration:none;
	color:white;
	font-size:.9em;
	font-weight:bold;
}
#footerMenu a:hover {
	color:#3894c3; /*teal*/
}
#clearFooter {
	clear:both;
	height:48px;
}
.picRight {
	float:right;
}
.picLeft {
	float:left;
}
.note {
	font-size:smaller;
}
/*****CLIENT PORTFOLIO LAYERS ***************************/
#clientContainer {

}
#bb {
	position:absolute;
	visibility:hidden;
	width:400px;
	left: 200px;
	border:1px solid #cccccc;
	padding:8px;
}
#bcn {
	position:absolute;
	visibility:hidden;
	width:400px;
	left: 200px;
	border:1px solid #cccccc;
	padding:8px;
}