/* Aviation CSS Document */
.scsu-shell-width {
	width: 820px;
}
#scsuSubsiteArea {
	width: 764px;
}

#container {
	background-image: url(../images/leftNavBkgd.jpg);
	background-repeat: repeat-y;
	overflow: auto;
	margin-top: 1px;
}

#leftCol {
	float: left;
	width: 171px;
}
#leftCol img.logo {
	margin: 10px;
}
#leftCol img {
	margin: 5px 36px;
}
#leftCol ul {
	margin: 0px 10px 10px 10px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#leftCol li {
	line-height: 1.5em;
	margin: 0px 0px;
}
#leftCol a {
	color: #3d537c;
	text-decoration: none;
	display: block;
}
#leftCol a:hover {
	color: #333;
	text-decoration: underline;
}


#header {
	border-left: 3px solid #3d537c;
	margin-left: 170px;
}
#header img {
	margin: 0px 0px 2px 2px;
	width: 195px;
	height: 162px;
}


#content {
	margin-left: 170px;
	border-left: 3px solid #3d537c;
	border-top: 1px solid #3d537c;
	background-image: url(../images/contentTopFade.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	padding: 10px;
}
#content h2 {
	margin: 0px;
	font-size: 1.25em;
}
#content h3 {
	color: #3d537c;
	margin: 5px 0px;
	font-size: 1.2em;
}
#content h4 {
	margin: 0px;
	font-size: 1.1em;
}

#content p {
	margin: 0px 0px 5px 0px;
}
#content a {
	color: #3d537c;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
	color: #C12038;
}
#content ul {
	margin-top: 5px;
}

#right {
	float: right;
	width: 302px;
}

#rightVideo {
	/*float: right;*/
	border: 1px solid #3d537c;
	width: 302px;
	padding: 2px;
	background-color: #F9F9F9;
	margin: 0px -10px 10px 10px;
}
#rightVideo h2 {
	font-size: 1em;
	text-transform: uppercase;
	padding: 2px;
	background-color: #3d537c;
	color: #FFF;
	margin-bottom: 2px;
}

#rightLinks {
	float: right;
	border: 1px solid #3d537c;
	width: 191px;
	padding: 2px;
	background-color: #F9F9F9;
	margin: -30px -10px 10px 10px;
	/*margin: -10px -10px 10px -10px;*/
}
#rightLinks h2 {
	font-size: 1em;
	text-transform: uppercase;
	padding: 2px;
	background-color: #3d537c;
	color: #FFF;
}
#rightLinks ul {
	margin: 5px 0px;
	padding: 0px 15px;
	list-style-type: none;
}
#rightLinks li {
	border-bottom: 1px solid #CCC;
	padding: 2px 0px;
	margin: 2px 0px;
}


#faculty img {
	float: left;
	width: 47px;
	height: 58px;
	padding: 2px 5px 5px 0px;
}
#faculty h4 {
	border-top: 1px solid #E2E2E2;
	padding-top: 5px;
	margin-top: 10px;
}
#faculty p {
	font-size: .95em;
}

.review {
	font-weight: bold;
	text-transform: uppercase;
	color: #063;
	background-color: #CFC;
	border: 1px solid #3F0;
}
