body {
	background-color:#101010;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

a {outline:none;}

#container {
	width:980px;
	margin:0 auto;
}

#flashHome {
	width:980px;
	height:370px;
}

#homeLeft {
	float:left;
	width:650px;
	height:260px;
	background-color:#1C1C1C;
}

#homeLeft li {
	margin-left:25px;
}

li.agencyNav {
	background:url(../img/nav/index-agency.png) no-repeat;
	height:41px;
	width:119px;
}

li.philosNav {
	background:url(../img/nav/index-philos.png) no-repeat;
	height:41px;
	width:191px;
}
li.workNav {
	background:url(../img/nav/index-work.png) no-repeat;
	height:41px;
	width:87px;
}

li.contactNav {
	background:url(../img/nav/index-contact.png) no-repeat;
	height:41px;
	width:125px;
}

ul#ul-agency li a {
	color:#71BA41;
}

ul#ul-philos li a {
	color:#FDCC2C;
}

ul#ul-work li a {
	color:#00B6D2;
}

ul#ul-agency li a:hover, ul#ul-philos li a:hover, ul#ul-work li a:hover {
	color:#FFF;
}

a.exp-link {
	background:url(../img/financial-expertise-link.png) no-repeat;
	text-indent:-9999px;
	display:block;
	float:right;
	width:137px;
	height:19px;
	margin:191px 28px 0 0;
}

a.exp-link:hover {
	background-position:0 -19px;
}

#homeRight {
	float:left;
	width:310px;
	padding:8px 0 0 20px;
	height:252px;
	background-color:#535353;
}

#posts {
	height:213px;
}

h2 {margin:12px 0 0; padding:0;}

h2 a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-weight:normal;
	font-size:16px;
	text-decoration:none;
}

.author {
	color:#999;
	font-size:11px;
	margin-left:15px;
}

a.read-more {
	color:#009BB3;
	font-size:9px;
	text-transform:uppercase;
	letter-spacing:.5px;
}

#blog-links {
	float:right;
}

a.rss img {
	float:left;
	border:none;
}

a.blog-tagline {
	display:block;
	background:url(../img/blog-tagline.png) no-repeat;
	height:37px;
	width:197px;
	text-indent:-9999px;
	float:left;
	margin:0 15px 0 5px;
}

#footer {
	clear:both;
	height:40px;
	background:url(../img/footer.png) no-repeat;
	padding-top:42px;
}

ul#footer_links {
	list-style:none;
	margin-left:7px;
}

ul#footer_links li {
	display:inline;
	font-size:10px;
	color:#333;
}

ul#footer_links a {
	text-transform:uppercase;
	text-decoration:none;
	color:#333;
	letter-spacing:.2px;
}

ul#footer_links a:hover {
	color:#555;
}