/* Generic Layout
********************************************************/
body {
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	background: #f0f0f0;
	color: #000;
	margin: 0;
}
#ticker {
	font-family: 'lucida sans unicode', 'lucida grande', arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	padding: 4px;
	}

/* Business Hours Table */
table.hours {
	font-family: 'lucida sans unicode', 'lucida grande', arial, helvetica, sans-serif;
	font-size: 9pt;
	border-collapse: collapse;
	border: 1px solid #999;
	margin: auto;
	margin-top: 20px;
	background-color: #fff;
	}
table.hours th {
	font-family: 'lucida sans unicode', 'lucida grande', arial, helvetica, sans-serif;
	background-color: #669;
	color: #fff;
	padding: 3px 20px 3px 20px;
	border: 0;
	}
table.hours td {
	font-family: 'lucida sans unicode', 'lucida grande', arial, helvetica, sans-serif;
	vertical-align: top;
	padding: 2px 20px 2px 20px;
	border: 0;
	}
table.hours tr.alt {
	background-color: #e0efff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

.c { text-align: center; }
a { color: #00f; }
a:hover { color: #f0f; }
p { position: relative; }
h1 {
	font-size: 14pt;
	xfont-weight: normal;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 0;
	color: #006;
}
h2 {
	font-size: 11pt;
	font-weight: bold;
	margin-top: 32px;
	margin-bottom: 0px;
	color: #900;
}
h2 a, h2 a:hover {
	color: #600;
}
h3 {
	font-size: 8pt;
	margin: 6px;
}
h4 {
	font-size: 7.5pt;
	margin: 0;
}
img, form {
	margin: 0;
	border: 0;
}
table.layout {
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	background: #fff;
}
#overDiv {
	width: 256px;
	border: 1px solid #ccc;
	background: #fffff0;
	padding: 4px;
	text-align: left;
	font-size: 8pt;
}
#overDiv p {
	margin: 0;
	top: 0px;
	left:0px;
}

/* Feedback
********************************************************/
div.feedback {
	font-size: 8pt;
	font-weight: bold;
	margin: 2px;
	margin-bottom: 0;
	padding: 8px;
	color: #fff;
}
div.success {
	background: #090;
}
div.failure {
	background: #e00000;
}

/* Top Section
********************************************************/
#text_banner {
	height: 178px;
	width: 512px;
	color: #fff;
	background: #6f6ca3 url(/images/background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	border: 1px solid #6f6ca3;
}
#text_banner h1 {
	margin: 0;
	margin-top: 48px;
	font-family: 'Palatino Linotype', Palatino, Georgia, serif;
	font-size: 28pt;
	font-variant: small-caps;
	color: #fff;
}
#text_banner h2 {
	margin: 0;
	font-family: 'Palatino Linotype', Palatino, Georgia, serif;
	font-size: 12pt;
	color: #fff;
}
td.banner {
	background: #6f6ca3;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
td.menu {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	xpadding: 6px;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	background: #ccc;
	color: #555555;
}
td.menu a {
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	color: #555555;
}
td.menu a:hover {
	color: #fff;
}

/* Side Menu
********************************************************/
td.sidemenu {
	text-align: left;
	vertical-align: top;
	font-size: 8pt;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: #cecfd9;
}
td.sidemenu dl {
	margin: 0;
}
td.sidemenu dt {
	margin: 0;
	padding: 4px 8px 4px 8px;
	padding-left: 44px;
	font-weight: bold;
	background: #999 url(/images/dd.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: #fff;
}
td.sidemenu dd {
	margin: 0;
	padding: 4px 8px 4px 8px;
}
td.sidemenu dd.menulist {
	margin-left: 6px;
	margin-right: 6px;
	padding: 5px;
	padding-left: 20px;
	font-weight: bold;
	background: url(/images/li.gif);
	background-repeat: no-repeat;
	background-position: center left;
	border-bottom: 2px solid #fff;
}
td.sidemenu dd.menulist a {
	text-decoration: none;
	color: #006;
}
td.sidemenu dd.menulist a:hover {
	color: #00f;
}
dd input {
	vertical-align: middle;
}
dl.documentlist dd img {
	vertical-align: middle;
}

/* Main Content
********************************************************/
td.main {
	text-align: center;
	padding: 0;
	margin: 0;
}
div.mainbox {
	padding: 12px;
	text-align: left;
}
div.quote {
	border: 1px solid #ccc;
	background: #fff;
	padding-left: 24px;
	padding-right: 24px;
	font-family: "palatino linotype", palatino, georgia, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
}
div.valign img {
	vertical-align: middle;
}
img.photo {
	border: 3px solid #fff;
	float: left;
	margin-right: 8px;
	margin-bottom: 4px;
}
img.photoR {
	border: 3px solid #fff;
	float: right;
	margin-left: 8px;
	margin-bottom: 4px;
}
ul.bullets li {
	list-style: none;
	list-style-type: none;
	background: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 18px;
}
ul.chapters {
	margin: 0;
	padding: 0;
	margin-top: 32px;
}
ul.chapters li {
	list-style: none;
	list-style-type: none;
	font-size: 8pt;
}
dl.loose {
	font-size: 8pt;
}
dl.loose dt {
	padding-bottom: 8px;
	border-bottom: 1px solid #999;
	margin-top: 8px;
	margin-bottom: 8px;
}
blockquote.testify {
	margin-top: 64px;
	background: transparent url(/images/quote_left.gif) left top no-repeat;
	font-family: georgia, serif;
	font-size: 11pt;
}
blockquote.testify div {
	padding: 0 40px 0 40px;
	background: transparent url(/images/quote_right.gif) right bottom no-repeat;
}
blockquote.testify p {
	padding-left: 40px;
}

/* Video Testimonials
********************************************************/
.video {
	margin-top: 24px;
	font-family: georgia, serif;
	font-size: 12pt;
	clear: both;
}
.video p {
	padding-top: 16px;
}
.video img {
	margin-bottom: 64px;
}

/* Page Footer
********************************************************/
div.foot {
	color: #999;
	font-size: 7.5pt;
	padding: 4px;
}
div.foot a {
	color: #669;
	text-decoration: none;
}
div.typo {
	margin-top: 1024px;
	border-top: 2px solid #fff;
	padding-top: 4px;
	text-align: justify;
	font-size: 7.5pt;
	color: #a8a8a8;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
}

/* Home Page
********************************************************/
table.home td {
	padding: 8px;
	text-align: left;
	vertical-align: top;
	font-size: 8pt;
}
table.home th {
	color: #fff;
	background: #669;
}
ol.top10 {
	padding-left: 2px;
	margin-top: 124px;
	margin-left: 28px;
}
ol.top10 li {
	margin: 0;
	margin-top: 16px;
	margin-bottom: 16px;
}
div.divider {
	height: 24px;
	background: url(/images/divider.gif);
	background-position: center center;
	background-repeat: repeat-x;
	clear: both;
}

/* Widgets
********************************************************/
.formbtn {
	font-size: 8pt;
	padding-left: 16px;
	padding-right: 16px;
}
.textfield {
	border-top: 1px solid #999;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #999;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
}
.short {
	width: 96px;
	font-size: 8pt;
}
.medium {
	width: 128px;
	font-size: 8pt;
}
.long {
	width: 288px;
	font-size: 9pt;
}

/* Polls
********************************************************/
table.poll {
	font-size: 8pt;
	font-family: tahoma, arial, helvetica, sans-serif;
}
table.poll td {
	padding: 0;
	padding-top: 1px;
	padding-bottom: 1px;
}
table.poll input {
	vertical-align: middle;
}
table.poll img {
	vertical-align: middle;
}

/* Quiz
********************************************************/
dl.quiz {
	font-size: 8pt;
}
dl.quiz dt {
	font-weight: bold;
	margin-top: 16px;
}
dl.quiz dd {
	margin-left: 12px;
}
.missing {
	color: #f00;
}

/* Link Directory
********************************************************/
p.directory {
	font-size: 8pt;
	margin-top: 16px;
	padding: 8px;
}
p.directory a {
	text-decoration: none;
	font-size: 10pt;
}

/* Calendar
********************************************************/
p.event {
	margin: 0;
	margin-bottom: 16px;
	border-left: 4px solid #f90;
	padding-left: 8px;
}
table.calendar {
	border-collapse: collapse;
	font-size: 8pt;
}
table.calendar h6 {
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
	margin: 0;
	margin-right: 2px;
}
table.calendar th {
	text-align: center;
	padding: 4px 0px 4px 0px;
}
table.calendar th img {
	vertical-align: middle;
}
table.calendar td {
	border: 1px solid #b8b8b8;
	width: 22px;
	height: 24px;
	text-align: right;
	vertical-align: top;
	background: #fff;
}
table.calendar td.today {
	background: #ffffe0;
}
table.calendar td.weekend {
	background: #f0f0ff;
}
table.calendar td.blank {
	background: #ccc;
}
table.extended {
	margin-top: 16px;
	margin-bottom: 2px;
}
table.extended td {
	width: 69px;
	height: 54px;
}
img.calendar_event {
	margin: 3px;
}

/* Exercises */
ol.exercise li {
	font-size: 8pt;
	margin-top: 16px;
}

/* Photo Album */
h1.album {
	text-align: left;
	font-family: 'lucida sans unicode', 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin: 20px 8px 4px 8px;
	padding: 0;
	}
p.album {
	text-align: left;
	font-family: 'lucida sans unicode', 'lucida grande', arial, helvetica, sans-serif;
	font-size: 9pt;
	margin: 8px;
	padding: 0;
	}
div.tile {
	width: 100px;
	text-align: center;
	float: left;
	background-color: #fff;
	margin: 0px 0px 2px 2px;
	}
div.tile img {
	vertical-align: middle;
	}
div.spacer {
	height: 1px;
	clear: both;
	overflow: hidden;
	font-size: 1px;
	}
