body
{
	font: normal 15px calibri, arial;
	margin: 0;
}
a
{
	text-decoration: none;
	border: 0;
}
div,span,p,h1,h2,h3,h4,h5,h6,img
{
	border: 0;
	margin: 0;
	padding: 0;
}
ul 
{
	list-style-type: none
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)
{
	.inner-wrapper
	{
		width: 1180px;
	}
}
@media only screen and (max-device-width: 480px) 
{
	.inner-wrapper
	{
		
		width: 1180px;
	}





}
@media handheld and (min-device-width: 320px) and (max-device-width: 480px) 
{
	.inner-wrapper
	{
		margin: auto;
		width: 1180px;
	}
}

@media screen and (device-width: 1024px)
{
	.inner-wrapper
	{
		margin: auto;
		width: 1180px;
	}
}
@media screen and (min-device-width: 1366px) 
{
	.inner-wrapper
	{
		margin: auto;
		width: 1180px;
	}
}	

@media screen and (device-width: 640px) 
{
	.inner-wrapper
	{
		margin: auto;
		width: 1180px;
	}
}	





@media screen and (min-device-width: 960px) 
{
	.inner-wrapper
	{
		margin: auto;
		width: 1180px;
	}
}

#wrapper 
{  
	
}

#top
{
	background-image: url('../images/sg-top-bg.png'); 
     background-color: #223A5C;
	height: 110px;
	padding: 0 auto;
}

#logo
{
	float: left;
	margin-top: 15px;
        

}

#make-payment
{
	position: absolute;
	display: inline;
	margin-left: 300px;
}


#main-menu
{
	float: right;
	list-style-type: none;
	margin-top: 79px;
     margin-right: 90px;
      
}

#main-menu > li
{
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 16px;
	position: relative; 
}
#main-menu > li  > ul
{
	border: 1px solid black;
	border-bottom: 0;
	padding: 0;
	position: absolute; 
	top: 31px; 
	left: 0px; 
	z-index: 100000000; 
	width: 250px;
	visibility: hidden;
}
#main-menu > li > ul > li
{
	background: #6C7E97;
	border-bottom: 1px solid black;
	display: list-item; 
	float: none;  
	padding: 5px;
	position: relative;
}
#main-menu > li > ul > li > ul
{
	background: blue;
	border: 1px solid black;
	border-bottom: 0;
	padding: 0;
	position: absolute; 
	top: -1px; 
	left: 250px; 
	z-index: 100000000; 
	width: 250px;
	visibility: hidden;
}
#main-menu > li > ul > li > ul > li
{
	background: #6C7E97;
	border-bottom: 1px solid black;
	display: list-item; 
	float: none;  
	padding: 5px;
	position: relative;
}
#main-menu > li > ul > li a
{
	float: none;
	font-size: 14px;
	letter-spacing: 0;
}
#main-menu > li ul > li a:hover
{
	background: none;
        color: #fff300;
        decoration: bold;
}

#main-menu > li a
{
	color: white;
	padding: 10px 15px;
	letter-spacing: -0.75px;
}
#main-menu > li a:hover
{
	background: #4E6B92;
      
}
#banner-bar
{
	background: url('../images/banner-tile.png') repeat-x;
     	height: 292px;
	margin: 0 auto;     
	min-width: 100%;
}

#banner-bar .background-image
{
	background: url('../images/banner-background-home5.png')
	position: absolute;
	right: 40px;
	border: 0;
	float: left;
	height: 290px;
	
}

#banner
{
background: url('../images/banner-background-home-full.png') repeat-x;
	float: left;
	height: 273px;
	margin-top: 8px;
	padding: 0px;
	width: 1082px;
}

#banner .banner-image
{
	margin-top: 40px;
}

#banner  div
{
	height: 273px;
}

#banner img
{
	border: 0;
	float: left;
	margin-top: 25px;
	margin-left: 25px;
}

#banner .button-learn-more
{
	background-color: #223A5C;
	clear: left;
	color: white;
	float: left;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin-top: 8px;
	margin-left: 180px;
	text-align: center;
	text-decoration: none;
	width: 108px;
        border:1px solid black;
}

#banner .button-learn-more:hover
{
	background-color: #4e6b92;
        border:1px solid black;
      
}

#content
{
	clear: both;
	padding: 15px 0;
	height: 550px;
     font-weight: normal;
}

#content .column-left
{
     color: #444;
	float: left; 
	width: 400px;
	margin-right: 15px;
}

#content .column-left h1
{
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 15px
}

#content .column-left p
{
	margin: 15px
}

#content .column-right
{
	float: left;
	width: 680px;
}

#content .column-right .service
{
	float: left;
	margin: 15px 5px;
	width: 330px;
	height: 145px;
}

#content .column-right .service .column-left img
{
	float: left;
}

#content .column-right .service .column-left h2
{
	float: left;
	font-size: 24px;
	font-weight: regular;
	line-height: 48px;
	padding-left: 25px;
}

#content .column-right .service p
{
	float: right;
     font-weight: regular;
}

#content .column-right .service .column-left
{
	float: left;
     font-weight: regular;
	margin: 0;
	width: 400px;
}

#content .column-right .service .column-right
{
	float: left;
	width: 330px;
     font-weight: regular;
}

#content .column-right .service .link-learn-more
{
	background-color: none;
	clear: right;
	color: #444;
	float: right;
	font-size: 14px;
     font-weight: normal;
	height: 24px;
	line-height: 28px;
	margin-top: 15px;
	text-align: left;
	text-decoration: none;
	width: 108px;
}

#footer
{
	background: url('../images/footer-tile2.png');
	border-top: 2px solid #A8B8CE;
	clear: both;
	margin: 0 auto;
	overflow-y: auto;
}
#footer #from-the-blog
{
}

#footer .box-title
{
	color: #858484;
	float: left;
	padding-top: 15px;
	padding-left: 25px;
	text-transform: uppercase;
}
#footer #from-the-blog, #footer #twitter-feed
{
	float: left;
	margin-bottom: 15px;
	margin-right: 1%;
	margin-top: 15px;
	width: 39%;
}
#footer .footer-box
{
	background: #D0D9E5;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	box-shadow: 1px 1px 3px #aaa;
}
#footer .footer-box ul
{
	clear: both;
	list-style-type: none;
	padding-left: 20px;
}

#footer  .footer-box ul li
{
	padding-bottom: 5px;
}

#footer  .footer-box strong
{
	color: #1a82ff;
}
#footer  .footer-box p
{
	color: #666;
}

#social-links
{
	background: url('../images/social-links-box.png') no-repeat;
	float: left;
	width: 20%;
	margin-top: 15px;
	margin-bottom: 15px;
}
#social-links ul
{
	padding-right: 15px;
}
#social-links ul li a
{
	margin: 0;
	padding: 0;
}
 #from-the-blog .box-icon, #twitter-feed .box-icon, #social-links .box-icon, #site-map .box-icon
{
	float: left;
	position: relative;
	left: 15px;
	top: -10px;
}

#site-map
{
	clear: both;
	background: #D0D9E5;
	-moz-border-radius: 25px 25px 0 0;
	-o-border-radius: 25px 25px 0 0;
	-webkit-border-radius: 25px 25px 0 0;
	border-radius: 25px 25px 0 0;
	box-shadow: 1px 1px 3px #888888;
	width: 100%;
	height: 235px;
}

#site-map ul
{
	float: left;
	margin: 0;
	width: 13%;
}

#site-map ul li
{
	clear: both;
	display: list-item;
}

#site-map ul li a
{
	color: #223A5C;
}

#site-map .map-list
{
	clear: left;
}

#site-map ul li .title
{
	color: #223A5C;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
     letter-spacing: -1px;
}

#site-map ul li a
{
	color: #666;
	font-size: 12px;
	text-indent: 10px;
}

#copyright-bar
{
     background-image: url('../images/sg-bottom-bg.png'); 
   
     background-color: #223A5C repeat-x;
     clear: both;
     color: white;
     font-size: 12px;
     font-weight: regular;
     height: 80px;
}
#copyright-bar span
{
	line-height: 80px;
     
}