body {
	margin: 0;
	background: #c9c3ba;
	font-family: Times, 'Times New Roman', Serif;
	color: #897967;
}

img {
	border: 0;
}

a {
	color: #0bb7c2;
	text-decoration: none;
}

a:hover {
	color: #0bb7c2;
	text-decoration: underline;
}

#page {
	width: 1020px;
	margin: auto;
	background: url('images/container-bkgd-rpt.jpg') repeat-y;
	padding-bottom: 50px;
}

#container {
	margin: 0 auto;
	width: 820px;
	background: url('images/container-bkgd-top.jpg') no-repeat;
	padding: 0 100px;
}

#header {
	margin-bottom: 10px;
	height: 150px;
}

#logo {
	float: left;
}

#leftColumn {
	width: 450px;
	margin: 0 50px;
	float: left;
	margin-bottom: 30px;
}

#rightColumn {
	width: 205px;
	float: left;
	margin: 30px 0;
}

#promoteBadge {
	margin: 20px 0 0 10px;
}

.navItem {
	width: 100%;
	display: block;
	height: 20px;
	border-bottom: 1px solid #eee;
	padding: 10px;
}

#footer {
	clear: both;
	width: 100%;
	margin: 30px 0 0 0;
}

#socialNetworking {
	height: 24px;
	width: 55px;
	float: right;
	margin-top: 15px;
	margin-right: 20px;
}

/* TYPOGRAPHY */

h3 {
	color: #0bb7c2;
	font-weight: bold;
	font-style: italic;
	line-height: 26px;
}

h4 {
	color: #0bb7c2;
	font-weight: bold;
	font-style: italic;
}

li {
	margin-bottom: 7px;
}

.blue {
	color: #0bb7c2 !important;
}

.grey {
	color: #b1a49a !important;
}

.dkgrey {
	color: #897967 !important;
}

.no {
	margin: 0;
	padding: 0;
}

.question {
	margin: 20px 0 -10px 0;
	color: #0bb7c2 !important;
	font-weight: bold;
	font-style: italic;
}

.navItem a {
	color: #b1a49a;
	text-decoration: none;	
	font-style: italic;
	font-weight: bold;
	font-size: 110%;
}

.navItem a:hover {
	color: #0bb7c2;
	text-decoration: none;
}

.contactLink {
	width: 100%;
	display: block;
	height: 45px;
	padding: 30px 10px 0 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.contactLink a {
	color: #0bb7c2;
	text-decoration: none;	
	font-style: italic;
	font-weight: bold;
	font-size: 110%;
	vertical-align: middle;
}

.contactLink a:hover {
	color: #b1a49a;
}

h4 a {
	color: #b1a49a;
	text-decoration: none;	
	font-style: italic;
	font-weight: bold;
	font-size: 110%;
	vertical-align: middle;
}

h4 a:hover {
	text-decoration: underline;
}

.footerText {
	color: #897967;
	font-family: Georgia, Times, Serif;
	font-size: 12px;
	margin: 0 0 5px 0;
	padding-top: 10px;
}

.footerText a {
	color: #897967;
	text-decoration: none;
}

.footerText a:hover {
	color: #0bb7c2;
}

/* BCG Plug */
.BCGplug {
	color: #b1a49a;
	font-family: Georgia, Times, Serif;
	font-size: 10px;
	margin: 0 10px 0 0;
}

.BCGplug a {
	color: #b1a49a;
	text-decoration: none;
}

.BCGplug a:hover {
	color: #0bb7c2;
}


