body {
}
p {
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	padding-bottom: 15px;
}
p a:link {
	color: #0099FF;
	text-decoration: none;
}
p a:visited {
	text-decoration: none;
	color: #0099FF;
}
p a:hover {
	color: #00CCFF;
	text-decoration: underline;
}
p a:active {
	color: #00CCFF;
	text-decoration: none;
}
#header {
	padding: 0px;
}
.logo {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




h1 {
	text-align: left;
	font-size: 30px;
	padding-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-weight: normal;
	margin-top: 10px;
}
h2 {
	text-align: left;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #4A4BCE;
}

h3 {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h4 {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.25em;
	color: #4A4BCE;
}
h5 {
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: none;
}


/* this style is for the footer */

#footer p {
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a:link {
	color: #2CA9FD;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #2CA9FD;
}
#footer a:hover {
	color: #6ED6FD;
	text-decoration: underline;
}
#footer a:active {
	color: #6ED6FD;
	text-decoration: none;
}

.photostrip {
	margin-bottom: 5px;
	height: 110px;
	margin-top: 10px;
	float: left;
}
.photostrip  img {
	margin-right: 25px;
}

.photostrip2 {
	margin-bottom: 15px;
	height: 150px;
	margin-top: 15px;
}
.photostrip2  img {
	margin-right: 25px;
	border: 3px solid #FFFFFF;
}


/* this style is for the flash banner */

#jpgrotator {
	font-size: 10px;
	height: 358px;
	width: 478px;
	text-align: center;
	background-image: url(../jpg/image1.jpg);
	margin-top: 0px;
	background-color: #FAFCE6;
}







/* this style is for the contact form */

.contactform {
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #F0F2DE;
	color: #333499;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 40px;
	margin-left: 20px;
}
.contactform  h2{
	margin-left: 10px;
	text-align: left;
	margin-bottom: 10px;
}
.contactform th, td {
	margin: 2;
	padding: 2;
}


.callout-block    {
	background-color: #F1F8FD;
	padding: 15px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px dashed #428ECC;
	color: #428ECC;
	margin-bottom: 15px;
}
.callout-block-dark {
	background-color: #428ECC;
	padding: 10px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px dashed #428ECC;
	color: #FFFFFF;
}



/* this class is for the oval css buttons */

a.ovalbutton{
	display: block;
	float: left;
	font: normal 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	background-color: transparent;
	background-image: url(media/oval-red-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
	color: #494949; /*button text color*/
}

a.ovalbutton span{
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	background-color: transparent;
	background-image: url(media/oval-red-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

a.ovalbutton:hover{ /* Hover state CSS */
	background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.buttonwrapper2{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	height: 30px;
	margin-bottom: 15px;
}





/* QUOTES */

blockquote {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #666;
	padding-top: 10px;
	margin-bottom: 20px;
}
blockquote *:first-child:before { container: "\201C"; }
blockquote *:first-child:after { container: "\201D"; }
.twoColFixRtHdr #container {
	background-color: #FFFFFF;
	background-image: url(media/bodybak.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.granite {
	width: 100%;
	background-color: #FFFFFF;
}
.granite th, td {
	margin: 5;
	padding:15;
}




.header-quote {
	width: 670px;
	height: 100px;
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 35px;
}
.logo {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidepic {
	font-size: 10px;
	height: 358px;
	width: 478px;
	text-align: center;
	background-image: url(../jpg/image1.jpg);
	margin-top: 0px;
	background-color: #FAFCE6;
}
.twoColFixRtHdr #container #sidebar2 img {
	border: 4px solid #DEDEDE;
	margin-bottom: 10px;
}
.intro-box {
	color: #FFFFFF;
	margin-top: 25px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 55px;
	line-height: 1.75em;
}
.intro-box h1 {
	font-size: 22px;
}



.info-box {
	float: left;
	width: 250px;
	margin-top: 35px;
	margin-bottom: 20px;
	background-image: url(media/bak-infobox.jpg);
	background-repeat: repeat-x;
	border: 1px solid #95C7F7;
	margin-right: 15px;
	background-color: #ECECF5;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.info-box h1, 
.info-box h2, 
.info-box h3, 
.info-box h4, 
.info-box h5 {
	color: #33359A;	
}




.download {
	width: 253px;
	background-color: #F7EFEF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 50px;
	background-image: url(media/pdf_32.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	border: 1px solid #FF9A90;
	margin-top: 20px;
	margin-bottom: 20px;
}
.download a:link,
.download a:visited {
	color: #E85A60;
	text-decoration: none;
}

.download a:hover,
.download a:active {
	color: #990000;
	text-decoration: none;
}

.link-button {
	width: 253px;
	background-color: #F7EFEF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 50px;
	background-image: url(media/question32.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	border: 1px solid #FF9A90;
	margin-top: 20px;
	margin-bottom: 20px;
}
.link-button a:link,
.link-button a:visited {
	color: #E85A60;
	text-decoration: none;
}

.link-button a:hover,
.link-button a:active {
	color: #990000;
	text-decoration: none;
}



.facebook-button {
	width: 253px;
	background-color: #F7EFEF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 50px;
	background-image: url(facebook_32.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	border: 1px solid #FF9A90;
	margin-top: 20px;
	margin-bottom: 20px;
}
.facebook-button a:link,
.facebook-button a:visited {
	color: #E85A60;
	text-decoration: none;
}

.facebook-button a:hover,
.facebook-button a:active {
	color: #990000;
	text-decoration: none;
}

.subpage {
	margin-top: 25px;
	margin-bottom: 5px;
	background-image: url(media/bak-infobox.jpg);
	background-repeat: repeat-x;
	border: 8px solid #FFFFFF;
	margin-right: 15px;
	background-color: #ECECF5;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.subpage h1, 
.subpage h2, 
.subpage h3, 
.subpage h4, 
.subpage h5 {
}
.subpage p {
	color: #33359A;
	font-size: 13px;
	line-height: 1.6em;
}
.twoColFixLtHdr #container #mainContent .subpage li {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 15px;
	font-size: 13px;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #mainContent .subpage ul {
	list-style-type: circle;
	list-style-position: outside;
	margin-bottom: 20px;
}
.subnav {
	color: #FFFFFF;
	margin-top: 40px;
	padding-right: 5px;
	padding-left: 63px;
	margin-bottom: 55px;
	line-height: 1.75em;
}
.subpagegallery {
	margin-top: 30px;
	margin-bottom: 5px;
	border: 8px solid #FFFFFF;
	margin-right: 15px;
	background-color: #FFFFFF;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.twoColFixLtHdr #container #mainContent .subpage .callout-block #photo3 {
	margin-left: 20px;
	border: 4px solid #FFFFFF;
}
.callout-spacer {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #428ECC;
	margin-bottom: 15px;
	padding-bottom: 25px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #D1D1E1;
	padding-left: 45px;
	background-image: url(media/quote.gif);
	background-repeat: no-repeat;
}

