/* HTML STYLES */
body	{
	margin: 0;
	text-align: center;
	background: #666 url('/images/bg.gif');
	font-family: Arial, Helvetica, sans-serif;
}
h1	{
	margin: 0 16px;
	padding: 0;
	height: 47px;
	background: #333;
	color: #7D7D7D;
}
h2	{
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: normal;
	color: #377FC5;
	margin: 0;
}
h3	{
	font-size: 1.2em;
	border-bottom: 1px solid #CCC;
	color: #999;
	padding-bottom: .5em;
	font-weight: normal;
	text-transform: uppercase;
}
h4	{
	text-transform: uppercase;
	font-weight: normal;
	margin: 1.5em 0 .5em 0;
	padding: 1px 5px;
	font-size: .9em;
	background: #FFF;
}
acronym	{
	cursor: help;
	}
	acronym:hover	{
	color: #09C;
	}
	* html acronym	{
	border-bottom: 1px solid #CCC;
}
address	{
	margin: 1em 0;
	font-style: normal;
	font-size: 1.2em;
}
blockquote	{
	margin: 0;
	padding: 5px 10px;
	background: #FFF;
	font-size: .9em;
}
dt	{
	text-transform: uppercase;
	margin: 1em 0 0 0;
	font-size: 1em;
	font-weight: bold;
}
dd	{
	margin: 0 15px;
	padding: 0;
	line-height: 1.1em;
	color: #808080;
}
.redText{
color: red;
}
 
/* COMMON STYLES */
.hide	{
	display: none;
}
form input.submitBtn	{
	width: 90px;
	height: 16px;
	background: #F4F4F4;
	outline: none;
	}
	form input.submitBtn:hover	{
	background: #F4F4F4;
}

/* LAYOUT STYLES */
#container	{
	margin: 5px auto 0 auto;
	background: #FFF url('/images/backgrow.gif') repeat-y;
	width: 950px;
}
#lid	{
	height: 16px;
	background: transparent url('/images/backgrox.gif') no-repeat;
	margin: 0;
}
#menu	{
	margin: 0 16px 0 16px;
	height: 41px;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
	font-size: .6em;
	background: #FFF url('/images/shadow.gif') no-repeat bottom left;
	}
	#menu li	{
	float: left;
	width: 102px;
	height: 38px;
	text-align: left;
	background: transparent url('/images/vr.jpg') no-repeat;
	}
	#menu a	{
	display: block;
	background: transparent url('/images/btn_off.jpg') no-repeat;
	padding: 7px 0 0 7px;
	text-decoration: none;
	color: #333;
	margin: 0 0 0 1px;
	
	width: 101px; /* bmh */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 94px;

	height: 38px; /* bmh */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 31px;
	}
	#menu a:hover, #menu a.selected	{
	background: transparent url('/images/btn_on.jpg') no-repeat;
	color: #000;
}
#content, #home_content	{
	margin: 15px 16px 0 16px;
	text-align: left;
	font-size: .7em;
	color: #666;
	}
	#content a, #home_content a	{
	color: #09C;
	padding: 0 2px;
	text-decoration: none;
	}
	#content a:hover, #home_content a:hover	{
	color: #F0F;
	background: #FFF;
	}
	#content	{
	line-height: 1.3em;
	}
	#content ul	{
	margin: 0;
	padding: 0 20px;
	list-style-type: none;
	list-style-image: url('/sosimple.gif');
	}
	#content li	{
	margin-bottom: .7em;
	line-height: 1em;
}
#leftColumn, #rightColumn	{
	padding: 15px 10px;
	
	width: 263px; /* bmh */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 243px;
	}
	#leftColumn	{
	background: #E9E9E9;
	float: left;
	}
	#rightColumn	{
	background: #F4F4F4;
	float: right;
	}
	#columnClear	{
	height: 1px;
	clear: both;
}
#footer	{
	height: 50px;
	background: #FFF url('/images/footer.jpg') no-repeat;
	text-align: right;
	}
	#footer p	{
	float: right;
	margin: 0;
	padding: 28px 17px 0 0;
	}
}
#MyForm	{
	font-size: .9em;
}
#MyForm input.inp, input.coef,
#MyForm textarea.inp
	{
	border: 1px solid #CCC;
	background: #FCFCFC;
	font: 11px verdana, sans-serif;
	color: #666;
	padding: 3px;
	outline: none;
	}
	#MyForm input.inp:hover, input.coef:hover, 
	#MyForm textarea.inp:hover
	{
	border: 1px solid #999;
	}
	#MyForm input.inp:focus, input.coef:focus
	#MyForm textarea.inp:focus
	{
	border: 1px solid #999;
	background: #FFF !important;
	color: #5D4E37;
}
#MyMainForm	{
	font-size: .9em;
}
#MyMainForm input.inp, input.coef,
#MyMainForm textarea.inp
	{
	border: 1px solid #CCC;
	background: #FCFCFC;
	font: 11px verdana, sans-serif;
	color: #666;
	padding: 3px;
	outline: none;
	}
	#MyMainForm input.inp:hover, input.coef:hover, 
	#MyMainForm textarea.inp:hover
	{
	border: 1px solid #999;
	}
	#MyMainForm input.inp:focus, input.coef:focus
	#MyMainForm textarea.inp:focus
	{
	border: 1px solid #999;
	background: #FFF !important;
	color: #5D4E37;
}

/* MAIN PAGE STYLES */
#work_space, #hmBox2	{
	margin: 3px 0 0 0;
	}
	#work_space	{
	background: #E9E9E9;
	padding: 10px;
	}
	#hmBox2	{
	background: #F4F4F4;
	padding: 10px 0 20px 10px;
}
#portfolio	{
	padding: 0;
	margin: 15px 0 0 0;
	list-style-type: none;
	height: 95px;
	font-size: .9em;
	color: #999;
	}
	#portfolio li	{
	float: left;
	margin: 0;
	padding: 0;
	}
	#portfolio a	{
	float: left;
	margin-right: 13px;
	background: #FFF;
	padding: 2px;
	border: 1px solid #CCC;
	}
	#portfolio a:hover	{
	border: 1px solid #999;
}
/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}

table.default{border-collapse: separate; border-spacing:1px; background-color:white;}
table.default td{background-color:#CCCCCC; padding:1px; border-spacing:1px;}
table.default th{text-align:center; background-color:#CCCCCC; text-transform: uppercase}

