/* GENERIC BODY STYLES START */
body {
	background-attachment: fixed;
	background-color: #f2f2f2;
	background-image: url(../images/main-body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
/* GENERIC BODY STYLES END */

/* TEXT CAPS STYLES START */
.caps {
	text-transform:capitalize;
	font-variant:small-caps;
	font-weight:bold;
}
/* TEXT CAPS STYLES END */

/* TEXT SHADOW STYLES START */
.shadow {
	text-shadow: #333333 2px 2px 2px;
}
/* TEXT SHADOW STYLES END */

/* TOPBAR STYLES START */
#topbar {
	background-color: #e5e5e5;
	background-image: url(../images/topbar-bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#topbar-container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding: 0px;
}
.topbar-logo {
	height: 105px;
	width: 386px;
	padding-top: 55px;
	padding-bottom: 20px;
}
#topbar-text {
	width: 500px;
	float: right;
	text-align: right;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topbar-text p {
	display: inline;
	margin-right: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #666666;
	font-size: .9em;
}
#topbar-text .stylesheet-switch a {
	color: #666666;
	text-decoration: none;
}
#topbar-text .stylesheet-switch a:hover {
	color: #666666;
	text-decoration: underline;
}
#topbar-text .text-size {
	height: 20px;
	width: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
}
a.text-size-01 {
	text-decoration: none;
	border: 1px solid #00ADC6;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	color: #00ADC6;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-top: 2px;
}
a:hover.text-size-01 {
	text-decoration: none;
	border: 1px solid #00ADC6;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #00ADC6;
	padding-top: 2px;
}

a.text-size-02 {
	text-decoration: none;
	border: 1px solid #00ADC6;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	color: #00ADC6;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-top: 2px;
	font-size: 1.4em;
	position: relative;
	bottom: 2px;
}
a:hover.text-size-02 {
	text-decoration: none;
	border: 1px solid #00ADC6;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #00ADC6;
	padding-top: 2px;
}

/* TOPBAR STYLES END */

/* MAIN NAVIGATION STYLES START */
#main-navigation {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#main-navigation-container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding: 0px;
}
#main-navigation-container ul {
	margin: 0px;
	padding: 0px;
}
#main-navigation-container li {
	display: inline;
	list-style-type: none;
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}


#main-navigation-container .selected {
	text-decoration: none;
	margin: 0px;
	text-shadow: #999999 1px 1px 1px;
	color: #666666;
	padding: 10px;
	background-color: #999999;
}




#main-navigation-container li a {
	text-decoration: none;
	margin: 0px;
	text-shadow: #999999 1px 1px 1px;
	padding: 10px;
	display: inline-block;
	color: #333333;
}
#main-navigation-container li a:hover {
	color: #FFFFFF;
	background-color: #017a8c;
	background-image: url(../images/main-nav-bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#main-navigation-container li a:active {
	color: #666666;
}
#main-navigation-container li a:selected {
	text-decoration: none;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #666666;
	display: inline-block;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
	text-shadow: #999999 1px 1px 1px;
}

/* MAIN NAVIGATION STYLES END */


/* STUDENT NAVIGATION STYLES START */
#student-navigation {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
#student-navigation-container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding: 0px;
}
#student-navigation-container ul {
	margin: 0px;
	padding: 0px;
}
#student-navigation-container li {
	display: inline;
	list-style-type: none;
	font-size: 0.9em;
	font-weight: bold;
	color: #CCCCCC;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}


#student-navigation-container .selected {
	text-decoration: none;
	margin: 0px;
	text-shadow: #999999 1px 1px 1px;
	color: #666666;
	padding: 10px;
	background-color: #999999;
}




#student-navigation-container li a {
	text-decoration: none;
	margin: 0px;
	padding: 10px;
	display: inline-block;
	color: #CCCCCC;
}

#student-navigation-container li a:hover {
	color: #FFFFFF;
	background-color: #999999;
}
#student-navigation-container li a:active {
	color: #CCCCCC;
	background-color: #999999;
}
#student-navigation-container li a:selected {
	text-decoration: none;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #666666;
	display: inline-block;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
	text-shadow: #999999 1px 1px 1px;
}

/* STUDENT NAVIGATION STYLES END */




/* MAIN BODY STYLES START */

#main-body-container .course-information-table {
	font-size: .8em;
	text-align: left;
}
#main-body-container .course-information-table th {
	background-color: #00adc6;
	font-weight: bold;
	color: #FFFFFF;
}
#main-body-container .course-information-table tr {
	background-color: #e5e5e5;
	color: #333333;
}
#main-body-container .course-information-table .alt {
	background-color: #CCCCCC;
}
#main-body-container .course-information-table a {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}

#main-body-container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main-body-container p {
	font-size: 1em;
	color: #666666;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main-body-container a {
	font-weight: bold;
	color: #00ADC6;
	text-decoration: none;
}
#main-body-container a:hover {
	text-decoration: underline;
}
#main-body-container li {
	color: #666666;
}

#main-body-container .breadcrumb {
	font-size: 0.8em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-style: italic;
	color: #00adc6;
}
#main-body-container .breadcrumb a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#main-body-container .breadcrumb a:hover {
	text-decoration: underline;
}
#main-body-container .listing {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#main-body-container .listing h2 {
	font-size: 1em;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #00adc6;
}

#main-body-container .listing ul {
	margin: 0px;
	padding: 0px;
}

#main-body-container .listing ul ul {
	margin-left: 10px;
}


#main-body-container .listing ul h2 {
	background-color: #e5e5e5;
	color: #00adc6;
	margin-left: -10px;
	padding-left: 10px;
}
#main-body-container .listing ul ul li {
	padding-left: 0px;
}




#main-body-container .listing li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
}
#main-body-container .listing li a {
	display: block;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#main-body-container .listing li a:hover {
	display: block;
	background-color: #e5e5e5;
	text-decoration: underline;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#main-body-container .listing .top {
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main-body-container .listing .top a {
	font-weight: normal;
}
#main-body-container .listing .flash {
	background-image: url(../images/icon-flash.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#main-body-container .listing .pdf {
	background-image: url(../images/icon-pdf.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#main-body-container .listing .word {
	background-image: url(../images/icon-word.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#main-body-container .listing .web {
	background-image: url(../images/icon-web.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#required-software {
	background-color: #e5e5e5;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #00ADC6;
}
#required-software p {
	font-size: 0.8em;
}
#required-software h2 {
	font-size: 1em;
	color: #00ADC6;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#required-software #left {
	clear: none;
	float: left;
	width: 280px;
}
#required-software #right {
	clear: both;
	float: right;
	width: 280px;
}
#required-software .getacrobat {
	background-image: url(../images/icon-getacrobat.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 50px;
}
#required-software .getflash {
	background-image: url(../images/icon-getflash.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 50px;
}
#required-software #middle {
	clear: none;
	float: left;
	width: 280px;
	margin-right: 15px;
	margin-left: 15px;
}



#main-page-header {
	background-color: #00adc6;
	padding: 0px;
	background-image: url(../images/corner-top-dark.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#main-page-header h1 {
	color: #FFFFFF;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../images/corner-bottom-dark.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-style: italic;
}
#left-column, #right-column {
	width: 420px;
}
#right-column {
	float:right;
	clear:none;
}



#left-column {
	float:left;
	clear:none;
}
#left-column p {
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#left-column a {
	font-weight: bold;
	color: #00ADC6;
	text-decoration: none;
}
#left-column a:hover {
	text-decoration: underline;
}
#quotes {
	background-color: #e5e5e5;
	background-image: url(../images/corner-top-light.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#quotes h2 {
	color: #00ADC6;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-style: italic;
}
#quotes p {
	color: #666666;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
	font-style: italic;
}
#quotes p:last-child {
	text-align: right;
	background-image: url(../images/corner-bottom-dark.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
	font-weight: bold;
}
.quotemarks {
	font-size: 1.5em;
	color: #00ADC6;
}
#login-area-index {
	background-color: #00ADC6;
	background-image: url(../images/corner-top-light.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#login-area-index h2 {
	color: #FFFFFF;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-style: italic;
}

#login-area-index p {
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}
.index-login-form {
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/corner-bottom-dark.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
}

#login-area-index .index-login-field-username {
	font-size: 1em;
	color: #999999;
	padding: 10px;
	width: 160px;
	font-style: italic;
	font-weight: bolder;
	float: left;
	clear: none;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/textfield-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #017a8b;
	clear: none;
	float: left;
}
#login-area-index .index-login-field-password {
	font-size: 1em;
	color: #999999;
	padding: 10px;
	width: 160px;
	font-style: italic;
	font-weight: bolder;
	margin: 0px;
	float: right;
	clear: none;
	background-color: #FFFFFF;
	background-image: url(../images/textfield-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #017a8b;
}


#login-area-index .login-button {
	clear: none;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #00adc6;
	background-image: url(../images/button_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #017a8b;
	font-size: 1em;
	font-weight: bolder;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	text-shadow: #333333 1px 1px 1px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 182px;
	cursor:pointer;
}
#login-area-index .forgotten-login {
	font-size: 0.8em;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#login-area-index .forgotten-login a {
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
}

#login-area-index .forgotten-login a:hover {
	text-decoration: underline;
}
#login-area-index #error {
	margin: 20px;
	padding: 20px;
	background-color: #FFFFFF;
}
#login-area-index #error h3 {
	font-size: 1em;
	color: #00ADC6;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#login-area-index #error p {
	color: #00ADC6;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#login-area-index #error ul {
	color: #00ADC6;
	margin: 0px;
}




#membersarea {
	background-color: #00ADC6;
	background-image: url(../images/corner-top-light.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#membersarea h2 {
	color: #FFFFFF;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-style: italic;
}

#membersarea p {
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}
#membersarea .membersarea-list {
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/corner-bottom-dark.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
	padding-top: 0px;
	margin: 0px;
}

#membersarea .membersarea-list li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#membersarea .membersarea-list a {
	display: block;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/list-arrow-off.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
#membersarea .membersarea-list a:hover {
	display: block;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	color: #00adc6;
	text-decoration: none;
	background-image: url(../images/list-arrow-on.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	background-color: #FFFFFF;
}

.member-photo {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #666666;
}
.required {
	font-size: 1em;
	font-weight: bold;
	color: #990000;
}
#register-form h2 {
	color: #00adc6;
	background-image: url(../images/corner-top-dark.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-style: italic;
}

#register-form #error {
	background-color: #FFCCCC;
	border: 1px solid #990000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#register-form #error h3 {
	color: #990000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#register-form #error p {
	font-size: .9em;
	color: #990000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#register-form #error ul {
	font-size: .9em;
	color: #990000;
	margin: 0px;
}

#register-form legend {
	display: none;

}
#register-form fieldset {
	margin-bottom: 20px;
	background-color: #e5e5e5;
	background-image: url(../images/corner-bottom-dark.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#register-form label {
	display: block;
	padding: 0px;
	float: left;
	clear: none;
	font-weight: bold;
	color: #666666;
	width: 860px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#register-form .form-field-register {
	clear: none;
	width: 500px;
	padding: 10px;
	float: right;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #999999;
	background-color: #FFFFFF;
	background-image: url(../images/textfield-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #CCCCCC;
}
#register-form  .register-button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #00adc6;
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #017a8b;
	font-size: 1em;
	font-weight: bolder;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	text-shadow: #333333 1px 1px 1px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 182px;
	cursor:pointer;
	float: right;
	clear: both;
	background-image: url(../images/button_bg.png);
}
#register-form  .login-field-username {
	font-size: 1em;
	color: #999999;
	padding: 10px;
	width: 400px;
	font-style: italic;
	font-weight: bolder;
	float: left;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #FFFFFF;
	background-image: url(../images/textfield-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #CCCCCC;
}
#register-form  .login-field-password {
	font-size: 1em;
	color: #999999;
	padding: 10px;
	width: 400px;
	font-style: italic;
	font-weight: bolder;
	float: right;
	clear: none;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/textfield-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #CCCCCC;
}


#register-form .forgotten-login {
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-weight: normal;
	padding: 0px;
	width: 400px;
	clear: none;
	float: left;
}
#register-form .forgotten-login a {
	font-size: 1em;
	text-decoration: none;
}

#register-form .forgotten-login a:hover {
	text-decoration: underline;
}












































/* */

#register-form form fieldset .unit-list {
	float: right;
	width: 500px;
	clear: none;
}
#register-form form fieldset .unit-list li label {
	clear: none;
	float: right;
}
#register-form form fieldset .unit-list li {
	clear: none;
	float: left;
}
#register-form form .list1 ol {
	margin: 0px;
	padding: 0px;
}
#register-form form .list1 li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#register-form .checkbox1 {
}
#unitregister-checkbox {
	width: 540px;
	float: right;
	clear: none;
}
#unitregister-checkbox label {
	width: 500px;
	clear: none;
	float: right;
	padding: 0px;
	margin: 0px;
}
#unitregister-checkbox .checkbox-row {
	display: block;
	padding: 0px;
	margin: 0 0 10px 0;
}
label#unitreg, label#levelapp, label#acatt {
	width: 300px;
}
.regformrow {
	clear:both;
	margin:0 0 40px 0;
}
.clearfix {
	clear: both;
	background-color: #FF0000;
	visibility: hidden;
}


/* */










































/* MAIN BODY STYLES END */

/* FOOTER STYLES START */
#footer {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #00adc6;
	background-color: #e5e5e5;
	padding-top: 10px;
}
#footer-container p {
	font-size: .7em;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footer-container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding: 0px;
}
.logo-cmuh {
	padding: 0px;
	height: 40px;
	width: 393px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
}
.logo-uhsm {
	padding: 0px;
	height: 36px;
	width: 393px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.logo-mmu {
	padding: 0px;
	height: 58px;
	width: 48px;
	clear: none;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.logo-ct {
	padding: 0px;
	height: 65px;
	width: 58px;
	clear: none;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.logo-padp {
	padding: 0px;
	height: 56px;
	width: 70px;
	clear: none;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#footer-container ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer-container li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
}
#footer-container li:last-child {
	margin-right: 0px;
}
.footer-left-list {
	font-size: 0.7em;
	clear: none;
}
.footer-right-list {
	font-size: 0.7em;
	clear: none;
	float: right;
}
#footer-container a {
	color: #666666;
	text-decoration:none;
}
#footer-container a:hover {
	text-decoration:underline;
}
