@charset "utf-8";
/* CSS Document */

*{
	border:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
margin:0;

}

body {
background-image:url(images/background.gif);
background-repeat:repeat-x;
	background-color: #212121;
}
p{
	margin-top:5px;
	font-size:.9em;
}

.yellow {color: #FFFF00}

h1{
font-weight:bold;
font-size:15px;
padding-left:1em;
}

#wrapper, .rightButton, .leftButton, .symbol, .video, .contact, #footer{
background-repeat:no-repeat;
}

#wrapper {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 620px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/mainBackground.jpg);
	background-repeat:no-repeat;
}

.rightFloat, .symbol, .video, .contact, .rightButton, .leftButton{
	float:right;
}
.rightFloat a{
padding-top:.3em;
}

.leftFloat, .bigNumber{
float:left;
}


.content{
	width:100%;
	height:400px;

}

#banner{
height:40px;
width:100%;
}

#title{
	font-size: 1.5em;
	float:left;
	color: #474747;
	padding-left: 5px;
}



.rightButton, .leftButton {
	background-image:url(images/buttonImage.png);
	width:163px;
	height:33px;
	text-align:center;
}

.leftButton{
	margin-right:-10px;
}

.symbol, .video, .contact{
position:relative;
margin-right:15px;
margin-top:30px;
}

.video, .contact{
margin-top:30px;
}

#numberMenu{
	padding-right:15px;
	text-align:right;
	padding-top: 15px;
}

#footer{
	background-image:url(images/footer.png);
	background-position:top;
	width:100%;
	height:168px;
	padding-left:0px;
}
#mainTextBox{
	padding-left: 15px;
	padding-top: 65px;
	padding-right: 20px;
}
.bigNumber{
	font-size:70px;
}

.menu a:link { width: 163px; height: 33px; padding: 5px;
background-image:url(images/buttonImage.png);
color: #ffffff;
font: bold 12px sans-serif;
text-decoration: none;}

.menu a:active { width: 120px; height: 20px; padding: 5px; background: #009900;
color: #ffffff;
font: bold 12px sans-serif;
text-decoration: none;}

.menu a:visited { width: 120px; height: 20px; padding: 5px; background: #99ff00;
color: #000000;
font: bold 12px sans-serif;
text-decoration: none;}

.menu a:hover { width: 120px; height: 20px; padding: 5px; background: #009900;
color: #ffffff;
font: bold 12px sans-serif;}

.irelishLink{
font-size:12px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.contact{
width:450px;
}
strong{
font-family:Georgia;
font-variant:small-caps;
font-size:1.4em;
letter-spacing:.1em;
}
.notHeader{
font-family: Arial, Helvetica, sans-serif;
font-size:.9em;
letter-spacing:normal;
font-variant:normal;
}

.MsoTableGrid{
margin:0 auto;
}