@import url("css/reset.css");




body {
	background: url("img/background.200.gif");
	font-size: 12px;
	line-height: 1.5em;
	margin: 0; padding: 0;
	font-family: Georgia;
	color: #332200;
}

h1 {
	margin: 0;
	font-size: 1.6666666666666667em;
	line-height: 0.9em;
	margin-bottom: 0.9em;
}
#contentcolumn h1 {
	margin-top:1em;
}
h2 {
	margin: 0;
	font-size: 1.5em;
	line-height: 1em;
	margin-top: 2em;
	margin-bottom: 1em;
	/*border-bottom: 1px dotted #650000;*/
	font-weight: normal;
}
h3 {
	margin: 0;
	font-size: 1.3333333333333333em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
}
h4 {
	margin: 0;
	font-size: 1.1666666666666667em;
	line-height: 1.2857142857142858em;
	margin-bottom: 1.2857142857142858em;
}
p, blockquote, pre, td, th, label {
	margin: 0;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
ul.list{
	margin: 0;
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 1.5em;
	list-style: disc;
	font-family: Georgia;
	margin-left: 1em;
}
p.small {
	margin: 0;
	font-size: 0.8333333333333334em;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}
table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
}

a{
color: #9F1212;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

/* SOME BASICS*/
a img{
border: 1px solid #650000;
}

.clear{
clear: left;
}

#maincontainer{
width: 828px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: url("img/main.back.orange.png") repeat-y;
}

* html #maincontainer{
background: url("img/main.back.orange.ie.2.png") repeat-y;
}

#topsection{
height: 200px; /*Height of top section*/
}

#topsection h1{
margin: 0;
margin-top: 15px;
}

#topsection a img {
border: none;
}

#topsection .logo {
margin: 20px 35px 0 70px;
}

#topsection .title {
padding: 0 0 10px 25px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentwrapper.home {
background: url("img/rbc.pana.png") 39px top no-repeat;
}

* html #contentwrapper.home {
background: url("img/rbc.pana.ie.png") 39px top no-repeat;
}


#contentwrapper.management {
background: url("img/rbc.mid.balcony.png") 39px top no-repeat;
}

#contentcolumn{
margin: 0px 50px 0pt 220px /*Set left margin to LeftColumnWidth*/
}

#contentwrapper.home  #contentcolumn, #contentwrapper.management  #contentcolumn{
margin: 266px 50px 0pt 220px /*Set left margin to LeftColumnWidth*/
}


#leftcolumn{
float: left;
width: 180px; /*Width of left column*/
margin-left: -795px; /*Set left margin to -(MainContainerWidth)*/
/*padding-left: 33px;*/
text-align: center;
}

#leftcolumn a{
	color: #332200;
	text-decoration: none;
}

#leftcolumn a:hover{
	text-decoration: underline;
}

#leftcolumn ul {
margin:1.5em 0 0 35px;
padding: 0;

}

#leftcolumn ul li{
list-style: none;
font-size: 1.5em;
line-height: 1.5em;
margin-bottom: 1em;
font-variant: small-caps;
}

#leftcolumn .calltoday {
font-size: 1.5em;
line-height: 1.5em;
margin: 3em 0 0 35px;
font-variant: small-caps;
}

#footer{
width: 828px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
padding: 4px 0;
height: 163px;
background: url("img/footer.orange.png") top left no-repeat;
}

* html #footer {
background: url("img/footer.orange.ie.2.png") top left no-repeat;
}

#footertube{
border-top:1px dotted #332200;
margin:10px 50px 50px 230px;
padding-top: 5px;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

span.amp {
  font-family: "Palatino", serif;
  font-size: 110%;
  font-style: italic;
}

#available {
float: right;
margin-top: -240px;
width: 160px;
	font-size: 1.5em;
	line-height: 1em;
}

#available a {
color: #FFF;
}


/*TOURS AND PLANS*/
ul.image_links {
	padding: 0;
	margin: 0;
}
ul.image_links li {
list-style: none;
float: left;
width: 225px;
text-align: center;
margin: 0.5em 1.5em 0 0;
}

ul.image_links li img{
border: 1px solid #650000;
}

ul.horizontalNav {
padding: 0;
margin: 0 0 1.5em 0;
border-top:1px solid #FBE7A0;
border-bottom:1px solid #FBE7A0;
background-color: #FFF;
}

ul.horizontalNav li {
list-style: none;
padding: 0;
margin: 0 2em 0 0;
display: inline;
}

ul.horizontalNav li a:hover{
text-decoration: underline;
}

table.table {
border-collapse: collapse;
}

.table th {
text-align: left;
border-bottom: 1px solid #ccc;
}

.table tr {
 border-bottom: 1px dotted #ccc;
}

.table tr:last-child {
 border-bottom: none;
}

.table th, .table td {
padding-left: 1em;
}

.table th:first-child, .table td:first-child {
padding-left: 0;
}

/*FORM ELEMENTS*/

fieldset {
border:0pt none;
margin:0pt;
padding:0pt;
}

label {
display:block;
margin: 0;
margin-top:.75em;
}

input.text, textarea {
border:1px solid #CCCCCC;
color:#333333;
font-family:'courier new',courier,monospace;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:12px;
margin:1px 0pt;
padding:3px;
width:300px;
}

/* ADMIN */

.status .active {
	color: green;
}

.waiting {
	display: none;
}

.submitting {
	display: block;
	border: 1px solid #ddd;
	background-color: #e5e5e5;
	padding: 2px;
}

.notify {
	background: #FFEFF6;
	border: 1px solid #EF8686;
	color: #AF0007;
}

/* MAP */

.map {
	border: 1px solid #332200;
}
