/*
GeddEnts Style Sheet
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #D1C9BA url(images/img01a.jpg) repeat-x;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7D7166;
}


h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CFC9B9;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #7D7166;
}

p.casestudy {

	font-size:100%;
	line-height: 17px;
	color:#660000;
	border: 1px solid #999999;
	background-color:  #E4DBD3;
	margin-top: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 8px;
}

p.casestudy1 {

	font-size:100%;
	line-height: 17px;
	color:#660000;
	border: 1px solid #999999;
	background-color:  #E4DBD3;
	margin-top: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	margin-right: 80px;
	padding: 8px;
}

p.casestudy2 {

	font-size:110%;
	line-height: 17px;
	color:#660000;
	border: 0px solid #999999;
	background-color:  #E4DBD3;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 80px;
	padding: 14px;
}

p.dark {
color:#554D46;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 170%;
	
}

p.news {
	line-height: 150%;

}

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

dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list1 dt {
	float: left;
	width: 90px;
}

dl.list1 dd {
	margin-bottom: 10px;
	
}

dl.list1 a {
	color: #666666;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}


a {
	color: #A32E43;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Wrapper */

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/img02b.jpg) repeat-y;
}

#wrapper2 {
	background: url(images/img02b.jpg) no-repeat left bottom;
}

/* Header */

#header {
	height: 180px;
	background: url(images/header1a.gif) no-repeat;
}

/* Navigation */

#nav {
	height: 50px;
	background: #087FE7;
}


/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 152px 55px 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-left: 40px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #554D46;
}

#menu a:hover {
	text-decoration: underline;
	color:#990000;
}

/* Page */

#page {
	background: url(images/img04new.jpg) no-repeat;
}

/* Content */

#content {
	float: left;
	width: 540px;
	padding: 0 0 0 76px;
}

hr {
    height:0.5px;
    width:100%;
    background:#CFC9B9;
    margin: 0px 0px 15px 0px;  
	border-color:#CFC9B9;
   }

.post {
	padding-top: 40px;
}

.post .title {
}

.post .title a {
	text-decoration: none;
	color: #554D46;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry {
padding-left:15px;
}

#col1 {
	float:left;
	width:250px;
}

#col2 {
	float:left;
	width:250px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 196px;
	padding: 53px 76px 0 0;
}

#sidebar1 {
	float: right;
	width: 196px;
	padding: 53px 76px 0 0;
}

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

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li li {
	margin: 0;
}

/* Widebar */

#widebar {
	margin: 0 50px;
	padding: 25px 28px 0 28px;
	background: #F2F2F2 url(images/img11.gif) repeat-x;
}

#widebar #colA {
	float: left;
	width: 260px;
}

#widebar #colB {
	float: left;
	width: 260px;
	padding-left: 15px;
}

#widebar #colC {
	float: left;
	width: 186px;
	padding-left: 45px;
}

/* Footer */

#footer {
	height:113px;
	background: url(images/img05a.jpg) no-repeat;
}

#footer p {
	margin: 0;
	padding-top: 25px;
	text-align: center;
	color: #fff;
	font-size:11px;
}

#footer a {
	color: #666666;
}