html { 
  background:url("../images/bg.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

img
{	border:0;
}

body
{	margin: 0;
	padding:0;
	font: 12px Tahoma, Geneva, sans-serif;
	color:#333;
}

a
{	text-decoration:none;
	color: inherit;
}

.emp_text
{	color: #036;
	font-weight: bold;
}

.small_text
{	font-size:10px;
}

.bold_text
{	font-weight:bold;
}

.italics
{	font-style:italic;
}

.flt_right
{	float: right;
}

#wrapper
{	width: 1000px;
	margin: 25px auto;
	background-color:rgba(000,0,0,0.5);
    background-clip: padding-box;
	border-radius:50px;
	border:rgba(000,0,0,0.5) 10px solid;
	-webkit-background-clip: padding-box; /* for Safari */
}

#background
{	width:900px;
	height: 1300px;
	margin:0 auto;
	background-color:#DCD6DA;
	border-radius:50px;
	border:#DCD6DA 10px solid;
}

/* left sidebar style */
#sidebar
{	width:275px;
	height: 1300px;
	float: left;
	border-radius:50px;
	border:#B7BFB6 1px solid;
	background-color:#B7BFB6;
}

#sidebar .sb_clouds
{	width: 275px;
	margin:0;
	padding:0;
}

#sidebar .sb_quote
{	width: 225px;
	margin: 5px 20px;
}

#logo img
{	width: 225px;
	padding:30px 24px 0px;
}

#nav_menu
{	margin:0;
}

#nav_menu ul li a
{	color:#66664C;
	font-weight:bold;
	text-decoration: none;
}

#nav_menu ul li a:hover
{	color:#333;
}

/* MenuCool Vertical Menu */
* html #menu-v  li
{	float:left;
    height: 1%;
}

* html #menu-v  li a
{	height: 1%;
}

#menu-v li, #menu-v a 
{	zoom:1;
} /* Hacks for IE6, IE7 */

#menu-v, #menu-v ul
{	width: 273px; /* Main Menu Item widths */
    position: relative; 
	font-size:0;
    list-style: none; 
	margin: 0; 
	padding: 0; 
	display:block;
    z-index:9;
    border:#CCC 1px solid;
    border-top:none;
}
               
/* Top level menu links style */
#menu-v li
{	margin: 0;
	padding: 0;	
	background: #FFF;
    list-style: none; 
	
}

#menu-v li a
{	font: 20px "Century Gothic", Century, sans-serif;
    border-top: 2px solid #ccc;
    display: block;
    overflow: auto; /* force hasLayout in IE7 */
    text-decoration: none;
    line-height:35px;
    padding-left:35px;            
}

#menu-v ul li a
{   line-height:35px;
}
                
#menu-v li a.arrow:hover
{   background:url("../images/arrowon.gif") no-repeat;
	background-position: 230px;
    background-size: 15px;
}
        
/*Sub level menu items */
#menu-v li ul
{   position: absolute;
    width: 225px; /*Sub Menu Items width */
    visibility:hidden;
}
*        
#menu-v a.arrow
{   background:url("../images/arrow.gif") no-repeat;
	background-position: 230px;
    background-size: 15px;
}

#menu-v li:hover, #menu-v li.onhover
{   background-position:0 -62px;
}

#menu-v ul li
{   background: rgba(255, 255, 255, 0.86);
}

#menu-v ul li:hover, #menu-v ul li.onhover
{   background: #FFF;
}
/* end MenuCool Vertical Menu */

#sb_contact table
{	width:275px;
	padding:5px;
	font: bold 14px "Century Gothic", Century, sans-serif;
	color:#333;
}

#sb_contact td
{	padding-bottom:10px;
	vertical-align:top;
	text-align:left;
}

#sb_contact h3
{	margin:0;
	padding:0;
	text-align: center;
}
/* end left sidebar style */

#content
{	width:580px;
	padding:20px;
	float: left;
}

#content p
{	font-size: 14px;
}

#content_hdr h1
{	height:60px;
	display:block;
	text-align:right;	
	vertical-align:bottom;
}

#feat_news table
{	margin:0 auto;
	width:550px;
	text-align:left;
	font-size:11px;
	background-color:#FFF;
	border-radius:10px;
	border:#FFF 5px solid;
}

#feat_news td
{	padding:5px;
}

#feat_news img
{	float:left;
	width:25px;
}

#footer
{	width:700px;
	height: 40px;
	margin-left:165px;
	padding-right: 15px;
	position:absolute;
	top:1305px;
	text-align: right;
	border-radius:50px;
	border:#B7BFB6 1px solid;
	background-color:#B7BFB6;	
}