	
body {
	margin: 0;
	padding: 0;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #5F8284;
}

/* ................................................................... Container */

#container {
	width: 750px;
	margin: auto;
	background: url(../images/colums_tile.gif) repeat-y left top;
}

/* ................................................................... Header */
#header {
	border-bottom: 20px solid white;
}

#header h1 {
	font-size: 1px;
	color: white;
	text-indent: -1000px;
	background: transparent url(../images/header_ireland-in-summer.gif) no-repeat left top;
	height: 50px;
	margin: 0;
	padding: 0;
}

#header img {
	display: block;
}

/* ................................................................... Side */

#side {
	position: relative;
	background-color: #F1F5F6;
	min-height: 500px;
	width: 190px;
	float: left;
	margin-right: 10px;

}

#side #navPadding {
	height: 300px;
	 /* This is reset by some javascript in the page, but left in for those without javascript */
}

#side div.box {
	position: relative;
	z-index: 10;	
	clear: both;
	border: 1px solid #73A198;
	margin: 13px 3px;
}

#side div.box h4 {
	color: white;
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 0px;
	padding: 3px 5px;
	background-color: #99B3B7 !important;
}

#side div.box p {
	margin: 1em;
}


/* ................................................................... Navigation */
ul#navigation {
	width: 200px;
	position: absolute;
	top: 0;
	left: -5px;
	font-size: 1.1em;
}

ul#navigation, #navigation ul, #navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#navigation ul {
	margin-left: 0;

}

#navigation li {
	margin: 0;
	padding: 0;
	line-height: 0px;

	
}
#navigation li li {
	left: 0;
}


#navigation a {
	line-height: 1em;
	display: block;
	padding: 8px 5px;
	color: #5F8284;
	text-decoration: none;

	margin-left: 5px;
	margin-right: 5px;
	text-indent: 8px;	
}

#navigation a.open {
	font-weight: bold;
}

#navigation ul a {
	text-indent: 15px;
}

#navigation a.highlight {
	text-indent: 10px;
	background-color: #DCE2E4;
	border-color: blue;
	font-weight: bold;
	
	border-right: 5px solid #67BBD1;
	border-left: 5px solid #67BBD1;

	margin-left: 0;
	margin-right: 0;
	
}



/* ................................................................... Content */

#content {
	background-color: #F2F6F3;
	color: #666666;
	width: 550px;
	float: right;
	margin: 0;
}

/* ..................................... Headings */

#content h2, #content h3, #content h4, #content h5 {
	color: white;
	padding: 7px 0 6px 0;
	text-indent: 5px;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-top: 0;
	background-color: #C5D5D7;
}


#content h2.location {
	font-size: 29px;
	color: #5F8284;
	background-color: transparent;
	width: 470px;
	padding: 0;
	margin: 0;
	padding-top: 3px;
	padding-left: 10px;
}

/* ................................................................... College Locations */

#locations {
	background-color: #E4ECED;
}

#locations h3 {
	color: white;
	padding: 7px 0 6px 0;
	text-indent: 5px;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-top: 0;
	background-color: #C5D5D7;
}

#locations div.details {
	width: 351px;
	float: right;
	margin-right: 4px;
}


/* ................................................................... College Info */

#college-info {
	background-color: #E4ECED;
	margin-top: 0;
	padding-bottom: 1em;

}

#college-info h2.heading {
	font-size: 36px;
	color: white;
	background-color: transparent;
	width: 470px;
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-left: 9px;
}

#college-info div.info {
	margin-left: 9px;
	padding: 0;
	float: left;
}

#college-info div.description {
	width: 40%;
	margin-left: 20px;
	padding: 0;
	float: left;
}

#college-info div.details {
	width: 40%;
	float: left;
	margin-left: 5%;
}

/* ................................................................... Pics */

#pics {
	text-align: center;
}

#pics img {
	margin-left: 5px;
	margin-left: 5px;
}

/* ................................................................... Footer */

#footer {
	background-color: #E8EEE9;
	clear: both;
	height: 50px;
	border-top: 5px solid white;
}

#footer div.nexus-credit {
	width: 190px;
	background-color: #E3EBED;
	height: 50px;
	border-right: 10px solid white;
}

/* ...................................................................  Links */

a {
	color: #669999;
}

/* ...................................................................  */

p.more-info {
	clear: both;
	float: right;
	width: 270px;
	border-right: 5px solid #67BBD1;	
	
	position: relative;
	right: -5px;
	background-color: #E4ECED;
	padding: 8px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}


strong {
	color: #669999;
}
/* ...................................................................  FRONT PAGE */

#news-events {
	border-top: 5px solid white;
	border-bottom: 5px solid white;
	background: #EEF3EF;
}

#news-events a {
	color: #64A4AF;
	text-decoration: none;
}


/* .. Headers */
#news-events h4 	{
	color: white;
	padding: 3px 0;
	text-indent: 5px;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-top: 0;

}

#news h4 {
	background-color: #CDDCD1;
	margin-bottom: -10px;
}

#events h4 {
	background-color: #C5D5D7;
	margin-bottom: 5px;
}


#news {
	background-color: #EEF3EF;
	width: 183px;
	float: left;
	border-right: 6px solid white;	
}

#news p {
	margin-left: 5px;
	margin-right: 5px;
	
	margin-bottom: 13px;
	padding-bottom: 13px;
	border-bottom: 1px solid #B2C4C0;
}

#events {
	width: 361px;
	float: right;
	background-color: #F2F6F3;
	color: #59827A;
}

#events strong {
	color: #5F8284;
}

#events a  {
	color: #315252;
	font-weight: bold;
}


#events table td {
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;	
	padding-top: 0;
}

/* ................................................................... Section Panels, accomm, events links */

#section-panels {
	padding: 10px;
}

#section-panels div.left, #section-panels div.right {
	float: left;
	width: 260px;

	padding-top: 0;
}

#section-panels div p {
	margin: 0;
}

#section-panels div.right {
	float: right;
}

#section-panels .more-link {
	width: auto;
	border-right: 5px solid #67BBD1;	
	
	background-color: #E4ECED;
	padding: 8px;
	margin-bottom: 10px;
}

#section-panels .more-link a {
	text-decoration: none;
}


/* ................................................................... Misc */

td {
	vertical-align: top;
}




/* ................................................................... SIFR STUFF  */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	letter-spacing: 0;
}


.sIFR-hasFlash h2 {
	visibility: hidden;
}





