/* Landmark College Admissions - style sheet */

/* GENERAL TEXT FORMATTING */

body {
	font-family: Helvetica, Arial sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

a:link, ul a:link {
	text-decoration: underline;
	color: #3C4406;
}

a:visited, ul a:visited {
	color: #3C4406;
	text-decoration: underline;
}

a:hover, ul a:hover {
	text-decoration: none;
	color: #E17000;
}

a:active, ul a:active {
	text-decoration: none;
	color: #E17000;
}

h1 {
	font-size: 16px;
	color: #000000;
}


h2 {
	font-size: 14px;
	font-weight: bold;
	color: #E17000;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style:italic;
}

p, li, td {
	color: #000000;
	line-height: 16px;
}

ul li {
	list-style-position: outside;
	list-style-type: disc;
	padding-bottom: 6px;
}

ol li {
	list-style-position: outside;
	list-style-type: decimal;	
	padding-bottom: 12px;
}

.header {
	font-size: 16px;
	color: #000000;
	font-family: Arial, Helvetica;
}

.subheader {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.subsubheader {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}

.altsubheader {
	font-size: 12px;
	font-weight: bold;
	color: #E17000;
}

.caption {
	font-style: normal;
	color: #333333;
}

.illustration {
	border: 1px solid #172F8E;
	padding: 3px;
	margin: 4px;
}

.callout_quote {
	font-size: 14px;
	font-style: italic;
	color: #000000;
}

th {
	font-weight:bold;
	text-align:left;

}

/* Skip Navigation - Skip To Main Content */

#main {
	line-height: 11px;
	text-align:right;	
}


#maincontent {
	width:1px;
	height:6px;
	display: inline;
	position: relative;
}





/* STRUCTURE AND LAYOUT */

#wrapper {
	display: block;
	width: 823px;
	position: relative;
	background-position: center;
	height: 100%;
	background-color: #ffffff;
	top: 4px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}


#header {
	padding: 0px;
	width: 823px;
	display: block;
	position: relative;
	text-align: left;
}

#logobar {
	padding: 8px;
	width: 810px;
	display: block;
	position: relative;
	text-align: left;
}



#navbar {
	padding: 8px;
	width: 810px;
	display: block;
	position: relative;
	text-align: left;
	background-color: #172F8E;
	color: #FFFFFF;
}


#content_wrapper {
	width:100%;
	padding:0px;
	position: relative;
	text-align: center;
	background-color: #FFFFFF;
	background-position: center;
	display: block;
	overflow: hidden;

}

#sidebar {
	width: 172px;
	background-color: #FEF6D1;
	float:left;
	text-align: left;
	height: 100%;
	margin: 0px 0px -2000px;
	padding: 0px 0px 2000px 12px;

}

#content_area {
	width: 628px;
	float:right;
	text-align:left;
	left:6px;
	margin-top:6px;

}


#content_text {
	margin: 0px;
	width: 624px;
	display: block;
	position: relative;
	clear: both;
	margin-bottom:12px;
	color: #000000;
}


#content_text p {
	color: #000000;
}

#footer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	text-align: left;
	font-size: 10px;
	color:#333333;
	display: block;
	clear:both;
}



/* SECTION-SPECIFIC STYLES */

/* Main Template - Logo Bar  */

#logobar img {
	display: inline;
	position: relative;
	float: left;
}

#logobar-admissions {
	color: #E17000;
	font-size: 36px;
	font-family: Helvetica, Arial, sans-serif;
	padding-right: 6px;
	padding-top: 2px;
	display: inline;
	position: relative;
	float: right;
	text-decoration: none;
} 


#logobar-admissions a:link, a:visited, a:hover {
	color: #E17000;
	text-decoration: none;
} 

/* Header Navigation  */

#navbar a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	margin-left: 6px;
	margin-right: 10px;
}

#navbar a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	margin-left: 6px;
	margin-right: 10px;
}

#navbar a:hover {
	text-decoration: underline;
}

#navbar a.highlighted_link {
	color: #FED48D;
}

/* Sidebar Navigation */

#sidebar-nav {
	width: 100%;
	display: block;
	position: relative;
	text-align: left;
}

#sidebar-nav a:link {
	color: #031F73;
	text-decoration: none;
	font-weight: bold;	
	display: block;
	position: relative;
	margin-bottom: 6px;
}

#sidebar-nav a:visited {
	color: #031F73;
	text-decoration: none;
	font-weight: bold;
	display: block;
	position: relative;
	margin-bottom: 6px;
}

#sidebar-nav a:hover {
	text-decoration: underline;
}

.sidebar-header {
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	padding-bottom: 12px;
	color: #E17000;
	padding-top: 12px;
	display: block;
	position: relative;
}

.icon-box {
	text-align: center;
	width: 100%;
}

.contact-box {
	text-align: left;
	width: 100%;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
}

#social-networking-box {
	text-align: left;
	width: 100%;
	height: auto;
	padding: 2px;
	display: block;
}

.sw-left {
	float: left;
	padding: 4px;
	display: inline;
}

.sw-right {
	display: inline;
	float: left;
	padding: 4px;
	width: 78px
}

.social-networking-text {
	color: #3570A3;
	font-weight: bold;
}

/* Footer  */

#footer a:link {
	color: #333333;
	text-decoration: underline;
	display: inline;
	margin-right: 2px;
	margin-left: 2px;
}

#footer a:visited {
	color: #333333;
	text-decoration: underline;
	display: inline;
}

#footer a:hover {
	text-decoration: none;
}

#tagline {
	display: block;
	position:relative;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}


/* Home Page Elements */

#column1 {
	display: inline;
	padding: 2px;
	float: left;
	width: 400px;
	position: relative;
	}

#column2 {
	display: inline;
	padding: 2px;
	float: right;
	width: 220px;
	position: relative;

}

#column1 .box {
	display: block;
	width: 396px;
	position: relative;
	padding: 2px;
	margin-top: 2px;
}



#column1 h1 {
	font-size: 18px;
	color: #000000;
	background-color: #DCDFC0;
	font-weight: bold;
	display: block;
	padding: 2px;
	margin-top:14px;
	margin-bottom:2px;
	width: 392px;
	position: relative;
	top: -10px;
}

#box1 {
	display: block;
	padding: 4px;
	width: 212px;
	position: relative;
	background-color: #DCDFC0;
	margin-bottom: 4px;

}

#box2 {
	display: block;
	padding: 4px;
	width: 212px;
	position: relative;
	background-color: #FFFFFF;
	margin-bottom: 4px;

}

#box1 a:link, a:visited {
	color: #24170A;
	text-decoration: underline;
}

#box1 a:hover {
	color: #5B3A19;
	text-decoration: none;
}

.green-box-header {
	font-size: 16px;
	color: #DCDFC0;
	background-color: #808B3E;
	font-weight: bold;
	display: block;
	position: relative;
	padding: 2px;
	width: 208px;
}

.orange-box-header {
	font-size: 16px;
	color: #EA8A1C;
	background-color: #FFFFFF;
	font-weight: bold;
	display: block;
	position: relative;
	padding: 2px;
	width: 208px;
	margin-bottom: 6px;
}


#media-wrapper {
	display: block;
	position: relative;
	margin-bottom: 6px;
	padding: 0px;
}



/* Quick Links Box */

#quicklinks {
	display: block;
	padding: 0px;
	float: left;
	width: 100%;
	position: relative;
	color: #333333;
	font-size: 12px;
	clear: both;
}

.links-header {
	background-color: #C0CE64;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	display: block;
	padding: 3px;
	width: 622px;
	position: relative;	
}

#links-wrapper {
	display: inline;
	position: relative;
	padding: 2px;
	width: 620px;
}

#link-columns {
	display: inline;
	position: relative;
	width: 149px;
	padding: 2px;
	float: left;
}


/* Subpage Elements */

#subpage-column1 {
	display: inline;
	padding: 0px;
	float: left;
	width: 300px;
	position: relative;
	left: 24px;
	}

#subpage-column2 {
	display: inline;
	padding: 0px;
	float: right;
	width: 300px;
	position: relative;

}

#subpage-column1 a:link, a:visited {
	text-decoration: underline;
	color: #3C4406;
}

#subpage-column1 a:hover {
	text-decoration: none;
	color: #E17000;
}


#subpage-column2 a:link, a:visited {
	text-decoration: underline;
	color: #3C4406;
}

#subpage-column2 a:hover {
	text-decoration: none;
	color: #E17000;
}


#subpage-column1 .box {
	display: block;
	width: 290px;
	position: relative;
	padding: 4px;
	margin-bottom: 4px;
}


#subpage-column2 .box {
	display: block;
	padding: 4px;
	width: 290px;
	position: relative;
	margin-bottom: 4px;

}

#subpage-links {
	display: block;
	padding: 0px;
	float: left;
	width: 100%;
	position: relative;
	color: #333333;
	font-size: 12px;
	clear: both;
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: 20px;
}

.subpage-links-header {
	background-color: #B0BA25;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	display: block;
	padding: 3px;
	width: 622px;
	position: relative;	
}

#subpage-links a:link, a:visited {
	color: #3C4406;
	text-decoration: underline;
}

#subpage-links a:hover {
	color: #E17000;
	text-decoration: none;
}

#sub-link-columns {
	display: inline;
	position: relative;
	width: 280px;
	padding: 2px;
	float: left;
}

#sub-link-columns li {
	list-style-position: outside;
	list-style-image: url(/admissions/images/landmark_Lbullet.jpg);
	list-style-type: none;	
}

#callout-box {
	display: inline;
	position: relative;
	padding: 10px;
	width: 240px;
	background-color: #DADEA3;
	float:right;
	margin: 4px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#box_header {
	padding: 4px;
	width: 232px;
	background-color: #F5FAB8;
	margin-bottom: 4px;
	font-weight: bold;
	color: #336600;
	display: block;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	position: relative;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}



#video-box_text {
	display: inline;
	padding: 0px;
	float: left;
	width: 300px;
	position: relative;
	line-height: 16px;
}

#video-box {
	display: inline;
	padding: 0px;
	float: right;
	width: 320px;
	position: relative;
	text-align: center;
	margin: 8px;
}

#video-box .caption {
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

#video-box-centered {
	display: block;
	padding: 0px;
	width: 600px;
	position: relative;
	margin: 8px;
	text-align:center;
}


#video-box-centered .caption {
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

#video-text-box-centered {
	display: block;
	width: 560px;
	position: relative;
	line-height: 16px;
	padding-left:40px;
	color: #000000;
}

#video-text-box-centered .callout_quote {
	font-size: 14px;
	font-style: italic;
	color: #000000;
	line-height: 20px;
}

/* Faculty Page */

#faculty-detail {
	display: block;
	padding: 0px;
	position: relative;
	clear: both;
	padding-bottom: 12px;
	width: 600px;
}


#faculty-thumbnail {
	display: inline;
	padding: 0px;
	float: left;
	width: 70px;
	position: relative;
}


#faculty-description {
	display: inline;
	padding: 0px;
	float: right;
	width: 520px;
	position: relative;
	line-height: 16px;
}


/* Student Page  */

#student_box {
	display: inline;
	padding: 0px;
	position: relative;
	padding-bottom: 6px;
	width: 300px;
	float: left;
}

#student_thumbnail {
	display: inline;
	padding: 2px;
	position: relative;
	float: left;
}

#student_description {
	display: inline;
	padding: 4px;
	position: relative;
	width: 180px;
	float: right;
	line-height: 16px;
	vertical-align: top;
}


.student_caption {
	font-size: 11px;
}


/* Student Life Page   */

#studentlife_box {
	display: inline;
	padding: 0px;
	position: relative;
	padding-bottom: 6px;
	width: 300px;
	float: left;
	top: 0px;
}

#studentlife_box-left {
	display: inline;
	padding: 0px;
	position: relative;
	padding-bottom: 6px;
	width: 300px;
	float: left;
}

#studentlife_box-right {
	display: inline;
	padding: 0px;
	position: relative;
	padding-bottom: 6px;
	width: 300px;
	float: right;
}

#studentlife_thumbnail {
	display: inline;
	padding: 4px;
	position: relative;
	float: left;
	width: 64px;
}

#studentlife_description {
	display: inline;
	padding: 4px;
	position: relative;
	width: 220px;
	float: right;
	line-height: 16px;
	vertical-align: top;
	clear: none;
}

#studentlife_description a:link, a:visited {
	text-decoration: underline;
	color: #3C4406;
}

#studentlife_description a:hover {
	text-decoration: none;
	color: #E17000;
}



/* Web Forms */



li.checkbox_list {
	list-style-type: none;
	background-image: url(/admissions/images/apply/boxblank.gif);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	padding: 0px 0 3px 30px;
	margin: 0.4em 0;
	left: 12px;
}


/* Contact and Staff */

#staff_bio {
	line-height: 22px;
	position: relative;
	width:100%;
}

#staff_bio p {
	line-height: 22px;
	position: relative;
	top:-14px;
}

/* JQuery Switchgroups  */

.handcursor {
cursor: hand;
cursor: pointer;
text-decoration: none;
}

.item_title {
	text-decoration: underline;
	color:#3C4406;
}

#faq {
	display: block;
	margin-left: 20px;
}

#degrees {
	display: block;
	margin-left: 20px;
}

.switchgroup1 {
	background:#FDFDCA;
	padding: 2px 4px 2px 8px;
	z-index: 10;	

}


/* Slideshow Styles */

#slideshow_slide {
	height: 223px;
	width:629px;
	display:block;
	position:relative;

}

#slideshow_button {
	display:block;
	position:relative;
	height:20px;
	width:249px;
	padding: 8px;
	background-color:#D6D2CF;
	background:url(/admissions/images/home/slideshow/button_back.gif);
	background-repeat:no-repeat;
	left:354px;
	top:124px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 100;
}

#slideshow_button a {
	color:#003399;
	text-decoration:none;
}

#slideshow_button a:hover {
	font-size:13px;
}


#slideshow_button2 {
	display:block;
	position:relative;
	height:20px;
	width:249px;
	padding:8px;
	background-color:#D6D2CF;
	background:url(/admissions/images/home/slideshow/button_back.gif);
	background-repeat:no-repeat;
	left:354px;
	top:124px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 100;
}

#slideshow_button2 a {
	color:#003399;
	text-decoration:none;

}

#slideshow_button2 a:hover {
	font-size:13px;
}


.slideshow_button_text {
	font-weight:bold;
	font-size: 12px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
