@charset "UTF-8";
/* CSS Document for Alert Service Dogs */
/*Author: Jonathan Day (jon@jonuday.com) */

/* Color Information
Blue		:: #00A9A9
Light Blue	:: #DDFFFF
Red			:: #CC4444
Grey		:: #CCBBBB
Dark Grey 	:: #776666
Black		:: #111111
*/

body {
	color: #111111;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
}

a, a:link, a:visited {
	color: #CC4444;	
	text-decoration: none;
	z-index: 100;
}

a:hover {
	color: #00A9A9;	
	text-decoration: none;
	z-index: 100;
}

#header {
	font-size: 90%;
}

#content h1 {
	color: #00A9A9;
	font-size: 130%;
	padding: 0;
	margin: 0 0 15px 0;
	font-weight: bold;
}

#content h2 {
	color: #00A9A9;
	font-size: 110%;	
	padding: 0;
	margin: 0 0 15px 0;
	font-weight: bold;
}

#content h3 { 
	font-size: 100%;
	color: #776666;
	padding: 0;
	margin: 0 0 15px 0;
	font-weight: bold;
}

#content .right p, #content .smallright p, #footer {
	font-size: 80%;
	color: #776666;
}

p {
	padding: 0;
	margin: 0 0 15px 0;
}

.highlight {
	color: #00A9A9;	
}

.notes {
	color: #776666;
}

.small {
	font-size: 85%;
}