@charset "utf-8";

<style type="text/css">

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body {
  background-image:url(file://///hubble/Hubble/2015%20Summer%20Internship/Low%20Priority%20Clients/CIT%20Website%20Design/Website/Images/CIT_bg.png);
  background-color:#000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 10px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
	font-family: "Helvetica", Gotham, Helvetica Neue, Arial, sans-serif;
	font-size: 16px;
	text-align: left;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}


/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 960px;
	margin: auto;
	text-align: center;
	
	
	 /* the auto value on the sides, coupled with the width, centers the layout */
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	position: relative;
	color: #FFFFFF;
	text-align: center;
	font-size: 2em;
	
}




.content {
	width: 960px;
	font-size: x-small;
	height: 700px;
	padding-top: 10px;
	background-color: #F2F3EC;
	opacity: 0.95;
	position: relative;
	border: 1px solid #474646;
	float: right;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */

.content ul, .content ol {
	padding-top: 0;
	padding-bottom: 15px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}




.footer-distributed{
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: normal 16px sans-serif;
	background-color: #000000;
	opacity: 0.95;
	padding-top: 5px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 40px;
	margin-top: 712px;
}

.footer-distributed .footer-left p{
	color:  #8f9296;
	font-size: 14px;
	margin: 0;
	padding-top: 0px;
}

/* Footer links */

.footer-distributed p.footer-links{
	font-size:18px;
	font-weight: bold;
	color:  #ffffff;
	margin: 0 0 10px;
	padding: 0;
}

.footer-distributed p.footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-right{
	float: right;
	margin-top: 6px;
	padding-top: 10px;
	max-width: 220px;
}

.footer-distributed .footer-right a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-left: 3px;
}
.container table {
	text-align: center;
}
.footer-distributed .footer-right .footer-righttext {
	color: #8f9296;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 13px;
	font-family: sans-serif;
	text-align: left;
}

nav {
	
	}
	

 .navbutton {
	margin: 0px 1px 0px 1px;
	width: 127px;
	height: 25px;
	border: 2px solid;
	border-color: #FFFFFF;
	border-radius: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #112700;
	text-align: center;
	display: inline-block;
	padding-top: 3px;	
	font-size: 1.1em;
}
.navbutton:hover {
	border-color:#20F300;
	color:#20F300;
	background-color:#112700;
}

.Image {
	float: right;


}
.container .content img {


}
h2 {
	/* [disabled]float: none; */
	text-align: left;
}
#abouth2 {
	text-align: right;
	float: right;

}
#aboutp {
	text-align: justify;
}
#faculty {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2em;
}
#title {
	font-variant: small-caps;



	font-size: 2.em;
	font-size: 1.8em;
}

.accordion {
    font-family:Arial, Helvetica, sans-serif; 
    margin:0 auto;
    font-size:14px;
    border:1px solid #542437;
    border-radius:10px;
    width:900px;
    padding:10px;
    background:#fff;
}
.accordion ul {
    list-style:none;
    margin:0;
    padding:0; 
	  
}
.accordion li {
    margin:0;
    padding:0;
	
}
.accordion [type=radio], .accordion [type=checkbox] {
    display:none;
}
.accordion label {
    display:block;
    font-size:16px;
    line-height:20px;
    background:#112700;
    border:1px solid #542437;
    color:#FFFFFF;
    text-shadow:1px 1px 1px rgba(255,255,255,0.3);
    font-weight:700;
    cursor:pointer;
    text-transform:uppercase;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}
.accordion ul li label:hover, .accordion [type=radio]:checked ~ label, .accordion [type=checkbox]:checked ~ label {
	background:url(file://///hubble/Hubble/2015%20Summer%20Internship/Low%20Priority%20Clients/CIT%20Website%20Design/Website/Images/banban.png);
	background-color:#4CE92A;
    color:#FFF;
    text-shadow:1px 1px 1px rgba(0,0,0,0.5)
}

.accordion .dropdowns {
    padding:0 10px;
    border:1px solid #fff; /* Make the border match the background so it fades in nicely */
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
}
.accordion p {
    color:#333;
    margin:0 0 10px;
}
.accordion h3 {
    color:#542437;
    padding:0;
    margin:10px 0;
}


/* Vertical */
.vertical ul li {
    overflow:hidden;
    margin:0 0 1px;
}
.vertical ul li label {
    padding:10px;
}
.vertical [type=radio]:checked ~ label, .vertical [type=checkbox]:checked ~ label {
    border-bottom:0;
}
.vertical ul li label:hover {
    border:1px solid #542437; /* We don't want the border to disappear on hover */
}
.vertical ul li .dropdowns {
    height:0px;
    border-top:0;
}
.vertical [type=radio]:checked ~ label ~ .dropdowns, .vertical [type=checkbox]:checked ~ label ~ .dropdowns {
    height:300px;
    border:1px solid #542437;
}
