/* --------------------------------------------------
file: greystones.css
website: www.greystonesharbour.ie
version: 1.0
created: 06/11/07
author: Oriana Pagano
contact: http://www.webmedia.ie
---------------------------------------------------*/

body {
background-color:#D4D8DE;
margin:0;
padding:0;
}

#wrapper {
width:827px;
margin: 0 auto;
}

#banner {
width:827px;
height:511px;
background-image:url(../images/banner.jpg);
background-repeat:no-repeat;
background-repeat:top left;
}

#mainBody {
width:794px;
background-color:#F7F6F6;
float:left;
display:inline;
font-family:Arial, Verdana, "Trebuchet MS";
font-size:12px;
color:#717272;
padding:25px 0 0 33px;
}

#mainBody a {
color:#F5A01A;
text-decoration:underline;
}

#mainBody a:hover {
color:#F5A01A;
text-decoration:none;
}

#columnLeft {
float:left;
display:inline;
width:255px;
}

#menu {
width:222px;
float:left;
display:inline;
margin-right:33px;
}

#menu ul {
list-style:none;
margin:0;
padding:0;
}

#menu li a, #menu li a:visited {
display:block;
width:205px;
height:22px;
background-color:#E5EAC3;
border-right:4px solid #F5A01A;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#00853F;
text-decoration:none;
text-align:right;
padding:5px 13px 0 0;
margin: 3px 0;
}

#menu li a:hover {
background-color:#DDE79F;
}

#menu li a.active {
background-color:#DDE79F;
color:#F5A01A;
}


#pageContent {
width:490px;
float:left;
display:inline;
padding-bottom:40px;
}

#pageContent img {
border:1px dotted #CCCCCC;
}

#pageContent ol {
list-style:lower-alpha;
padding-left:24px;
margin-left:0;
}

#pageContent ol li {
font-weight:bold;
}

#pageContent ol li .nobold {
font-weight:100;
}


h1 {
width:496px;
border-bottom:1px solid #F5A01A;
font-family:Arial, Verdana, "Trebuchet MS";
font-size:24px;
color:#00853F;
margin:0 0 15px 0;
}

#footer {
width:793px;
height:35px;
background-image:url(../images/footertop.jpg);
background-repeat:no-repeat;
background-position:top left;
background-color:#C1D82F;
float:left;
display:inline;
font-family:Arial, Verdana, "Trebuchet MS";
font-size:11px;
color:#636363;
padding: 80px 17px 0 17px;
}

#footer .left {
float:left;
display:inline;
}

#footer .right {
float:right;
display:inline;
}

#footer a {
color:#636363;
text-decoration:none;
}

#footer a:hover {
color:#636363;
text-decoration:underline;
}

#ezineSignup {
width:198px;
float:left;
display:inline;
margin:15px 33px 0 0;
background-color:#E5EAC3;
padding:10px;
border-right:4px solid #F5A01A;
}

#ezineSignup h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#00853F;
margin:0 0 10px 10px;
}

#ezineSignup form {
margin-left:10px;
}

#ezineSignup input {
margin:2px 0 4px 0;
width:170px;
}

#ezineSignup #submitButton {
width:90px;
}