/*
*******************************************************************

Title:			global.css
Browser(s): 	Safari, Firefox, IE 6 & 7

Author: 		Andy Davis 
Created: 		06.03.2008
Last modified: 	07.08.2008

*******************************************************************
*/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, q, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

.grid {
	margin-left: auto;
	margin-right: auto;
	background: url(../images/grid.png) no-repeat top center;
	width: 100%;
	height: 900px;
	position: absolute;
	z-index: 100;
}

body {
	margin: 0;
	padding: 0;
	background:url(../images/main_bg.jpg) repeat-x top center;
	background-color: #363636;
	color: #000;
	font: normal 11px "Georgia", Times New Roman, serif;
	line-height: 17px;
}

#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

/****************************************************
************* TYPOGRAPHY ****************************
****************************************************/

.flash-title1 {
	font: normal 18px Helvetica, Arial, sans-serif;
	color: #496566;
	text-align: left;
}

.flash-title2 {
	font: normal 18px Helvetica, Arial, sans-serif;
	color: #FFF;
	text-align: left;
}

a {
	color: #b5040a;
	text-decoration: none;
}

a:hover {
	color: #3a5151;
	text-decoration: none;
}

a.visited {
	color: #b5040a;
	text-decoration: none;
}

.titlebar {
	height: 21px;
	background: url(../images/titlebar_bg.jpg) no-repeat top left #3e5555;
	padding: 10px;
}

.titlebar.subpage {	
	width: 100%;
}

h3.pagetitle {
	font: bold 12px "Georgia", Times New Roman, serif;
	text-transform: uppercase;
	color: #353636;
	padding-bottom: 18px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c1c1c1;
}

/****************************************************
************* HEADER ********************************
****************************************************/

#header {
	display: block;
}

h1 {
	display: block;
	width: 390px;
	height: 70px;
	text-indent: -9999px;
	background: url(../images/spirit_life_institute_logo.gif) no-repeat top left;
	margin: 40px 0 0 8px;
	padding: 0px;
	float: left;
}

#headerphoto {
	display: block;
	width: 540px;
	height: 156px;
	background: url(../images/header_photo_rt.jpg) no-repeat;
	margin: 5px 0 0 0;
	float: right;
}

#homenav_top {
	display: inline;
	position: relative;
	top: 0px;
	left: -10px;
	width: 619px;
	height: 19px;
	background: url(../images/homepage_nav_bgtop.jpg) no-repeat;
}

#content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px!important;
	width: 950px;
	background: url(../images/subpage_body_bg.gif) repeat-y top;
}

/****************************************************
************* MAIN NAV ******************************
****************************************************/

#mainNav {
	width: 100%;
	height: 40px;
	clear: both;
}

#mainNav ul {
	margin: 0;
	padding: 0;
	font: normal 14px Helvetica, Arial, sans-serif;
	color: #FFF;
}

#mainNav ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}

#mainNav ul li a {
	color: #FFF;
	margin: 0;
	padding: 13px 16px 13px 16px;
	background: url(../images/main_nav_norm.gif) no-repeat;
	float: left;
}

#mainNav ul li a:hover {
	background: url(../images/main_nav_over.gif) no-repeat;
	color: #FFF;
}

.main_select {
	font: normal 14px Helvetica, Arial, sans-serif;
	color: #FFF;
	background: url(../images/main_nav_over.gif) no-repeat!important;
	margin: 0;	
	padding: 13px 16px 13px 16px!important;
	float: left;
}

/****************************************************
************* SUB NAV *******************************
****************************************************/

#subNav {
	width: 100%;
	height: 28px;
}

#subNav ul {
	margin: 0;
	padding: 0;
	font: normal 14px "Georgia", Times New Roman, serif;
	color: #acacac;
}

#subNav ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #5a5b5b;
}

#subNav ul li a {
	display: block;
	color: #acacac;
	margin: 0;
	padding: 8px 16px 8px 35px;
}

#subNav ul li a:hover {
	background-color: #2a2a2a;
	color: #FFF;
}

.sub_select {
	font: normal 14px "Georgia", Times New Roman, serif;
	color: #FFF;
	background: url(../images/sub_nav_selector.gif) no-repeat left #2a2a2a;
	margin: 0;	
	padding: 8px 16px 8px 35px!important;
}

#subNavCap {
	width: 100%;
	height: 8px;
	margin: 0;
	background: url(../images/sub_nav_cap.gif) repeat-x;
}

/****************************************************
************* LEFT COLUMN ***************************
****************************************************/

#home_navbox {
	position: relative;
	top:-18px;
	left: 0;
	width: 554px;
	background: url(../images/homepage_nav_bg.jpg) repeat-y top left #FFF;
	margin: 0 0 0 2px;
	padding: 20px 20px 10px 20px;
	border: 2px solid #CCC;
	float: left;
}

.nav_item_home {
	width: 554px;
}

.nav_item_home p {
	width: 370px;
	font: normal 11px "Georgia", Times New Roman, serif;
	line-height: 14px;
	float: left;
}

#home_navbox h2 {
	display: block;
	width: 300px;
	margin: 0 0 5px 0;
	float: left;
}

.nav_item_thumb {
	width: 166px;
	height: 86px;
	border: 2px solid #363636;
	margin: 0 0 10px 0;
	float: right;
}

.nav_item_thumb:hover {
	width: 166px;
	height: 86px;
	border: 2px solid #b5040a;
	margin: 0 0 10px 0;
	float: right;
}

.sepline {
	border-bottom: 1px solid #b7b7b7;
	margin: 5px 0 10px 0;
	clear: both;
}

a.moreinfoBtn {
    display: block;
    width: 130px;
    height: 20px;
    background: url(../images/moreinfo_btn.gif) no-repeat;
    text-decoration: none;
    border: none;
    float: left;
	margin: 12px 0 10px 0;    
}
 
a:hover.moreinfoBtn {
    background-position: -130px 0;
}

.column.left {
	background: none;
	float: left;
}

.column.left.home {
	position: relative;
	left: 0;
	top: -6px;
	width: 598px;
	margin: 0 0 10px 2px;
}

.column.left.sub {
	width: 619px;
	margin: 0;
	float: none;
}

.photoBanner {
	width: 623px;
	height: 175px;
	margin: 0 0 0 0;
	border: 8px solid #666;
}

.contentMargin {
	width: 640px;
	height: 10px;
	background-color: #363636;
}

.leftcontent {
	padding: 20px;
	width: 558px;
	background-color: #e6e4e4;
}

.leftcontent.sub {
	width: 599px;
}

.leftcontent.sub p {
	font-size: 13px;
	line-height: 20px;
	color: #363636;
}

.leftcontent.sub ul {
	margin-left: 15px;
}

.leftcontent.sub ul li {
	margin: 5px 0 0 10px;
	list-style-type: square;
}

.leftcontent.sub blockquote {
	font: bold 16px Helvetica, Arial, sans-serif;
	line-height: 24px;
	color: #670102;
	border-left: 10px solid #CECACA;
	padding-left: 20px;
	margin: 20px 0 20px 0;
}

.leftcontent.sub blockquote.notice {
	font: normal 12px Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #333;
	border-left: 10px solid #670102;
	padding-left: 20px;
	margin: 20px 0 20px 0;
}

.leftcontent.sub blockquote.notice a {
	color: #670102;
	text-decoration: underline;
}

/************ NEWS STYLES **************************/

.newsTitle {
	font: bold 16px Helvetica, Arial, sans-serif;
	color: #000;
	margin: 0 0 4px 0;
}

.newsTitle a {
	font: bold 16px Helvetica, Arial, sans-serif;
	color: #2F4344;
	margin: 0 0 4px 0;
}

.newsTitle a:hover {
	color: #b5040a;
}

.newsDate {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #898989;
	margin: 0 0 10px 0;
}

.newsline {
	border-bottom: 1px solid #b6b6b6;
	margin: 0 0 10px 0;
}

.newsCopy {
	font-size: 12px;
	line-height: 20px;
}

.newsCopy p {
	margin-bottom: 20px;
}

.newsLink {
	display: block;
	background: url(../images/pixelarrow.gif) no-repeat left;
	text-indent: 15px;
	margin: 10px 0 0 0;
	padding: 2px 0 2px 0;
	color: #b5040a;
	font: bold 12px Helvetica, arial, sans-serif;
}

.newsLink:hover {
	color: #333;
	background-color: #efefef;
}

.itemSpace {
	margin-bottom: 40px;
}

/****************************************************
************* RIGHT COLUMN **************************
****************************************************/

#video {
	width: 320px;
	height: 266px;
	background-color: #000;
	margin: 0 0 10px 0;
	padding: 10px;
	float: right;
}

.column-right-home {
	position: relative;
	top: -18px;
	left: 2px;
	width: 340px;
	float: right;
	background: none;
}

#getstarted {
	width: 100%;
	background-color: #e6e4e4;
	margin: 0;
	float: right;
	
}

.rightcontent {
	padding: 20px;
}

/****************************************************
************* SUB-NAV  ******************************
****************************************************/

.column-right-sub {
	position: relative;
	left: -1px;
	width: 299px;
	margin: 0 0 0 0;
	background-color: #4f5050; 
	float: right;
}


/****************************************************
************* FOOTER ********************************
****************************************************/

#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: -5px;
	width: 910px;
	height: 125px;
	background-color: #000;
	padding: 18px 20px 20px 20px;
	color: #c0bebe;
	font: normal 11px Helvetica, Arial, sans-serif;
	line-height: 18px;
	clear:both;
}

#footerLinks {
	position: relative;
	top: -70px;
	text-align: right;
	width: 500px;
	float: right;
	font: normal 11px Helvetica, Arial, sans-serif;
	letter-spacing: .1em;
}

#footerLinks a {
	color: #8ac3c3;
}

#footerLinks a:hover {
	color: #FFF;
}

/****************************************************
************* FACULTY *******************************
****************************************************/

.facultyMember {
	width: 400px;
	margin: 0 10px 10px 20px;
	float: left;
}

.facultyPhoto {
	width: 165px;
	height: 225px;
	border: 2px solid #333;
	float: left;
}

.facultyName {
	font-size: 15px!important;
	font-weight: bold;
}

.facultyTitle {
	font: bold 11px Helvetica, Arial, sans-serif!important;
	margin: 6px 0 6px 0;
	padding: 4px 0 4px 4px;
	color: #3e5555!important;
	width: 410px;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	background-color: #CCC;
}

.facultyBio {
	font-size: 12px!important;
}

ul.staff_members {
	margin: 0 0 20px 200px;	
	border: none;
	
}

ul.staff_members li {
	margin: 8px 0 8px 5px;
	list-style-type: square;
	font-size: 13px;
	border: none;
}

/****************************************************
************* CAMPUS ********************************
****************************************************/

.image_grid {
	margin: 15px 0 0 0;	
}

.photo_row {
	margin: 0 0 8px 0;
}

.photo_row img {
	margin: 0 0 0 8px;
	border: 4px solid #CCC;
}

.photo_row img:hover {
	border: 4px solid #3E5555;
}


/****************************************************
************* COURSE CATALOG ************************
****************************************************/

.courseTitle {
	font-weight: bold;
	font-size: 18px!important;
	margin-bottom: 8px;
}

.courseDates {
	font: bold 9px Helvetica, Arial, sans-serif!important;
	background-color: #CCC;
	padding: 3px;
	margin-bottom: 12px;
}

.divLine {
	border-bottom: 1px dotted #999;
	margin-bottom: 25px;
	margin-top: 5px;
	clear: both;
}

/****************************************************
************* FORM **********************************
****************************************************/

form {
	margin-top: 20px;
}

.formtitle {
	font: normal 12px "Georgia", Times New Roman, serif;
	margin-bottom: 10px;
}

.formtitle span {
	font: bold 14px "Georgia", Times New Roman, serif;
}

.formcopy {
	font: bold 10px Helvetica, Arial, sans-serif;
	color: #000;
	margin-top: 8px;
}

.formcopy span {
	font: normal 10px Helvetica, Arial, sans-serif;
	margin: 12px 0 0 8px;
}

.form, input.form {
	background-color: #bcbbbb;
	border: 1px solid #333;
	width: 280px;
	height: 25px;
	margin: 6px 0 6px 0;
	padding: 0 5px 0 5px;
	font: normal 13px Helvetica, Arial, sans-serif;
}

input.submitBtn {
    display: block;
    width: 130px;
    height: 20px;
    background: url(../images/submitBtn.gif) no-repeat;
    text-decoration: none;
    border: none;
    float: left;
	margin: 12px 0 10px 0;    
}
 
input:hover.submitBtn {
    background-position: -130px 0;
}

.radiobtn {
	margin: 6px 0 6px 0;
}

.returning_student {
	margin-bottom: 20px!important;
}

.courseBox {
	background-color: #CCC;
	padding: 20px 20px 10px 20px;
	margin-top: 20px;
	font: normal 11px Helvetica, Arial, sans-serif;
	border: 1px solid #999;
}

.courseBox p {
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	font: normal 14px "Georgia", Times New Roman, serif;
}

.courseList {
	margin-bottom: 10px;
}

.onstate-myswitch1, .onstate-myswitch2 { 
	display: block; 
	margin: 20px 0 0 0;
} 

.offstate-myswitch1, .offstate-myswitch2 { 
	display: none; 
	margin: 20px 0 0 0;
} 

legend {
	font-size: 14px;
}

.postField {
	font: bold 13px Helvetica, Arial, sans-serif;
	color: #000;
	padding: 8px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

form ol {
	margin-left: 35px;
	margin-bottom: 20px;
}