
/* Begin Typography & Colors */


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: white;
	color: #333;
	text-align: center;
	}


#page {
	background-color: white;
	text-align: left;
	}


#title h2 {
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 0;
	}


#title p.title1 {
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 0;
	}


#title p.phone {
	color: #f00;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 0px 0 15px 0;
}


#navtop {
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}


#navtop .nav1 {
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}


#navtop .nav1:link, #navtop .nav1:visited {
	color: #C60;
	letter-spacing: 1px;
	font-weight: bold;
	font: small-caps;
	text-decoration: none;
}


#navtop .nav1:hover {
	color: #F30;
	letter-spacing: 1px;
	font-weight: bold;
	font: small-caps;
	text-decoration: underline;
}


#navtop .nav1:active {
	color: #808000;
	letter-spacing: 1px;
	font-weight: bold;
	font: small-caps;
	text-decoration: none;
}


#widecolumn {
	line-height: 1.4em;
	font-size: 1.2em;
	}


#leftcolumn {
	line-height: 1.4em;
	font-size: 1.2em;
	}


#rightcolumn {
	line-height: 1.2em;
	font-size: 1.2em;
	background: #eee;
	border-left: solid 1px #666;
	}


#navbottom {
	background-color: #fff;
	font-size: 1.3em;
	letter-spacing: 2px;
	font: small-caps;
	text-align: center;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
}


#navbottom .nav2 {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}


#navbottom .nav2:link, #navbottom .nav2:visited {
	color: #c60;
	font-weight: bold;
	text-decoration: none;
}


#navbottom .nav2:hover {
	color: #f30;
	font-weight: bold;
	text-decoration: underline;
}


#navbottom .nav2:active {
	color: #808000;
	font-weight: bold;
	text-decoration: none;
}


#contact {
	font-size: 1.3em;
	text-align: center;
	}


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


#footer {
	background-color: #fff;
	}


#footer p.phone {
	color: #f00;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 10px 0 10px 0;
}


#contact p.date {
	font-size: .8em;
	text-align: center;
	padding: 5px;
	padding: 10px 0 10px 0;
	}


#footer p.disclaimer {
	font-size: .9em;
	text-align: left;
	width: 600px;
	margin: auto;
	}


h1, h2, h3, h4, h5 {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	font-size: 1.3em;
	font-weight: bold;
	}


#header h1 {
	color: #999;
	letter-spacing: 2px;
	}


a {
	color: #60c;
	text-decoration: underline;
	}


a:visited {
	color: #333;
	text-decoration: underline;
	}


a:hover {
	color: #333;
	text-decoration: none;
	}


#rightcolumn a {
	color: #60c;
	text-decoration: none;
	}


#rightcolumn a:hover {
	color: #333;
	text-decoration: underline;
	}


/* End Typography & Colors */






/* Begin Structure */


body {
	margin: 0 0 40px 0;
	padding: 0; 
	}


#page {
	margin: auto;
	padding: 0;
	width: 760px;
	}


#header {
	width: 760px;
	height: 100px;
	padding-bottom: 20px;
	}


#title {
	width: 760px;
	text-align: center;
	}


#navtop {
	margin: 0 0 20px 0;
}


#widecolumn {
	margin: auto;
	padding: 20px 0 20px 0;
	width: 450px;
	text-align: left;
	}


#widecolumn img {
	padding: 10px 0 10px 0;
	}

#widecolumn p.c2v { font-size: 10px; padding-bottom: 10px; padding-top: 14px; text-align: center; }

#leftcolumn {
	float: left;
	padding: 0 10px 20px 30px;
	margin: 0px 0 0;
	width: 400px;
	clear: left;
	}


#rightcolumn {
	float: right;
	padding: 0 10px 20px 30px;
	margin: 0px 0 0;
	width: 270px;
	clear: right;
	}


#footer {
	margin-top: 0;
	padding-top: 70px;
	padding-bottom: 70px;
	width: 760px;
	clear: both;
	}


#navbottom {
	margin: auto;
	padding: 20px 0 20px 0;
	width: 600px;
}


#contact {
	padding-top: 40px;
	text-align: center;
	}


/* End Structure */






/* Begin Images */


p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}


img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}


img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}


.alignright {
	float: right;
	}


.alignleft {
	float: left
	}

/* Begin Picture Gallery */
dl { margin: 0 0 24px 0; }
dt { font-weight: normal; }
dd { margin-bottom: 18px; }
#widecolumn dd { margin-bottom: 24px; }
#widecolumn dt { color: #404040; }
#widecolumn p.c2v { font-size: 10px; padding-bottom: 10px; padding-top: 14px; text-align: center; }

#widecolumn .gallerypc { margin: 14px auto 18px; }
#widecolumn .gallerypc .gallery-item { float: left; margin-top: 0; text-align: center; width: 33%; }
#widecolumn .gallerypc .gallery-caption { color: #888; font-size: 10px; margin: 0 0 4px; }
#widecolumn .gallerypc dl { margin: 0; }
#widecolumn .gallerypc img { border: 0; }
#widecolumn .gallerypc br+br { display: none; }
/* End Picture Gallery */

/* End Images */






/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


html>body ul {
	margin: 0 0 0 20px;
	}


html>body li {
	padding: 2px 10px 2px 5px;
	}


/* End Entry Lists */






/* Begin Various Tags & Classes */


.center {
	text-align: center;
	}


hr {
	display: none;
	}


a img {
	border: none;
	}


.txt7 {
	font-size: .7em;
	font-weight: normal;
	}


.txt8 {
	font-size: .8em;
	font-weight: normal;
	}


.txt9 {
	font-size: .9em;
	font-weight: normal;
	}


.txt10 {
	font-size: 1em;
	font-weight: normal;
	}


.txt11 {
	font-size: 1.1em;
	font-weight: normal;
	}


.txt12 {
	font-size: 1.2em;
	font-weight: normal;
	}


.txt13 {
	font-size: 1.3em;
	font-weight: normal;
	}


.txt14 {
	font-size: 1.4em;
	font-weight: normal;
	}


.return2 {
	padding: 30px 0 0 0;
	text-align: center;
	}


/* End Various Tags & Classes*/

































