		/* #Reset & Basics (Inspired by E. Meyers)
		================================================== */
			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; }
			article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
				display: block; }
			body {
				line-height: 1; }
			ol, ul {
				list-style: none; }
			blockquote, q {
				quotes: none; }
			blockquote:before, blockquote:after,
			q:before, q:after {
				content: '';
				content: none; }
			table {
				border-collapse: collapse;
				border-spacing: 0; }
		/* #Basic Styles
		================================================== */
		body {
			font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
			color: #444;
			-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
			-webkit-text-size-adjust: 100%;
			background:url('../images/bg1.jpg') top left repeat-x, url('../images/bottom-bg.jpg') bottom right no-repeat;
			font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		}
		.wrapper{
			margin:0 auto;
			width:960px;
		}
		.containerr{
			margin:0 10px;
			height:700px;
		}
		.head-phonewrap{
			background:#8ebd8a;
			border-bottom:8px solid #64ba4d;
			width:270px;
			float:left;
		}
		.head-text{
			color:#3a3178;
			font-weight:bold;
			letter-spacing:0.03em;
			font-size:12px;
			padding:6px 0 0 20px;
			display:block;
		}
		.head-phone{
			color:#fff;
			font-weight:bold;
			letter-spacing:0.03em;
			font-size:36px;
			margin:4px 0 16px 20px;
			display:block;
		}
		.head-menuwrap{
			background:#3a3178;
			position:absolute;
			right:0;
			float:left;
		}
		.dodo{
			position:absolute;
			top:0;
			width:940px;
		}
		.head-phonewrap{
			display:none;
		}
		.menu, .menu ul{
			width:100%;
			margin:0 auto;
		}
		.menu ul li{
			display:inline;
			position:relative;
			float:left;
			padding:9px 15px;
			border-right:3px solid #fff;
		}
		.menu ul li:last-child{
			border-right:none;
		}
		.menu ul li a{
			color:#fff;
			text-decoration:none;
			font-size:12px;
			font-weight:bold;
			letter-spacing:0.03em;
			text-transform:uppercase;
		}
		.menu li:hover{		
			color:#3a3178;
			background:#64ba4d;
		}
		.content{
			margin:20px auto;
			width:900px;
		}
		.heading{
			color:#3a3178;
			font-size:32px;
			font-weight:bold;
			letter-spacing:0.03em;
			padding:20px 0;
		}
		.colwrap{
			width:100%;
			clear:both;
			margin:10px auto;
		}
		.threecol{
			float:left;
			width:260px;
			margin-left:60px;
			margin-bottom:20px;
		}
		.colwrap .threecol:first-child{
			margin-left:0;
		}
		.subheading{
			color:#3a3178;
			font-size:20px;
			font-weight:bold;
			letter-spacing:0.03em;
			padding:10px 0 4px 0;
			border-bottom:2px solid #64ba4d;
			display:inline-block;
			margin-bottom:15px;
		}
		h2.readmore{
			color:#000;
			font-size:18px;
			font-weight:bold;
			letter-spacing:0.03em;
			padding:10px 0 4px 0;
			border-bottom:2px solid #64ba4d;
			display:inline-block;
			margin-bottom:15px;
		}
	
	.readmore a {
	text-decoration:none; /* gets rid of line underneath */
	font-size:20px;
	color:#3a3178;
	}
		
		.col-text{
			color:#000;
			font-size:13px;
			font-weight:bold;
			letter-spacing:0.03em;
			margin-bottom:10px;
		}
		.col-text2{
			color:#000;
font-size:16px;
font-weight:bold;
letter-spacing:0.03em;
margin-bottom:10px;
background:url('/images/arrow.jpg') no-repeat scroll left center;
background-size:20px 20px;
padding-left:30px;
line-height:30px;
		}
		.footer{
			clear:both;
			width:100%;
			display:block;
			padding:50px 0 0 0;
			
		}		
		.footmenu, .footmenu ul{
			width:100%;
			margin:15px auto 10px auto;
			text-align:center;
		}
		.footmenu ul li{
			display:inline-block;
			padding:0 15px;
		}
		.footmenu ul li:last-child{
			border-right:0;
		}
		.footmenu ul li a{
			color:#3a3178;
			text-decoration:none;
			font-size:16px;
			font-weight:bold;
			letter-spacing:0.03em;
		}
		.footmenu li a:hover{		
			color:#64ba4d;
		}
		.rights{
			color:#3a3178;
			text-align:center;
			font-size:11px;
			font-weight:bold;
			letter-spacing:0.03em;
			padding-top:6px;
		}
		.social{
			text-align:center;
			margin:15px 0 20px 0;
		}
		.social img{
			margin-right:8px;
		}