body { font-family: sans-serif; }

#container
{
	margin: 0 auto;
	width: 100%;
	background: #fff;
}

#header
{
	/*background: #ccc;*/
	/*padding: 20px;*/
	overflow:hidden;
}

#header h1 { margin: 0; }

#content-container1
{
	float: left;
	width: 79%;
	padding: 20px 0;
	margin: 0 0 0 1%;
}

#content-container2
{
	float: left;
	width: 100%;
	background: url(/wp-content/uploads/layout-three-liquid-background2.gif) repeat-y 80% 0;
}

#left-side
{
	float: left;
	width: 16%; /*200px;*/
	padding: 20px 0;
	margin: 0 2%;
	display: inline;
	background: url(img/layout-three-liquid-background2.gif) repeat-y 80% 0;
}
#navigation ul {margin:0px; padding:0px; background-color:#666;}
#navigation ul li {
height:25px;
line-height:25px;
list-style:none;
padding-left:10px;
color:#FFF;
border-top:#fff solid;
border-bottom:#fff solid;
border-width:1px;
cursor:pointer;
}
#navigation ul li:hover {background-color:#F90; position:relative;}
#contact p
{
	font: 10px /*"Lucida Grande", "Trebuchet MS",*/ Verdana;
	padding-left:10px;
}
#wnavigation ul
{
	margin: 0;
	padding: 0;
}

#xnavigation ul li
{
	list-style-type: none;
	display: inline;
}

#wnavigation li a { 
  display: block; 
  text-decoration: none; 
  padding: .25em; 
  border-bottom: solid 1px #39f; 
  border-right: solid 1px #39f; 
}
#xnavigation li a
{
	display: block;
	/*float: left;*/
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#content
{
	float: left;
	width: 62%;
	padding: 20px 0;
	margin: 0 0 0 0;
}

#content h2 { margin: 0; }

#news
{
	float: right;
	width: 31%;
	padding: 20px 5px;
	margin: 0 0 0 0;
	display: inline;
	background: #ccc;
}

#news h3 { margin: 0; }

#footer
{
	clear: both;
	background: #ccc;
	text-align: right;
	padding: 20px;
	height: 1%;
}
.sexypanels{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px; /* width of menu */
}

.sexypanels li{
border-bottom: 3px solid white; /* white border beneath each menu item */
}

.sexypanels li a{
background: #333 url(../img/sexypanelright.gif) no-repeat right top; /*color of menu by default*/
font: bold 13px /*"Lucida Grande", "Trebuchet MS",*/ Verdana;
display: block;
color: white;
width: auto;
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
border-bottom: 2px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}

.sexypanels li a:visited, .sexypanels li a:active{
color: white;
}

.sexypanels li a:hover{
background-color: black; /*color of menu onMouseover*/
color: white;
border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}

 .noPrint { 
display: none; 
} 
#contact_print {
  display : inline;
} 

