* {
	/*
	
	margin: 0;
	padding: 0;
	
	*/
}

html, body {
	height: 100%;
	margin: 0;
}
body 
{

  background-image: url(/images/background.jpg); 
  background-color: #FFF;
  background-repeat: no-repeat; 
  background-position: center center;

	color: #333;
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif;

}

#container
{

	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}


#content
{
	height: 475px;
	
}

.content_right
{
	float: right;
	width: 300px;
	line-height: 15px;


}


ul.errors
{
	margin: 0px;
	color:#F30;
}

#frmMain
{
	margin: 0px;
	top: -10px;
}

ul.errors li
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;	
}


#main 
{                
	position: absolute;
	left: 50%;
	width: 950px; /* Overall width of div */
	height: 600px; /* Overall height of div */
	top: -300px; /* half of the overall height */
    margin-left: -475px; /* half of the overall width */
    visibility: visible;
	margin-top: 0px;
	padding-top: 25px;
	background: url(/public/images/background_flowerr.png) no-repeat 80% 93%; 
}

#menu
{
	margin-right: 300px;
}


div.client_services ul li 
{
	float:left;
	margin:15px;
	text-align:center;
	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

div.client_services ul
{
	margin-left: -10px;
}

h3
{
	clear:left;
	font-weight:500;
}


a:hover, a:active 
{
	color:#342E2E;
	text-decoration:underline;
}

a:link, a:visited 
{
	color:#342E2E;
	/* font-weight:500; */
	text-decoration:none;
}


h5
{
	color:#C60;
	font-weight: bold;
	font-size: 11px;
}

div.bodyText
{
	color: #666;
	font-size: 9px;
	line-height: 20px;
	width: 500px;
	margin-left: 50px;
	margin-top: 40px;
	
}

div.wide
{
	width: 875px;	
}




#footer {

}

#footer ul
{
	margin-left: -25px;	
}


#footer ul li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
}





img.clients {
	border: 1px solid #E2E2E2;
	background: #FFF;
}


img {
	border: 0px
}



.tipsy {
	opacity:.8;
	filter:alpha(opacity=80);
	background-repeat:no-repeat;
	padding:5px;
}
.tipsy-inner {
	padding:8px 8px;
	max-width:200px;
	font:11px 'Lucida Grande', sans-serif;
	font-weight:bold;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#000;
	color:white;
	text-align:left;
}
.tipsy-north {
	background-image:url(http://s.twimg.com/a/1249943174/images/tipsy/tipsy-north.gif);
	background-position:top center;
}
.tipsy-south {
	background-image:url(http://s.twimg.com/a/1249943174/images/tipsy/tipsy-south.gif);
	background-position:bottom center;
}
.tipsy-east {
	background-image:url(http://s.twimg.com/a/1249943174/images/tipsy/tipsy-east.gif);
	background-position:right center;
}
.tipsy-west {
	background-image:url(http://s.twimg.com/a/1249943174/images/tipsy/tipsy-west.gif);
	background-position:left center;
}


	#menuLog { font-size:1.4em; margin:10px 20px 20px; }
	.hidden { position:absolute; top:0; left:-9999px; width:1px; height:1px; overflow:hidden; }
	
	.fg-button { clear:left; margin:0 0px 0px 20px; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
	.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }
	a.fg-button { float:left;  }
	button.fg-button { width:auto; overflow:visible; } /* removes extra button width in IE */
	
	.fg-button-icon-left { padding-left: 2.1em; }
	.fg-button-icon-right { padding-right: 2.1em; }
	.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
	.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }
	.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */	
	
	.fg-button.ui-state-loading .ui-icon { background: url(/public/images/spinner_bar.gif) no-repeat 0 0; }
	
	<!-- style exceptions for IE 6 -->
	<!--[if IE]>
	<style type="text/css">
		.fg-menu-ipod .fg-menu li { width: 95%; }
		.fg-menu-ipod .ui-widget-content { border:0; }
	</style>
	<![endif]-->	