* {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px 0;
	background: #ffffff;
}


body, th, td, input, textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight:normal;
}

form {
}

fieldset {
}

input, textarea {
	font-weight: bold;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
}

input.button {
	background: #B8D03B;
	color: #FFFFFF;
}

h1, h2 {
	margin-top: 1.5em;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
}

h1 {
	letter-spacing: -.075em;
	font-size: 3em;
}

h2 {
	letter-spacing: -.05em;
	font-size: 1.8em;
	font-weight: normal;
	color: #8D8E85;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	margin-bottom: 1em;
}

p, ul, ol {
	margin-bottom: 1.0em;
	line-height: 1.1em;
	font-size: 1.0em;
}

br {
	line-height: 1.0em;	
}

ul, ol {
	margin-left: 2em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #267bbd;
}

a:hover {
	color: #267bbd;
}

h1 a, h2 a, h3 a {
	color: #267bbd;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #267bbd;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 900px;
	height: 190px;
	margin: 0 auto 4px auto;
	background: #fff url(images/header.jpg) top no-repeat;
}

/* Page */

#page {
	width: 900px;
	margin: 20px auto 0 auto;
	padding: 0;
}

/* Content */

#content2 {
	float: left;
	width: 300px;
	padding: 0 20px 0 20px;
	margin: 0;
	background: #f0f0f0;
	height: 100%;
}

#content {
	float: right;
	width: 620px;
	padding: 0;
	margin: 0 0 0 0;
	background: #ffffff url(images/wheel.png) top left no-repeat;
	height: 100%;
}

#content .entry {
	padding: 15px 15px 0 20px;
	margin: 4px 0 0 0;
	background: #f0f0f0;
	width: 181px;
	float: right;
	height: 100%;
	overflow: hidden;	
}

#content .entry1 {
	float: left;	
}

#content .post {
	background: #f0f0f0;	
}

#content-m {
	float: left;
	width: 560px; 
	padding: 0 20px 0 20px;
	margin: 0 20px 0 0px;
	background: #f0f0f0;
	height: 100%;
}

.post a{
	text-decoration: underline;
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	font-size: 2.4em;
}

.post .entry {
	padding: 0;
	font-weight: normal;
}

.post .meta {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #CFCFCF;
}

.post .meta a {
	color: #267bbd;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
}

.post .links a, .post .tags a {
	
}

/* Recent Posts */

#recent-posts {
}

#recent-posts h3 {
	margin: 0;
}

#recent-posts p {
	margin: 0 0 1.5em 0;
	font-size: .9em;
}

/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 1em 0;
}

#sidebar1 {
	width: 249px;
	padding: 4px 0 0 0;
	height: 100%;
}

#sidebar1 .sidebar-content{
	font-size: 16px
	color: #000000;
}

.sidebar-content {
	padding: 0 0 0 0px;
	font-size: 16px
	line-height: 1.5em;
}

.sidebar-form {
	padding: 0 0 0 0px;
	color: #0077b4;
	line-height: 1.3em;
}

.content-form-sm {
	line-height: 1.1em;
	color: #0077b4;
	font-size: 14px;
}

.sidebar-form p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#sidebar2 {
	width: 220px;
	padding: 80px 20px 0px 29px;
	background: #267cbd url(images/case.png) top no-repeat;
	float: right;
}

#sidebar2 li ul {
	line-height: normal;
}

#sidebar2 li li {
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #f9e68d;
	line-height: 1.3em;
}

#sidebar2 li a {
	
}

#sidebar2 li .client {
	color: #ffffff;
	text-align: right;
	padding: 0 0 25px 0;
}

/* Footer */

#footer {
	text-align: left;
	font-size: 10px;
	width: 900px;
	margin: 0 auto;
}

#bottom-text {
	font-size: 14px;
		width: 900px;
	margin: 5px auto 0 auto;
}