*
{
	padding: 0;
	margin: 0;
}

html { height: 100%; }
* html #container { height: 100%; }

body
{
	height: 100%;
	background: #ffffff;
	color: black;
	font-family: lucida grande, verdana, arial, sans serif;
	margin: 14px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

#client
{
	font-size: 10px;
	margin-left: 10px;
	line-height: 10px;
}

#shadow1{
display: table;
height: 100%;
width:100%;
}

#shadow2{
 #position: absolute;
 #top: 50%;
 display: table-cell; 
 vertical-align: middle;
}

div.float
{
	float: left;
	width: 45%;
	margin-left:15px;
}

div.float_portfolio
{
	float: left;
	width: 45%;
	margin-left:10px;
}

div.float_portfolio_image
{
	float: left;
	width: 30%;
	margin-left:10px;
}

div.float_portfolio_right
{
	float: left;
	width: 60%;
	margin-left:10px;
}

div.float_services_left
{
	float: left;
	width: 60%;
	margin-left:10px;
}

div.float_services_right
{
	float: left;
	width: 35%;
	text-align: justify;
	margin-left:10px;
}


div.float_index_left
{
	float: left;
	width: 200px;
	margin-left:10px;
}

div.float_index_main
{
	float: left;
	width:375px;
	margin-left:15px;
}

div.clearfloat { clear: both; }

div.right_side_box
{
	background-color: #FFC;
	padding: 5px;
}

.header
{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 551px;
	height: 114px;
	margin-left: 30px;
}

.header2
{
	text-align: left;
	color: #69C;
	font-size: 18pt;
	margin-top: 15px;
}

a
{
	color: #660066;
	text-decoration: none;
}

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

a.index_nav
{
	color: #69C;
	text-decoration: none;
}

a.index_nav:hover
{
	color: #000;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 5px;
}

#index_menu
{
	color: #69C;
	font-size: 18px;
	line-height: 32px;
	border-width: 0 1px 1px 0;
	border-style: dotted;
	border-color: #69C;
	text-align: right;
	padding: 5px;
}

.index_img
{
	height: 35px;
	margin-right: 5px;
	vertical-align: middle;
}

.line
{
	border-color: #CCC;
	border-width: 1px 0 0 0;
	border-style: solid;
	margin: 0px 10px 4px 10px;
}


.bottom
{
	text-align: center;
	color: #000;
	font-size: 9pt;
	border-color: #CCC;
	border-width: 1px 0 0 0;
	border-style: solid;
	margin: 4px 10px 4px 10px;
}

.breadcrumb
{
	border-color: #CCC;
	border-width: 1px 0 1px 0;
	border-style: solid;
	padding: 3px 30px 3px 30px;
	margin: 4px 10px 0 10px;
}

p
{
	text-align: left;
	margin: 14px;
	line-height: 14px;
}

.index
{
	line-height: 16px;
}

.firefox
{
	line-height: 12px;
	background-color: #FF9;
	color: #903;
	font-size: 10px;
	font-weight: bold;
}


ul, li
{
	text-align: left;
	line-height: 18px;
	margin-left: 20px;
}

#shadowed-border
{
	padding: 20px;
	width: 607px;
	margin: 20px auto;
	color: #000;
	#position: relative;
	#top: -50%;
}

#shadowed-border, #shadowed-border .sb-inner { background: #fff; }
.clearfix { clear: both; }
img { border: 0px; }


/*RSS feed*/

.bMEclass
{
	width: 190px;
	padding: 5px;
	background-color: #ffffff;
	margin-bottom: 1em;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=80);
	/*Specify fade effect in IE. Remove if desired.*/
	-moz-opacity: 0.8;
	/*Specify fade effect in Firefox. Remove if desired.*/
	border-color: #69C;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

.rsstitle{ 
}

.rssdate{ 
color: gray;
font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}
