﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */


#Footer #copyright
{
	float: right;
	color: #666;
}

DIV.PageError
{
	background-color: #f8da80;
	border-bottom: 1px solid #c69a33;
	padding: 2px 10px 3px 10px;
	color: #ed1c24;
}

/*  Misc. Styles
----------------------------------------------- */

.clearBoth
{
	clear: both;
}




body{
	margin:0;
	font:11px Arial, Helvetica, sans-serif;
	min-width:1000px;
}
a{color:#64456a;}
a:hover{text-decoration:none;}
img{border:none;}
.img-left{float:left;}
.img-right{float:right;}
form, fieldset{
	margin:0;
	padding:0;
	border:none;
}
#header{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	height:1%;
}
#header h1{
	float:left;
	margin:10px 0 0 13px;
	display:inline;
}
#header h1 a{
	display:block;
	background:url(images/logo.png) no-repeat;
	width:352px;
	height:89px;
	text-indent:-9999px;
	overflow:hidden;
}
.signin{
	float:right;
	padding:6px 8px 0 0;
	width:625px;
}
.enroll{
	float:right;
	width:78px;
	height:25px;
	background:url(images/enroll.png) no-repeat;
	text-indent:-999px;
	overflow:hidden;
}
.signin p{
	float:right;
	margin:0 30px 0 0;
	font:14px/25px Tahoma, Verdana, Arial, sans-serif;
}
.signin p a{color:#591a99;}
.signin p.cart a{
	color:#989698;
	text-decoration:none;
}
.signin p.cart a:hover{text-decoration:underline;}
.signin p.cart{
	padding:0 0 0 25px;
	background:url(images/cart-icon.gif) no-repeat 0 50%;
}
.signin p.cart.full{background:url(images/cart-full.gif) no-repeat 0 1px;}
.signup-active{
	float:right;
	margin:3px -4px -30px 0;
	width:382px;
	height:27px;
	background:#ccc;
	position:relative;
	padding:3px 0 0;
	display:inline;
}
.signup-active .text{
	float:left;
	margin:0 0 0 5px;
	display:inline;
	width:147px;
	height:23px;
	background:url(images/text-field.gif) no-repeat;
}
.signup-active .text input{
	float:left;
	padding:4px 13px 0;
	width:121px;
	height:19px;
	background:none;
	border:0;
	color:#1f112c;
	font:12px Arial, Helvetica, sans-serif;
}
.signup-active .button{
	float:left;
	margin:1px 0 0 8px;
}
#navigation{
	float:right;
	margin:25px 5px 0 0;
	padding:0;
	list-style:none;
	font-size:13px;
	font-weight:bold;
	display:inline;
}
#navigation li{
	float:left;
	padding:0 6px;
}
#navigation li a{
	padding:23px 2px 0;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
}
#navigation li.active a,
#navigation li a:hover{
	background:url(images/navigation-rollover.gif) no-repeat 50% 0;
	color:#e89c25;
}
.intro-block-holder{
	background:url(images/intro-content-bg.gif) no-repeat 50% 0;
	height:312px;
	margin:7px 0 0;
}
.intro-block{
	width:1000px;
	margin:0 auto;
	background:url(images/intro-block-bg.jpg) no-repeat;
	height:312px;
	overflow:hidden;
}
.slogan{
	background:url(images/slogan.gif);
	width:540px;
	height:66px;
	text-indent:-9999px;
	overflow:hidden;
	margin:122px 0 0 67px;
}
.container{
	background:url(images/container-bg.gif) repeat-x;
	width:100%;
}
.content-holder{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	padding:15px 0 5px;
}
.learn{
	width:247px;
	float:left;
	margin:0 0 0 13px;
	border:1px solid #b3a3b6;
	background:#fff;
	padding:6px;
	display:inline;
}
.learn h3{
	margin:0;
	text-align:center;
	color:#fff;
	background:#65456b;
	padding:5px 0 7px;
	font:17px Georgia, "Times New Roman", Times, serif;
}
.learn ul{
	margin:0;
	padding:0;
	list-style:none;
}
.learn ul li{
	margin:1px 0 0;
	background:#fdbe57 url(images/learn-nav-bg.gif) repeat-x;
	padding:8px 10px;
}
.learn ul li h4{
	font-size:15px;
	margin:0;
}
.learn ul li h4 a{
	padding:0 0 0 20px;
	text-decoration:none;
	color:#65456b;
	background:url(images/arrow.gif) no-repeat 0 50%;
}
.learn ul li h4 a:hover{text-decoration:underline;}
.learn ul li p{
	margin:0 0 0 20px;
	color:#333;
	font-size:11px;
	line-height:16px;
}
.about{
	width:425px;
	float:left;
	margin:0 35px;
}
.about h2{
	margin:7px 0 -5px;
	font-size:17px;
	text-transform:uppercase;
	color:#641e73;
	border-bottom:1px solid #32004b;
}
.about p{
	margin:20px 0 0;
	color:#333;
	font:11px/17px Tahoma, Verdana, sans-serif;
}
.about p strong{
	color:#432449;
	font:bold 12px/18px Tahoma, Verdana, sans-serif;
}
.view{
	width:181px;
	height:29px;
	background:url(images/view-upcoming-courses.png);
	text-indent:-9999px;
	overflow:hidden;
	margin:10px 0 0;
	display:block;
}
.news{
	width:213px;
	float:left;
}
.news h2{
	margin:7px 0 0;
	font-size:17px;
	text-transform:uppercase;
	color:#641e73;
}
.box{
	border-top:1px solid #32004b;
	padding:11px 0;
}
.top-box{
	overflow:hidden;
	height:1%;
}
.top-box img{
	float:left;
	margin:0 7px 0 0;
}
.top-box h3{
	color:#64456a;
	font:bold 12px Tahoma, Verdana, sans-serif;
	margin-bottom:0px;
	margin-top:0px;
}
.top-box em{
	color:#666;
	font-style:normal;
}
.box p{
	color:#666;
	margin:13px 0 0;
	font:11px Tahoma, Verdana, sans-serif;
}
.box .more{
	width:81px;
	height:21px;
	display:block;
	background:url(images/read-more.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:7px 0 0;
}
.footer-holder{
	margin:10px 0 0;
	width:100%;
	background:#44083c;
}
#footer{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
#footer p{
	float:left;
	margin:0 0 0 25px;
	color:#8e6988;
	display:inline;
	font:11px/36px Tahoma, Verdana, sans-serif;
}
#footer p.phone{
	float:right;
	font-weight:bold;
	color:#fff;
	margin:0 25px 0 5px
}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	font:bold 11px/36px Tahoma, Verdana, sans-serif;
	overflow:hidden; 
}
#footer ul li{
	float:left;
	padding:0 15px;
	background:url(images/footer-separator.gif) no-repeat 0 50%;
	margin:0 2px 0 -2px;
	display:inline;
}
#footer ul li a{color:#fff;}
/*                                     about.html                            */
.bred-crumb{
	width:100%;
	background:#3c1344;
	margin:6px 0 0;
	min-height:25px;
}
.bred-crumb ul{
	width:970px;
	overflow:hidden;
	margin:0 auto;
	padding:0 15px;
	list-style:none;
	font-size:11px;
	line-height:24px;
}
.bred-crumb ul li{
	padding:0 10px 0 3px;
	background:url(images/arrow-2.gif) no-repeat 100% 50%;
	float:left;
}
.bred-crumb ul li span{color:#fff;}
.bred-crumb ul li a{color:#fff;}
.bred-crumb ul li.active{
	background:none;
	font-weight:bold;
}
.bred-crumb ul li.active a,
.bred-crumb ul li a:hover{text-decoration:none;}
.bred-crumb ul li.active a:hover{text-decoration:underline;}
.left-column{
	width:199px;
	float:left;
	margin:0 20px 0 16px;
	display:inline;
}
.sidebar-coners{
	background:url(images/bottom-sidebar.gif) no-repeat 0 100%;
	padding:0 0 10px;
	margin:0 0 13px;
}
.sidebar{
	background:url(images/side-bar-bg.gif) repeat-y;
	padding:0 0 5px;
}
.sidebar h3{
	margin:0;
	background:#6b4b71 url(images/heading-bg.gif) repeat-x;
	font-size:15px;
	font-weight:normal;
	line-height:27px;
	color:#fff;
	padding:0 0 0 9px;
}
.sidebar h4{
	margin:10px 0 0;
	border-bottom:1px solid #b0a2b2;
	color:#636;
	font-size:14px;
	padding:0 0 2px 10px;
}
.sidebar ul{
	margin:0 9px;
	padding:0;
	list-style:none;
	font-size:14px;
}
.sidebar ul li{margin:7px 0 0;}
.sidebar a{
	text-decoration:none;
	color:#666;
	padding:0 0 0 7px;
	background:url(images/bullet.gif) no-repeat 0 5px;
}
.sidebar ul li a:hover,
.sidebar ul li.active a{
	text-decoration:underline;
	color:#636;
}
.sidebar.programs ul,
.sidebar.programs a{font-size:11px !important;}
.sidebar.programs span{
	display:block;
	margin:5px 9px 0;
}
.content{
	width:745px;
	float:left;
}
.purple-block{
	width:390px;
	height:177px;
	background:url(images/purple-block-bg.jpg) no-repeat;
	overflow:hidden;
	position:relative;
	padding:0 310px 0 45px;
}
.purple-block .peoples,
.block-2 .peoples{
	position:absolute;
	bottom:0;
	right:0;
}
.purple-block .peoples.first{right:70px;}
.purple-block .peoples.second{right:19px;}
.purple-block .peoples.third{right:46px;}
.purple-block h2{
	margin:30px 0 0;
	font-size:21px;
	color:#fdbe57;
}
.purple-block h3{
	margin:0;
	font-size:16px;
	color:#faf9b2;
}
.purple-block p{
	color:#fff;
	margin:20px 0 0;
	font-size:14px;
}
.block{
	border:6px solid #d0c7d2;
	margin:20px 0 0;
}
.block-1{
	background:#ece3eb url(images/block-1-bg.gif) repeat-x;
	overflow:hidden;
	height:1%;
	padding:0 20px 20px
}
.block-1 h2{
	margin:15px 0 0;
	font-size:22px;
	color:#636;
}
.block-1 h2.benefits{font-size:20px;}
.block-1 img{border:6px solid #d0c7d2}
.wrapper{
	margin:20px 0 0;
	overflow:hidden;
	height:1%;
}
.information{
	float:left;
	width:569px;
	margin:0 0 0 20px;
}
.information h3{
	margin:0 0 -15px !important;
	font-size:16px !important;
	color:#636 !important;
}
.information h4{
	margin:15px 0 0;
	color:#636;
	font-size:13px
}
.information p{
	margin:20px 0 0;
	color:#666;
	font-size:12px;
}
.information p a{
	color:#666;
	text-decoration:none;
}
.information p a:hover{text-decoration:underline;}
.block-1 h3{
	color:#5a2049;
	margin:0;
	font-size:20px;
}
.block-1 ul{
	margin:0 0 0 15px;
	padding:0;
	list-style:none;
}
.block-1 ul li{
	margin:15px 0 0;
	padding:0 0 0 10px;
	background:url(images/bullet-2.gif) no-repeat 0 7px;
}
.block-1 ul li h4{
	margin:0;
	font-size:15px;
}
.block-1 ul li h4 a{
	text-decoration:none;
	color:#636;
}
.block-1 ul li h4 a:hover{text-decoration:underline;}
.block-1 ul li p{
	margin:0;
	font-size:12px;
	color:#666;
}
.block-2{
	border:6px solid #d0c7d2;
	background:url(images/block-2-bg.gif) no-repeat;
	height:196px;
	overflow:hidden;
	padding:0 0 0 33px;
	position:relative;
}
.block-2.new-asa h2{
	color:#571d47;
	font-size:30px;
	margin:20px 0 0;
}
.block-2.new-asa p{
	font-size:18px;
	margin:0;
	color:#666;
}
.enroll-2{
	width:198px;
	height:51px;
	background:url(images/enroll-today.png);
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:50px 0 0 123px;
}
.block-2 h3{
	font-size:18px;
	color:#571d47;
	margin:20px 0 0;
}
.block-2 .singup ul{
	margin:8px 0 0;
	padding:0;
	list-style:none;
	width:346px;
}
.block-2 .singup ul li{
	padding:6px 0 0;
	overflow:hidden;
	width:100%;
	vertical-align:top;
}
.block-2 .singup ul li label{
	float:left;
	width:100px;
	color:#666;
	font-size:14px;
	line-height:28px;
}
.text-1{
	width:246px;
	height:28px;
	background:url(images/text-field-1.gif) no-repeat;
	float:left;
}
.text-1 input{
	float:left;
	width:240px;
	height:23px;
	border:none;
	background:none;
	padding:5px 3px 0;
	color:#666;
}
.block-2 .singup ul li .button{float:right;}
.block-2 .singup ul li a{
	float:right;
	font-style:italic;
	color:#666;
	line-height:24px;
	font-size:10px;
	margin:0 20px 0 0;
}
.block-2 .singup .holder{
	overflow:hidden;
	height:1%;
	margin:5px;
}
.block-2 .singup .holder p{
	float:left;
	margin:0 5px 0 0;
	font-weight:bold;
	color:#571d47;
	font-size:18px;
}
.block-2 .singup .holder a{
	font-size:14px;
	float:left;
	margin:4px 0 0;
}
.block-3{
	background:url(images/block-3-bg.gif) repeat-y;
	width:199px;
	overflow:hidden;
}
.block-3 .top{background:url(images/top-block-3.gif) no-repeat;}
.block-3 .bottom{
	background:url(images/bottom-block-3.gif) no-repeat 0 100%;
	padding:24px;
	min-height:158px;
}
* html .block-3 .bottom{height:158px;}
.block-3 h3{
	margin:0;
	color:#fff;
	font-size:18px;
}
.login .text-2{
	width:151px;
	height:27px;
	margin:6px 0 0;
	background:url(images/text-field-2.gif) no-repeat;
}
.login .text-2 input{
	float:left;
	padding:7px 3px 0 8px;
	width:140px;
	height:20px;
	border:none;
	background:none;
	color:#666;
	font:12px Arial, Helvetica, sans-serif;
}
.login span{
	display:block;
	margin:10px 0 0;
	text-align:center;
}
.login span a{
	color:#fff;
	font-size:12px;
	font-style:italic;
}
.login .button-2{margin:15px 0 0 30px;}
.block-3 p{
	margin:20px 0 0 10px;
	font-size:12px;
	color:#fff;
	line-height:16px;
}
.block-3 .enroll-btn{
	width:66px;
	height:24px;
	background:url(images/enroll-2.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:25px 0 0 10px;
	display:block;
}
/*                               contact.html                        */
.block-4{
	background:#fdfbfd url(images/bottom-block-4.gif) repeat-x 0 100%;
	border:6px solid #d0c7d2;
}
.block-4 .top{
	background:url(images/top-block-4.gif) repeat-x;
	padding:15px 0 15px 20px;
	height:387px;
	overflow:hidden;
}
.account-form .block-4 .top{height:487px;}
.holder{
	overflow:hidden;
	height:1%;
}
.block-4 h2{
	margin:0;
	font-size:18px;
	color:#571d47;
}
.contact-form{
	width:358px;
	float:left;
	margin:0 15px 0 0;
}
.contact-form h2{float:left;}
.contact-form .required{
	float:left;
	color:#e28c00;
	font-style:italic;
	margin:5px 0 0 30px;
}
.contact-form ul{
	margin:24px 0 0;
	padding:0;
	list-style:none;
}
.contact-form ul li{
	overflow:hidden;
	margin:6px 0 0;
	width:100%;
	vertical-align:top;
}
.contact-form ul li label{
	float:left;
	text-align:right;
	margin:0 10px 0 0;
	width:78px;
	font-size:14px;
	color:#666;
	line-height:28px;
}
.contact-form ul li label span{color:#e28c00;}
.contact-form ul li .text-3{
	width:269px;
	height:28px;
	background:url(images/text-field-3.gif) no-repeat;
	float:left;
}
.contact-form ul li .text-3 input{
	float:left;
	width:263px;
	height:23px;
	border:none;
	background:none;
	padding:5px 3px 0;
	color:#666;
}
.contact-form ul li .textarea-bg{
	width:269px;
	height:201px;
	background:url(images/textarea-bg.gif) no-repeat;
	float:left;
}
.contact-form ul li .textarea-bg textarea{
	float:left;
	width:263px;
	height:196px;
	border:none;
	background:none;
	padding:5px 3px 0;
	color:#666;
}
.contact-form ul li .button-3{float:right;}
.address{
	width:210px;
	float:left;
	padding:0 45px 0 70px;
	background:url(images/shine.png) no-repeat;
}
.address h3{
	margin:20px 0 0;
	font-size:15px;
	color:#636;
}
.address p,
.address a{
	margin:0;
	font-size:12px;
	color:#666;
	line-height:16px;
}
.account-form{
	width:432px;
	float:left;
}
.account-form p{
	margin:15px 0 0;
	font-size:12px;
}
.account-form ul{
	margin:29px 0 0;
	padding:0;
	list-style:none;
	width:347px;
}
.account-form ul li{
	overflow:hidden;
	width:100%;
	vertical-align:top;
	padding:0 0 9px;
}
.account-form ul li label{
	float:left;
	width:101px;
	font-size:14px;
	color:#666;
	padding:5px 0 0;
	line-height:18px;
}
.account-form ul li select{
	float:left;
	width:88px;
	height:26px;
	font-size:18px;
}
.account-form ul li .text-4{
	float:left;
	width:151px;
	height:28px;
	background:url(images/text-field-4.gif) no-repeat;
	margin:0 0 0 7px;
	display:inline;
}
.account-form ul li .text-4 input{
	float:left;
	width:145px;
	height:22px;
	background:none;
	border:none;
	padding:5px 3px 0;
	color:#666;
}
.account-form ul li a{
	font-style:italic;
	font-size:10px;
	color:#666;
	margin:0 0 0 110px;
	position:relative;
	float:left;
}
* html .account-form ul li a{float:none;}
.account-form .button{float:right;}
.right-column{
	width:298px;
	float:right;
}
.right-column .block{margin:0;}
.right-column .block-1{padding-left:15px;}
.right-column .block-1 h2{
	font-size:16px;
	color:#5a2049;
}
.right-column .block-1 ul{margin:0;}
/*                      career.html                         */
.content-blocks{
	width:745px;
	background:url(images/content-blocks-bg.gif) repeat-y;
	margin:6px 0 0;
}
.content-blocks .bottom{
	background:url(images/bottom-content-blocks.gif) no-repeat 0 100%;
	padding:0 0 30px;
	overflow:hidden;
	height:1%;
}
.content-blocks h3{
	margin:15px 25px 0 20px;
	color:#636;
	font-size:13px;
}
.content-blocks p{
	margin:0 25px 0 20px;
	color:#666;
	font-size:12px;
}
.left-content-block{
	width:364px;
	float:left;
}
.right-content-block{
	width:375px;
	float:right;
}
.top-block{
	width:100%;
	height:91px;
}
.left-content-block .top-block{background:url(images/top-block-1-bg.jpg);}
.right-content-block .top-block{background:url(images/top-block-2-bg.jpg);}
.top-block a{
	float:right;
	width:161px;
	height:66px;
	background:url(images/top-block-button.gif) no-repeat;
	margin:11px 17px 0 0;
	font-size:22px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
.top-block a span{
	margin:3px 0 0 20px;
	padding:0 0 0 15px;
	background:url(images/arrow-3.gif) no-repeat 0 7px;
	display:block;
}
/*                                      career-dev.html                     */
.tabset{
	margin:20px 0 0;
	overflow:hidden;
	height:1%;
}
a.tab{
	float:left;
	height:32px;
	margin:0 3px 0 0;
	text-indent:-9999px;
	overflow:hidden;
}
a.tab.first{
	background:url(images/tab-1.gif);
	width:175px;
}
a.tab.second{
	background:url(images/tab-2.gif);
	width:275px;
}
a.tab.third{
	background:url(images/tab-3.gif);
	width:205px;
}
a.tab.active{background-position:0 -32px;}
div.tab{
	border:6px solid #d9d2da;
	margin:0 0 25px;
}
.tab-block{
	background:url(images/tab-block-bg.gif) repeat-x;
	padding:10px 20px 15px 15px;
	border-bottom:4px solid #d9d2da;
	overflow:hidden;
	height:1%;
}
.tab-block h2{
	margin:0;
	color:#5a2049;
	font-size:20px;
}
.tab-block p{
	margin:0;
	font-size:12px;
}
table{
	margin:0 0 0 27px;
	padding:0;
	border-collapse:collapse;
}
td{
	margin:0;
	padding:0;
}
.table-1 td,
.table-2 td{
	border-bottom:1px solid #d8cad4;
	height:30px;
	vertical-align:middle;
	font-size:12px;
}
.table-1 td.col-1{
	width:415px;
	padding:0 90px 0 0;
}
.table-1 td.col-2{
	width:63px;
	font-size:18px;
	color:#32004b;
}
.table-1 td.col-3{
	width:107px;
	text-align:right;
}
.table-1 td.col-4{width:170px;}
.table-1 td.col-4 a,
.table-1 td.col-3 a,
.right-part a,
.table-2 td.col-25 a{cursor:pointer;}
.table-1 td strong{
	font-size:16px;
	color:#636;
}
.left-part{float:left;}
.right-part{
	float:right;
	width:215px;
}
.right-part a{float:right;}
.right-part span{
	float:right;
	font-size:18px;
	color:#32004b;
	width:63px;
}
.table-2 td.col-21{width:114px;}
.table-2 td.col-22{width:112px;}
.table-2 td.col-23{width:278px;}
.table-2 td.col-24{
	width:63px;
	font-size:18px;
	color:#32004b;
}
.table-2 td.col-25{width:107px;}
.table-2 td{font-size:14px;}
p.contact{
	margin:20px 0 0;
	font-size:16px;
	color:#5a2049;
}
p.contact a{color:#5a2049;}

#navigation li ul
{
	display:none;
}
.about .right,
.about .left
{
	background:transparent url(images/container-bg.gif) repeat-x scroll 0 0;
	width:200px;
	min-height:175px;
	padding:5px;
	margin-bottom:10px;
}
.about .box
{
	margin-top:10px;
}
.about .right
{
	float:right;
}
.about .left
{
	float:left;
}
.about .left  p:first-child,
.about .right p:first-child
{
	margin-top:0;
}
