body {
}
#global {
	width: 100%;
	background-color: #FFF;
}
.inner-wrapper {
	width: 978px;
	margin: auto;
	padding: 0 12px;
	position: relative;
}
header {
	height: 120px;
	position: relative;
}
.align-top {
	vertical-align: top;
}

#logo {
	position: absolute;
	margin: 10px 0;
	height: 60px;
}
#logo-text {
	position: absolute;
	margin: 48px 240px;
	height: 60px;
	color: red;
	font-weight: bold;
	text-align: right;
	font-size: 22px;
}
#logo-text span {
	font-size: 16px;
	color: green;
}
.w190 {width:190px;}
.mr20 {margin-right: 20px;}
.ml20 {margin-left: 20px;}
h5 {
	font-size: 1em;
	margin: 1em 0px;
	margin-bottom: -20px;
}
#main-inner-body input.btn {
    text-shadow: 1px 1px 1px #005387;
    }
#main-inner-body .btn {
    padding: 5px 20px;
    color: #FFF;
    border-radius: 5px;
    font-size: 14px;
    background-color: #0063A1;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #005387;
}
#main-inner-body .grey-button {
    background-color: #F2F2F2;
    color: #666;
    border: 1px solid #D9D9D9;
    text-shadow: none !important;
}
.general-bodyBold {
	margin: 1em 0px;
	font-size: 13px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 1.5em;
	color: #666;
	padding: 5px;
}

/* Social Icons Code Starts Here*/

.social {
    float: right;
    height:32px;
	margin:0 auto 0 auto;     
}
.fb {
	width:40px;
	height:40px;
	float:left;
	margin-right: 3px;
	background:url(../images/social.png) -2px -1px;
}
.fb:hover {
	width:40px;
	height:43px;
	float:left;
	background:url(../images/social.png) -3px 42px;
}
.twit {
	width:40px;
	height:40px;
	float:left;
	margin-right: 3px;
	background:url(../images/social.png) -45px -1px;
}
.twit:hover {
	width:40px;
	height:43px;
	float:left;
	background:url(../images/social.png) -45px 42px;
}
.mtm20 {margin-top: -20px;}
.gplus {
	width:40px;
	height:40px;
	float:left;
	margin-right: 3px;
	background:url(../images/social.png) -87px -1px;
}
.gplus:hover {
	width:40px;
	height:43px;
	float:left;
	background:url(../images/social.png) -87px 42px;
}
.linkdn {
	width:40px;
	height:40px;
	float:left;
	margin-right: 3px;
	background:url(../images/social.png) -129px -1px;
}
.linkdn:hover {
	width:40px;
	height:43px;
	float:left;
	background:url(../images/social.png) -129px 42px;
}

/* Social Icons Code Ends Here*/
.gap {
	width: 108px;
	text-align: center!important;
}
nav ul {
	margin: 0;
	padding: 0;
}
nav#top-navigation {
	font-size: 0.8125em;
	text-align: right;
	margin-top: 10px;
	float: right;
}
nav#top-navigation li {
	display: inline;
	margin-left: 10px;
}
nav#top-navigation li a, nav#top-navigation li a:visited {
	color: #666;
	text-decoration: none;
}
nav#top-navigation li a:hover {
	color: #F60;
}
#search-box-main {
	width: 170px;
	height: 30px;
	box-shadow: inset 0 0 5px #ccc;
	background-color: #f2f2f2;
	border-radius: 5px;
	margin-top: 40px;
	float:right;
	clear:both;
}
#search-box-main #search-field {
	background-color: #f2f2f2;
	border: none;
	height: 18px;
	margin: 5px 12px;
	color: #999;
	font-size: 0.8125em;
	width: 120px;
	float: left;
}
#search-box-main #search-button {
	border: none;
	height: 18px;
	margin: 6px 2px;
	width: 18px;
	background-image: url(../images/search-button.png);
	background-repeat: no-repeat;
	background-position: center center;
}
nav#main-navigation {
	font-size: 0.9375em;
	text-align: center;
	background-color: #0063a1;
	height: 40px;
	position: relative;
	margin-top: 20px;
}
/* banner */

#home-banner {
	background-image:url(../images/banner/home-banner-c.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f2f2f2;
/*	box-shadow: inset 0 0 5px #ddd;
*/	border-bottom: solid 1px #eee;
	height:400px;
}
#home-banner .slide{
	height:340px;
	display:none;
	color: #eee;
}

#home-banner .home-banner-text {
	width: 478px;
	padding: 2em 0 0 0;
}
#home-banner .home-banner-text a, #home-banner .home-banner-text a:visited{
	color:#1EA4CE;/*#0063a1*/
	text-decoration:none;
}
#home-banner .home-banner-text a:hover{
	color:#F60;
}
#home-banner h1 {
	margin-top: 0px;
	color: #74C5F8;/*#74C5F8*/
	font-weight: normal;
}
#home-banner p{
	color:#fff;
}
#home-banner ul {
	padding-left:20px;
	font-size:0.875em;
}
#home-banner .slide li{
	padding-bottom:10px;
	color:#fff;
}
#home-banner .home-banner-media-holder {
	width: 478px;
	height: 172px;
	float: right;
	margin-top: 25px;
}
#home-banner .home-banner-media-holder img{
	border-radius:5px;
	visibility:hidden;
}
#home-banner  #banner-nav{
	position:absolute;
	background-color:#fff;/*f2f2f2*/
}
#home-banner  #banner-nav ul{ 
	margin:0;
	padding:0;
}
#home-banner  #banner-nav li{
	list-style:none;
	float:left;
	padding:10px 51px;
	border:solid 1px #eee;

}
#home-banner  #banner-nav li:hover{
	background-color:#e8e8e8;
	color:#333;
	cursor:pointer;
}
#home-banner  #banner-nav li.selected, #home-banner  #banner-nav li.selected:hover {
	background-color:#20a939;
	color:#fff;
	border:solid 1px #20a939;

}
/*main body*/
#main-body {
	width: 100%;
	position: relative;
}
#main-body .home-body-rows-odd {
	background-color: #FFF;
	border-bottom: solid 1px #f2f2f2;
}
#main-body .home-body-rows-even {
	background-color: #fafafa;
	/*	box-shadow: inset 0 0 5px #ccc;
*/	border-bottom: solid 1px #f2f2f2;
}
#main-body .home-body-rows {
	padding: 30px 0;
}
#main-body .home-body-rows h2 {
	margin-top: 0;
	margin-bottom: 10px;
	color: #0063a1;
	font-weight: normal;
}
#main-home-body .home-body-rows .home-body-first-text-block {
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 1.5em;
	color: #666;
}
#main-body .home-body-rows ul, #main-body .home-body-rows ol {
	padding-left: 20px;
}
#main-body .home-body-rows li {
	font-size: 0.875em;
	margin-bottom: 1em;
}
#main-body .home-body-rows.home-body-four-column .home-column {
	width: 23%;
	margin-left: 2%;
	vertical-align: top;
	color: #666;
}
#main-body .home-body-rows.home-body-four-column .home-column:first-child {
	margin-left: 0;
}
#main-body .home-column h1.home-column-header {
	margin-top: 0;
	margin-bottom: 30px;
	color: #0063a1;
	font-size:1.125em;
}
#main-body .home-column h4 {
	margin-top: 0;
	margin-bottom: 30px;
	color: #333;
	font-size:0.875em;
}
#main-body .home-column p {
	font-size: 0.8125em;
	line-height: 1.5em;
	margin-top: 20px;
}
#main-body .home-column li{
	font-size:0.8125em;
}
#main-body .home-column a, #main-body .home-column a:visited {
	color: #0063a1;
	text-decoration: none;
}
#main-body .home-column a:hover {
	color: #F60;
}
#main-body .call-for-action-main {
	padding: 30px 0;
}
#main-body .call-for-action-main .call-for-action-button {
	padding: 5px 20px;
	color: #fff;
	border: none;
	border-radius: 5px;
}
#main-body .call-for-action-main.float-button-right .call-for-action-button {
	margin-left: 20px;
	float: right;
}
#main-body .call-for-action-main a {
	text-decoration: none;
}
#main-body .call-for-action-main .blue-button {
	background-color: #0063a1;
}
#main-body .call-for-action-main .green-button {
	background-color: #20a939;
}
#main-body .call-for-action-main .no-button {
	color: #0063a1;
	padding: 5px 0;
	background: none;
}
#main-body .call-for-action-main .blue-button:hover {
	background-color: #005387;
}
#main-body .call-for-action-main .green-button:hover {
	background-color: #1a8a2f;
}
#main-body .call-for-action-main .no-button:hover {
	color: #F60;
}
#main-body .call-for-action-main h3 {
	margin: 0;
}
#main-body .call-for-action-main p {
	margin: 0.5em 0 0;
	font-size: 0.8125em;
}
#main-body .show-dates-home {
	font-size: 0.8125em;
	margin-top: 30px;
}
#main-body .show-dates-home td {
	background-color: #FFF;
	border-bottom: solid 1px #eee;
	text-align: right;
	padding: 5px;
	color: #333;
}
#main-body .show-dates-home td:first-child{
	text-align: left;
}
#main-body .show-dates-home tr.odd td {
	background-color: #fafafa;
}
#main-body .home-column .all-class-links{
	background-color:#f2f2f2;
	margin:30px 0;
	padding:10px;
	font-size:0.8125em;
}
#main-body .home-column .home-column-media{
	margin-bottom:30px;
}
#main-body .home-column .home-brand-taglines{
	font-size:0.75em;
	margin-top:5px;
	color:#999;
	display:block;
	
}
/*Rating*/
.rating-footer {
	font-size: 0.875em;
}
ul.star-rating {
	list-style: none;
	padding: 0px !important;
	width: 100px;
	height: 20px;
	position: relative;
	background: url(../images/alt_star.png) top left repeat-x;
	display: inline-block;
	float: left;
	margin: 0 10px;
}
.star-rating ul {
}
.star-rating li {
	padding: 0px;
	margin: 0px;
	float: left;
}
.star-rating li a {
	display: block;
	width: 20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover {
	background: url(../images/alt_star.png) left bottom;
	z-index: 2;
	left: 0px;
}
.star-rating a:focus, .star-rating a:active {
	border: 0;
	-moz-outline-style: none;
	outline: none;
}
.star-rating a.one-star {
	left: 0px;
}
.star-rating a.one-star:hover {
	width: 20px;
}
.star-rating a.two-stars {
	left: 20px;
}
.star-rating a.two-stars:hover {
	width: 40px;
}
.star-rating a.three-stars {
	left: 40px;
}
.star-rating a.three-stars:hover {
	width: 60px;
}
.star-rating a.four-stars {
	left: 60px;
}
.star-rating a.four-stars:hover {
	width: 80px;
}
.star-rating a.five-stars {
	left: 80px;
}
.star-rating a.five-stars:hover {
	width: 100px;
}
.star-rating li.current-rating {
	background: url(../images/alt_star.png) left center;
	position: absolute;
	height: 20px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	left: 0;
}
div.rating-result {
	float: left;
}
#starcontainer {
	height: 20px;
}
  
  
  /* Footer */
  
footer #copyright-info{
	background-color:#005387;
	color:#fff;
	text-align:center;
	font-size:0.875em;
	padding:10px;
}
footer #footer-navigation{
	margin:30px auto;
	font-size:0.8125em;
	color:#666;
	text-align:center;
	line-height:2em;
}
footer #footer-navigation a{
	color:#666;
	text-decoration:none;
}
footer #footer-navigation a:hover{
	color:#F60;
}