/* Global Styles */

body	{
	font: 16px "Lucida Casual", "Comic Sans MS", Arial, Helvetica, Sans-Serif;
	color: #000000;
	background: #FCBFFE;
	margin: 0px;
	margin-top: 0px;
	}

a	{
	color: #AA00B2;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #F200FF;
	}

/* ID Styles */

#navigation {
	text-align: center;
        width: 100%;
        }

#navigation a {
	font: bold 10px Arial, Helvetica, Sans-Serif;
	color: #000000;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding: 0px 10px;
	border-right:1px solid #F200FF;
	background: #FFC800;
	}

#navigation a:hover {
	color: #ffffff;
	background: #F200FF;
	}
	
/* Class Styles */

.bodyLayoutTable {
        border-left-style: solid;
        border-left-width: 2px;
        border-left-color: #F200FF;
        border-right-style: solid;
        border-right-width: 2px;
        border-right-color: #F200FF;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	width: 776px;
	align: center;
	cellspacing: 0;
	cellpadding: 0;
	}

.banner {
	background: url("images/purpleFade_1x300_banner.gif");
        }

.logo {
        font: 40px "Times New Roman", Times, Serif;
        line-height: normal;
        letter-spacing: normal;
        margin: 0;
        text-align: center;
        }

.tagline {
	margin-top:8px;
	margin-bottom:8px;
	font: 24px Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: normal;
	text-align: center;
        }

.bodyText {
        padding-left: 48px;
        padding-right: 48px;
        }

.bodySelect {
        background: #FCBFFE;
        }

.businessInfoText {
	margin: 16px;
        }

.pageName {
	text-align: center;
	font: 24px "Lucida Casual", "Comic Sans MS";
	color: #F200FF;
	letter-spacing: .2em;
	}

.subHeader {
	font: bold 18px "Lucida Casual", "Comic Sans MS", Arial, Helvetica, Sans-Serif;
	color: #2D374D;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}

.navText {
	font: bold 10px Arial, Helvetica, Sans-Serif;
	color: #26354A;
	letter-spacing:.1em;
	line-height:16px;
	background: #F980FE;
	}

.divider {
	background: #AA00B2;
	}

.divider2 {
	background: #FCBFFE;
	}

.divider3 {
	background: #F980FE;
	}

.divider4 {
	height: 25px;
	background: url("images/purpleFade_1x25_top.gif");
	}

.divider5 {
	height: 25px;
	background: url("images/purpleFade_1x25_bottom.gif");
	}

.aboutOurStaff {
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #F200FF;
        }

.aboutOurStaffLast {
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #F200FF;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #F200FF;
        }

.aboutBox {
        border: solid 2px #AA00B2;
        }

.aboutBoxhr {
        width: 85%;
        color: #AA00B2;
        }

.aboutBoxText {
	background: url("images/purpleFade_25x400_right.gif");
	background-repeat: no-repeat;
	padding-left: 24px;
        }

.aboutBoxLeft {
	text-align: center;
	font: 15px "Lucida Casual", "Comic Sans MS", Arial, Helvetica, Sans-Serif;
	color: #000000;
        }

.powerBar {
	font: bold 10px Arial, Helvetica, Sans-Serif;
	background: #FFC800;
        }
		
#photoHoverEffect a:link img {
	filter:none;
	}

#photoHoverEffect a:visited img {
	filter:none;
	}

#photoHoverEffect a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

#submitNewOfficePhoto {
	background: url("images/purpleFade_198x1.gif");
	background-repeat: repeat-x;
	border: 2px solid #AA00B2;
        }

#submitNewOfficePhoto h3 {
	margin-bottom: 0px;
        }

#submitNewOfficePhoto input {
	background-color: orange;
        }

#submitNewOfficePhoto hr {
	width: 80%;
	color: #AA00B2;
	background-color: #AA00B2;
        }

#submitNewStaffMember {
	background: url("images/purpleFade_230x1.gif");
	background-repeat: repeat-x;
	border: 2px solid #AA00B2;
        }

#submitNewStaffMember h3 {
	margin-bottom: 0px;
        }

#submitNewStaffMember input {
	background-color: orange;
        }

#submitNewStaffMember hr {
	width: 80%;
	color: #AA00B2;
	background-color: #AA00B2;
        }

#submitSettings {
	background: url("images/purpleFade_198x1.gif");
	background-repeat: repeat-x;
	border: 2px solid #AA00B2;
        }

#submitSettings h3 {
	margin-bottom: 0px;
        }

#submitSettings input {
	background-color: orange;
        }

#submitSettings hr {
	width: 80%;
	color: #AA00B2;
	background-color: #AA00B2;
        }

.buttonMove {
	background-color: yellow;
	}

.buttonDelete {
	background-color: orange;
	}

.buttonUpdateText {
	background-color: violet;
	}

.inputText {
	background-color: violet;
	font-size: 0.6em;
	font-style: italic;
	text-align: center;
	}

.inputSubmitOffice { background-color: #8C4B95; color: #fff; }
.inputSubmitHospital { background-color: #dda0dd; color: #fff; }

