/* Virginia's Heartland/commonwealth Regional Council

Author: Christina Reeser
Site design: The O'Connor Group
Date Created: 1/2/2008
Copyright: Commonwealth Regional Council. All rights reserved. */

/* ---------->>> GLOBAL <<<-----------*/

html, body { margin: 0; padding: 0;}

body {
 background-color: #fff;
 font-family: "Times" serif;
 font-size: 12px;
 color: #000;
 line-height: 16px;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, label, ul, li, ol, dl, fieldset, address { 
	padding:0;
	margin:0; 
	}
p { margin-top: 15px; margin-bottom: 15px; }
li, dd { margin-left:5%; padding: 0; }
fieldset { padding: .5em; }

a { text-decoration: none; color:#0A4431; }
a:hover { text-decoration: underline; }

/* ---------->>> DIVS <<<-----------*/

#wrapper { 
}

#header {
display: none;
}

#faux { 
 background: #ffff;
}

#leftcol {
display: none;
}

#content {
}

#footer { 
display: none
}

/* ---------->>> HEADER ITEMS <<<-----------*/

h1 { }

	#leftcol h1 {
	height:70px; /* height of logo */
	width:235px; /* width of logo */
	background: url(vaheart_sub_logo.gif) top left no-repeat;
	text-indent:-9000px;
	margin-left: 20px;
	/*margin-top: 35px;
	margin-left: 140px;*/
	}
	
	#content h1 {
	color: #000;
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 10px;
	text-transform: uppercase;
	}
	

h2 { }
	#content h2 {
	color: #000;
	font-size: 14px;
	margin-bottom: 0px;
	text-transform: uppercase;
	}
	
h3 { }
	#content h3 {
	color: #000;
	font-size: 14px;
	margin-bottom: 0px;
	text-transform: uppercase;
	}

p { }
	#header p {
	float: right;
	width: 300px;
	height: 17px;
	color: #000;
	text-align: right;
	padding-right: 70px;
	}
	
	#content p {
	color: #010101;
	line-height: 20px;
	margin-top: 0;
	}
	
	#leftcol p {
	color: #fff;
	padding: 20px;
	}
	
	#footer p { 
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 5px;
	margin-top: 0;
	}
	
	p#to_top {
	display: none
	}

a { }
	#header a {
	color: #fff;
	padding-left: 5px; 
	padding-right: 5px;
	text-transform: uppercase;
	}
	
	#content a {
	text-decoration: underline;
	}

li { }
	
	#content li {
	margin-left: 5%;
	}

img { }
	#header img { margin-right: 30px; }


/* ---------->>> Global NAVIGATION <<<-----------*/

#nav { 
	display: none
	}
	


/* ---------->>> FORM TAGS <<<-----------*/


table.data {
	border: 1px solid #000;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
 

}

.odd { background: #fff; }
.even { background: #fff; }
.long { width: 275px; }

table.small {
	width: auto;
}


/* ---------->>> MISC TAGS <<<-----------*/

#photobar { display: none; }

#photobar img { border: 2px solid #000; margin-top: 10px; float: right; }

 .button a {
 	display: none;
 }
 

.blue { color: #000; font-weight: bold;}
/* ---------->>> FOOTER TAGS <<<-----------*/

.partners {
 	display: none;
}

.partners img {
 	display: none;
}

.footernav { 
 	display: none;
	}

.footernav a  { color: #000 !important; }

.clear { clear: both; background: none; }
