/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Start CapeFear Styles*/

#Wrapper
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;	
}

#Logo
{
	margin-left: 288px;
	margin-right: 288px;	
}

#Logo img
{
	position: relative;
}

#Contact
{
	height: 100px;
	width: 800px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: -200px;
	background-color: #007cc3;
}

#Phone
{
	float: right;
	display: block;
	padding-top: 22px;
	padding-right: 85px;
}

#Address
{
	float: left;
	display: block;
	padding-top: 22px;
	padding-left: 55px;
}

#Phone h2, #Address h2
{
	font-family: 'Century Gothic', Arial, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #fff;
	text-align: center;
	padding-top: 5px;	
}

#Quote
{
	clear: both;
	border-bottom: 1px solid silver;
	margin-top: 100px;
}


#Quote p
{
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 15px;
	text-align: center;
	font-family: Georgia, serif;
	font-size: 1em;
	line-height: 1.4em;
	color: gray;
}

#Quote p span
{
	font-style: italic;
}

#Publications
{
	margin-top: 12px;
}

#VirginiaLiving
{
	float: left;
}

#RichmondGuide
{
	float: left;
	padding-left: 25px;
	padding-top: 52px;	
}

#ValueGuide
{
	float: left;
	padding-left: 25px;
	padding-top: 52px;		
}

#VirginiaLivingLogo
{
	clear: both;
	float: left;
	padding-bottom: 12px;
}

#RichmondGuideLogo
{
	float: left;
	padding-left: 25px;
	padding-bottom: 12px;

}

#ValueGuideLogo
{
	float: left;
	padding-left: 25px;
	padding-bottom: 12px;
}


#Footer
{
	clear: both;
	display: block;
	border-top: 1px solid silver;
	margin-bottom: 25px;
}

#Footer p
{
	padding-top: 10px;
	text-align: center;
	font-family: Georgia, serif;
	font-size: .75em;
	color: gray;
}




/* End CapeFear Styles*/


