/*
	Main CSS for LIVE mode

	Copyright (c) gaelITech 2008
	www.gaelitech.ie
*/
@charset "utf-8";

/*	
	Hack to allow Safari and Chrome to render background colour correctly
*/
body	{
}

/*
	Standard Site Size and Layout CSS
*/
body	{
	margin-top: 20px;
	background-color: #E1FAFF;
}

#gi_container	{
	width: 1000px;
	border:none;
	margin-right: auto;
	margin-left: auto;
}

#container {
	background-color: #FFFFFF;
	width: 1000px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}

/*	hide standard div */
#logo {
	height: 0px;
	width: 0px;
	position:absolute;
	visibility:hidden;
}

/*	hide standard div */
#header {
	height: 0px;
	width: 0px;
	position:absolute;
	visibility:hidden;
}

#content {
	float:left;
	height: auto;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-bottom:10px;
}

#content img {
	display: inline;
	border: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

#footbar {
	background-color: #C0C0C0;
	height: 25px;
	width: 1000px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	position: relative;
	color: #000000;
}

/*
	Style Selector CSS
*/

h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #8E026D;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #8E026D;
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

hr	{
	margin-right: 10px;
	margin-left: 10px;
}

p {
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

small {
	font-size: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

strong {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

ul {
	font-size: 12px;
	margin-right: 20px;
	margin-top: 4px;
	list-style-image: none;
	list-style-type: disc;
}

ul li {
	padding-bottom:5px;
}

.halfcol {
	float: left;
	height: auto;
	width: 50%;
}

.image_left {
	margin-left: 5px;
	margin-right: 10px;
	float: left;
}

.image_right {
	margin-left: 10px;
	margin-right: 5px;
	float: right;
}

.quartercol {
	float: left;
	height: auto;
	width: 25%;
}

.standout {
	color: #494949;
	background-color: #CBEFBA;
	display: block;
	padding: 5px;
	margin-right: 20px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}

.thirdcol {
	float: left;
	height: auto;
	width: 33%;
}

/*
	Site Specific Styles CSS
*/
#twocontainer	{
	background-image: url(../images/page/two_fill.gif);
	background-repeat: repeat-y;
}

#onecontent	{
	width:1000px;
}

#twocontent	{
	float:left;
	width:710px;
}

#sidebar	{
	float:left;
	width:290px;
}

#footbar a {
	color:#0000FF;
}

#footbarleft {
	text-align: left;
	float: left;
	width: 500px;
}

#footbarright {
	text-align: right;
	float: right;
	width: 500px;
}

#navbar {
	height: 155px;
	width: 1000px;
	margin: 0px;
	display: inline;
	background-color: #FFFFFF;
}

#navborder {
	float:left;
	height: 5px;
	width: 1000px;
	background-color: #C0C0C0;
}

#navlogo {
	float:left;
	height: 150px;
	width: 150px;
	background-image: url(../images/page/can_logo.gif);
	background-repeat: no-repeat;
}

#navlogo2 {
	float:left;
	height: 150px;
	width: 150px;
	background-image: url(../images/page/can_door.jpg);
	background-repeat: no-repeat;
}

#navlogo img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
#navtable {
	float:left;
	height: 150px;
	width: 700px;
	margin: 0px;
	padding: 0px;
}

#publications img	{
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;	
}


