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

#footerCopyright {
	font-size:9px;
	color:#333;
	float: left;	
}

#footerLinks {
	font-size: 9px;
	color:#333;
	float:right;
}

#footerLinks a {
	font-size: 9px;
	color:#333;	
}
#footerLinks a:link {
	text-decoration: underline;
}
#footerLinks a:visited {
	text-decoration: underline;
	
}
#footerLinks a:hover {
	text-decoration: none;
	
}
#footerLinks a:active {
	text-decoration: underline;
}

#boldlist ul li {
	list-style:url(../images/bullet.gif);
	padding-left: 15px;
	font-size: 13px;
	font-weight: bold;
}

ul {
	list-style:url(../images/bullet.gif);
	padding-left: 15px;
	font-size: 12px;
}

.largered {	font-size: 24px;
	color: #f26566;
}
.headings {font-size: 16px; color: #f26566; }
.headingsgreen {font-size: 16px; color:#09C;}
.style7 {	font-size: 18px;
	font-weight: bold;
	color: #f26566;
}

.redbold {
	color: #F15B5C;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	margin-bottom: 30px;
}

h2 {
	font-size: 18px;
	margin-bottom: 15px;
}

p {
	line-height: 120%;
	margin-bottom: 15px;
}

a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #000;
}

/* Form Style */
input, textarea {
	background-color: #FFFFFF;
	border: 1px solid ;
	border-color:#CDCDC9;
	margin: 3px;
	padding: 3px;
}

.textinput {
	width: 250px;
}

.green {
	color:#a3ce45;
}

.pricelist {
	font-size: 11px;
	border: 1px solid #EAEAEA;
}

.signature {
	font-family: 'Yellowtail', cursive;
	font-size: 24px;
}
