body {
  background-color: #222;
/*  background-image: url('/media/33/background_complete.jpg');
  background-repeat: no-repeat;
  background-position: top center;*/
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

a { color: #800000; text-decoration: none; outline:none; }
a:active, a:visited, a:focus {
    outline: none;
}
a.hide_email {
	text-decoration:none !important;
}
table { border-collapse: collapse; }

td { padding: 0; vertical-align: top; }

table.contactListing td{ padding:10px; }

a img { border: none; }

table.striped tr:nth-child(odd) {
	
	background:#e3e3e3;
}
table.striped td {
	padding:3px 10px;
}
table.striped td p:last-child {
	margin-bottom:0;
}
.blue-button {
	display: block;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	margin: 10px;
	background: #b8c5d3;
	font:bold 14px/17px sans-serif;
}
.blue-button:hover { background:#96aabf; }

blockquote { 
	padding:5px 10px;
	font-style:italic;
	margin:0;
}
blockquote span { font-style:normal; }
blockquote.blue{
	background-color: #b8c5d3; 
	border-left: 6px solid #96aabf;
	border-radius: 0 8px 8px 0;
}
blockquote.grey{
	background-color: #cccccc;
	border-left: 6px solid #999;
	border-radius:0 8px 8px 0;
}
div.caption-right {
	background: #e8e8e8; 
	border: solid 1px #ccc; 
	float: right; 
	margin: 0 0  10px 25px; 
	padding-top: 4px; 
	text-align: center;
}
div.caption-left {
	background: #e8e8e8; 
	border: solid 1px #ccc; 
	float: left; 
	margin: 0 25px  10px 0; 
	padding-top: 4px; 
	text-align: center;
}
div.caption-right p, div.caption-left p {
	font-size: 10px; 
	text-align: center; 
	font-style: italic;
}

/* Color Header Backgrounds */

.greyhead {
	background:#dcd1cc;
	padding:3px 10px;
}
.redhead {
	background:#800000;
	padding:3px 10px;			
}
.bluehead {
	background:#b8c5d3;
	padding:3px 10px;			
}


/* Emergency Notification Styles - Also located in UniversalNav.css (for phase 2 templates) */
.emergencyUpdate {
	background-color:#fff;
	color:#000;
	width:100%;
	font-family: sans-serif;
	box-sizing:border-box !important;
	box-shadow: inset 0 0 10px 1px rgba(0,0,0,0.75);
	padding-bottom:10px;
}
.emergencyUpdate a {
	color:#000;
	text-decoration:underline;
}
.emergencyUpdate p {
	padding:5px 10px;
	font-size:13px !important;
	line-height:17px !important;
}
.emergencyUpdate h1, .emergencyUpdate h2, .emergencyUpdate h3 {
	border-bottom:1px solid #ccc;
	padding-bottom:7px;
	line-height:initial;
}
.emergencyUpdate .timestamp {
	margin:0 0 0 10px;
    background: #800000;
    display: inline-block;
    color: #fff;
	padding:2px 10px;
}


/* Flowplayer */
.flowplayer-wrap {
	width:100%;
	height:278px;
}


/* CSS Buttons Grey, Blue, Red and Black are the current options */

a.button {
	padding:5px 15px;
	border-radius:6px;
	border:2px solid;
	text-align:center;
	text-shadow:1px 1px 1px #333;
	transition:all 350ms ease-in-out;
	-moz-transition:all 350ms ease-in-out;
	-webkit-transition:all 350ms ease-in-out;
	-ms-transition:all 350ms ease-in-out;
	text-decoration:none;
	box-shadow:0px 15px 8px -12px rgba(0,0,0, 0.75);
	-moz-box-shadow:0px 15px 8px -12px rgba(0,0,0, 0.75);
	-webkit-box-shadow:0px 15px 8px -12px rgba(0,0,0, 0.75);
	-ms-box-shadow:0px 15px 8px -12px rgba(0,0,0, 0.75);
	display:inline-block;
	
}
a.red{
	background: rgba(128,0,0,1.0);
	color:#f7f7ff;
	border-color:rgba(255,255,255, 0.6);
	border-style:inset;
	
}

a.red:hover{
	background:rgba(128,0,0,0.7);
	color:#fff;
	border-color:rgba(128,0,0, 0.5);
	border-style:inset;
	box-shadow:0px 8px 7px -4px rgba(0,0,0, 0.90);
	-moz-box-shadow:0px 8px 7px -4px rgba(0,0,0, 0.90);
	-webkit-box-shadow:0px 8px 7px -4px rgba(0,0,0, 0.90);
	-ms-box-shadow:0px 8px 7px -4px rgba(0,0,0, 0.90);
}


a.black{
	background: #444;
	color:#f7f7ff;
}
a.black:hover{
	background:#000;
	color:#fff;
}
a.grey, a.gray{
	background: #aaa;
	color:#fff;
}
a.grey:hover, a.gray:hover{
	background:#888;
	color:#fff;
}
a.blue{
	background: #b6c4d1;
	color:#f7f7ff;
}
a.blue:hover{
	background:#97a9bf;
	color:#fff;
}
a.button-text {
	font:11px/11px sans-serif;
	padding:2px 10px 2px 10px;
	background:#e5c4bf; /* fallback for IE 7 */
	background:rgba(128, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
}
a.button-text:hover {
	background:#800000;
	background:rgba(128, 0, 0, 1);
	color:#fff;
}

/* Grey HR */
hr.grey, hr.gray {
	border:1px solid #ccc;
	background:none;
}

/* Interactive Campus Map Styles 
Purple: #9d6b9e
Red: #b50938
Grey: #bfc0c2
Blue: #6b99d4
Green: #06a048
Parking: #000000

3d Buttons for Campus Map

*/
#controls{
	margin:10px 0;
}
a.threeD{
	padding:8px;
	border-radius:8px;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	position:relative;
	cursor:pointer;
	text-shadow:1px 1px 2px #000;
}

a.threeD.red {
	box-shadow:0 5px #850d26;
	background:#b50938;
	color:#fff;
}
a.threeD.red:hover{}
a.threeD.purple{
	background:#9d6b9e;
	box-shadow:0 5px #7e557f;
	color:#fff;
}
a.threeD.red:hover{}
a.threeD.grey{
	background:#bfc0c2;
	box-shadow:0 5px #999;
	color:#fff;
}
a.threeD.grey:hover{ background:#bfc0c2;}
a.threeD.blue{
	background:#6b99d4;
	box-shadow:0 5px #48678e;
	color:#fff;
}
a.threeD.blue:hover{ background:#6b99d4; }
a.threeD.green{
	background:#06a048;
	box-shadow:0 5px #00823b;
	color:#fff;
}
a.threeD.green:hover{ background:#06a048; }
a.threeD.parking{
	box-shadow:0 5px #444;
	background:#666;
	color:#fff;
}
a.threeD.parking:hover{ background:#666; }
a.threeD.all{
	background:#ff9900;
	box-shadow:0 5px #c27913;
	color:#fff;
}
a.threeD.all:hover{ background:#ff9900; }
a.threeD:active{
	top:5px;
	box-shadow:none;
}

.nav-links {
	float:left;
	padding-left:20px;
}
.nav-links li {
	list-style-type: none;
	list-style-image:none;
	margin-top:5px;
	margin-bottom:5px;
	
}
.nav-links li a {
	padding:2px 15px;
	border-radius:4px;
	display:block;

									
}
.nav-links li a:hover {
	padding-left:10px !important;
	background: rgba(222,209,167,0.5);
	
}
.nav-links li:hover {

}
.nav-links li:hover a:before {
	content: "";
    border-color: transparent rgba(128,0,0,1);
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display:inline-block;
    height: 0;
    width: 0;
    left: -2em;
    top: 0;
	
    position: relative;
			}


.clearfix {
	content:"";
	width:0;
	height:0;
	font-size:0
	display:block;
	visibility:hidden;
}

.clearDiv{
	clear:both;
}
.frame {
	width:auto;
	background: #e8e8e8;
	border: solid 1px #ccc;
	padding: 5px;
	text-align: center;
	position:relative;
}

.frame p {
	font-size:0.8em;
	line-height: 1.6em;
	margin:5px !important;
	margin-bottom:0 !important;
	text-align:left;
	display:block;
	
}
.frame img {
	padding:0 !important;
	margin:0 !important;
}


.floatleft {
	float:left;
	margin: 0 25px 10px 0;
}
.floatright {
	float:right;
	margin: 0 0 10px 25px;
}

/* Table Border with equal spacing
------------------------------------------------------------ */

.table-border td {
	padding:2px 10px;
	border:1px solid #000;
}

.table-border td p {
	padding:0;
    margin:0;
}

.table-border td h2 {
	padding:0;
	margin:0;
}

/* Campus Map */
.preview {
	display: block;
	overflow: visible;
	visibility: inherit;
	z-index: 1;
	min-width:200px;
}
.preview img{
	max-width:35%;
}
.preview img.imageright {
	float:right;
	margin:0 0 15px 10px;
}
.preview > p, .preview > ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.preview-parking {
	min-width: 200px;
	white-space: normal;
	display: block;
	overflow: visible;
	visibility: inherit;
	z-index: 1;
    }
.preview-parking p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	max-width:95%;
}
.checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 5px;
	margin-right: 15px;
	font-size: 13px;
}
/* Remove comments for CSS3 checkboxes
.checkbox input[type=radio],
.checkbox input[type=checkbox] {
	display: none;
}
.checkbox label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 4px;
	background-color: #f3f3f3;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
.radio label:before {
	border-radius: 8px;
}
.checkbox label {
	margin-bottom: 10px;
}
.checkbox label:before {
	border-radius: 3px;
}
.checkbox input[type=radio]:checked + label:before {
	content: "\2022";
	color: #f3f3f3;
	font-size: 30px;
	text-align: center;
	line-height: 18px;
}
.checkbox input[type=checkbox]:checked + label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
	color: #333;
	text-align: center;
	line-height: 15px;
}*/

#map img {
	max-width: none !important;
}

.bluebox {
		display:block;
		padding:15px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		background:rgba(79, 117, 139, 0.25);
	}
.tanbox {
		display:block;
		padding:15px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		background:rgba(223,209,167, 0.45);
	}
.redbox {
		display:block;
		padding:15px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		background:rgb(128, 0, 0);
	}
.redhead {
	    display:block;
		padding:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
		background:#800000;
		color:#fff;
	}


.staff img {
		padding:10px 20px;
		margin:0;
		vertical-align:middle;
		float:none;
		border:none;
	}


.staff td {
		vertical-align:middle;
		float:none;
	}



/* special catBox styles for CPS */
					

#content-container h2.catHead, #content-container .catBox h2 a, #container h2.catHead  {
	color:#fff;
	background:#800000;
	border-radius:3px;
	width:75%;
	padding:5px 20px 4px 20px;
	margin:0 auto;
	text-align:center;
	margin-bottom:13px;
}
/*
#container .catBox p {
	margin:13px 0;
}
*/
#content-container .catBox h2.catHead a:hover {
	text-decoration:none !important;
}
#content-container h2.catHead-blue {
	color:#fff;
	background:#4f758b;
	border-radius:3px;
	width:75%;
	padding:5px 20px;
	margin:0 auto;
	text-align:center;
}
#content-container #cat2Boxes .catBox {
	padding: 20px 17px 15px;
	border:none;
	}
.catContent {
	padding:0 8px 0 10px;
	}
.catContent img {
	width:119px;
	height:auto;
}
.catContent .floatLeft {
	margin-right:15px !important;
}
.right-col {
	width:225px;
	position:absolute;
	background:#aebcc7;
	padding:15px;
	right:0;
	top:0;
	border-radius:0 0 0 10px;
}
.right-feature {
	width:225px;
	position:absolute;
	background:#aebcc7;
	padding:15px;
	right:20px;
	top:95px;
	border-radius:10px 10px 10px 10px;
}

#content-container {
	position:relative;
}

h2.red {
	color:#800000;
	margin:0;
}
h2.blue {
	color:#4f758b;
	margin:0;
}
h2.bluehead {
	background:rgba(79,117,139,0.25);
	padding:3px 15px;
	border-radius:3px;
}
h2.tanhead {
	background:rgba(223,209,167,0.50);
	padding:3px 15px;
	border-radius:3px;
	width:auto;
}

h3.bluehead {
	background:rgb(79,117,139);
	padding:6px 20px 3px 20px;
	border-radius:3px;
	display:inline-block;
	font: bold 16px/24px sans-serif;
	color:#fff;
}
	
/* ----------------------------
     blockquotes
*/
blockquote.special {
  background: #d6e9f4;
  border-left: 8px solid rgb(79,117,139);
  margin: 1.5em 10px;
  padding: 0.7em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  position:relative;
}
blockquote.special:before
 {
  color: #4f758b;
  content: "\201C";
  font-size: 65px;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  margin-top:0.3em;
  display:inline-block;
}

blockquote.special:after
 {
  color: #4f758b;
  content: "\201D";
  font-size: 65px;
  position:absolute;
  right:20px;
  bottom: 0em;
  line-height: 0.1em;
}

blockquote.special p {
  display: inline;
}
blockquote.special.tan {
  background: #f9f1db;
  border-left: 8px solid #dfd1a7;
  margin: 1.5em 10px;
  padding: 0.7em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  position:relative;
  width:auto;
  font:italic 18px sans-serif;
  line-height:1.5em;
  box-shadow:0 10px 15px -10px rgba(0,0,0,0.65);
  color:#6c571b;
}
blockquote.special.tan:before, blockquote.special.tan:after {
  margin-top:0;
  color: #dfd1a7;
}
.rightcol-box {
	
	width:200px;
	position:absolute;
	padding:15px;
	right:20px;;
	top:60px;
	border-radius:0 0 0 10px;
}

.contour-contact {
	width:225px;
	float:right;
}
.enroll-button {
	display:inline-block;
	background:#4f7585;
	border:1px solid #4f7585;
	padding:3px 10px;
	margin:5px 10px 10px 0;
	border-radius:3px;
	box-shadow:2px 2px 6px rgba(0,0,0,0.4);
	transition:all 0.25s ease-in-out;
	color:#fff !important;
}
span.enroll-button {
	font:bold 10px sans-serif;
	float:left;
	
}
.enroll-button:hover {
	background:#395464;
	border:1px solid rgba(255,255,255,0.75);
	cursor:pointer;
	text-decoration:none !important;
	
}

.courseLink {
		font:bold 1em sans-serif;
		color:#800000;
	}

.courseLink:hover {
		
		color:#800000;
		text-decoration:underline;
	}

/*------------------------ Accordion ---------------------------*/

#accordion .red-hdr {
	background:rgba(128,0,0,1);
	width:100%;
	margin:8px 0px;
	border-radius:5px;
	box-sizing:border-box;
	cursor:pointer;
	transition:text-shadow 0.25s ease-in-out;
	transition:background-color 0.25s ease-in-out;
	-webkit-transition:background-color 0.25s ease-in-out;
	-moz-transition:background-color 0.25s ease-in-out;
	background-position:10px -20px;
	outline:none;
}
#accordion .red-hdr:hover {
	
	background:rgba(128,0,0,0.5);
	background-image: url("/media/1415921/triangle-south-short.png");
	background-repeat:no-repeat;
	background-position:10px -20px;
	background-size:15px 10px;
	transition:all 0.25s ease-in-out;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	padding-left:20px;
	text-shadow:2px 2px 3px rgba(0,0,0,0.75);
}



#accordion.wide .blue-header {
	width:90%;
	margin:8px;
	border-radius:5px;
	box-sizing:border-box;
	cursor:pointer;
	transition:background-color 0.25s ease-in-out;
	-webkit-transition:background-color 0.25s ease-in-out;
	-moz-transition:background-color 0.25s ease-in-out;
	background-position:10px -20px;
	outline:none;
	
}
 #accordion.wide .blue-header:hover {

	background:rgba(79,117,139,0.75);
	background-image: url("/media/1415921/triangle-south-short.png");
	background-repeat:no-repeat;
	background-position:10px -20px;
	background-size:15px 10px;
	transition:all 0.25s ease-in-out;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	padding-left:20px;
}
#accordion.wide .ui-state-active, #accordion.wide .blue-header.ui-state-active, #accordion.wide .blue-header.full.ui-state-active  {
	background-color:rgba(50,87,108,1);
	background-image:url("/media/1415921/triangle-south-short.png");
	background-repeat:no-repeat;
	background-position: 10px 10px;
	background-size:15px 10px;
	padding-left:40px;
	
}
#accordion.wide .tan-header {
	width:90%;
	margin:8px;
	border-radius:5px;
	box-sizing:border-box;
	cursor:pointer;
	background:rgba(223,209,167,1);
	transition:background-color 0.25s ease-in-out;
	-webkit-transition:background-color 0.25s ease-in-out;
	-moz-transition:background-color 0.25s ease-in-out;
	background-position:10px -20px;
	outline:none;
	vertical-align:middle;
	padding:7px 20px;
	

}
#accordion.wide .tan-header h2 {
	display:inline-block;
	
}
#accordion.wide .tan-header img {
	vertical-align:middle;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.7);
}
#accordion.wide div a {
	display:block;
}
 #accordion.wide .tan-header:hover {

	background:rgba(79,117,139,0.75);
	background-image: url("/media/1415921/triangle-south-short.png");
	background-repeat:no-repeat;
	background-position:10px -20px;
	background-size:15px 10px;
	transition:all 0.25s ease-in-out;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	padding-left:20px;
}
#accordion.wide .ui-state-active, #accordion.wide .tan-header.ui-state-active, #accordion.wide .tan-header.full.ui-state-active  {
	background-color:rgba(50,87,108,1);
	background-image:url("/media/1415921/triangle-south-short.png");
	background-repeat:no-repeat;
	background-position: 10px 10px;
	background-size:15px 10px;
	padding-left:40px;
	
}

#accordion.wide div {
	padding:0 20px;
	margin-top:0;
	width:90%;
	background:none;
}

#accordion.wide h2 {
	margin-top:0;
	margin-bottom:0;
}
#accordion.wide .blue-header.full {
	width:100%;
	padding:5px 20px;
	margin-top:5px;
}
#accordion.wide .full {
	width:100%;
	box-sizing:border-box;
	margin:0;
	padding:0;
}

.tan {
	background:rgba(223,209,167,0.3);
	padding:10px;
	border-radius:5px;
	box-sizing:border-box;
	margin-top:5px;
	width:100%;
}

.tan td {
	margin:0;
	padding:15px;
	width:33.333%;
}
.tan td p {
	font-size:12px;
}
.tan tr:nth-child(2) td {
	padding-bottom:0;
}
.tan tr:nth-child(3) td {
	padding-top:0;
}
.tan tr:first-child td:first-child {
	padding: 4px 10px;
	background:rgba(223,209,167,1);
	border-radius:5px 5px 0 0;
}

.tan tr:first-child {
	background:rgba(223,209,167,1);
	border-radius:5px 5px 0 0;

}

.tan tr:first-child h2 {
	padding:0;
	margin:0;
			
}

.contourPage fieldset{
	border:none;
}
.contourPage legend{ 
	
}
.contourPage h4{
	background: #800000;
	color:#fff;
	font-size:16px;
	padding:8px;
	margin-top:0;
}
.contourPage input[type=text], .contourPage textarea{
	padding:9px;
	border:solid 1px #e5e5e5;
	outline:none;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	background: #FFF;
	box-shadow: rgba(0,0,0, .1) 0px 0px 8px;
}
.contourPage textarea{
	width:400px;
	max-width:400px;
	height:150px;
	resize:vertical;
}
.contourPage input[type=text]:hover, .contourPage input[type=text]:focus, 
.contourPage textarea:hover, .contourPage textarea:focus{
	outline:none;
	border-color:#c9c9c9;
}
.contourPage label{
	color:#666;
	font-weight:bold;
	margin:5px 0;
}
.contourPage label + input, #contour label + textarea{
	display:block;
}
.contourNavigation input[type=submit]{
	width:auto;
	padding:6px 15px !important;
	background-color:#5a8096;
	border:1px solid #42677c ;
	color:#fff;
	cursor:pointer;
	border-radius:5px;
	margin-top:20px;
	box-shadow: 0 6px #244254;
	transition:background-color .25s ease-in-out;
}
.contourNavigation input[type=submit]:hover, .contourNavigation input[type=submit]:focus {
	background-color:#42677c;
	border:1px solid #42677c;
}

.contourNavigation input[type=submit]:active {
	background-color:#4f758b;
	box-shadow: 0 3px #244254;
	transform: translateY(5px);
	transfrom: translateX(0px);
}

.contourPage input[type=checkbox]{
	margin-right:8px;
}
.contourError{
	color:#b94a48;
}
span.contourError{
	border-left: #dfb5b4 4px solid;
	background: #fcf2f2;
	padding-left:8px;
}

.squareList {
	margin-left:0;
	padding-left:30px;
	padding-right:10px;
}
.squareList li {
  list-style-image: url(/media/462/bullet_square.png);
  font-size: 12px;
  margin: 11px auto;
  line-height: 1.5em;
}


div.contactBlock{
	width:45%;
	float:left;
	clear:none;
	margin:5px 10px 5px 5px;
	min-height:106px;
}
.contactBlock{
	padding-top:.7em;
	font-weight:normal;
}
.contactBlock img{
	min-width:50px;
	float:left;
	margin:0 .75em .5em 0;
	border:none;
}
.contactBlock p{
	font-size:12px;
}

.contact-table h2 {			
	margin-top:0px;
}

.echoes-redbox {
	background:#800000;
	padding:15px;
	color:#fff;
	width:300px;
	margin:25px 0 25px 25px;
}
.echoes-redbox h2 {
	color:#fff;
	margin:0 0 15px 0;
	font:bold 18px sans-serif;
}
.echoes-redbox table {
	border:0;
}
.echoes-redbox table td {
	border-bottom:1px solid #fff;
	padding:2px 5px 2px 0px;
	font-weight:normal;
	font-size:12px;
}
.echoes-redbox em {
	font-size:10px;
}
.echoes-redbox table tr:nth-child(1) td {
	font:bold 10px sans-serif;
	vertical-align:middle;
}
.echoes-redbox table tr:nth-child(1) td:nth-child(1) {
	font-size:13px;
}
.echoes-redbox table td:nth-child(1) {
	border-right:2px solid #fff;
}
.echoes-redbox table td:nth-child(2) {
	text-align:center;
	padding:2px 5px;
}
.echoes-greybox {
	background:#d6d6d6;
	padding:15px;
}

.echoes-greybox h2 {
	background:rgba(88,84,90,0.4);
	padding:6px 15px;
	color:#fff;
	margin-top:0;
	font-size:18px;
}

.echoes-blockquote {
	margin:25px;
}
.echoes-blockquote p:nth-child(1) {
	font:bold 16px sans-serif;
	color:#800000;
}
.echoes-blockquote p:nth-child(2) {	
	font:italic normal 12px sans-serif;
	color:#000;
}


.bluebox {
		display:block;
		padding:15px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		background:rgba(79, 117, 139, 0.25);
}
.tanbox {
		display:block;
		padding:15px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		background:rgba(223, 209, 167, 0.45);
}	

.whitebox {
		display:block;
		padding:15px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		background:rgba(255, 255, 255, 0.55);
}


a.totop:hover {
	background:#800000;
	background:rgba(128, 0, 0, 1);
	color:#fff;
}
a.totop {
	font:11px/11px sans-serif;
	padding:3px 10px 3px 10px;
	background:#e5c4bf; /* fallback for IE 7 */
	background:rgba(128, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	text-decoration:none !important;
}
a.totop:hover {
	background:#800000;
	background:rgba(128, 0, 0, 1);
	color:#fff;
}

h1.leading {
	line-height:24px;
}


/* ----------------image hover buttons------------------------- */

.image-button {
opacity:1.0;
transition:all .25s ease-in-out;

}

.image-button:hover {
	opacity:0.65;
	
}


button-darken {
	background:rgba(0,0,0,1.0);
	transition:all .25s ease-in-out;
}
	
button-darken:hover {
	background:rgba(0,0,0,0.45);
}

/* ---------------- hover buttons------------------------- */


.blueButton {
	background:rgba(79,117,139,1.0);
	display:block;
	padding:4px 15px;
	transition:all .25s ease-in-out;
	color:#fff;
	font:bold 13px sans-serif;
	border-radius:3px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #4f758b;
	text-decoration:none !important;
	cursor:pointer;
}
.blueButton:hover {
	background:rgba(79,117,139,0.65);
	border:1px solid #4f758b;
	
	
}
.redButton {
	background:#800000;
	display:inline-block;
	padding:5px 15px;
	transition:all .25s ease-in-out;
	color:#fff;
	font:bold 13px sans-serif;
	border-radius:5px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #520000;
	text-decoration:none !important;
	cursor:pointer;
}
.redButton:hover {
	background:#520000;
	border:1px solid #800000;	
}

.greyButton {
	background:rgba(102,102,102,1.0);
	display:block;
	padding:4px 15px;
	transition:all .25s ease-in-out;
	color:#fff;
	font:bold 13px sans-serif;
	border-radius:3px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #666666;
	text-decoration:none !important;
	cursor:pointer;
}
.greyButton:hover {
	background:rgba(102,102,102,0.65);
	border:1px solid #666666;
}

.tanButton {
	background:rgba(227,217,215,1.0);
	display:block;
	padding:4px 15px;
	transition:all .25s ease-in-out;
	color:#000;
	font:bold 13px sans-serif;
	border-radius:3px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #cdc4c2;
	text-decoration:none !important;
	cursor:pointer;
}
.tanButton:hover {
	background:rgba(175,168,166,0.65);
	border:1px solid #afa8a6;
	
}
	

.rightSideButton {
	float:right;
	margin:0;
	-ms-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg);
	background-color:rgba(79,117,139,1.0); 
/*	background-color:rgba(223,209,167,1.0); */
	display:block;
	padding:7px 15px;
	-ms-transition:all .25s ease-in-out;
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
	color:#fff;
	font:bold 13px sans-serif;
/*	border:2px solid rgba(255,255,255,0.75); */
/*	border-width:2px 2px 0 2px; */
	border-radius:5px 5px 0 0;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	right:-53px;
	box-shadow:inset 0 2px 4px 1px rgba(0,0,0,0.4);
/*	box-shadow:0 -8px 10px -8px rgba(0,0,0,0.75); */
	box-sizing:border-box;
	line-height:13px;
}
		
.rightSideButton:hover {
	background-color:rgba(79,117,139,0.65);
	box-shadow:inset 0 2px 4px rgba(0,0,0,0.6);
/*	border:2px solid rgba(255,255,255,0.75); */
/*	border-width:2px 2px 0 2px; */
}

.rightSideButton a {
		color:#fff;
	
	}

.rightSideButton:hover a {
		color:#fff;
	
	}

.red_button {
		margin: 0px auto;
		width: 100px;
		text-align: center;
		border-radius: 4px;
		padding: 4px 15px;
		color: rgb(255, 255, 255);
		border: 1px solid white;
		box-shadow: rgb(136, 136, 136) 4px 4px 5px;
		background-color: rgb(128, 0, 0);
		transition:all .25s ease-in-out;
		cursor:pointer;
	}
.red_button:hover {
		background-color: rgb(128, 128, 128);
	
	}

.recSportsTwitter .stream {
		height:70px !important;
		overflow:hidden !important;
	}


.placeholder {

		width: 120px;
		height: 150px;
		border: 1px solid #ccc;
		text-align: center;
		vertical-align: middle;
		float: left;
		margin: 25px 0 25px 0;
		display:table;
		box-sizing: border-box;
	
}
.placeholder p {
		display:table-cell;
		vertical-align: middle;
		
	}

.contourFieldSet .n2itemdescription:before, .contourFieldSet .n3itemdescription:before, .contourFieldSet .n4itemdescription:before {
		content:"";
		display:block;
		border-top:2px solid #4f758b;
		padding-bottom:20px;
				
}	

.gray-stripe td {
		padding:5px;
		border:1px solid #bbb;
	}
.gray-stripe tr:nth-child(odd) {
		background: #eee;
	}
			

.profile-table h2 {
	margin-top:0;
}
.profile-table td p {
	margin-top:5px;
	font-size:12px;
}
.profile-table td p:nth-child(1) {
	margin-top:0;
}
	
.profile-table td ul li {
	font-size: 0.9em;
	margin:0;
}


.profile-table tr:nth-child(even) td {
	padding:10px;
}

.profile-table tr:nth-child(odd) td:nth-child(2) {
	padding:20px 15px 15px 15px;
	vertical-align:top;
/*	box-shadow:85px 0 10px -50px rgba(0,0,0,0.65); */
	
}
.profile-table td:nth-child(2) h2 + p {
	font-size:11px;
	line-height:13px;
}
.profile-table td:nth-child(2) p:nth-child(4) {
	font-size:11px;
	line-height:13px;
	padding:10px;
	border-radius:5px;
	background:#fff;
}
.profile-table td:nth-child(2) p:nth-child(4) strong {
	color:#4f758b;
	font:bold 12px sans-serif;
}

.profile-table tr:nth-child(odd) td:nth-child(3) {
	width:275px;
	padding:0 15px 0 15px;
	vertical-align:middle;
	background:transparent;
	border-radius:5px;
}
.profile-table tr:nth-child(odd) td:nth-child(3) div {
	
	background:#fff;
	border-radius:5px;
	border:2px solid #000;
	padding:15px;
	margin-left:10px;
	
}

.profile-table tr:nth-child(odd) td:nth-child(3) strong {									
	color:#800000;
	font-size:13px;
	
/*	background:rgba(128,0,0,0.2);
	padding: 5px 8px;
	border-radius:3px; */	
}

.profile-table a[rel] {
	font-size: 0.9em;
}
		
.profile-table tr:nth-child(odd) td:nth-child(1) {
	background:#dce2e6;
	border-radius:15px 0 0 15px;
	border-right:1px solid #dce2e6;
	padding:15px;
	vertical-align:top;
}
.profile-table tr:nth-child(odd) td:nth-child(2) {
	position:relative;
	background:#dce2e6;
	border-radius:0;
	border-right:1px solid #fff;
	
	
}
/*
.profile-table tr:nth-child(odd) td:nth-child(2):before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 35px solid transparent;
	border-bottom: 35px solid transparent;
	border-left: 35px solid #4f758b;
	top: 50%;
	margin-top: -30px;
	right: -31px;
} */

.profile-table tr:nth-child(odd) td:nth-child(2):after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid #dce2e6;
	top: 50%;
	margin-top: -30px;
	right: -26px;
}

.profile-table td img {
	box-shadow:2px 2px 8px rgba(0,0,0,0.55);
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.profile-table td:nth-child(2) h2 {
	color:#4f758b;
	font-size:1.3em;
	margin-bottom:8px;
	padding-bottom:5px;
	border-bottom:1px solid #fff;
}

.circle {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 0;
  padding: 50% 0;
  border-radius: 50%;
  line-height:0;
  text-align:center;
}

.line {
	
  border-bottom:1px solid #ccc;
}

.white.line {
	
  border-bottom:1px solid #fff;
}

/*---------------- website survey button for header --------------------- */

.survey {
	position:relative;
	float:right;
	background:#222;
	padding:3px 10px;
	margin-top:12px;
	text-align:center;
	border-radius:3px;
	color:#ddd;
	border:1px solid #555;
	font:.75em sans-serif;
	transition:all .15s ease-in;
	line-height:1.5em;
	}
.survey:hover {
	background:rgb(93,80,70);
	border:1px inset #555;
	color:#fff;
	text-decoration:none;
		}
.survey span {
	
	display:inline-block;
	letter-spacing:normal;
	transition:all .3s ease-in-out;
	}
.survey:hover span {
	font-weight:bold;
	letter-spacing:0.1em;
	color:rgba(223,209,167, 0.6);
	
	}
.survey span:before {
	color:#fff;
	position:absolute;
	content:"<";
	left:0;
	opacity:0;
	transition:opacity .3s ease-in, transform .3s ease-in
}
.survey:hover span:before {
	font:bold 1em/1.4em sans-serif;
	transform:translateX(24px) rotate(180deg);
	opacity:1;
}
.survey span:after {
	color:#fff;
	position:absolute;
	content:">";
	right:0;
	opacity:0;
	transition:opacity .3s ease-in, transform .3s ease-in;
}
.survey:hover span:after {
	font:bold 1em/1.4em sans-serif;
	transform:translateX(-26px) rotate(-180deg);
	opacity:1;
}
.survey.popout {
	top:8px;
	padding-right:6px;
}
.survey.popout span {
	
	transform:translateX(-10px);
	display:inline-block;
	letter-spacing:-.633em;
	opacity:0;		
	transition:all .3s ease-in-out;
}
.survey.popout:hover span {
	margin-left:20px;
	letter-spacing:normal;
	opacity:1;
}
.survey.popout span:before, .survey.popout span:after {
	display:none;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
table.sports h1, table.sports h2 {
	margin:8px 10px;
}

table.sports td {
	font-size:.9em;
	border:1px solid #000;
	padding:2px 10px;
}
table.sports td:nth-child(1) {
	background:#ddd;
	font-weight:bold;	
}
table.sports tr:nth-child(3) {
	padding:3px 10px;
	font:bold 1.1em sans-serif;
	background:#800000;
	color:#fff;
}
table.sports tr:nth-child(3) td:nth-child(1) {
	background:#aaa;	
}

@media only screen and (max-width:40.063em) { 

.survey { position:absolute; top:8px; left:100px; margin-top:0;}


}

	


















































































































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
