/* CSS for Cardinal Venture Partners site */

body {
	background: url(photos/BG_Tile.png);
	font-family: Helvetica, Arial, sans-serif;
	line-height: 125%;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	width: 960px;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

#container {
	position: relative;
	background-color: #FFFFFF;
	width: 960px;
}

#header {
	background: url(photos/BG_Main3.png);
	height: 90px;
	width: 960px;
}

#navigation ul{
	position: absolute;
	top: 42px;
	right: 40px;
	list-style-type: none;
}

#navigation li {
	float: left;	
	height: 30px;
	padding: 0px 0px 0px 10px;
	text-align: right;
	line-height: 200%;		
}

#navigation li a {
	color: #848484;
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#navigation li a.active {
	color: #D1D1D1;
}

#navigation li a:hover {
	color: #D1D1D1;
	text-decoration: none;
}

#banner_home {
	height: 400px;
	width: 880px;
	margin: 40px 40px 0px 40px;
}

#content {
	background-color: #FFFFFF;
	width: 880px;
	margin: 40px 40px;	
	font-size: 0.95em;
	color: #464646;
	line-height: 150%;
}

#content_block {
	float: left;
	width: 276px;
	height: 250px;
	margin-right: 26px;
}

#whats_new {
	position: absolute;
	right: 40px;
	width: 272px;
	margin-right: 0px;
}

#whats_new_header {
	background: url(photos/News_BG_Top.png);
	height: 30px;
	padding: 5px 10px 0px;	
}

#whats_new_body {
	background: url(photos/News_BG_Body.png) repeat-y;
	padding: 0px 10px;	
}

h2 {
	font-size: 1.2em;
	color: #820000;
	font-weight: bold;
	margin: 0 0 10px;
}

.date {
	position: relative;
	float: right;
	top: 3px;
	font-size: 0.55em;
	color: #820000;
	text-align: right;
}

#content_block h4 {
	font-size: 0.85em;
	font-weight: bold;
	color: #820000;
	text-align: right;
}

#whats_new h2 {
	border-bottom: 2px solid #820000;
}

#whats_new p {
	font-size: 0.8em;
}

#whats_new h4 {
	font-size: 0.70em;
	font-weight: bold;
	color: #820000;
	text-align: right;
}
	
#footer {
	position: absolute;
	width: 960px;
	height: 90px;
	background: url(photos/BG_Tile.png);
}

#social_links {
	position: relative;
	height: 45px;
	width: 960px:
}

#copyright {
	position: relative;
	height: 45px;
	width: 960px;
	display: table-cell;
	vertical-align: middle;
}

#copyright p {
	font-size: 0.7em;
	text-align: center;
	color: #848484;
}

/* CSS for About page */

.banner {
	height: 253px;
	width: 880px;
	margin: 40px 40px 0px 40px;
}

ul #focus {
	list-style-type: none;
}

#focus li {
	margin: 0px 0px 0px 40px;
	line-height: 200%;		
}

/* CSS for Portfolio page */

#portfolio_block {
	width: 880px;
	margin: 30px 0px;
}

#portfolio_block h3 {
	font-size: 1.05em;
	color: #464646;
	font-weight: bold;
	margin: 0 0 10px 190px;
}

#portfolio_block p {
	margin-left: 190px;
}

.company_logo {
	float: left;
	width: 160px;
}

#portfolio_block h4 {
  margin: 5px 0 0 190px;
	font-size: 0.90em;
	font-style: italic;
	color: #464646;
}

/* CSS for Team page */

#team_block {
	float: left;
	width: 400px;
	margin: 20px 40px 0px 0px;

}

.team_logo {
	margin: 0px;
}

#team_block h3 {
	font-size: 1.05em;
	color: #464646;
	font-weight: bold;
}

#team_block h4 {
	font-size: 0.70em;
	font-weight: bold;
	color: #820000;
	text-align: left;
	margin: 0 0 10px;
}

/* CSS for Contact page */

form.contact {
	margin: 40px 40px 40px;
	line-height: 100%;
}

form.contact div {
	margin: 30px 0px;
}

form.contact label {
	float: left;
	width: 150px;
  margin-right: 30px;
	display: block;
	font-size: .95em;
	color: #464646;
	font-weight: bold;
	text-align: right;
}

form.contact input {
	height: 30px;
	width: 400px;
	border-color: #464646;
}

form.contact textarea {
	height: 150px;
	width: 400px;
	border-color: #464646;
}

#buttonarea {
	width: 800px;
	margin: 30px 0px;
}

#buttonarea p {
	float: left;
	margin: 10px 0 0 90px;
}

input#button {
	float: right;
	height: 35px;
	width: 108px;
	margin-right: 212px;
}

.required_fields {
	color: #820000;
	font-weight: bold;	
}

/* CSS for Thanks page */

#thanks_clear {
	clear: both;
	height: 499px;
	font-size: 0;
	line-height: 0;
}