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

/* STYLE RESET (Globals) ________________________________________________________________________________________________________*/
* {
	margin:0;
	padding: 0;
}
img {
	vertical-align: text-bottom;
}
a img {
	border:0;
}
a {
	text-decoration:none;
	outline: none;
	color:#42505B;
}
p {
	margin:15px 0 15px 0;
	line-height:1.7em;
	color:#424F5B;
}
p.cutline {
	margin:15px 0 25px 0;
	font-size:10px;
	font-style:italic;
	color:#293e4c;
	}
body {
	background:url(../img/body-bg.jpg) #6D777F repeat-x fixed;
	font-size:80%;
	font-family: Helvetica, Arial, Verdana;
}

label {
	color:#424F5B;
	display: block;
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}
#news p {
	margin:5px  0 8px 0;
}

/* H1, H2, H3... ______________________________________________________________________________________________________*/
h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 20px;
	font-family: Georgia;
	color: #3C4A56;
	font-weight: normal;
}

h5 {
	margin: 10px 0;
	padding: 0;
	font-size: 14px;
	font-family: Georgia;
	color: #8D1616;
	font-weight: normal;
}

/* GENERAL LINKS ______________________________________________________________________________________________________*/
p a, li a {
	font-weight:bold;
	text-decoration:underline;
}
p a:hover {
	color:#8D1616;
	text-decoration:none;
}
/* GENERAL FONT _______________________________________________________________________________________________________*/
.banner {
	color:#47657F;
	font-size:13px;
	line-height:1.7em;	
}
#index .banner {
	font-size:15px;
	line-height:1.7em;
}
p.first{
	margin-top:0;
}
/* LISTS ______________________________________________________________________________________________________________*/

ul {
	margin:0 0 15px 15px;
	line-height:1.4em;
	color:#424F5B;
}
ul li {
	margin-bottom:8px;
}
.callout.discounts ul {
	float:left;
	width:140px;
	list-style:none;
	margin:10px 0 0 5px;
}
.callout.discounts ul li {
	margin-top:10px;
	color:#424F5B;
}
/* CALLOUT BOXES  ______________________________________________________________________________________________________________*/
.callout {
	background:url(../img/blue-callout.jpg) repeat-x #F2F2F2;
	border-bottom:solid 1px #47657F;
	border-right:solid 1px #DCE2E7;
	border-left:solid 1px #DCE2E7;
	float:left;
	width:377px;
	height:302px;
	margin-bottom:15px;
	padding:13px;
	font-size:13px;
}
.callout.red{
	background:url(../img/red-callout.jpg) repeat-x #F2F2F2;
	margin-right:20px;
}
.callout.discounts {
	width:	309px;
	font-size:14px;
}
/* BANNER  ______________________________________________________________________________________________________________*/
.banner {
	background:url(../img/banner-bg.jpg) bottom left repeat-x;
	height:246px;
	border-bottom:solid 3px #47657F;
}
.banner p {
	font-size:12px;
	line-height:1.4em;
}
/*Index page*/

#index .banner .padding {
	float:left;
	width:405px;
	margin:10px 0 0 13px;
	display:inline;
}
#index .banner .title {
	/*margin-left:100px;*/
	display:inline;
}
p.get-started {
	font-size:10px;
	text-align: right;
	margin-top:20px;
}
#index .banner .main-img {
	float:right;
	display:inline;
	position:relative;
}
a.blue-bar {
	background:url(../img/blue-bar.png) no-repeat;
	width:365px;
	height:28px;
	display:inline;
	color:#fff;
	float:left;
	padding-left:120px;
	margin:54px 0 0 -20px;
	position:relative;
}
a.blue-bar2 {
	background:url(../img/blue-bar2.png) no-repeat;
	font-size:15px;
	width:365px;
	height:28px;
	display:inline;
	color:#fff;
	float:left;
	padding:5px 0 0 30px;
	margin:0 0 0 -10px;
	position:relative;
}
a.blue-bar:hover {
	color:#3A3F43;
}
/*become a member page*/
#become .banner .main-img{
	float:left;
}
#become .banner .padding{
	width:430px;
	float:left;
	padding:10px 20px 0px 20px;
}

.form td {
	padding: 0 10px 15px 0;
}


/* FOOTER ______________________________________________________________________________________________________*/
.footer {
	background:#EEE;
	border-top:solid 1px #47657F;
	clear:left;
	height:90px;
	font-size:14px;
}
.footer .padding {
	padding:15px 0 0 10px;
	float:left;
/*	text-align:right;
*/}
.footer p, .footer a {
	color:#47657F;
	margin:0;
}
.footer a {
	text-decoration: none;
	padding:3px;
	background-color:#d1d1d1;
	font-weight:normal;
	border-right:solid 1px #c1c1c1;
	border-bottom:solid 1px #c1c1c1;
}
.footer strong {
}
.footer .transcript {
	background:url(../img/transcript.png);
	height:167px;
	width:320px;
	margin:;
	float:right;
	margin-top:-78px;
}

/* MISC. CLASSES ______________________________________________________________________________________________________*/
.main .padding {
	padding:15px 0 0 10px;
}
br.clear {
	clear:both;
	line-height:1px;
	font-size:1px;
}
/* NAV ____________________________________________________________________________________________________________*/
.nav {
	text-align:right;
	border-bottom:solid 1px #AFBECC;
	position:relative;
	font-size:12px;
}
.nav a {
	display: inline;
	float:right;
	padding:5px;
	margin:14px 5px 10px 0px;
	color:#47657F;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
}
.nav a:hover {
	border-bottom:solid 4px #344A5D;
	padding-top:0;
}
.nav a.current {
	border-bottom:solid 4px #8D1516;
}
.nav a.first {
/*	margin-left:50px;
*/}
.nav a.red01 {
	color:#8D1616;
	padding:0;
	float:right;
	margin:8px 10px 3px ;
}
.nav a.red01:hover {
	padding:0;
	border:none;
}
.nav .logo {
	float:left;
	margin:5px 0 0 46px;
	display:inline;
}
.nav .padding {
	height:80px;
	margin-bottom:-1px;
	position: static;
}
#index .nav .padding {background:url(../img/nav-index.jpg) no-repeat bottom right;}
.nav .padding {background: url(../img/nav-img02.jpg) no-repeat bottom left; height:86px;}
.nav .padding.news {background: url(../img/nav-img03.jpg) no-repeat bottom left; height:86px;}
.nav .padding.stories {background: url(../img/nav-img04.jpg) no-repeat bottom left; height:86px;}
.nav .padding.who {background: url(../img/nav-img06.jpg) no-repeat bottom left; height:86px;}
.nav .padding.member {background: url(../img/nav-img07.jpg) no-repeat bottom left; height:86px;}
.nav .padding.alumni {background: url(../img/nav-img08.jpg) no-repeat bottom left; height:86px;}
.nav .padding.dental-hygiene {background: url(../img/nav-img09.jpg) no-repeat bottom left; height:86px;}
.nav .padding.vet-tech {background: url(../img/nav-imgvet.jpg) no-repeat bottom left; height: 86px;}
.nav .padding.cit {background: url(../img/nav-imgcit.jpg) no-repeat bottom left; height: 86px;}
.nav .padding.mental-health {background: url(../img/nav-imgmh.jpg) no-repeat bottom left; height: 86px;}
.nav .padding.nursing {background: url(../img/nav-imgnursing.jpg) no-repeat bottom left; height: 86px;}
.nav .padding.digital-photography {background: url(../img/nav-imgph.jpg) no-repeat bottom left; height: 86px;}
.nav .padding.immt {background: url(../img/nav-imgimmt.jpg) no-repeat bottom left; height: 86px;}
.nav .padding.graphic-design {background: url(../img/nav-imggd.jpg) no-repeat bottom left; height: 86px;}

div.login {
	height:15px;
	text-align:right;
	float:right;
	width:650px;
}

/* LAYOUT ELEMENTS (IDs) ______________________________________________________________________________________________*/
#big-wrapper {
	position:relative;
	margin:auto;
	width:882px;
}

#lil-wrapper, #left-shadow, #right-shadow{
	float:left;
	width:850px;
	background:#fff;
}
#lil-wrapper {
	border-bottom:solid 1px #3A3F43;
	margin-bottom:0px;
}
#left-shadow, #right-shadow {
	height:327px;
	width:16px;
	background:url(../img/shadow-left.png) no-repeat transparent;
}
#right-shadow {
	background:url(../img/shadow-right.png) no-repeat transparent;
}
.main .left, .main .right {
	float:left;
	margin:10px;
	width:335px;
	display:inline;
}
.main .right {
	width:460px;
}

.ir {
	float: right; 
	margin: 0 0 10px 10px; 
	padding: 1px;
	border: 1px solid #67737F;
}

.il {
	float: left; 
	margin: 0 10px 10px 0;
	padding: 1px;
	border: 1px solid #67737F;
}

/* IE Fixes ______________________________________________________________________________________________________*/
* html #big-wrapper {width:885px;margin:auto; position:relative;}
* html #right-shadow {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/shadow-right.png', sizingMethod='image');}
* html #left-shadow{background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/shadow-left.png', sizingMethod='image');}
* html .footer .transcript {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/transcript.png', sizingMethod='image');position:relative;}
* html a.blue-bar{background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/blue-bar.png', sizingMethod='image');}
* html .nav a.first {margin-left:10px;}
* html #index .main-img {margin-top:0px; display:inline;}
* html * .nav .padding, * html #index .nav .padding {background-image:none; margin-bottom:0;}

.error {
	margin: 10px 0;
	border: 1px solid #999;
	padding: 10px;
	background-color: #DFDFDF;
}
/* IMAGES _____________________________________________________________________________________________________________*/

img.border {
	border:solid 6px #47657f;
	padding:1px;
	float:right;
	margin:0 10px;
}
img.bordercenter {
	border:solid 6px #47657f;
	padding:1px;
	margin: 0 0 0 20px;
}