* { margin:0 auto; padding:0;}


body  {
	font: 10pt Arial, Helvetica, sans-serif;
	background: #9fdced url(images/body_bg.jpg) top repeat-x;
	color: #666666;
	line-height:1.6em;
}

a { text-decoration: underline; color:#F0FEFE;}

a:hover {text-decoration:none;}

h1 {color:#052160; font-size:18px; margin-bottom:12px;}

h2 {color:#000000; font-size:16px; margin-bottom:12px;}

p{ margin-bottom:8px;}

img {border:none;}

	.centeredImage
    {
    text-align:center;
    display:block;
    }

#container { 
	width: 960px;
} 
#header {
	position:relative;
}
	.logowrapper{ width:375px; float:left;}
	.tollfee{ padding:30px 10px 10px 10px; color:#02647d; font-size:22px;}
	
#header h1 {
	margin: 0;
	padding: 10px 0;
}

#package_wrapper{
	 background:url(images/content_bg.jpg) top right repeat-y; float:left;
	}
	
#content { background:#FFF url(images/content_bg.jpg) top right repeat-y;}

#sidebar1 {
	float: right; 
	width: 310px;
	padding: 15px 10px 10px 10px;
}

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



#mainContent ul
{
	margin-left:15px;
	padding-bottom:10px;
}

#mainContent ul li a {
	color:#666666;
}

#mainContent ul.listtype
{
	list-style:square;
}



	.package1,.package2,.package3,.package4{ width:204px; padding:47px 10px 10px 26px; float:left; color:#FFFFFF; position:relative; height:96px;}
		.package1{ background:url(images/1-package.png) top no-repeat;}
		.package2{ background:url(images/2-package.png) top no-repeat;}
		.package3{ background:url(images/3-package.png) top no-repeat;}
		.package4{ background:url(images/4-package.png) top no-repeat;}
	.bluebox { background:#b4efff; padding:5px 0;}
#footer { 
	padding:10px;
	text-align:center;
	font-size:11px;
	color:#1f82be;
} 

#footer p {
	margin: 0;
	padding: 10px 0; 
}

#footer a {
		color:#046B85;
		text-decoration:none;
}

#footer a:hover {
		color:#FFF;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* NAVIGATION */
#nav { width:594px; float:right;}
#navigation {
  list-style: none;
}

#navigation li {
  float: left;
  margin-right:2px;
}

#navigation a * {
  display: none;
}

#navigation a,
#navigation a .hover {
  height: 38px;
        position: relative;
        display: block;
        background: url(images/nav_menu.png) 0 0 no-repeat;
		    margin:0;
  padding:0;
}

/* individual navigation items */
#navigation a.home {
  background-position: 0 0;
  width: 114px;
}

#navigation .highlight a.home:hover,
#navigation a.home .hover {
  background-position: 0 -114px;
  width: 114px;
}

#navigation a.about {
  background-position: -116px 0;
  width: 114px;
}

#navigation .highlight a.about:hover,
#navigation a.about .hover {
  background-position: -116px -114px;
}

#navigation a.services {
  background-position: -232px 0;
  width: 114px;
}

#navigation .highlight a.services:hover,
#navigation a.services .hover {
  background-position: -232px -114px;
}

#navigation a.tools {
  background-position: -348px 0;
  width: 114px;
}

#navigation .highlight a.tools:hover,
#navigation a.tools .hover {
  background-position: -348px -114px;
}

#navigation a.contact {
  background-position: -464px 0;
  width: 114px;
}

#navigation .highlight a.contact:hover,
#navigation a.contact .hover {
  background-position: -464px -114px;
}

/* for validation style */
input.error {
	border: 1px solid #FF0000;
	display: block;
	margin: 0;
}
textarea.error {
	border: 1px solid #FF0000;
	display: block;
	margin: 0;
}
label.error {
	color: #FF0000;
	font-size: 10px;
}

.freeq { position:absolute; right:10px; bottom:14px; }