/* RESPONSIVE GRID SYSTEM =============================================================================  */

/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font : 100%/1.4 georgia, times, 'Times New Roman', serif; 	
color : #777; 
text-align: left;
background: #fff url(/images/bodyback.png) left top;
}

button, 
input, 
select, 
textarea { 
font-family : Argumentum-Medium;
color : #333; }

ol, ul {margin: 0 0 30px 30px;}

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6, .perc-list-title {
font-family: helvetica, helve, arial, sans-serif;
font-weight : normal;
margin-top: 0px;

}

h1 { 
font-family: Goudy, Times, serif;
color: #000;
margin-bottom : 0.2em;
font-size : 6em; /* 96 / 16 */
line-height : 0.9;
}


h2 { 
color: #000000;
margin-bottom : .5em;
margin-top : 0em;
font-size : 2.75em; /* 40 / 16 */
line-height : 1.2;
font-weight: bold;
}

h3, .perc-list-title { 
color: #333;
margin-bottom : 0.3em;
font-size : 1.75em; /* 28 / 16 */
line-height : 1.3; }


h4 { 
color: #444;
margin-bottom : 0.5em;
font-size : 1.5em; /* 24 / 16  */
line-height : 1.25; }

	footer h4 { 
		color: #ccc;
	}

h5 { 
color: #555;
margin-bottom : 1.25em;
font-size : 1em; /* 20 / 16 */ }

h6 { 
color: #666;
font-size : 1em; /* 16 / 16  */ }

p {margin-bottom: 1.5em;}

blockquote {margin: 0 50px; margin-bottom: 1.5em;}


/* LINKS =============================================================================  */

a { 
color : #990000;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:visited { 
color : #990000; }

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0;
color : #3c4746;
}

a.button-moreinfo:link, a.button-moreinfo:visited {float: right; background-color:#990000; color:white; border-radius:6px; font-size:14px; font-weight:bold; padding:10px 20px; cursor:pointer; border: none; margin-right: 10px;}
a.button-moreinfo:hover, a.button-moreinfo:active {float: right; background-color:#666; color:white; border-radius:6px; font-size:14px; font-weight:bold; padding:10px 20px; cursor:pointer; border: none; margin-right: 10px;}

footer a { 
color : #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited { 
color : #fff; }

footer a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

footer a:hover, 
footer a:active { 
outline : 0;
color : #fff;
}


/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }
img.fullimage {width: 100%}


/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }

#wrapper, .perc-container {
	width: 100%;
	position: relative;
	text-align: left;
}
	
	#topbar {text-align: right; padding: 2px 0px 2px 0; background-color: #8caeb0; width: 100%; text-transform: uppercase; height: 15px;}
	/* #topbar ul {list-style: none; width: 80%; max-width: 92.3em; margin: 0 auto; }
	#topbar ul li {float: right; margin: 0px 20px; font-size: 75%;}
	#topbar a:link, #topbar a:visited {color: white;}
	#topbar a:hover, #topbar a:active {color: white;} 
	*/
	#headcontainer {
		width: 100%;
		background: url(/images/headerback.png) no-repeat center top;
	}
	#headcontainer h1 {margin-bottom : 0; margin-top: -10px; }
	#mainlogo {/* border-right: 3px solid #4c5959; */ text-align: right;}
	#mainlogo img {width: 85%;}
	#mainlogo img#lowrez {diplay: none;}
	#masthead {font-size: .6em; text-transform: uppercase; margin-left: 0px;}
	#masthead a {color: #000;}
	#masthead #theof {display: inline; padding-right: 5px; font-size: .6em;  z-index: 100px;}
	#masthead #theand {display: inline; padding-right: 5px; font-size: .8em;}
	#masthead i {font-style: italic; text-transform: none;}
	#masthead img {display: none;}
	
	
		header {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 20px 0px 0px 0px;
			position: relative;
			color: #000;
			text-align: left;
		}
 
   
		

	#maincontentcontainer {
		width: 100%;
	}
	
		.standardcontainer {
			
		}
		
		.darkcontainer {
			background: rgba(102, 102, 102, 0.05);
		}

		.lightcontainer {
			background: rgba(255, 255, 255, 0.25);
		}
		
			#maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0px;
				color: #555;
				line-height: 1.5em;
				position: relative;
			}
		
			.maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0px;
				color: #333;
				line-height: 1.5em;
				position: relative;
			}
		
		#maincontent h3 {margin-top: 20px; font-weight: bold;}
		#maincontent img.faculty {width: 25%; margin-left: 5px;}
		.nobullets {list-style: none;}
		
		.featureimage {background-color: #dedede; padding: 10px 10px 40px 10px; margin-bottom: 25px; margin-right: 0px; margin-top: 0px; 
		border: 1px solid #e5e1d9;
		/* -moz-box-shadow: rgba(0,0,0,0.4) 1px 1px 7px;
		-webkit-box-shadow: rgba(0,0,0,0.4) 1px 1px 7px;
		box-shadow: rgba(0,0,0,0.4) 1px 1px 7px; */}
		.featureimage a {color: #990000; text-decoration: none;}
		
		.rmm {display: none;}
		#thesidebar {}
				
		/* colors: #e5e1d9 (tan); #8caeb0 (teal); */
				
		#thenavigation {background-color: #555555; padding: 18px 18px 18px 18px; margin-bottom: 0px; font-family: helvetica, helve, arial, sans-serif; font-size: 110%; color: white; text-align:left;}
		#thenavigation ul {margin: 0 0 0 -2px;}
		#thenavigation ul li {list-style: none; padding: 9px 8px; font-weight: bold; border-top: 1px solid #8caeb0; }
		#thenavigation ul li.current {background-color: #8caeb0; }
		#thenavigation a {color: white;}
		#thenavigation ul li:hover {background-color: #8caeb0;}
		#thenavigation ul li:last-child {border-bottom: 1px solid #8caeb0;}
		
		#thenavigation ul ul li {border-top: none;}
		#thenavigation ul ul {margin: 0 0 0 20px;}
		#thenavigation ul ul a {color: silver; font-weight: normal;}
		#thenavigation ul ul li.current {font-weight: normal; text-decoration: underline;}
		#thenavigation ul ul li:hover {background-color: #990000; text-decoration: underline; font-weight: normal;}
		#thenavigation ul ul li:last-child {border-bottom: none;}
		
		#socialmedia {text-align: center; font-family: helvetica, helve, arial, sans-serif; }
		#socialmedia h3 {font-size: 85%; margin: 10px; padding-top: 5px; color: #555555; }
		#socialmedia img {margin: 0px 3px 0px -3px; vertical-align: middle;}
		#socialmedia ul li {list-style: none;}
		
		.videofloatright {float: right; margin-left: 15px;}
		
		.bodycopy {padding-left: 15px; text-align: left;}
		.bodycopy p {font-size: 110%;}
		.bodycopy h2 { border-bottom: solid 1px #8caeb0; padding: 10px 0; z-index: -100;}
		.bodycopy h3.divider, .bodycopy h4.divider { border-bottom: solid 1px gray; padding: 5px 0; z-index: -100;}
		.bodycopy h3, .perc-list-title {color: #8caeb0; font-weight: bold;}
		.perc-list-title {margin-top: 20px; border-bottom: solid 1px #000; margin-bottom: 20px;}
		
		.bodycopy cite {margin: 10px 0 25px 5px; display: block; }
		
		.bodycopy ul ul {margin: 0 0 0 30px;}
		.bodycopy ol {margin-bottom: 0}
		.bodycopy img.floatleft, .bodycopy img.floatright {width: 40%; max-width: 500px;}
		.perc-list-element {list-style: none; clear: both; margin-left: -30px;}
		.perc-list-element a {font-size: 145%; font-weight: bold; font-family: helvetica, helve, arial, sans-serif;}
		a.perc-more-link {font-size: 100%; font-style: italic;}
						
		.subnavigation {width: 25%; background-color: #dedede; float: right; text-align: left; padding-top: 10px; margin-left: 15px; margin-top: -19px; font-family: helvetica, helve, arial, sans-serif;}
		.subnavigation ul {list-style: none; margin: -10px 0 0 0; }
		.subnavigation ul li {padding: 6px 10px; border-top: 1px solid #999999;}
		.subnavigation ul li:last-child {border-bottom: 1px solid #999999;}
		.subnavigation ul ul {padding-top: 10px;}
		.subnavigation ul ul li {padding-left: 25px;}
		.subnavigation ul ul li:last-child {border-bottom: none;}
		.subnavigation li.divider {background-color: #555555; font-weight: bold; color: white; border-top: none;}
		.subnavigation a:link, .subnavigation a:visited {color: black; font-weight: bold;}
		.subnavigation .feature a:link, .subnavigation .feature a:visited {color: black;}
		.subnavigation a:hover, .subnavigation a:active {color: gray; font-weight: bold; text-decoration: none;}
		
		.subnavigation .feature {background-color: #dcceab;}
		.subnavigation .feature .reg-button {background-color: rgb(255,255,255); color:##990000; border-radius:5px; border: thin solid ##fff; display: inline-block; font-size:12px; font-weight:bold; margin: 5px; padding: 5px; cursor:pointer; float: right;}
				
		
		h4.curriculum {width: 100%; background-color: #990000; color: white; text-align: center; margin-bottom: 0; padding: 4px 0; text-transform: uppercase;}
		h4.curriculumtotal {width: 100%; background-color: #000; color: white; text-align: center; margin-bottom: 0; padding: 4px; text-transform: uppercase; font-size: 100%; font-weight: bold;}
		table.curriculum {width: 100%; margin: 0;}
		table.curriculum th.firstrow {background-color: #bbb; color: black; text-align: center; padding: 2px;}
		table.curriculum tr.lastrow {background-color: #ddd;}
		table.curriculum td {padding: 3px;}
		
		#calendar {background-color: #fff; list-style: none; padding: 5px 15px 15px 0px; margin-left: 0px; width: 100%;}	
		#calendar td.thedate {white-space: nowrap; background-color: #dedede; color: #000; padding: 15px; font-family: helvetica, helve, arial, sans-serif; font-size: 1.2em; text-transform: uppercase; margin-bottom: 10px; padding-right: 10px;}
		#calendar tr {border-top: 1px solid #4c5959;}
		#calendar .infoline {background-color: #fff; padding: -5px 5px 0 5px; font-family: helvetica, helve, arial, sans-serif; margin-left: 20px; margin-top: -5px;  margin-bottom: 10px; font-weight: bold;}
		#calendar .locline {background-color: #fff; padding: -5px 5px 0 5px; font-family: helvetica, helve, arial, sans-serif; margin-left: 20px; margin-bottom: 10px; }
		#calendar img {float: right; max-width: 150px; width: 35%;}
		#calendar a:link, #calendar a:visited {color: #990000; font-family: helvetica, helve, arial, sans-serif; font-style: normal;}
		#calendar a:hover, #calendar a:active {color: #4c5959; font-family: helvetica, helve, arial, sans-serif; font-style: normal;}
		
		.faculty {margin-left: 0; margin-top: 30px; line-height: 1.4em; clear: both; }
		.faculty ul {list-style: none; }
		.faculty img {float: right; width: 35%; max-width: 200px; padding-bottom: 15px; margin-left: 10px; }
		
		hr {border-top: 1px solid #4c5959; padding: 5px 0 5px 0;}
		
		.photopulls {margin: 0 auto; text-align: center; padding: 10px;}
		.photopulls img {margin-right: 15px; padding: 5px;}
		
		.floaters {float: left; width: 175px; height: 200px;}
		
		.cmcage {font-weight: bold; font-style: italic; color: black; font-size: .75em;}
		
		.featured {padding: 25px; text-align: center;}
		
		.nomobile {display: block;}
		.hide {display: none;}
		.unhide {display: block; margin-bottom: 15px;}
		
		.moreinfo-button {float: right; background-color:rgb(153, 0, 0); color:rgb(255, 255, 255); border-radius:6px; font-size:14px; font-weight:bold; padding:10px 20px; cursor:pointer; border: none; margin-right: 10px;}

		
	#footercontainer {
		width: 100%;	
		border-top: 1px solid #fff;
		background: #dedede url(/images/footerback.png) left top;
	}
	
		footer {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 20px 0px 10px 0px;
			color: #444;
			
			font-family: helvetica, helve, arial, sans-serif;
		}

		footer strong {
			font-size: 1.000em; /* 14 / 13 */
			color: #444;
		}
		
		footer a:link, footer a:visited { color: #444; text-decoration: none; }
		footer a:hover, footer a:active { color: #999; text-decoration: underline; }
		
		#footercenter {padding: 0 5px 0 25px; border-left: 1px solid #999999; text-align: left;}
		#footercenter p {padding-bottom: 2px;}
		#footernavigation {list-style: none; margin-left: -15px; margin-top: 0; border-left: 1px solid #999999; padding-left: 25px; text-align: left;}
		#footernavigation li {margin: 0 0 7px 0; font-weight: bold;}
		
		#subfooter {font-family: helvetica, helve, arial, sans-serif; margin: 0 auto; text-align: center; 
			background-color: #fff; padding: 30px 0; text-transform: uppercase; word-spacing: 40px; color: #8caeb0; font-size: 0.8125em;
			font-weight: bold;}	
			
.fullvideo {width: 80%;}		



/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}



/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }
  
 


/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.breadcrumb p {
	text-align: left;
}


/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

/*p {
 http://www.w3.org/TR/css3-text/#hyphenation 
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }*/
