@import '/cms/styles/common.css';

/* COMMON ---------------------------------------------------------------------- */

body {
	margin:0;
	background: #2D4901 url("../images/bg.jpg") top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
}

h1{
	font-size:14px;
	font-weight:bold;
	padding-bottom:4px;
	margin:5px 0px 10px 0px;
	border-bottom:1px solid #cccccc;
	width:100%;
	color:#333333;
}
.h1bottom{
	font-size:14px;
	font-weight:bold;
	padding-bottom:4px;
	margin:5px 0px 10px 0px;
	width:100%;
	color:#333333;
}

h2{
	color:#FFFFFF;
	font-weight:bold;
	height:20px;
	background:#333333;
	padding-left:5px;
	margin:0;
	font-size:14px;
	padding-top:3px;	
}

#page{
	width:778px;/*786*/
	margin:auto;
	/*background:url("../images/page-bg.jpg") repeat-y;*/
	background:#EBEBEB;
	border:1px solid #ccc;
	margin-top:1px;
	padding-bottom:10px;
}

#bottompage{
	width:786px;
	height:3px;
	background:url("../images/page-bg-footer.jpg");
	margin:auto;
}
a:link, a:visited, a:active{
	color:#304F01;
	text-decoration:underline;
}
a:hover{
	color:#304F01;
	text-decoration:none;
}

/* HEADER ---------------------------------------------------------------------- */

#topbar{
	height:24px;
	width:786px;
	margin:auto;
	padding-left:29px;
}

#header{
	width:760px;
	height:82px;
	background:url("../images/header.jpg");
	margin:auto;
}

#visitsite{
	height:10px;
	text-align:left;
	color:#2D4901;
	font-weight:bold;
	width:760px;
	margin:auto;
	padding-top:5px;
	padding-bottom:9px;
}
#visitsite a:link, #visitsite a:visited, #visitsite a:active{
	text-decoration:underline;
	color:#2D4901;
}
#visitsite a:hover{
	text-decoration:none;
}

#impactbox{
	width:688px;  /*760*/
	height:145px; /*165*/
	background:#333333;
	margin:auto;
	margin-bottom:1px;
	padding:10px 36px 10px 36px;
}

/* MENU ------------------------------------------------------------------------ */

/* SUBNAV ---------------------------------------------------------------------- */

#side{
	width:160px;
	margin-left:8px;
	border-left:1px solid #D8D8D8;
	color:#304F01;
}

#side ul{
	margin-left:-20px;
	color:#304F01;
}

#side li{
	list-style:square;
	color:#304F01;
}

/* FOOTER ---------------------------------------------------------------------- */

/* CONTENT --------------------------------------------------------------------- */

#contentarea{
	width:748px; /*760*/
	margin:auto;
	background:#FFFFFF;
	padding-left:12px;
	padding-bottom:10px;
}
#content{
	width:579px;
}

#menus{
	color:#416C01;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
}

#menus ul{
	margin:0;
	padding:0;
	list-style:none;
	
}

#menus li {
	margin-right:40px;
	text-decoration:none;
	background:url(../images/bullet.jpg) left no-repeat;
	padding-left:10px;
}

/* HOME ------------------------------------------------------------------------ */

/* CUSTOMIZATIONS -------------------------------------------------------------- */

.ottawarestrauntguide{
	margin-left:84px;
	margin-right:84px;
}

.visitottawafood a:link, .visitottawafood a:visited{
	background:url("../images/seperator.jpg") repeat-y left;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	width:150px;
	position:relative;
	bottom:7px;
	padding-left:27px;
	text-decoration:none;
}

.visitottawafood a:hover{
color:#ccc;
}

.rightcolpadding {
	padding-left:8px;
	color:#304F01;
}

.rightcolpaddingreservation{
	padding-left:8px;
	font-size:10px;
	color:#304F01;
}
.rightcolpaddingreservation a:link, .rightcolpaddingreservation a:visited, .rightcolpaddingreservation a:active, .rightcolpaddingreservation a:hover{
	padding-left:8px;
	font-size:10px;
	color:#304F01;
}
#greenbar{
	background:#CBDDB1;
	height:12px;
	width:579px;
	margin:15px 0px 15px 0px;
	
}
.logosspacing{
	margin-right:50px;
}

.logospacinghc{
	padding-right:5px;
}

#centerlogos{
	width:579px;
	text-align:center;	
}

#footerbar{
	width:761px;/*786*/
	height:27px;
	background:url(../images/footer-bg.jpg);
	margin:auto;
	padding-left:25px;
	margin-top:7px;
}
#seperator{
	width:100%;
	height:1px;
	border-bottom:1px solid #CCCCCC;
	margin:20px 0px 20px 0px;
}

#otherlocations{
	width:250px;
	border-left:1px solid #ccc;
	padding-left:10px;
}

#irishvillage{
	width:285px;
}

#irishvillagemenu{
float:right;
width:155px;
}

/* ROW ----------------------------------------------------------------------------------------------------------- */

.row {
  clear: both;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0; 
}
.row:after { content: ".";display: block; height: 0; clear: both; visibility: hidden; }

/* COLUMN -------------------------------------------------------------------------------------------------------- */

.col, .column {
  float: left;
  border: 0;
  padding: 0;
  margin: 0; 
  vertical-align: top;
}