@charset "UTF-8";
* {
    margin:0; padding:0;
}
body {
	text-align: center;
	background-color: #FFF;
	font-family: 'Dosis', Arial, Helvetica, sans-serif;
	background-image: url(../images/bkg.jpg);
	background-repeat: no-repeat;
	color: #4b4b4b;
	background-attachment: fixed;
	background-position: center top;
}
img {	
	border:none;
}
p {
	font-size: 17px;
	font-weight: 400;
	line-height: 166%;
	padding-bottom: 15px;
}
h1 {
	font-weight: 500;
	color:#e1a70d;
	font-size: 42px;
}
h2 {
	font-weight: 500;
	font-size: 30px;
	color: #e1a70d;
}
h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-style: normal;
	color: #333;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 10px;
	line-height: 125%;
}
h4 {
	color: #333;
	padding: 10px 0 5px 0;
}
h5 {
	font-size: 21px;
	font-weight: normal;
	color: #333;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
li {
	list-style-image: url(../images/bullet.gif);
}
blockquote {
	padding-left: 20px;
}
#shadow_sides {
	background-image: url(../images/shadow_sides.png);
	background-repeat: repeat-y;
	width: 990px;
	margin: 0 auto;
}
#container {
	width: 952px;
	background-color: #FFF;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/paper_bkg.jpg);
	background-repeat: repeat;
	/* [disabled]border: solid 1px #522f91; */
}
#header {
	height: 120px;
	border-top-width: 20px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #978000;
	border-bottom-color: #978000;
}
#logo {
	margin-top: 5px;
	margin-left: 20px;
	/* [disabled]width: 282px; */
	float: left;
}
#main_content {
	background-image: url(../images/pen.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 950px;
	/* [disabled]height: 710px; */
	clear: both;
	overflow: auto;
}
#main_content_nobkg {
	width: 950px;
	clear: both;
}
#top_content {
	margin: 20px;
}
#left_content {
	width: 580px;
	padding-top: 20px;
	padding-left: 20px;
	float: left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0;
}
#left_content_thin {
	width: 310px;
	margin-right: 20px;
	padding-top: 20px;
	padding-left: 20px;
	float: left;
}
#left_content ul li {
	font-size: 95%;
	line-height: 166%;
	margin-left: 30px;
}
/*
#left_content ul li ul li {
	font-size: 100%;
*/
}
#right_content {
	float: left;
	width: 310px;
	margin-right: 19px;
}
#right_content.news {
	width: 267px;
}
#right_content_wide {
	float: left;
	width: 540px;
	margin-right: 19px;
	padding-top: 25px;
	padding-left: 40px;
}
.caseStudies_image {
	height: 387px;
	width: 580px;
	margin: 0 0 10px 0;
}
#directors {
	width: 434px;
	padding-left: 20px;
	float: left;
}
#advisory_board {
	width: 434px;
	float: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 80%;
}
#footer {
	clear: both;
	border-top: 1px dotted #333;
	font-size: 85%;
	text-align: center;
	padding-top: 20px;
	margin: 20px 20px 0 20px;
}
.about {
	line-height: 150%;
}
.floatLeft {
	float: left;
}
.bullet {
	/*
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #666;
	border-left-color: #666;
	*/
	list-style-type: square;
	padding-top: 5px;
	margin-left: 20px;
	/* [disabled]margin-right: 150px; */
}
.leftIndent {
	padding-left: 20px;
}
#shadow_bottom {
	background-image: url(../images/shadow_bottom.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 990px;
	margin: 0 auto;
}
.news {
	background-color: #DEECDF;
	margin: 90px 0 0 20px;
	border: 1px solid #522F91;
	opacity: .85;
	border-radius: 20px 0 20px 0;
	filter: alpha(opacity=85);
}
.news p {
	font-size: 75%;
	line-height: 150%;
	color: black;
	padding-bottom: -15px;
}
#todays_news {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
