/* --------------------------------------------------------------------------------------------------------
AUTHOR:			Jeremy Burgeson
DATE CREATED:	2006.03.13
PURPOSE:		Advanced Prosthetics Center Stylesheet
REVISIONS:
-------------------------------------------------------------------------------------------------------- */


/* Base font definition */

A, CENTER, P, UL, OL, BLOCKQUOTE, TD, TH, H1, H2, H3, H4, H5, H6, 
.textStandard, .textStandardBlack, .textStandardOnDark, .textSmall, .textFinePrint, .textDropNav, .textSubNav, .textHeader, 
.textSubHeader, .textFormLabelReq, .textFormLabelNotReq, .textBreadcrumb, .textFooter, .textError, .textErrorSmall
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p { margin: 0 0 15px 0; }

/* Body style */

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #470000;
	margin: 0px;
}
/*#bodyContainer*/
#social-bar {
	background: url('/_images/framework/social-bar-bg.gif') top left repeat-x;
}
#social-bar {
	width: 780px;
	height: 50px;
	text-align: right;
	margin: 0 0 5px 0;
}
#social-bar div {
	padding: 0 8px 0 0;
	float: right;
}
#social-bar img { margin: 8px 0 8px 6px; }
#socialHome {
	width: 360px;
	height: 60px;
	margin: 0 0 0 5px;
	float: left;
	display: inline;
	background: url(/_images/home/bg-social.gif) top center no-repeat;
}
#socialHome img.label {
	margin: 5px 0 0 5px;
	float: left;
	display: inline;
}
#socialHome img.icon {
	margin: 8px 3px 0;
	float: left;
	display: inline;
}
/* Link definitions */

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

a.white { text-decoration:underline; color:#FFFFFF; }
a.white:visited { text-decoration:underline; color:#FFFFFF; }
a.white:hover { text-decoration:none; color:#FFFFFF; }
a.white:active { text-decoration:none; color:#FFFFFF; }

a.footer { text-decoration:underline; color:#990000; }
a.footer:visited { text-decoration:underline; color:#990000; }
a.footer:hover { text-decoration:none; color:#990000; }
a.footer:active { text-decoration:none; color:#990000; }

a.dropNav { text-decoration:none; font-weight:bold; color:#FFFFFF; }
a.dropNav:visited { text-decoration:none; font-weight:bold; color:#FFFFFF; }
a.dropNav:hover { text-decoration:none; font-weight:bold; color:#FFFFFF; }
a.dropNav:active { text-decoration:none; font-weight:bold; color:#FFFFFF; }


/* Font definitions */

.textStandard {
	font-size: 11px;
	padding: 0px;
	color: #666666;
	line-height: 15px;
}

.textStandardBlack, .blog-item, .blog-links {
	font-size: 11px;
	padding: 0px;
	color: #000000;
	line-height: 15px;
}

.textStandardOnDark {
	font-size: 11px;
	padding: 0px;
	color: #FFCCCC;
	line-height: 15px;
}

.textSmall {
	font-size: 10px;
	padding: 0px;
	color: #666666;
}

.textFinePrint {
	font-size: 10px;
	padding: 0px;
	color: #999999;
}

.textDropNav {
	font-size: 11px;
	font-weight: bold;
	padding: 4px 5px 4px 5px;
	color: #FFFFFF;
	background-color: #470000;
}

.textSubNav {
	font-size: 11px;
	font-weight: bold;
	padding: 10px;
	color: #470000;
}

.textHeader {
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	color: #000000;
}

.textSubHeader {
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	color: #000000;
}

.textFormLabelReq {
	font-size: 11px;
	color: #666666;
	text-align: right;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.textFormLabelNotReq {
	font-size: 11px;
	color: #666666;
	text-align: right;
	padding-left: 3px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.textBreadcrumb {
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	color: #999999;
	text-align: center;
}
.textBreadcrumbSeparator {
	font-weight: normal;
	color: #000000;
}

.textFooter {
	font-size: 11px;
	padding: 0px;
	color: #990000;
}

.textError {
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	color: #cc0000;
	background-color: #ffeeee;
}

.textErrorSmall {
	font-size: 10px;
	padding: 5px;
	color: #cc0000;
}

.siteMapLev1 {
	font-weight: bold;
}

.siteMapLev2 {
	font-weight: bold;
	padding-left: 20px;
}

.siteMapLev3 {
	font-weight: bold;
	padding-left: 40px;
	color: #999999;
}


.scheduleTable {
	width: 100%;
	margin: 15px 0px 15px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.scheduleTable td {
	padding: 6px 10px 6px 10px;
}
.scheduleTableAltRow {
	background-color: #f4e3e3;
}
.scheduleTableDate {
	text-align: left;
}
.scheduleTableTime {
	text-align: right;
}

.blog-item, .blog-divider {
	margin: 0 0 7px 0;
}
.blog-item a, .blog-links a { font-weight: bold; }
.blog-links {
	text-align: center;
	margin: 0;
}
.blog-links span { margin: 0 5px; }
.blog-rss { margin: 0 2px 0 0; }


/* Input Field definitions -------------------------------------------------------------------------------- */

INPUT.formstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

SELECT.formstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

TEXTAREA.formstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

INPUT.buttonstyle {
	font-size: 11px;
}


/* Overlay definitions --------------------------------------------------------------------------------------- */

#overlayContainer {
	visibility: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 800;
	background-repeat: repeat;
}
.overlay_bg {
	width: 100%;
	height: 100%;
}
.overlay_offset {
	width: 100%;
	margin: 0px;
	padding: 200px 0px 0px 0px;
	position: relative;
}
#overlayContent {
	width: 420px;
	height: 350px;
	background-repeat: no-repeat;
	margin: 0px auto;
}

OBJECT {
	position: relative;
}

EMBED {
	position: relative;
}



