@charset "UTF-8";
/* CSS Document */

/* reset styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* end of reset styles */

a {
	text-decoration: none;
	color: #000;
}

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

a:visited {
	text-decoration: none;
	color: #333333;
}

#mainContent a img {
	border:none; 
}

body {
	width: 1000px;
	margin: auto;
	background-image: url(../asaMainBG.gif);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#contentWrapper {
	position: relative;
	width: 1000px;
	background-color: #FFF;
	border: 1px solid #000;
}


/* Top Banner, Login & Notification Bar Styles */
#banner {
	background: url(../TopBar.gif) no-repeat left top;
	height: 95px;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}

#banner #cartIcon {
	float: right;
	width: 60px;
	height: 40px;
	text-align: center;
	font-weight: bold;
	color: #000099;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, .60);
	background: url(../shoppingIcon.png) no-repeat top right;
	padding: 5px 42px 1px 1px;
}

#topLogIn {
	display: inline;
	float: right;
	width: 400px;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, .60);
	border: 1px solid #000;
	margin-top: -1px;
	margin-right: -1px;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

#topLogIn p {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000099;
	font-weight: 700;
}

#contentWrapper #banner #topLogIn #topLogInForm #emailAddr:focus,
#contentWrapper #banner #topLogIn #topLogInForm #userPass:focus {
	background-color: #FFFF66;
}

#button {
	background-color: #FFFF66;
	font-weight: bold;
}

#button:hover {
	background-color: #09F;
	color: #FFF;
}

#welcomeUser {
	display: inline;
	float: right;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, .60);
	border: 1px solid #000;
	padding: 14px 5px 2px 5px;
	margin-top: -1px;
	margin-right: -1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: 700;
	font-size: 14px;
}
/* Top Banner, Login & Notification Bar Styles */


/* Start of Nav Styles */
#mainNav {
	float: left;
	padding: 0;
	width: 200px;
}

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

#mainNav ul {
	margin-left: -1px;
	padding: 0;
	list-style: none;
	padding: 5px 0px 5px 0px;
	zoom: 1;
}

#mainNav h2 {
	background-color: #FFFFFF;
	background: url(../school-icon.gif) no-repeat;
	padding: 16px 0 5px 18px;
	font-family: Palatino, Baskerville, "Times New Roman";
	font-size: 16px;
	text-shadow: -4px 4px 3px #E7E7E7;
	font-weight: bold;
	color: #000099;
	margin-left: 5px;
	margin-top: 2px;
}

#mainNav a {
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #000;
	margin-top: -1px;
	padding: 9px 5px 9px 30px;
	display: block;
	background-color: #0099ff;
	background-image: url(../nav.png); 
	background-repeat: no-repeat; 
	background-position: 0 2px;
	zoom: 1; 
}

 /* cleans up navigation bar in ie6 */
* html #mainNav a {
	margin-top: -4px;
}
 /* cleans up navigation bar in ie6 */
* html #mainNav {
	border-left: none;
}

#mainNav a:hover {
	font-weight: bold;
	background-color: #FFFF66;
	background-position: 3px 50%;
	color: #000;
}

#homeArea #homeLink,
#ceArea #ceLink,
#bookArea #bookLink,
#salesArea #salesLink,
#brokerArea #brokerLink,
#testiArea #testiLink,
#processArea #processLink,
#questionArea #questionLink,
#aboutArea #aboutLink,
#condArea #condLink,
#loginArea #loginLink {
	background-color: #FFFFFF;
	background-position: 97% 100%;
	padding-right: 15px;
	padding-left: 30px;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}
/* End of Nav Styles */

#mainNav #liveChatIcon a {
	color: none;
	border: none;
	margin: 0;
	padding: 0;
	display: block;
	background-color: #FFFFFF;
	background-image: none;
}

#mainNav #liveChatIcon a:hover {
	background-color: #FFFFFF;
}

/* Start of Main Content Area Styles */
#mainContent {
	background-color: #FFF;
	width: 605px;
	padding: 5px 5px 5px 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	float: left;
}

#mainContent p {
	padding: 10px 0 10px 0;
}

#mainContent h1 {
	font-family: Palatino, Baskerville, "Times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	text-shadow: -1px 1px 3px #999999;
	padding: 0;
	color:#CC0000;
	text-align: center;
	padding: 5px 5px 5px 5px;
}

#mainContent h2 {
	font-family: Palatino, Baskerville, "Times New Roman", serif;
	font-size: 14px;
	font-weight: bold;
	text-shadow: -4px 4px 3px #E7E7E7;
	padding: 0;
	color:#000099;
	padding: 5px 5px 5px 5px;
}
/* End of Main Content Area Styles */

/* Start of Book Store Bar Styles */
#bookStore {
	float: right;
	background-color: #FFF;
	width: 170px;
	padding: 5px 2px 5px 0;
}

#bookStore .bookPict img {
	margin-left: 47px;
	padding: 20px 0 10px 0;
}

#bookStore h2 {
	background: url(../courses-icon.gif) no-repeat;
	padding: 16px 0 5px 15px;
	font-family: Palatino, Baskerville, "Times New Roman";
	font-size: 16px;
	text-shadow: -4px 4px 3px #E7E7E7;
	font-weight: bold;
	color: #000099;
}

#bookStore p {
	text-align: center;
}

#bookStore .bookText {
	font-size: 12px;
}

#bookStore .bookLink {
	padding: 5px 0 15px 0;
	color: #000099;
}

#bookStore #bookstoreNav h2 {
	background-image:none;
	font-family: Palatino, Baskerville, "Times New Roman";
	font-size: 16px;
	text-shadow: -4px 4px 3px #E7E7E7;
	font-weight: bold;
	color: #000099;
	padding: 15px 15px 5px 5px
}

#bookstoreNav ul {
	list-style: none;
}

#bookstoreNav a {
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	zoom: 1; 
}

#bookstoreNav a:hover {
	font-weight: bold;
	color: #000099;
	background-position: 3px 50%;
}
/* End of Book Store Bar Styles */

/* Start Footer Styles */
.footer {
	position: relative;
	background-color: #FFF;
	background: url(../asaLogoBottom.gif) no-repeat top left;
	padding: 50px 5px 5px 5px;
	text-align: center;
	clear:both;
	height:100px;
}

.footer h4 {
	font-size: 12px;
	font-weight: 700;
	color: #000099; 
	padding: 5px 0  10px 0;
}

.footer p {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
}

.footer .footerLeft {
	float: left;
	top: 50px;
	left: 0;
	width: 150px;
	padding: 10px 5px 10px 5px;
}

.footer .footerCenter {
	float: left;
	top: 50px;
	left: 188px;
	width: 655px;
	padding: 10px 0 10px 0;
}

 .footerCenter .footer h4 {
	padding: 0;
}

.footer .footerCenter .footerText {
	margin: 0;
	padding: 0 5px 5px 5px;
	align: center;
}

.footer .footerCenter ul.footerNavBar {
	padding-left: 40px;
}

* html .footer .footerCenter ul.footerNavBar {
	padding-left: 25px;
}

.footer .footerCenter .footerNavBar li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 10px;
}

.footer .footerCenter .footerNavBar li a {
	color: #000;
	text-decoration: none;
	padding: .5em 1em;
	display: block;
}

.footer .footerCenter .footerNavBar a:hover {
	font-weight: 700;
	color: #000099;
}

.footer .footerRight {
	float: right;
	top: 50px;
	left: 810px;
	width: 150px;
	padding: 10px 5px 10px 5px;
}
/* End of Footer Styles */