/* Apex New Regular Style */
@font-face {
    font-family: "Apex New";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/ApexNew_WebFonts_092/ApexNew-Book.eot") format("eot"), url("../fonts/ApexNew_WebFonts_092/ApexNew-Book.woff") format("woff"), url("../fonts/ApexNew_WebFonts_092/ApexNew-Book.ttf") format("truetype"), url("../fonts/ApexNew_WebFonts_092/ApexNew-Book.svg") format("svg");
}
@font-face {
    font-family: "Apex New";
    font-style: italic;
    font-weight: normal;
    src: url("../fonts/ApexNew_WebFonts_092/ApexNew-BookItalic.eot") format("eot"), url("../fonts/ApexNew_WebFonts_092/ApexNew-BookItalic.woff") format("woff"), url("../fonts/ApexNew_WebFonts_092/ApexNew-BookItalic.ttf") format("truetype"), url("../fonts/ApexNew_WebFonts_092/ApexNew-BookItalic.svg") format("svg");
}
@font-face {
    font-family: "Apex New";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/ApexNew_WebFonts_092/ApexNew-Medium.eot") format("eot"), url("../fonts/ApexNew_WebFonts_092/ApexNew-Medium.woff") format("woff"), url("../fonts/ApexNew_WebFonts_092/ApexNew-Medium.ttf") format("truetype"), url("../fonts/ApexNew_WebFonts_092/ApexNew-Medium.svg") format("svg");
}
@font-face {
    font-family: "Apex New";
    font-style: italic;
    font-weight: bold;
    src: url("../fonts/ApexNew_WebFonts_092/ApexNew-MediumItalic.eot") format("eot"), url("../fonts/ApexNew_WebFonts_092/ApexNew-MediumItalic.woff") format("woff"), url("../fonts/ApexNew_WebFonts_092/ApexNew-Mediumtalic.ttf") format("truetype"), url("../fonts/ApexNew_WebFonts_092/ApexNew-MediumItalic.svg") format("svg");
}
@font-face {
    font-family: "Apex Serif";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/ApexSerif_WebFonts_092/ApexSerif-Book.eot") format("eot"), url("../fonts/ApexSerif_WebFonts_092/ApexSerif-Book.woff") format("woff"), url("../fonts/ApexSerif_WebFonts_092/ApexSerif-Book.ttf") format("truetype"), url("../fonts/ApexSerif_WebFonts_092/ApexSerif-Book.svg") format("svg");
}
@font-face {
    font-family: "Apex Serif";
    font-style: italic;
    font-weight: normal;
    src: url("../fonts/ApexSerif_WebFonts_092/ApexSerif-MediumItalic.eot") format("eot"), url("../fonts/ApexSerif_WebFonts_092/ApexSerif-MediumItalic.woff") format("woff"), url("../fonts/ApexSerif_WebFonts_092/ApexSerif-MediumItalic.ttf") format("truetype"), url("../fonts/ApexSerif_WebFonts_092/ApexSerif-MediumItalic.svg") format("svg");
}
@font-face {
    font-family: "Apex Serif";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/ApexSerif_WebFonts_092/ApexSerif-Medium.eot") format("eot"), url("../fonts/ApexSerif_WebFonts_092/ApexSerif-Medium.woff") format("woff"), url("../fonts/ApexSerif_WebFonts_092/ApexSerif-Medium.ttf") format("truetype"), url("../fonts/ApexSerif_WebFonts_092/ApexSerif-Medium.svg") format("svg");
}
@font-face {
    font-family: "Apex Serif";
    font-style: italic;
    font-weight: bold;
    src: url("../fonts/ApexSerif_WebFonts_092/ApexSerif-MediumItalic.eot") format("eot"), url("../fonts/ApexSerif_WebFonts_092/ApexSerif-MediumItalic.woff") format("woff"), url("../fonts/ApexSerif_WebFonts_092/ApexSerif-MediumItalic.ttf") format("truetype"), url("../fonts/ApexSerif_WebFonts_092/ApexSerif-MediumItalic.svg") format("svg");
}

@media screen {

body
{
	background: #fff;
	font: 400 0.8125em/131% 'Apex New',Arial,Helvetica,sans-serif;
}

#headercommon a, #headercommon a:visited 
{ 
	color: #333;
}

#headercommon
{
	max-width: 960px;
	margin: 0 auto;
	height: 70px;
    background: url("../images/logo-dartmouth-global.gif") no-repeat scroll left top #fff;
    border-top: 0px solid #FFF;
    color: #333;
}

#headercommon li
{
	border-right: 1px solid #333;
}

#headercommon #commonnav img.dart
{
	display: none;
	visibility: hidden;
	margin-bottom: -6px;
}

#header
{
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
    border-bottom: medium none;
    border-top: medium none;
    height: 85px;
    top: 0;		
}

#header #header-left a
{
	height: 200px;
}

.home
{
	height: 85px;
	display: block;
	visibility: visible;
	width: 960px;
	position: relative;
	margin: 0;
}

#header-left 
{  	
    height: 85px;
    padding: 0;
    width: 100%;
}

#header-left #site-name 
{
    color: #fff;
    background: #00693e;
    display: block;
    font: 100 2.5em/120% 'Apex Serif',Arial,Helvetica,sans-serif;
    height: 70px;
    letter-spacing: 1px;
    margin-top: -85px;
    padding: 19px 0 0;
	text-align: center;
    top: 34px;
    visibility: visible;
}
	
	#header-left #site-subhead 
{
    color: #222;
    display: block;
    font-family:  sans-serif;
    font-size: 2em;
    height: 28px;
    letter-spacing: 3px;
    margin-top: -100px;
    padding: 39px 10px 177px 10px;
    top: 34px;
    visibility: visible;
    text-align: right;
    text-transform: uppercase;
}

/* Horizontal navigation */

#header-nav
{
	display: block;
	visibility: visible;	
	height: 55px;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	background: none repeat scroll 0 0 #333333;
	border-top: 0px solid #CCC;
}

#header-nav ul {
    font-family: 'Apex New',Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: normal;
    padding: 16px 0;
    text-align: center;
    text-transform: uppercase;
    word-spacing: 2px;
}

#header-nav ul li.last
{
	border-right: none;
}

#header-nav a 
{
    border: none;
    color: #ccc;
    margin: 0 30px 0 34px;
    padding: 0;
}

#header-nav a:hover 
{
	text-decoration:underline;
    color: #ccc;
    margin: 0 30px 0 34px;
    padding: 0;	
}
	
	
#header-nav ul li a:hover 
{
	background-color:transparent;
}
	
/* Containers */

#containerb
{
	max-width: 960px;
	margin: 6px auto;
	clear: both;
	width: 100%;
	background: #fff;
	padding: 0;
}

#containerc
{
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-bottom: 0px;
}

/* a-content */
#a-content
{
	visibility: hidden;
	display: none;
	float: left;
	width: 315px;
	padding: 0;
	padding-bottom:0px;
	margin: 0;
	background-color: #DDD;
}

/*

.a1, .a2, .a3, .a4
{
	margin: 20px;
	width: auto;
}

.a1, .a3, .a4
{
	visibility: hidden;
	display: none;
}

.a2
{
	visibility: visible;
	display: block;
}

#a-content address {
    padding: 1px 4px 1px 10px;
	color: #888888;
}

#a-content a:hover
{
	border: none;
	padding: 2px;
	color: #54673b;
	background-color: #DDD;
}

#a-content .a2 a:hover
{
	border: none;
	padding: 0px !important;
	color: white !important;
	background-color: #CCC;
}

#a-content h3
{
	color: #333;
	background-color: transparent;
	border-right: none;
	letter-spacing: normal;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 4px 0 8px 0px;
	margin: 0 0 4px;
	font-weight: 100;
}

#a-content h3.link
{
	border-top: 2px solid #FFF;
}

#a-content h2 a, #a-content h3 a, #a-content h4 a, #a-content h5 a
{
	color: #00693e;
	text-decoration: none;
}

#a-content h2 a:hover, #a-content h3 a:hover, #a-content h4 a:hover, #a-content h5 a:hover
{
	display: block;
	color: #00693e;
	padding: 0;
	background-color: #CCC;
	margin: 0 0 0 0px;
}

#a-content h3.link
{
	border-top: 0px;
}

#a-content h4
{
	color: #333;
	background-color: transparent;
	letter-spacing: normal;
	font-size: .95em;
	padding: 4px 0 3px 0px;
	margin: 0 0 4px;
	font-weight: 100;
}

#a-content h5
{
	color: #333;
	background-color: transparent;
	font-family: sans-serif;
	letter-spacing: normal;
	font-size: .85em;
	padding: 0 0 0 8px;
	margin: 0 0 4px;
	font-weight: 100;
	font-style: italic;
}

#a-content p
{
	margin-left: 5px;
	color: #333;
	font-size: .85em;
	line-height: 1.6em;
	margin: 4px 0 4px 0px;
	padding: 0;
	margin-bottom:30px;
}

#a-content ul
{
	font-size: .9em;
	list-style-type: none;
	line-height: 1.6em;
	margin: 4px 0 4px 0px;
	padding: 0;
}

#a-content ul li
{
	border: none;
	padding: 2px;
	color: #00693e;
}

#a-content ul li a
{
	text-decoration: none;
	padding: 2px;
	color: #00693e;	
}

#a-content ul li a:hover
{
	display: block;
	padding: 0;
	color: #00693e;
	margin: 0 0 0 2px;
	text-decoration:underline;
}

.twtr-widget, .twtr-doc
{
	width: 100%;
}

*/

/* b-content */
#b-content
{
	margin: 0 auto;
	width: 638px;
	padding: 0;
	background-color: #fff;
	float: right;
}

.b3, .b5, .b7, .b8
{
	visibility: hidden;
	display: none;
}

.b1, .b2, .b4, .b6, .b9
{
    display: block;
    float: left;
	margin: 3px auto;
    width: 100%;
    overflow: hidden;
}

#b-content img
{
	border: 0px;
}

#b-content .b4
{
	width: 100%;
	background: #fff;
	margin: 6px 0;
	border-radius: 5px 5px 5px 5px;
}

#b-content .b4 p
{
	font-family: 'Apex New', Helvetica, sans-serif;	
	width: 610px;
	margin: 0;
	padding: 0px;
	color: #797979;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
}

#b-content .b4 h2
{

	width: 610px;
	margin: 0;
	padding: 14px;
}

#b-content .b4 img
{
	padding: 0;
}

#b-content .b6 iframe
{
	margin-left: 8px;
	margin-top: 8px;
}

#b-content h2, #b-content h3, #b-content h4, #b-content h5, #b-content h6
{
	font: 400 0.8125em/131% 'Apex New',Arial,Helvetica,sans-serif;
	border: none;
}

#b-content h1
{
	font: 700 2.3em/105% 'Apex Serif',Arial,Helvetica,serif;
	color: #333;
	margin-right: 0%;
	font-weight: normal;
}

#b-content h2
{
	font-size: 1.5em;
	color: #00693e;
	font-weight: 700;
	letter-spacing: 0.035em;
	word-spacing: 2px;
	margin: 12px 5px 0 5px;
	padding: 0;
	text-transform: uppercase;
}

#b-content h3
{
	font-family: 'Apex New',Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0em;
	line-height: 22px;
	word-spacing: 2px;
	margin: 23px 5px 0 5px;
	padding: 0;
	color: #333;
	background-color: #fff;
}

#b-content h4
{
    background-color: #FFFFFF;
    color: #767676;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.035em;
    line-height: 1.6em;
    margin: 10px 5px;
    padding: 0;
    word-spacing: 2px;
}

#b-content h5
{
	margin-top: 2px;
	margin-right: 0%;
	margin-bottom: 5px;
	padding-top: 2px;
	font-style: normal;
	color: #00693e;
	font-weight: normal;
}

#b-content h6
{
	margin-top: 2px;
	margin-right: 0%;
	margin-bottom: 5px;
	padding-top: 2px;
	font-style: normal;
	color: #00693e;

	font-weight: normal;
}

#b-content p
{
	font-family: 'Georgia',Times New Roman,Times,serif;
	color: #333;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	word-spacing: 2px;
	list-style-position: outside;
	font-size: 1.2em;
	line-height: 1.4em;
}

#b-content ul li, #b-content ol li
{
	color: #333;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 1.15em;
	line-height: 1.4em;
	margin-left: 35px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	letter-spacing: .03em;
	padding-left: 8px;
	list-style-position: outside;
}

#b-content ul li li
{
	color: #333;
}

#b-content .b4 a:link, #b-content .b4 a:visited, #b-content .b6 a:link, #b-content .b6 a:visited, #b-content .b9 a:link, #b-content .b9 a:visited
{
	color: #00693E;
	text-decoration: underline;
	border-bottom: none;
}

#b-content .b4 a:hover, #b-content .b6 a:hover, #b-content .b9 a:hover
{
	color: #00693E;
	background-color: #fff;
	text-decoration: none;
	border-bottom: none;
}

#b-content .section-name a
{
	border-bottom: none;
	color: #00693e;
	font-style: normal;
	text-decoration: none;
}

#b-content .section-name a:hover
{
	color: #333;
	background-color: #fff;
}

/* .b9
{
    position: relative;
	padding-top: 58%;
}



#b-content .b9 p
{
	font-size: 0.75em;
}

#b-content .b9 ul li
{
	color: #DDD;
}

#b-content .b9 ul li
{
	font-size: 0.75em;
}

#b-content .b9 p img, #b-content .b9 img 
{
    border: none;
    margin: -2px;
}

*/

#b-content .b6 img.right, #b-content .b6 img.left
{
	border: 0 none;
	margin: 2px;
	padding: 2px 4px 2px 2px;
}

#b-content form
{
	color: #333;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	letter-spacing: .03em;
	padding-left: 5px;
	font-size: .9em;
}

#b-content legend
{
	font-size: 1.1em;
	padding-bottom: 0;
	margin-top: 22px;
	margin-bottom: 7px;
	margin-right: 0%;
	color: #333;
	border-top: 2px solid #DDD;
	font-weight: normal;
}

/* GALLERIA */

#b-content #galleria
{
	margin: 0 auto 135px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 550px;
	
}

.galleria-container 
{ 
	background: transparent; 
	overflow: visible;
}

#b-content #galleria img
{
	border: 0px solid #fff !important;
	padding: 0px !important;
	margin: 0px !important;
}

#b-content #galleria .galleria-thumbnails img
{
	height: 40px;
}

.galleria-thumb-nav-left, .galleria-thumb-nav-right, .galleria-info-link, .galleria-info-close, .galleria-image-nav-left, .galleria-image-nav-right,.galleria-carousel .galleria-thumb-nav-left, .galleria-carousel .galleria-thumb-nav-right
{
	background-color: #000;
}

.notouch .galleria-image-nav-left:hover, .notouch .galleria-image-nav-right:hover 
{
    opacity: 1;
    filter: alpha(opacity=100);
	background-color: #00693E;
}

.galleria-info
{
	left: 0px;
	width: 100%;
	top: 555px;
}

.galleria-info-link, .galleria-info-close
{
	opacity: 0.3;
}

.galleria-info-text
{
	background-color: #333;
}

.notouch .galleria-info-link:hover 
{
    opacity: 1;
    filter: alpha(opacity=100);
	background-color: #00693E;
}

.galleria-image-nav 
{
    margin-top: -28px;
}

.galleria-image-nav-left, .galleria-image-nav-right 
{
	width: 30px;
	height: 60px;
}

.galleria-image-nav-right 
{
    background-position: -292px 14px;
}

.galleria-image-nav-left 
{
    background-position: 6px 15px;
}

.notouch .galleria-thumb-nav-left:hover, .notouch .galleria-thumb-nav-right:hover
{
	background-color: #00693E;
	opacity: 1;
}


/* c-content */

#c-content
{
	width: 315px;
	padding: 0;
	margin: 0;
	background-color: #fff;
	height:100%;
	float: left;
}

#c-content .c1, #c-content .c4
{
	display: none;
	visibility: hidden;
}

#c-content .c2
{
	background-color: #fff;
	margin: 0 0 7px 0;
	padding: 43px 0 6px;
}

#c-content .c2 img
{
	margin: 4px 0 -4px 1px;
}

#c-content .c3
{
	background-color: #fff;
	height: 72px;
	margin: 0;
	padding: 4px 0;
}

#c-content .c3 form
{
	padding-top: 6px;
}

#c-content address {
    padding: 1px 4px 1px 10px;
	color: #666;
}

#c-content p
{
	font-size: 1em;
}

#c-content a
{
	font-family: 'Apex New',Arial,Helvetica,sans-serif;
}

#c-content ul
{
	margin-right: 0;
}

#c-content ul li
{
	border-top: 1px solid #C1C1C1;
	border-bottom: none;
	line-height: 1.6em;
	padding: 2px;
	color: #00693e;
	font: 600 1.5em/125% 'Apex New',Arial,Helvetica,sans-serif;
}

#c-content ul li.last
{
	border-top: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
}

#c-content ul li a
{
	text-decoration: none;
	height: 50px;
	padding: 8px 45px 0 0;
	color: #00693e;	
	background: url("../images/nav-arrows-sprite.png") no-repeat scroll 100% -60px transparent;
	text-transform: uppercase;
}

#c-content ul li a:hover
{
	display: block;
	padding: 8px 45px 0 0;
	color: #00693e;
	text-decoration:underline;
	margin: 0 0 0 0px;
	background-color: transparent;
}

#c-content a:visited
{
	color: #00693e;
}

#c-content a:hover
{
	border: none;
	padding: 0px;
	color: #00693e;
	text-decoration:underline;
	background-color: transparent;
}

#c-content h3
{
	font: 100 1.5em/130% 'Apex New',Arial,Helvetica,sans-serif;	
	border-bottom: none;
	color: #333333;
	margin: 0 0 4px;
	padding: 4px 0 3px 4px;
	background-color: transparent;
	border-right: none;
    letter-spacing: normal;
}

#c-content h3 a
{
	color: #000;
	background-color: transparent;
	font-family: sans-serif;
	letter-spacing: normal;
	font-weight: 100;
	line-height: 1.3em;
}

#c-content h3 a:hover
{
	display: block;
	color: #ffffff;
	padding: 0;
	background-color: #CCC;
	margin: 0 0 0 0px;
}

#sbox, form input#sbox
{
	background-color: #E1E1E1 !important;
	border: none !important;
	border-radius: 5px 5px 5px 5px !important;
	height: 29px !important;
	padding: 0 33px 0 10px !important;
	vertical-align: middle !important;
	width: 120px !important;
}

#submit, form input#submit
{
	background: url("../images/form-sprites.png") no-repeat scroll 100% transparent !important;
	border: 0 none !important;
	height: 13px !important;
	width: 14px !important;
	position: relative !important;
	top: 2px !important;
	right: 25px !important;
}

#submit:hover
{
	cursor: pointer;
}

#search_dept
{
	font-family:  Verdana, Arial, sans-serif;
	color: #3c4549;
}

/*footer*/

#footer
{
	background: none repeat-x scroll center top #333;
	clear: both;
	height: 10em;
	border-top: none;
	margin: 0 auto;
	position: absolute;
    width: 100%;
}

#footer p
{
	font-family: 'Apex New',Arial,Helvetica,sans-serif;
	color: #fff;
}

#footer a:link, #footer a:visited
{
	color: #fff;
	text-decoration: underline;
}

#footer a:hover
{
	color: #fff;
	text-decoration: none;
}

.last-updated 
{
	font-family: 'Apex New',Arial,Helvetica,sans-serif;
	width: 97.3%;
	margin: 0 auto;
	padding: 0 0 10px;
	position: relative;
	bottom: -25px;
}

.last-updated a {
    color: #fff;
}

}

/* Tablet ------------------------- */
@media only screen and (min-width: 607px) and (max-width: 980px) {

#headercommon
{
	max-width: 637px;
}

#header
{
	max-width: 637px;	
}	

#header, #header-left
{
	background-position: center top;
}

#header, #header-left
{
	height: 47px;
}

#header-left #site-name 
{
	font: 100 2em/120% 'Apex Serif',Arial,Helvetica,sans-serif;
	padding: 8px 0 5px 20px;
	margin-top: -47px;
}
	
.home
{
	height: 47px;
	width: 637px;
}

/* Horizontal navigation */

#header-nav {
    max-width: 637px;
	height: 50px;
}

#header-nav ul
{
	font-size: .87em;
}

#header-nav a, #header-nav a:hover {
    margin: 0 15px 0 12px;
}

/* Containers */

#containerb
{
	max-width: 637px;
}

/* a-content */

#twtr-widget-1 .twtr-doc, #twtr-widget-1 .twtr-hd a, #twtr-widget-1 h3, #twtr-widget-1 h4
{
	font-size: .80em;
}

#twtr-widget-1 .twtr-bd, #twtr-widget-1 .twtr-timeline i a, #twtr-widget-1 .twtr-bd p
{
	font-size: 1.1em;
}

/* b-content */

#b-content
{
	width: 440px;
	float: right;
}

#b-content .b4 img
{
	width: 100%;
	height: auto;
}

#b-content .b4 p
{
	width: 412px;
}

#b-content .b6 img
{
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	width: 100%;
	height: auto;
}

#b-content .b6 iframe
{
	max-width: 100%;
}

#b-content h1
{
	font: 1.8em/105% 'Apex Serif',Arial,Helvetica,serif;
}
	
/* GALLERIA */

#b-content #galleria
{
	height: 400px;
	
}

.galleria-info 
{
    top: 400px;
}

/* c-content */

#c-content
{
	width: 190px;
}

/* footer */

.last-updated 
{
	width: 95%;
}

}


/* Phone ------------------------- */
@media only screen and (max-width: 606px) {

#headercommon
{
	max-width: 315px;
	height: 25px;
	background-position: left center;
	background: none;
}

#header
{
	max-width: 315px;	
}

#headercommon ul
{
	font-size: .8em;
	margin-top:4px;
	padding: 0px;
}

#headercommon li
{
	border-right: 1px solid #333;
}

#headercommon #commonnav
{
	text-align: left;
}

#headercommon #commonnav img.dart
{
	visibility: invisible;
	display: none;
}

#header, #header-left
{
	height: 30px;
}

#header, #header-left
{
	background-position: center top;
}

.home
{
	height: 64px;
	width: 100%;
}

#header-left #site-name 
{
    font-size: 1.6em;
    letter-spacing: 1px;
    height: 15px;
    margin-top: -64px;
    padding: 1px 10px 14px 10px;
}

/* Horizontal navigation */

#header-nav 
{
    height: 144px;
    max-width: 315px;
    padding: 0;
}

#header-nav ul 
{
    font-family: 'Apex New',Arial,Helvetica,sans-serif;
    font-size: 1em;
    padding: 0 10px;
    text-align: left;
}

#header-nav ul li 
{
    border-bottom: 1px solid #CCCCCC;
    border-right: medium none;
    display: block;
    padding: 4px 0;
}

#header-nav ul li.last
{
	border: none;
}

#header-nav a 
{
    margin: 0 8px 0 0;
    padding: 3px 5px;
    }

#header-nav ul li a:hover 
{
	background-color: #DDD;
	display: block;
    margin: 0 8px 0 0;
    padding: 0px 5px;
	color: #333;
}

/* containers */

#containerb
{
	max-width: 315px;
}

/* a-content */
#a-content
{
	width: 315px;
	padding: 0;
}

#a-content h3
{
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: .85em;
}

#a-content h3 a:hover
{
	background-color: transparent;
}

#a-content h4, #a-content h5
{
	font-size: .8em;
}

#a-content p
{
	font-size: .8em;
	margin: 4px 8px 4px 8px;
}

#a-content ul
{
	font-size: .75em;
}

#a-content ul li
{
	display: block;
	border-right: 1px solid #DDD;
}

#a-content ul li.last
{
	border-right: none;
}

/* b-content */

#b-content
{
	width: 315px;
}

.b1
{
	padding-left: 2px;
}

#b-content .b4 img
{
	width: 100%;
	height: auto;
}

#b-content .b4 p {
    width: 287px;
}

#b-content h1
{
	font: 1.8em/105% 'Apex Serif',Arial,Helvetica,serif;
}

/* GALLERIA */

#b-content #galleria
{
	height: 300px;
	margin: 0 auto 180px;
}

.galleria-info 
{
    top: 300px;
}

/* c-content */

#c-content
{
	width: 315px;
	padding: 0;
	background-color: #fff;
	float: left;
}

#c-content .c1, .c4
{
	display: none;
	visibility: hidden;
}

#c-content .c2
{
	padding: 30px 0 6px;
}

#c-content .c3
{
	padding: 5px 2px 4px;
	height: 80px;
}

#c-content ul li a
{
	height: 26px;
}

/*footer*/

#footer
{
	height: 3em;
}

#footer-a
{
	font-size: .8em;
	width: 100%;
    max-width: 100%;
}

#footer-b
{
    display: none;
    visibility: hidden;
}

#footer p
{
	padding: 3px 10px 0;
}

.last-updated, .footer-b
{
    display: none;
    visibility: hidden;
}

}

/*

#a-content .a4
{
visibility: hidden;
display: none;
}


#sidebar-image{height:237px; border-radius:8px; background-image: url("/coeducation/images/sidebar-img.jpg"); margin-bottom:30px; background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;}


	
	#a-content .sidebar{font-size: 1.2em;
   font-family: sans-serif;
	letter-spacing: normal;
	font-size: 1.2em;
	line-height: 1.2em;
    font-weight: normal;
	border-bottom:none;}
	
	#c-content .c2 h3{
   color: #333;
	background-color: transparent;
	border-bottom: 1px solid #333333;
	border-right: none;
	font-family: sans-serif;
	letter-spacing: normal;
	font-size: 1.5em;
	line-height: 1.2em;
	padding: 4px 0 8px 0px;
	margin: 0 0 4px;
	font-weight: 100;
}

#c-content .c3 h3{
   color: #333;
	background-color: transparent;
	border-bottom: 1px solid #333333;
	border-right: none;
	font-family: sans-serif;
	letter-spacing: normal;
	font-size: 1.5em;
	line-height: 1.2em;
	padding: 4px 0 8px 0px;
	margin: 0 0 4px;
	font-weight: 100;
}

#c-content .c4 address{
margin-left:0px;
padding-left:0px;
}

#c-content .c4 a{
color:#00693e;
}
	
input#submit{background:#00693e; height:27px; border:none; color:#fff;  margin-right:0px;cursor:pointer; width:auto;}
input#submit:hover{background:#333333; height:27px; border:none; color:#fff;  margin-right:0px;cursor:pointer;}
input {border-radius:5px; display:block;border: 1px solid #ccc; height:25px; margin-top:0px;  width:70%; float:left; margin-right:10px; padding-left:5px;}

.c4 {
    margin: 0;
    padding-right:0px; padding-left:20px;
}

#cse-search-box{margin-bottom:30px;}

#b-content .b2 h1{font-size:2.55em;}

#a-content .a3{height:100%;
border-bottom:0px;}

.a3{height:500px;}

#c-content {-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px; padding-bottom:20px;}

#a-content {-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px; padding-bottom:20px;}

#b-content ul {
    list-style-type:circle;
}

*/
