/*  Accessing the Mississippi Coast styles  */

/* GENERAL */

body {
	
}

.topNavigation {
	background-color: #3776a6;
	height: 41px;
	text-align: center;
}

.topNavigation li {
	display: inline-block;
	padding: 0 14px;
	border-right: solid 1px rgba(255,255,255,0.2);
	margin: 10px 0;
	color: white;
}

.topNavigation a {
	text-decoration: none;
	color: white;
}

.topNavigation a:hover {
	text-decoration: none;
	color: #fdd8b0;
}

.topNavigation a:active {
	color: #fdb86e;
}

.topNavigation li.last {
	border-right: none; 
}

.footer {
	background-image: url(../images/footer-bg.jpg);
	height: 293px;
	width: 100%;
	position: static;
	
}



.footerNavigation {
	height: 41px;
	/*text-align: center;*/
	float: right;
	margin-top: 5px;
	padding-right: 80px;
	margin-left: 10px;
}

.footerNavigation li {

	border-bottom: dotted 1px rgba(255,255,255,0.2);
	margin: 10px 0;
	color: white;
	width: 200px;
	list-style: none;
	line-height: 20px;
	
}

.footerNavigation a {
	text-decoration: none;
	color: white;
}

.footerNavigation a:hover {
	text-decoration: none;
	color: #fdd8b0;
}

.footerNavigation a:active {
	color: #fdb86e;
}



.footerNavigation li.last {
	border-right: none; 
}



#footNav {
	float: right;
	margin-top: 20px;
}

#footTitle {
	margin-top: 30px;
	margin-left: 30px;
	
}

#footTitle p {
	color: white;
	font-size: 18px;
	font-weight: 500;
}


/* HOME PAGE */

/* -- Call to Action | HOME */

.callToAction {
	background-image: url(../images/calltoaction-bg.jpg);
	height: 270px;	
	text-align: center;
	padding-top: 30px;
	border: none;
}

.callToAction h1 {
	font-family: 'Open Sans', sans-serif;	
	font-weight: 300;
	color: #e5fbd3;
	font-size: 28px;
	
}

.callToAction p {
	color: #bce4ef;
	font-size: 16px;
	font-weight: 200;
	line-height: 2em;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
		
}


.ctaButton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 17px/100% Helvetica, Arial, sans-serif;
	padding: 15px 35px 15px 35px;
	
	-webkit-border-radius: 3em; 
	-moz-border-radius: 3em;
	border-radius: 3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background-color: #cb6f0c;
	color: white;
	font-weight: 500;	
}

.ctaButton:hover {
	text-decoration: none;
	background-color: #d58a3a;
}

.ctaButton:active {
	position: relative;
	
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0);
	box-shadow: 0 0px 0px rgba(0,0,0,0);
	background-color: #b36108;
	color: #ffc17f;
}

/* -- Tri Links | HOME */

.triLinks {
	background-image: url(../images/threelinks-bg.jpg);
	height: 382px;
	/*height: 290px;*/
	padding-top: 7px;
	padding-bottom: 20px;
		
}

.triLinks div {
	float: left;

	padding-top: 20px;
	text-align: center;
	
}

.triLinks h3 {
	color: #cb6f0c;
	font-size: 16px;
	padding-top: 10px;
}



.triLinks p {
	color: #576242;	
	width: 200px;
	text-align: center;
	margin: auto;
}

.tlButton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Helvetica, Arial, sans-serif;
	padding: 9px 20px 9px 20px;
	margin-top: 20px;
	
	-webkit-border-radius: 3em; 
	-moz-border-radius: 3em;
	border-radius: 3em;
	-webkit-box-shadow: 0 1px 2px rgba(157,188,126,.4);
	-moz-box-shadow: 0 1px 2px rgba(157,188,126,.4);
	box-shadow: 0 1px 2px rgba(157,188,126,.4);
	background-color: white;
	color: #cb6f0c;
	font-weight: 300;	
}

.tlButton:hover {
	text-decoration: none;
	background-color: #fbf2e9;
}

.tlButton:active {
	position: relative;
	
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0);
	box-shadow: 0 0px 0px rgba(0,0,0,0);
	background-color: #b36108;
	color: #ffc17f;
}



/* -- Website Partners | HOME */


#websitePartners h2 {
	font-family: 'Open Sans', sans-serif;	
	font-weight: 300;
	color: #7f935a;
	font-size: 22px;
	padding-top: 35px;
	text-align: center;
}

#websitePartners div {
    display: inline;
    overflow: hidden;
    
    padding-right: 20px;
    margin: 10px auto;
	float: left;
}

#websitePartners {
	background-color: white;
	height: 250px;
	text-align: center;
}

.sgmalogo:hover {
	background: url(http://masglp.olemiss.edu/amc/images/logos/sgma-logo-orange.png)  no-repeat;
}

/* -- GENERAL CONTENT -- */

.header {
	background-color: #f4faf1;
	height: 60px;
	border-bottom: solid 1px #c3daaa;	
}

.header h1 {
	font-size: 16px;
	padding-top: 6px;
	padding-left: 30px;
	font-family: 'Open Sans', sans-serif;	
	font-weight: 300;
	color: #5c7b2c;
	font-size: 30px;
	
}


.bodyContent {
	background-color: white;
	min-height: 100%;
	width: 100%;
	padding-bottom: 10px;
	display: inline-block;

}


.bodyContentMain {
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	height: 100%;
	
	
}

.bodyContentMain p {
	font-size: 16px;
	line-height: 30px;	
	color: #585757;
	text-align: justify;
	
}

.bodyContentMain h2 {
	color: #3776a6;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.bodyContentNav {
	float: right;
	margin-top: 40px;
	text-align: center;
	
}

.bodyContentNav a {
	text-decoration: none;
	display: block;
	color: #d08733;
}



.bodyContentNav h4 {
	
	color: #576242;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #c3daaa;
	border-bottom: solid 1px #abc391;
	margin-bottom: 0;
	text-decoration: none;
}

.bodyContentNav h3 {
	color: #d08733;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #e5eedc;
	margin-bottom: 0;
	border-bottom: solid 1px #f1fbe6;
	font-weight: 300;
}


.bodyContentNav h3:hover {
	background-color: #dc9649;
	color: white;
}

.bodyContentNav h3:active {
	background-color: #edc090;
}

.blueQ {
	
	color: white;
	color: #205d8c;
	font-weight: 300;
	background-color: #ebf2fc;
	background-color: #205d8c;
	background-color: #f1f7fc;
	padding: 6px 11px;
	
	border: solid 1px #205d8c;
	
	
}

.answer {
	font-weight: 300;
	
	color: white;
	color: #6a8d3b;
	
	background-color: #6a8d3b;
	background-color: #fcfefb;
	padding: 6px 12px;
	
	border: solid 1px #6a8d3b;
}

p a {
	color: #d27c1d;
	text-decoration: none;
}

p a:hover {
	color: #dc9649;
}

.bodyContent hr {
	border-color: #cccccc;
	height: 1px;
}

.indentPara {
	padding-left: 25px;	
}