/* AeroScholars.com Style Sheet */

/* Color Palette ********************************/
/* Logo blue (dark)                      132888 */
/* Logo orange                           EEB210 */
/* Primary background blue (mid tone)    5D8DD5 */
/* Go to class background blue (light)   AFD0FF */
/* Main content bg blue (very light)     E4EEF7 */
/* Box border blue (dark)                19316D */
/************************************************/

/* Use all zero top-bottom margins for compatibility w/IE 5-6 */
p,div,h1,h2,h3,h4,h5,h6,ul,ol,pre,xmp,blockquote,center {
	margin-top:0px;
	margin-bottom:0px;
}

/* Zero margins, full page height/width, default font */
html,body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background:#5D8DD5 url("../multimedia/img/bg_dk-blue.jpg") repeat fixed;
	font-family:Calibri,Helvetica,Garamond,sans-serif;
}

/* Default link behavior */
a, a:link, a:visited {
	color:white;
	text-decoration:none;
}
div.mainContent a, div.mainContent a:link, div.mainContent a:visited {
	color:#132888;
}
div.registrationPitch a, div.registrationPitch a:link, div.registrationPitch a:visited {
	color:white;
}
a:hover, div.mainContent a:hover, a:active, div.mainContent a:active {
	color:#EEB210;
}

/* Page Centered Fixed Width Style*/
div.centerFixPageWidth {
	margin:0px auto 0px auto;
	width:860px;
}
div.leftBorder {
	background:transparent url("../multimedia/img/bg_left.jpg") repeat-y left top;
}
div.rightBorder {
	background:transparent url("../multimedia/img/bg_right.jpg") repeat-y right top;
}

/* Template title bar */
div.titleBackground,
div.titleBanner,
div.legalBox,
div.mainBackPanel,
div.footerBackground {
	margin:0px 50px 0px 50px;
	background-color:#5D8DD5;
}
div.titleBackground {
	background:transparent url("../multimedia/img/as_title_cloud_bg.jpg") repeat center -50px;
}
div.titleBannerMargin {
	height:8px;
	font-size:1px;
}
div.titleBanner {
	background:transparent;
	text-align:center;
}
div.titleBanner img {
}

/* Primary nav bar */
div.mainNavBG {
	height:25px;
	background:transparent url("../multimedia/img/as_nav_bg.png") repeat-x left top;
}
div.mainNavDock {
	height:25px;
	margin:0px 0px 0px 50px;
}
div.mainNavDock a, div.mainNavDock a:link, div.mainNavDock a:visited {
	display:block;
	float:left;
	height:20px;
	margin:0px 0px 0px 0px;
	padding:5px 15px 0px 15px;
	background:transparent url("../multimedia/img/spacer.gif") repeat-x left top;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #505050;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	color:#e0e0e0;
}
div.mainNavDock a:hover, div.mainNavDock a:active, div.mainNavDock a:focus {
	background:transparent url("../multimedia/img/as_nav_bg_over.jpg") repeat-x left top;
	color:#EEB210;
}
div.mainNavDock .dropShadow_Shadow {
	padding:5px 15px 0px 15px;
}

div.goToClass {
	position:relative;
	top:14px;
	left:320px;
	width:320px;
	background-color:#AFD0FF;
	border:1px solid #19316D;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#19316D;
	white-space:nowrap;
	text-align:right;
}

/* Main content area */
div.mainTopBorder,
div.mainMidBorder,
div.mainBottomBorder {
	margin:0px 50px 0px 50px;
	background-color:#E4EEF7;
}
div.mainTopBorder {
	height:40px;
	background:#5D8DD5 url("../multimedia/img/box_top.jpg") no-repeat center bottom;
}
div.mainBottomBorder {
	height:10px;
	background:#5D8DD5 url("../multimedia/img/box_bottom.jpg") no-repeat center top;
	font-size:1px;
}
div.mainLeftBorder {
	background:transparent url("../multimedia/img/box_left.jpg") repeat-y left top;
}
div.mainRightBorder {
	background:transparent url("../multimedia/img/box_right.jpg") repeat-y right top;
}
div.mainContent {
	padding:0px 10px 20px 10px;
}

/* Decorated page title */
h1 {
	text-align:center;
	color:#132888;
}
span.titular1 {
	color:#0D37DF;
	font-size:140%;
}
span.titular2 {
	position:relative;
	top:-5px;
	font-size:40%;
}
span.titular3 {
	position:relative;
	top:8px;
	left:-4px;
	color:#6F8CFF;
	font-size:110%;
	font-style:italic;
}
span.titular4 {
	position:relative;
	top:-25px;
	font-size:70%;
}
span.titular5 {
	position:relative;
	top:-8px;
	color:#3B55BF;
	font-size:120%;
}
span.titular6 {
	position:relative;
	top:-20px;
	left:-2px;
	color:#3B55BF;
	font-size:60%;
}
span.titular7 {
	position:relative;
	top:-5px;
	left:-17px;
	font-size:40%;
}
span.titular8 {
	position:relative;
	top:-5px;
	left:-20px;
	font-size:90%;
}

/* Site map list */
ul.sitemap {
}
ul.sitemap li {
	list-style:none outside none;
	font-weight:bold;
}
ul.sitemap ul li {
	list-style:disc outside none;
	font-weight:normal;
	color:#132888;
}
ul.sitemap li i {
	display:block;
	font-weight:normal;
	color:black;
}
div.sitemapMargin {
	height:8px;
	font-size:1px;
}

/* Other content elements */
div.mainContent p {
	margin-bottom:1em;
}
h3 {
	color:#132888;
}
img.homePic {
	display:block;
	width:638px;
	height:230px;
	border:1px solid #19316D;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
div.registrationPitch {
	margin:1em 0px 1em 1em;
	float:right;
	width:200px;
	background-color:#132888;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:white;
	text-align:center;
}
div.semesterSchedule {
	margin:1px;
	background-color:#EEB210;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	color:black;
}
div.semesterScheduleMargin {
	height:5px;
	font-size:1px;
}
img.contactPage {
	float:left;
	margin:0px 20px 0px 0px;
	border:1px solid #19316D;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
div.contactPageMargin {
	clear:both;
	height:20px;
	font-size:1px;
}
div.courseTestimonial {
	width:320px;
	margin:0px auto 0px auto;
}

/* Expiring dates */
.expiringDate {
	color:black;
}
.expiredDate {
	color:slategray;
}

/* Footer sections */
h6 {
	color:#132888;
}
div.footerNav {
	margin:1em 0px 1em 0px;
	color:white;
	text-align:center;
}
