/***** CSS for Griffin Capital *****/
* {
	padding: 0;
	margin: 0;
}
body {
	background: #bcd2ea url(../images/interface/bg.jpg) repeat-x right top;
	text-align: center;
	font-size: 70%;
	font-family: Helvetica, Arial, sans serif;
	color: #333;
}
bodynav {
	background: #bcd2ea url(../images/interface/bg.jpg) repeat-x right top;
	text-align: center;
	font-size: 80%;
	font-family: Helvetica, Arial, sans serif;
	color: #333;
}
.clear {
	clear: both;
}





/***** Type *****/
h1 {
	font-size: 1.5em;
	color: #448ec2;
	padding: 15px 0 0.6em 0;
}
#contentHome h2 {
	font-weight: normal;
	padding: 0 0 8px 0;
	font-size: 1.5em;
}
}
h4 {
	font-weight: normal;
	padding: 0 0 8px 0;
	font-size: 1em;
}
p {
	line-height: 1.4;
	padding-bottom: 1.5em;
}
#content ul, 
#content ol {
	margin: 0 0 1.5em 2em;
	line-height: 1.4;
}
a {
	color: #54a6d5;
}
a:hover {
	text-decoration: none;
}





/***** Container *****/
#container {
	width: 903px;
	margin: 40px auto 0 auto;
	padding: 0 18px;
	font-size: 1.1em;
	text-align: left;
	background: url(../images/interface/container-bg.png) no-repeat center top;
}
#content {
	background: #fff url(../images/interface/content-bg.jpg) no-repeat left bottom;
	padding: 18px 35px 10px 55px;
	border-top: 6px solid #54a6d5;
	font-family: myriad, "Myriad Pro", Helvetica, Arial;
}






/***** Header *****/
#header {
	height: 108px;
	background:url(../images/interface/header-bg.jpg) no-repeat 0 0;
	position: relative;
}
#mainNav {
	position: absolute;
	left: 137px;
	bottom: 0;
	width: 780px;
	height: 80px;
	overflow: hidden;
}
#mainNav ul {
	list-style-type: none;
}
#mainNav li {
	float: left;
	height: 1%;
}
#mainNav a {
	display: block;
	padding: 58px 0 20px 0;
	text-transform: uppercase;
	color: #777f81;
	text-decoration: none;
}
#mainNav em {
	border-right: 1px solid #0f619f;
	padding: 0 7px;
	line-height: 1;
	font-style: normal;
	font-size: 1em;
}
#mainNav .selected a,
#mainNav .selected a:hover {
	background: #54a6d5 url(../images/interface/main-nav-bg.jpg) repeat-x 0 0;
	color: #fff;
}
#mainNav .selected em,
#mainNav .last em {
	border: none;
}
#mainNav a:hover {
	color: #000;
}
#contact {
	position: absolute;
	right: 10px;
	top: 7px;
	width: 100px;
	height: 20px;
	text-align: right;
}
#contact a {
	color: #878989;
	text-decoration: none;
	text-transform: uppercase;
}
#contact a:hover {
	color: #fff;
}






/***** Home *****/
#homeContent {
	background: #224b77 url(../images/home/content-footer-bg.gif) repeat-x left top;
	color: #fff;
	padding: 17px 0;
	
}
#col1,
#col2,
#col3 {
	float: left;
	background: url(../images/home/heading-arrows.gif) no-repeat 24px 15px;
}	
#col1 {
	width: 200px;
	padding: 15px 30px 32px 82px;
	border-right: 1px solid #35435b;
	background-position: 50px 15px;
}
#col2 {
	width: 200px;
	padding: 15px 30px 32px 56px;
	border-right: 1px solid #35435b;
}
#col3 {
	width: 200px;
	padding: 15px 30px 32px 56px;
}
#homeContent p {
	font-size: 1.1em;
}
#homeContent a {
	color: #fff;
	text-decoration: none;
}
#homeContent a:hover {
	text-decoration: underline;
}
#contentHome {
	background: #828282;
}	





/***** Generic template *****/
.featureImage {
	float: right;
	margin-left: 60px;
	padding-bottom: 49px;
	background:url(../images/interface/featureimage-bg.png) no-repeat center bottom;
}
.featureImage img {
	border: 1px solid #cccaca;
}
.featureimagesml {
	float: left;
	/*border: 2px solid #FFFFFF;*/
	pading-right: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#contentFooter {
	background: #204b77 url(../images/interface/content-footer-bg.gif) repeat-x left top;
	color: #fff;
	padding: 12px 0 12px 55px;
	font-size: 0.9em;
	border-bottom: 1px solid #3c618a;
}
#contentFooter p {
	padding: 0;
}
#contentFooter a {
	color: #fff;
}
#contentFooter strong {
	color: #53a5d4;
	float: left;
	width: 50px;
}
#column1 {
	float: centre;
	width: 800px;
	padding: 4px 0 0 10px;
}
#column2 {
	float: left;
	width: 293px;
	padding: 4px 0 0 10px;
	border-right: 1px solid #3d526f;
}
#column3 {
	padding: 4px 0 0 10px;
	float: left;
}
#column1 strong {
	width: 42px;
}
#column3 strong {
	width: 32px;
}






/***** Footer *****/
#footer {
	height: 46px;
	width: 903px;
	margin: 0 auto;
	text-align: right;
	background: url(../images/interface/footer-bg.png) no-repeat center top;
	color: #2a3e59;
	padding: 10px 0 0 0;
	font-size: 0.9em;
}
#footer a {
	color: #2a3e59;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
