﻿@charset "utf-8";
/* CSS Document */
.clearfix{
	clear:both;	
}

/* LCMS Fixes ---------------------------------------------------- 
!! DO NOT USE :link or :visited within the LCMS. It can be used, but not without problems
*/
html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}
body a:active {color:#0065ff}
#rightColumnSection_narrow .calloutCopy td a{color:#036;} /*aerospace right column */
#rightColumnSection_narrow .calloutCopy td a:hover{text-decoration:underline;} /*aerospace right column */
/* Close LCMS Fixes ---------------------------------------------------- */

/* Interface setup ----------------------------------------------------- */
.2col ul{
	width:700px;
	list-style:none;
}
.2col ul li{
	width:300px;
	padding:5px;
	float:left;
	display:inline;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
	/*text-align: center; */
	color: #000000;
}

.wrapper {
	z-index: 0;
	background-image:url(../images/bg_swoosh.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
}

.wrappernbg {
	z-index: 0;
	background-position:top;
	background-repeat:repeat-x;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
}

.shadows {
	background:url(../images/bg-shadow.png) no-repeat;
	width: 990px;
	height: 323px;
	margin-top: 200px;
	position:absolute;
	left: 50%;
	margin-left:-495px;
	z-index: 0;
}

.wrapper #Container {
	width: 970px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	z-index: 100;
	position:relative;
	height: 100%;	
}

.wrappernbg #Container {
	width: 970px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	z-index: 100;
	position:relative;
	height: 100%;	
}
/* GLOBAL NAV----------------------------------------------------- */

.wrapper #globalNav {
	color:#FFFFFF;
	text-transform:uppercase;
	height: 30px;
	padding:5px 20px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
}
	.wrapper #globalNav ul{
		margin-left:0;
		padding-left:0;
		display:inline;
	}
	.wrapper #globalNav ul li{
		margin-left:0;
		padding:0px 15px;
		border-left: 1px solid #fff;
		list-style:none;
		display:inline;
	}
	.wrapper #globalNav ul li.first{
		margin-left:0;
		border-left: none;
		list-style:none;
		display:inline;
	}
		.wrapper #globalNav ul li.first a{
			color:#FFFFFF;
			text-decoration:none;
		}
		.wrapper #globalNav ul li.first a:hover{
			color:#0099ff;
		}
	.wrapper #globalNav ul li.last{
		margin-left:0;
		border-left: none;
		list-style:none;
		display:inline;
	}

	
.wrappernbg #globalNav {
	color:#FFFFFF;
	text-transform:uppercase;
	height: 30px;
	padding:5px 20px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
}
	.wrappernbg #globalNav ul{
		margin-left:0;
		padding-left:0;
		display:inline;
	}
	.wrappernbg #globalNav ul li{
		margin-left:0;
		padding:0px 15px;
		border-left: 1px solid #fff;
		list-style:none;
		display:inline;
	}
	.wrappernbg #globalNav ul li.first{
		margin-left:0;
		border-left: none;
		list-style:none;
		display:inline;
	}
		.wrappernbg #globalNav ul li.first a{
			color:#FFFFFF;
			text-decoration:none;
		}
		.wrappernbg #globalNav ul li.first a:hover{
			color:#0099ff;
		}
	.wrappernbg #globalNav ul li.last{
		margin-left:0;
		border-left: none;
		list-style:none;
		display:inline;
	}

a.globalLink {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover.globalLink {
	color:#0099ff;
}
/*
a:visited.globalLink {
	color:#FFFFFF;
}*/

.logo {
	border:0;
	margin: 25px 0 20px 40px;
	position:relative;
	float:left;
}


/* USER MENU----------------------------------------------------- */

.userMenu {
	margin: 60px 20px 20px 30px;
	position:relative;
	float:right;
}
.userMenuItem {
	background-image:url(../images/btn-user-bg.png);
	background-position:center;
	background-repeat:no-repeat;
	width: 135px;
	height: 52px;
	color:#FFFFFF;
	margin-left: 3px;
	position:relative;
	float:left;
}
.userTitle {
	font-size:14px;
	padding: 4px 5px 0px 13px;
}
	.userTitle a {
		color:#FFFFFF;
	}
	.userTitle a:hover {
		color:#99CCFF;
	}
	/*.userTitle a:visited {
		color:#FFF;
	}*/


.userSubLinks {
	font-size:11px;
	padding: 0px 5px 0px 13px;
	color:#99CCFF;
}

a.userSubLinks {
	text-decoration:none;
	color:#99CCFF;
}
a.userSubLinks:hover {
	color:#FFFFFF;
}
/*
a.userSubLinks:visited {
	color:#99CCFF;
}*/




/* MAIN Body----------------------------------------------------- */

#mainWrapperHm {
	background-image:url(../images/bg_body_col.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	height: 100%;
	overflow:hidden ;
}


#mainWrapperPortal {
	background-image:url(../images/bg_body_col2.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	height: 100%;
	overflow:hidden ;
}

#mainWrapperSection {
	background-image:url(../images/bg_body_col.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	height: 100%;
	overflow:hidden ;
}

#leftColumn {
	background-image:url(../images/bg_col_left.gif);
	background-repeat:no-repeat;
	background-color:#f5f1e4;
	width: 219px;
	padding: 20px; 
	position:relative;
	float:left;
}

#leftColumnPortal {
	background-image:url(../images/bg_col_left2.gif);
	background-repeat:no-repeat;
	background-color:#f5f1e4;
	width: 219px;
	padding: 20px; 
	position:relative;
	float:left;
}

#leftColumnSection {
	background-image:url(../images/bg_col_left3.gif);
	background-repeat:no-repeat;
	background-color:#f5f1e4;
	width: 219px;
	min-height: 600px;
	padding: 20px; 
	position:relative;
	float:left;
}


/* Submenu----------------------------------------------------- */

.subMenu {
	float: none;
	margin: -23px -22px auto;
}
	.subMenu ul {
		display: block;
		margin: 8px auto;
		padding:0;
		/*margin-left: -40px; ??? */
	}
	
	.subMenu ul li {
		display: block;
		margin: 0;
		padding: 0;
		line-height: 32px;
	}
	
	.subMenu ul li a {
		display: block;
		margin: 1px 7px 0 7px;
		padding-left: 10px;
		font-family:Arial, Helvetica, sans-serif;
		background-color:#00385b;
		font-size: 13px;
		color: #FFFFFF;
		text-decoration: none;
	}	
	
	.subMenu ul li a:hover {
		background-color:#0063be;
	}
	
	.subMenu ul li a span.menu_ar {
		display: block;
		margin: 0;
		width: 100%;
		cursor: pointer;
	}

	.subMenu ul li ul li a {
		list-style:none;
		line-height: 26px;
		padding-left: 25px;
		color:#0065ff;
		text-decoration:none;
		background:none;
		margin: 0px 0px 0px 0px;
		width: 100%;
		cursor: pointer;
	}
	
	.subMenu ul li li a:hover {	
		color:#00385b;
		background:none;	
	}

/* End Submenu----------------------------------------------------- */


#mainContentHm {
	width: 412px;
	margin-top:5px;
	margin-bottom: 20px;
	padding: 0 20px; 
	position:relative;
	float:left;
}

#mainContentPortal {
	width: 711px;
	margin-top:-5px;
	margin-bottom: 20px;
	position:relative;
	float:left;
	
}

#mainContentSection {
	width: 711px;
	margin-top:-5px;
	margin-bottom: 20px;
	position:relative;
	float:left;
}

.contentSection {
float:left; padding: 0px 20px 20px 20px; width:411px;
}
.contentSubsection, .contentPortal, .contentSubsection2 {
float:left; padding: 0px 20px 20px 20px; width:671px;
}
	.contentSubsection p, .contentSubsection2 p{
		line-height:20px;
	}
.contentSubsection_narrow{
	float:left; padding: 0px 20px 20px 20px; width:461px;
}
	.contentSubsection, .contentSubsection_narrow {
		padding-top:5px;
	}
	.contentSubsection img, .contentSubsection_narrow img{
		padding:5px;
	}
.contentSubsection_narrow p{line-height:20px;} 
.sectionImageHm {
	border: 8px solid #ddd7c5;
	margin-top: -5px;
}

.portalImage {
	border: 8px solid #ddd7c5;
	margin-top: 5px;
	margin-bottom: 5px;
}

#rightColumn {
	background-image:url(../images/bg_col_right.gif);
	background-repeat:no-repeat;
	background-color:#f5f1e4;
	width: 219px;
	padding: 20px; 
	position:relative;
	float:left;
}

#rightColumnSection {
	background-image:url(../images/bg_col_right.gif);
	background-repeat:no-repeat;
	background-color:#f5f1e4;
	width: 219px;
	padding: 20px; 
	position:relative;
	float:right;
}
#rightColumnSection_narrow {
	background-image:url(../images/bg_col_right.gif);
	background-repeat:no-repeat;
	background-color:#f5f1e4;
	width: 189px;
	padding: 20px 10px 20px 10px;
	position:relative;
	float:right;
}

.sectionImage {
	margin-top: 0px;
}
.sectionImage img{
	border: 8px solid #ddd7c5;
}
.calloutTitle {
	font-size:18px;
	margin-bottom: 10px;
}	

.calloutCopy {
	margin-bottom: 20px;
}

	.calloutCopy ul{
		margin:0px 0 0 0;
		padding-left:2px;
	}
	.calloutCopy li {
		list-style-type:none;
		/* margin-left: -35px; ??? */
		margin-bottom: 7px;
	}

.calloutLine {
	height: 1px;
	background-color: #CCCCCC;
	margin-bottom: 20px;
}

.calloutPic {
	border: 5px solid #d1cbb8;
	margin-bottom: 15px;
}

a {
	color:#0065ff;
	text-decoration:none;
}
a:hover {
	color:#00385b;
}
/*
a:link {
	color:#0065ff;
	text-decoration:none;
}
a:visited {
	color:#0065ff;
}*/

a:active {color:#0065ff}

.sectionTitle {
	background-color: #0063be;
	vertical-align:middle;
	font-size:20px;
	height:auto;
	color:#FFFFFF;
	width: 671px;
	padding: 15px 20px 20px 20px;
}
.sectionTitleTop, .subsectionTitleTop {
	background-color: #f5f1e4;
	height: 10px;
	width: 671px;
}

.subsectionTitle {
	background-color: #0063be;
	vertical-align:middle;
	font-size:20px;
	height:auto;
	color:#FFFFFF;
	width: 671px;
	padding: 15px 20px 20px 20px;
}

H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom: 20px;
}
H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	margin-bottom: 20px;
}


H3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	margin-bottom: 10px;
}

.RSS {
	color:#0066CC;
}

p {
	margin-bottom: 20px;

}



/* News Items----------------------------------------------------- */

.newsItem {
	display:block;
}
.newsThumb {
	float:left;
	border: 5px solid #d1cbb8;
	margin: 0px 12px 12px 0px;
}

.newsTitle {
	float:left;	
}

.newsDate {
	font-style:italic;
	float:left;
}



/* Calendar Body----------------------------------------------------- */

.calendarItem {
	display:block;
	margin-bottom: 10px;
}
.calendarTitle {
	float:left;	
}

.calendarDate {
	font-style:italic;
	float:left;
}

.contentLine {
	height: 1px;
	background-color: #CCCCCC;
	margin: 10px 0px 20px 0px;
}


/* Portal Items----------------------------------------------------- */

.portalItem {
	display:block;
	margin-bottom: 25px;
	text-align:left;

}
	.portalItem ul{
		margin-left:0;
		padding-left:0;
		padding-bottom:20px;
		
	}
	.portalItem li{
		float:left;
		width: 230px;
		list-style:none;
		/* margin-left: -37px;  ??? */
	}
.portalThumb {
	float:left;
	border: 5px solid #d1cbb8;
	margin: 0px 12px 30px 0px;
	width: 138px;
}
	.portalThumb img{
		padding:0;
	}
.portalTitle {
	font-size: 16px;
	display:block;
	margin-bottom: 5px;
}

/*.portalText {
	display:block;
}

.portalListLeft {
	margin-left: 158px;
	margin-right: 10px;
	width: 250px;
}
.portalListLeft{
	margin-left: 158px;
	margin-right: 10px;
	width: 500px;
}
.portalListLeft ul{
	
}
.portalListLeft li {
	
}*/

/* BOTTOM MENU-----------------------------------------------------  */

.bottomMenu {
	background-image:url(../images/bg_bottom_menu.gif);
	background-position:center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:center;
	height: 35px;
	text-transform:uppercase;
	clear:both;
}

/* MAIN MENU -----------------------------------------------------  */

.mainMenu {
	background-image:url(../images/bg_main_menu.gif);
	background-position:center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:center;
	height: 35px;
	text-transform:uppercase;
}
.mainMenu a{
	color:#FFFFFF;
}/*
.mainMenuItem {
	color:#FFFFFF;
	text-decoration:none;
	line-height: 35px;
	margin: 10px 18px 10px 18px;
}
a.mainMenuItem {
	color:#FFFFFF;
}
a:visted.mainMenuItem {
	color:#FFFFFF;
}
a:hover.mainMenuItem {
	color:#0099ff;
}*/
.mainMenu ul, .bottomMenu ul{
	margin:0;
	padding:0;
	display:inline;
	list-style:none;
}
.mainMenu ul li, .bottomMenu ul li{
	color:#FFFFFF;
	text-decoration:none;
	display:inline;
	line-height: 35px;
	margin: 10px 18px 10px 18px;
}
.mainMenu li a, .bottomMenu li a{
	color:#FFFFFF;
}
.mainMenu li a:visted,. bottomMenu li a:visted{
	color:#FFFFFF;
}
.mainMenu li a:hover, .bottomMenu li a:hover{
	color:#0099ff;
}

/* Footer-----------------------------------------------------  */


.footer {
	padding: 20px;
	height: 100px;
	text-align:center;
	color:#70674c;
}	

/* FLASH PIECE-----------------------------------------------------  */

.FlashPiece {
	height: 295px;
	background-color:#ddd7c5; 
}

/* FORMS-----------------------------------------------------  */

input.btn {   
	color:#FFFFFF;
	height: 21px;
	margin-left: 2px;	
	font: bold 100% 'trebuchet ms',helvetica,sans-serif;   
	background-color:#fed;   
	border: 1px solid;   
	border-color: #0099ff #0099ff #0099ff #0099ff;
	background-image:url(../images/btn-bg.jpg);	   
} 
.btnhov {  
	color:#FFFFFF;
	height: 21px;
	margin-top:0px;
	margin-left: 2px;	
	font: bold 100% 'trebuchet ms',helvetica,sans-serif;   
	background-color:#fed; 
	border: 1px solid;   
	border-color: #0099ff #363 #363 #0099ff;
	background-image:url(../images/btn-bg2.jpg);
}
input.textField {   
	color:#000000;
	height:18px;
	margin-left: 3px;	
	border: 1px solid;   
	border-color: #0099ff #0099ff #0099ff #0099ff;	   
} 
.Alert{
	background-color:#F00;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
}
/* HOW TO APPLY COMPONENT-----------------------------------------------------  */

.howToApply_box {
	width:430px; 
	height:250px; 
	padding:0px;
	margin:0px;
	position:relative;
	background:url(http://www.mtsu.edu/images/apply_now_ribbon.png) bottom right no-repeat;
	}

.howToApply_link {
	height: 45px;
	width: 150px;
	float:right;
	position:relative;
	z-index:10;
	top:-20px;	
	margin:0px;
	padding:0px;
}
.howToApply_link a:link{height:65px; width:150px;display:block;}
