.bodyClass { 
    padding: 5px 10%; 

}

.bodyClass .contentBox {
    font-family: Arial, sans-serif;
    font-size: 1em;
}

.bodyClass .ui-widget {
    font-family: Arial, sans-serif;
    font-size: 1em;
}

#copyRightDiv {
    text-align: center;
    padding: 5px;
    font-style:italic;
    margin-bottom: 35px;
    font-family: Arial, sans-serif;
    font-size: 1em;
}


/** Footer styling **/
/** 
 *  courtesy of http://www.jqueryking.com/css3/create-an-awesome-css-3-stickey-footer/ *
 **/

#stickey_footer { /* This will make your footer stay where it is */
    border: 1px solid #aed0ea; 
    background: #deedf7 url(images/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x; 
    font-weight: bold; 
    color: #2779aa;
	bottom: 0;
    font-family: Arial, sans-serif;
	height: 40px;
	left: 50%;
	margin: 0 auto 0 -39%;
	padding: 0 10px;
	position: fixed;
	width: 76%;
}

/* border curves */
#stickey_footer {
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
/* hover effect */
#stickey_footer:hover {
    border: 1px solid #74b2e2; 
    background: #e4f1fb url(images/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50%    repeat-x; 
    font-weight: bold; 
    color: #0070a3;
}
/* shadow for the footer*/
#stickey_footer {
	-moz-box-shadow:0px 0px 11px #191919;
	-webkit-box-shadow:0px 0px 11px #191919;
	box-shadow:0px 0px 11px #191919;
}
#footer_menu {
	margin: 0;
	padding: 0;
	width:auto;
}
#footer_menu li {
	list-style: none;
	float: left;
	font-size:12px;
	padding: 12px 14px 14px 14px;
	border-right: 1px solid #AED0EA;
    border-left: 1px solid #AED0EA;
}

#footer_menu li:hover {
    background: #3baae3 url(images/ui-bg_glass_50_3baae3_1x400.png) 50% 50%        repeat-x;
}

#footer_menu li a {
	display: block;
	text-decoration: none;
    color: #2779aa;
}

#footer_menu li:hover a {
    color: #ffffff;
}

#footer_menu li span {
	display:none;
}
#stickey_footer #social_icons {
	float:right; /* social icons positions */
	width:auto;
	margin:5px 15px 0px;
	padding:0px;
	overflow:hidden;
}
#stickey_footer #social_icons li {
	margin-right:12px; /* 12px is the space between each one of them */
	float:left;
	width:24px;
	padding:0px;
	height:32px;
	list-style:none;
	_margin-right:0px; /* this is for IE6 only */
}