@charset "utf-8";

/* CSS Document */
@import "header.css";
@import "body.css";
@import "footer.css";

body{
	background-color:#356aa0;
	
	margin:0px;
	padding:0px;
	}

#background{
	background-color:#659ad0;
	background-image:url('http://spunout.ie/images/background.jpg');
	background-repeat:repeat-x;
	}

/* Font Formats */
p{
	margin:0px;
	padding:0px;
	line-height:100%;
	}
a{
	margin:0px;
	padding:0px;
	text-decoration:none;
	}
a img{
	border:none;
	}
h1{
	margin:0px;
	padding:0px;
	line-height:100%;
	}
h2{
	margin:0px;
	padding:0px;
	line-height:100%;
	}
h3{
	margin:0px;
	padding:0px;
	line-height:100%;
	}
h4{
	margin:0px;
	padding:0px;
	line-height:100%;
	}
h5{
	margin:0px;
	padding:0px;
	line-height:100%;
	}
h6{
	margin:0px;
	padding:0px;
	line-height:100%;
	}
form{
	margin:0px;
	padding:0px;
	}
label{
	display:none;
	}/* ----- tool tip specific styles ----- */#theToolTip{position: absolute;left: -300px;width: 200px;border: 2px solid #C0C09F;padding: 6px 0px 0px 10px;background-color: #FFFFCC;visibility: hidden;z-index: 100;/*Remove below line to remove shadow. Below line should always appear last within this CSS*/filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);} #ToolTipPointer{position:absolute;left: -300px;z-index: 101;visibility: hidden;} #theToolTip p{font-size: 12px;font-family: Verdana;color: #333333;line-height:1.4em;margin-right:10px;margin-top:0;} #ToolTipTextWrap {font-weight:bold;font-size: 1.2em;font-family: Verdana;color: #4a7caf;margin-right:10px;}	