@charset "UTF-8";
/* CSS Document */

/* CSS Document for Quigley Village Site
	Author: Naphtalie Squier
	Date: August 27, 2010
	Quigley's Village
 */

/* general styles */ 

body {
	background-color: #fbb03b;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #1f71df;
	}
	
.subheadline {
	color: #333333;
	font-weight: bold;
	font-size: 15px;
	line-height: 28px;
	}
#logo {
	margin-left: 20px;
	margin-top: 10px;
	}
#slogan {
	margin-right: 35px;
	margin-top: 20px;
	}

#headline {
	margin-right: 10px;
	margin-top: 10px;
	}
#qv_about_image {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	}
#download_button {
	margin-top: 5px;
	}
#download_button2 {
	margin-top: 5px;
	}
	
	

div#nav {
	color: #1f71df;
	margin-bottom: -5px;
	font-size: 14px;
	}
div#main_text {
	font-size: 14px;
	}
div#content_main_text {
	font-size: 14px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 20px;
	text-align: center;
	}
	

div#content_page_header {
	text-align: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	font-size: 22px;
	color: #74C62A;
	font-weight: bold;
	}
div#content_page_content {
	margin-left: 40px;
	margin-right: 40px;
	font-size: 13px;
	}
	
div#copyright	{
	color: #666666;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	letter-spacing: 0.1em;
	vertical-align: 2.1;
	font-size: 12px;
	}

div#active_button img {
border: 3px solid #fbce00;
} 
	

/* nav links */ 
div#nav a:link {
	color: #1f71df;
	text-decoration: none;
	
	}
	
div#nav a:visited {
	color: #1f71df;
	text-decoration: none;
	}

div#nav a:hover {
	color: #1f71df;
	text-decoration: underline;
	}
	
div#nav a:active {
	color: #1f71df;
	text-decoration: none;
	}
