@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	background-image: url(../images/body-bg.png);
	background-repeat: repeat;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#555555;
}
#shadow-container {
	background-image:url(../images/body-shadow.png);
	background-repeat:repeat-y;
	background-position:center;
	margin: 0 auto;
	width: 1040px;
	height: 100%;
}
#inner-container {
	width: 1024px;
	text-align: left;
	margin: 0 auto 0 auto;
	height: 100%;
}
/*-------------------------HEADER LAYOUT----------------------------*/
#logo-area {
	width: 1024px;
	height: 132px;
	background-image: url(../images/logo-bg.jpg);
	background-repeat:repeat-x;
}
#logo {
	position: relative;
	top: 34px;
	left: 46px;
}
#navigation-area {
	background-color: #959595;
	width: 1024px;
	height: 37px;
	border-top: 1px #FFF solid;
	border-bottom: 1px #FFF solid;
}
#course-catalog-container {
	position: relative;
	z-index: 3;
	left: 131px;
	top: 0;
	width: 165px;
	height: 58px;
	background-image: url(../images/tab-bg.png);
	background-repeat: no-repeat;
}
#course-catalog-header {
	background-image: url(../images/tab-bg.png);
	background-repeat: no-repeat;
	height: 58px;
}
#course-catalog-header h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 14px;
}
#nav-contact {
	width: 690px;
	position: relative;
	z-index: 2;
	top: -53px;
	float: right;
	padding-right: 23px;
	margin: 0;
}
#nav-menu {
	float:left;
	padding-top: 5px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
#nav-phone {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #efefef;
	float: left;
	padding-left:225px;
}
#nav-email {
	float: right;
	padding-top: 5px;
}
#banner-area {
	width: 1024px;
	height: 321px;
	background-image: url(../images/banner-bg.jpg);
	background-repeat: no-repeat;
	border-bottom: 9px #959595 solid;
	position: relative;
	z-index: 1;
}
#course-menu-container {
	width: 251px;
	height: 321px;
	position: relative;
	left: 88px;
}
#flash-banner {
	width: 678px;
	height: 321px;
	position: relative;
	top: -321px;
	left: 346px;
	z-index: -1;
}
/*-------------------------CONTENT LAYOUT----------------------------*/
#content {
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-x;
	border-top: 1px #FFF solid;
	padding: 37px 75px 0 80px;
	background-color: #FFF;
	height: 740px;
}
#content2 {
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-x;
	border-top: 1px #FFF solid;
	padding: 37px 30px 0 80px;
	background-color: #FFF;
	height: 740px;
}
#side-bar {
	float: left;
	width: 268px;
	padding: 0;
	text-align: center;
}
#main-content {
	margin: 0 0 0 307px;
	padding: 22px 0 0 0;
	line-height: 180%;
	text-align: justify;
}
#main-content2 {
	margin: 0 220px 0 307px;
	padding: 22px 0 0 0;
	line-height: 180%;
	text-align: justify;
}
#side-bar2 {
	float: right;
	width: 180px;
	padding: 20px 0 0 0;
	text-align: center;
}
.side-bar2-box {
	margin-bottom: 15px;
}
#book-collections {
	text-align: left;
	font-size: 12px;
	padding: 10px 0 10px 30px;
	list-style: url(../images/arrow.png);
	line-height: 250%;
	border: 1px solid #c2c2c2;
	margin-top: 5px;
}
#top-publishers {
	font-size: 12px;
	padding: 10px;
	line-height: 250%;
	border: 1px solid #c2c2c2;
	margin-top: 5px;
}
#testimonials {
	font-size: 12px;
	padding: 10px;
	/*line-height: 250%;*/
	border: 1px solid #c2c2c2;
	margin-top: 5px;
}
.pic-margin-bottom {
	margin-bottom: 19px;
}
.pic-margin-top {
	margin-top: 10px;
}
.pic-float-left {
	float: left;
	margin-right: 20px;
	margin-left: 5px;
}
.paypal-margin {
	margin-top: 18px;
}
#certification-exams {
	border: 1px dashed #c2c2c2;
	margin-top: 35px;
	padding: 15px;
	text-align: left;
	background-color: #f7f7f7;
	height: 100px;
}
#quote {
	border: 1px dashed #97ab23;
	margin-top: 35px;
	padding: 10px;
	text-align: left;
	line-height: 150%;
	background-color: #f7f7f7;
}
#sections-content {
	border-top: 1px dashed #c2c2c2;
	margin-top: 35px;
	padding-top: 37px;
	text-align: left;
}
#business-solutions {
	float: left;
	width: 242px;
	padding-right: 40px;
	border-right: 1px dashed #c2c2c2;
	margin-right: 40px;
	height: 242px;
}
#certification-exam-locations {
	padding-top: 15px;
}
/*-------------------------LINKS----------------------------*/
#nav-email a:link, #nav-email a:visited, #nav-email a:active {
	text-decoration: none;
	text-transform: uppercase;
	color: #efefef;
	font-size: 13px;
}
#nav-email a:hover {
	text-decoration: underline;
}
a:link, a:visited, a:active {
	color: #ff7e01;
	text-decoration: none;
}
a:hover {
	color: #ff7e01;
	text-decoration: underline;
}
a.dorange-links:link, a.dorange-links:visited, a.dorange-links:active {
	color: #fe4302;
	text-decoration: underline;
}
a.dorange-links:hover {
	color: #fe4302;
	text-decoration: none;
}
a.white-links:link, a.white-links:visited, a.white-links:active {
	color: #FFF;
	text-decoration: NONE;
}
a.white-links:hover {
	color: #FFF;
	text-decoration: underline;
}
a.blue-links:link, a.blue-links:visited, a.blue-links:active {
	color: #00a6e5;
	text-decoration: underline;
}
a.blue-links:hover {
	color: #00a6e5;
	text-decoration: none;
}
/*-------------------------FOOTER----------------------------*/
#footer-contact {
	background-image: url(../images/footer-contact-bg.jpg);
	background-repeat: no-repeat;
	height: 196px;
	padding-left: 199px;
	padding-top: 53px
}
#footer-contact-col1 {
	float: left;
	width: 155px;
	line-height: 162%;
	margin-right: 32px;
}
#footer-contact-col2 {
	width: 340px;
	margin: 0 0 0 0;
	padding: 8px 0 0 0;
	float: left;
}
#footer-contact-col3 {
	float: right;
	width: 200px;
	padding-right: 34px;
	padding-top: 30px;
}
#copyright {
	background-color: #363636;
	height: 31px;
	padding-left: 46px;
	padding-top: 16px;
	font-size: 11px;
}
/*--------------------------FONT STYLES----------------------------*/
.style1 {
	font-size: 14px;
}
.style2 {
	font-size: 16px;
}
.style3 {
	text-transform: uppercase;
	font-size: 16px;
	color: #193664;
}
.style4 {
	color: #92caf0;
}
.style5 {
	color: #f1f4ed;
}
.style6 {
	font-size: 14px;
	font-weight: bold;
	color: #363636;
}
.style7 {
	font-size: 10px;
}
.style8 {
	color: #193664;
}
.style9 {
	font-size: 11px;
}
/*-------------------------FORM STYLES----------------------------*/
.submit-btn {
	background-color: #193664;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	width: 66px;
	height: 30px;
	border: none;
	margin-bottom: 5px;
}
.form-fields {
	background-color: #f7f7f7;
	border: 1px #898989 solid;
	color: #555;
	width: 190px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
