@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* main div */

.float-left{
	float: left;
}

.margin-right{
	margin-right: 15px;
}

body{
	background-position:top center;
	margin: 0;
	font-family: helvetica;
}

.header{
	height: 600px;
	overflow: hidden;
}

.menu{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	bottom: 600px;
	z-index: 500;
}


.main-content{
	background: url("../images/bg-white.png");
	color: #333;
	min-height: 350px;
	margin: 0 auto;
	padding: 30px;
	width: 950px;
	z-index: 100;
	position: relative;
	bottom: 380px;
}

.text-box{
	background-color: #FFFFFF;
	padding:20px;
}

.text-box-services{
	background-color: #FFFFFF;
	padding:20px;
	height: 400px;
}



p.grey-text{
	color: #666666;
}
/*a tags */

a.{
	color:#0b3e66;
}

a.navigation{
	color: #ffffff;
	float: left;
	font-size: 19px;
	margin: 80px 0 0 70px;
	cursor: pointer;
	text-decoration: none;	
}


a.footer-links:hover{
	color: #e6ab1f;	
}


a.footer-links{
	color: #0b3e66;
}

a.navigation:hover{
	color: #e6ab1f;
}

a.navigation:active{
	color: #e6ab1f;
}

/*heading*/
h1{
	color: #0b3e66;
	font-size: 25px;
	font-weight:400;
	margin: 0 0 30px 0;
	padding: 5px 0 0 0;
}

h2, h3, h4, h5, h6{
	color: #666666;
	font-size: 13px;
	font-weight:400;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	font-weight: bold;
}




p.general-text{
	color: #666666;
	font-size: 13px;
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
	line-height: 20px;
	width: 800px;
	
}

li.mainlist{
	color: #666666;
	font-size: 13px;
	margin: 10px 0 0 40px;
	
}

li.mainlistsub{
	color: #666666;
	font-size: 13px;
	margin: 10px 0 0 60px;
	
}

li.mainlistsub-sub{
	color: #666666;
	font-size: 13px;
	margin: 10px 0 0 80px;
	
}


/*footer*/

.footer{
	background-color:#e7e9ea;
	padding-top: 20px;
	margin: 20px 0 0 0;
}

p.footer{
	color: #666666;
	font-size: 13px;
	margin: 0 0 0 40px;
	padding: 0 0 15px 0;
	line-height: 25px;
	width: 800px;
	font-weight: bold;
	
}


<link type="text/css" href="css/skitter.styles.css" media="all" rel="stylesheet" />
<script type="text/javascript" src="js/jquery-1.8.1.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/jquery.animate-colors-min.js"></script>
<script type="text/javascript" src="js/jquery.skitter.min.js"></script>