/*************************************************************************
 AUTHOR :	Jeff Reinhardt
**************************************************************************/

/*************************************************************************
// IMPORT Normalization and Global Styles
**************************************************************************/
@import "global.css";

/*************************************************************************
// HTML Customizations
**************************************************************************/
html {
	background: transparent;
}

body {
	font-family: arial,helvetica,clean,sans-serif, verdana;
	margin: 0;
	padding: 0;
	background: url(../_images/bg_body.jpg) repeat-x #868686;
}

p {
	margin: 13px 0 0px 0;
	line-height: 1.5em;
}

h1,h2,h3,h5,h6 {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #990000;
}



h1 {
	font-size: 16pt;
	margin: 25px 0 15px 0;
	padding: 0;
	color: #333;
}

h2 {
	font-size: 16pt;
	margin: 10px 0 15px 0;
	padding: 0;
}

h2 strong {
	font-size: 12pt;
	margin: -15px 0 30px 0;
	padding: 0;
	font-weight: normal;
	color: #958E7E;
}

h3 {
	font-size: 12pt;
	margin: 10px 0 15px 0;
	padding: 0;
}

th, tr {
	vertical-align: top;
}

img {
	border-width: 0;
}

a {
	color: #666666;
}

a:hover {
	color: #990000;
}

/*************************************************************************
  Grid Definitions
**************************************************************************/
#centering {
	position: relative;
	width: 975px;
	height: auto;
	margin: 0 auto;
}

#wrapper {	
	position: relative;
	width: 975px;
	height: auto;
	float: left;
}

#header {
	position: relative;
	width: 975px;
	height: 172px;
	height: 155px;
	left: 0;
	top: 0;
	background: url(../_images/bg_header.png) no-repeat;
}

#mainContent {
	position: relative;
	float: left;
	width: 975px;
	height: auto;
	padding: 0 0 15px 0;
	margin: 0;
	background: url(../_images/bg_mainContent.png) repeat-y;
}

#footer {
	position: relative;
	width: 975px;
	height: 200px;
	clear: both;
	margin: 0 auto;
	background: url(../_images/bg_footer.png) no-repeat;
}


/*************************************************************************
// inner structures: header
**************************************************************************/
#logo {
	position:absolute;
	left:45px;
	top:36px;
}

ul.mainNav{
	position:absolute;
	bottom:0;
	left:45px;
	height:70px;
	width:540px;
}

.mainNav li{
	width:auto;
	height:60px;
	list-style:none;
	display:block;
	float:left;
	padding:0 0;
	font-size:9pt;
	font-weight:normal;
	text-align:center;
}
.mainNav li:hover{
	
}
.mainNav li.selected{
	background:url(../_images/bg_mainNav_selected.png) no-repeat center 0;
}
.mainNav li.first{
	padding-left:0;
}
.mainNav a {
	color:#fff;
	text-decoration:none;
	padding:0 12px;
	margin:30px 0 0 0;
	background:url(../_images/mainNav_divider.gif) no-repeat 0 0 ;
		display:block;
	float:left;
	width:auto;
	height:20px;
	line-height:18px;
}
.mainNav .first a {
	padding-left:0;
	background:none;
}
.mainNav a:hover {
	color:#999999;
}

.mainNav .selected a{
	text-decoration:none;
}
.aux{
	position:absolute;
	bottom:25px;
	right:5px;
	height:auto;
	/*width:350px;*/
	width:450px;
	text-align:right;
}
.aux li{
	width:auto;
	height:auto;
	list-style:none;
	display:block;
	float:left;
	padding:0 8px;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
	border-left:1px #ccc solid;
}
.aux li.first{
	border-left:0 #ccc solid;
}
.aux a{
	color:#ccc;
	text-decoration:none;
}
.aux a:hover{
	color:#ccc;
}
.search{
	position:absolute;
	top:45px;
	right:40px;
	height:20px;
	width:auto;
	text-align:right;
}


.search-box {
	position:absolute;
	top:45px;
	right:40px;
	height:20px;
	width:auto;
	text-align:right;
	color:#FFFFFF;

}


.search label {
	margin: 4px 15px 0 0;
	display: block;
	float: left;
	color: #cccccc;
	font-size: 93%;
}


/*.search .searchIn{
	margin:0 10px 0 0;
	vertical-align:middle;
}
.search .for{
	margin:0 10px 0 10px;
	vertical-align:middle;
}
.buttonSearch{
	margin:0 0 0 10px;
	vertical-align:middle;
}


.search input{
	background-color:#ccc;
	border:1px solid black;
	height:21px;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
.search select{
	background-color:#ccc;
	border:1px solid black;
	width:21px;
	height:21px;
	font-size:5pt;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
*/



/*************************************************************************
// inner structures: mainconternt
**************************************************************************/
/* image row */
#imageRow{
	position:relative;
	float:left;
	width:945px;
	height:241px;
	padding:0;
	margin:0 0 0 15px;
}

.homeContent #imageRow{
	height:280px;
}

#imageRow #features{
	position:absolute;
	top:0;
	right:0;
	height:280px;
	width:323px;
	z-index:5;
}

#imageRow #panel1{
	position:absolute;
	top:0;
	left:0;
	background-color:#666666;
	height:50px;
	width:945px;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

#imageRow #panel2{
	position:absolute;
	bottom:0;
	left:0;
	background-color:#666666;
	height:20px;
	width:945px;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

#subName{
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
#imageRow #program{
	position:absolute;
	top:90px;
	left:305px;
	z-index:10;
}

#imageRow #video{
	position:absolute;
	top:10px;
	right:55px;
	z-index:10;
}

/* rows */
.rowCol1, .rowCol2, .rowCol3, .rowCol4{
	position:relative;
	width:945px;
	height:auto;
	margin:0 0 0 15px;
	clear:both;
	float:left;
}

.c1, .c2, .c3, .c4{
	float:left;
}

.rowCol2 {
	position: relative;
}

.rowCol2 .flashbar {
	position: absolute;
	top: -10px;
	left: -35px;
	width: 670px;
	height: 200px;
	float: left;
	z-index: 50;
}

.rowCol2 .flashtitle {
	position: absolute;
	top: 10px;
	left: 30px;
	width: 670px;
	height: 200px;
	float: left;
	z-index: 50;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #990000;
	font-size: 16pt;
	color: #333333;
}

.rowCol2 .c1{
	width:552px;
	margin-left:30px;
}

.home_rowCol2 .c1 {
	width: 600px !important;
	margin-left: 0 !important;
}

.home_rowCol2 .c1 .c1 {
	width: 266px !important;
}

.home_rowCol2 .c1 .c2 {
	margin-left: 18px !important;
	width: 266px !important;
}

.home_rowCol2 .c1 .home_content {
	margin: 160px 30px 0;
}

.rowCol2 .c2{
	width:344px;
	margin-left:18px;
	min-height: 400px;
}

.home_rowCol2 .c2 {
	width: 340px !important;
	margin-left: 0 !important;
	background:url(../_images/bg_newsEvents.jpg) no-repeat;
}





.inlineImageLeft {
	float: left;
	margin: 0 20px 10px 0;
}

.inlineImageRight {
	float: right;
	margin: 0 10px 10px 20px;
}





#news, #events, #social, .student_spotlight, .social_sidebar {
	width:300px;
	margin:15px 0 20px 15px;
}

/* student_spotlight */
.student_spotlight .student_photo {
	float: left;
}

.student_spotlight .student_teaser {
	margin: 0 0 0 85px;
	padding: 0;
	width: 213px;
}

.student_spotlight .student_teaser p {
	margin: 0;
	padding: 0;
}

.student_spotlight_narrow .student_spotlight {
	width: 265px !important;
	margin: 0 !important;
}

.student_spotlight_narrow .student_spotlight .student_teaser {
	width: 170px !important;
	*width: 150px !important;
}




.item{
	margin:0 0 15px 0;
}
.item p{
	font-size:9pt;
	margin:0 0 5px 0;
}
.item a{
	font-size:11pt;
	margin:0;
}

/*************************************************************************
// inner structures: footer
**************************************************************************/
#footer ul{

}
#footer li{
	list-style:none;
	padding:0 3px;
}
#footer li.first{

}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}
.nav1header{
	position:absolute;
	height:auto;
	width:auto;
	top:30px;
	left:15px;
	font-weight:bold;
	color:#fff;
	font-size:9pt;
}
.nav1{
	position:absolute;
	height:auto;
	width:auto;
	top:65px;
	left:15px;
}
.nav2header{
	position:absolute;
	height:auto;
	width:auto;
	top:30px;
	left:250px;
	font-weight:bold;
	color:#fff;
	font-size:9pt;
}
.nav2{
	position:absolute;
	height:auto;
	width:auto;
	top:65px;
	left:250px;
}
#footer .search{
	position:absolute;
	top:45px;
	right:15px;
	height:20px;
	width:auto;
	text-align:right;
}
#copyright {
	position:absolute;
	height:auto;
	width:450px;
	top:100px;
	right:15px;
	color:#fff;
	text-align:right;
}

/* multimedia */
.mm {
	margin-top: 15px;
}
/*
.mm .row {
	margin: 0 15px 15px 0;
	float: left;
}

.mm .row {
	margin: 0 130px 25px 0;
	float: left;
}
*/
.mm .row {
	margin: 0 0 40px 0;
	float: left;
	width: 310px;
	text-align: center;
}


.mm .thumb {
	width: 262px;
	height: 135px;
	float: left;
	text-align: center;
}

.mm .title {
	background: url(/graduate/_images/video/title_bar.png) no-repeat;
}

.mm .title h4 {
	margin: 0;
	padding: 0;
	line-height: 24px;
	color: #ffffff;
	font-size: 85%;
}

.mm .thumb a {
	padding: 17px 0 17px 0;
	display: block;
}

.mm .description {
	margin: 5px 0 0 15px;
	width: 210px;
	float: left;
}

.mm .description p {
	margin: 0;
	padding: 0;
	font-size: 85%;
	line-height: 18px;
}

/* social */
#social ul {
	margin: 0;
	padding: 0;
}

#social ul li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#social ul li a {
	margin: 3px 10px 3px 0;
}

/* rowCol4 on interior pages */
.rowCol4 .column {
	float: left;
	width: 222px;
}

.rowCol4 .double_wide {
	width: 460px;
}

.rowCol4 .triple_wide {
	width: 300px;
}

.rowCol4 .top {
	margin: 10px 0;
	height: 74px;
	background: url(../_images/program_overview_arrow.png) no-repeat 30px 10px;
	border-left: 1px #FFFFFF solid;
}

.rowCol4 .top h2 {
	padding-top: 10px;
	*padding-top: 5px !important;
	font-size: 14pt;
	text-decoration: none;
}

.rowCol4 .column .top h2 {
	width: 190px;
}

.rowCol4 .double_wide .top h2 {
	width: 340px;
}

.rowCol4 .one_liner h2 {
	padding-top: 23px;
}

.rowCol4 .three_liner h2 {
	padding-top: 0px;
	padding-bottom:10px;
}

.rowCol4 .top h2 a {
	padding: 0 0 0 65px;
	display: block;
	text-decoration: none;
}

.rowCol4 .top h2 a:hover {
	text-decoration:underline;
}

.rowCol4 .column .top {
	padding-left: 30px;
}

.rowCol4 .column_first .top, .rowCol4 .column .btm {
	border-width: 0;
}

.rowCol4 .overviewBtm .c1 {
	width: 660px;
}

.rowCol4 .overviewBtm .c2 {
	width: 210px;
}


/* CONTENT in .rowCol2 .c2 */
.c2 ul, .c2 ol,
.home_content ul, .home_content ol,
.expect ul, .expect ol,
.interior_content ul {
	margin: 15px 45px 15px 25px;
}

.c2 li,
.home_content li,
.expect li,
.interior_content li {
	margin: 0 15px 5px 15px;
	line-height: 22px;
	list-style-type: disc;
}

.interior_content li strong {
	font-size: 116%;
	color: #990000;
}

/* SITEMAP */
.sitemap ul {
	margin: 0;
}

.sitemap li {
	margin: 0 0 0 20px;
	line-height: 18px;
}

.sitemap .left {
	float: left;
	width: 48%;
}

/* CONTACT FORM and JUNK */
.rowCol2 .c1{
	width:552px;
	margin-left:30px;
	
}
.contact, .studentProfile, .applyNow{
	width:266px;
	height:auto;
	float:left;
	background:url(../_images/panel_266_bg.gif) repeat-y;
}
.contact p, .studentProfile p, .applyNow p{
	font-size:9pt;
	padding:0 10px 10px 18px;
}
.studentProfile{
	margin-bottom:18px;
}
.top{
	width:266px;
	height:7px;
	background:url(../_images/panel_266_top.gif) no-repeat;
}
.bottom{
	width:266px;
	height:6px;
	background:url(../_images/panel_266_btm.gif) no-repeat bottom;
}
.contact label{
	display:block;
	margin:0 0 0 18px;
	padding:0;
	width:230px;
}
.contact input, .contact select, .contact textarea{
	display:block;
	margin:0 0 0 18px;
	padding:0;
	width:230px;
	height:20px;
	border:1px solid #000000;
	background-color:#E2E2E2;
}
.contact textarea{
	height:150px;
}
.contact h2, .studentProfile h2, .applyNow h2{
	margin:0 0 10px 18px;
}
.studentProfile img{
	float:left;
	margin:0 10px 20px 18px;
}

.rowCol2 .rowCol2{
	width:552px;
	margin:25px 0 0 0;
}
.rowCol2 .rowCol2 .c1{
	width:266px;
	margin:0;
}
.rowCol2 .rowCol2 .c2{
	width:266px;
	margin:0 0 0 18px;
	background:none;
}

/* image styles */
.image_left {
	margin: 5px 15px 5px 0;
	float: left;
}

.image_right {
	margin: 5px 10px 5px 15px;
	float: right;
}

/* error styles */
.warning li {
	margin: 0 0 5px 8px !important;
	padding: 0 !important;
	line-height: 14px !important;
	color: #990000;
	font-size: 85%;
}

/* content specific */
.simple_chart {
	margin-bottom: 15px;
}

.simple_chart p {
	margin: 0;
}

.simple_chart td, .simple_chart th {
	border: 1px solid #333333;
	padding: 2px 5px;
}


/*************************************************************************
// Misc
**************************************************************************/
#right {
	float: right;
}
.previous{
	color:#90ACB8;
	margin:15px 0;
	padding:0 0 0 0;
	border-top:1px #90ACB8 solid;
}
.previous span{

}
.previous a{
	color:#90ACB8;
	font-weight:bold;
	FONT-SIZE:80%;
	text-decoration:none;
}
.previous a:hover{
	color:#FFCC00;
}
h1.special{
	
}

.red10px{
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 10px;
	color: #990000;
}

